...
|
...
|
@@ -7,6 +7,7 @@ |
|
|
"name": "nextchat",
|
|
|
"license": "mit",
|
|
|
"dependencies": {
|
|
|
"@docmee/sdk-ui": "^1.1.17",
|
|
|
"@fortaine/fetch-event-source": "^3.0.6",
|
|
|
"@hello-pangea/dnd": "^16.5.0",
|
|
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
...
|
...
|
@@ -18,6 +19,7 @@ |
|
|
"@xyflow/react": "^12.4.4",
|
|
|
"antd": "^5.24.4",
|
|
|
"axios": "^1.7.5",
|
|
|
"chart.js": "^4.4.8",
|
|
|
"cheerio": "^1.0.0",
|
|
|
"clsx": "^2.1.1",
|
|
|
"docx": "^9.3.0",
|
...
|
...
|
@@ -34,6 +36,7 @@ |
|
|
"lucide-react": "^0.484.0",
|
|
|
"markdown-to-txt": "^2.0.1",
|
|
|
"mermaid": "^10.6.1",
|
|
|
"mind-elixir": "^4.5.0",
|
|
|
"nanoid": "^5.0.3",
|
|
|
"next": "^14.1.1",
|
|
|
"node-fetch": "^3.3.1",
|
...
|
...
|
@@ -53,8 +56,6 @@ |
|
|
"sass": "^1.59.2",
|
|
|
"spark-md5": "^3.0.2",
|
|
|
"use-debounce": "^9.0.4",
|
|
|
"vue": "^3.5.13",
|
|
|
"vue-template-compiler": "^2.7.16",
|
|
|
"xlsx": "^0.18.5",
|
|
|
"zod": "^3.24.1"
|
|
|
},
|
...
|
...
|
@@ -64,6 +65,7 @@ |
|
|
"@testing-library/dom": "^10.4.0",
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
|
"@testing-library/react": "^16.1.0",
|
|
|
"@types/chart.js": "^2.9.41",
|
|
|
"@types/file-saver": "^2.0.7",
|
|
|
"@types/html-docx-js": "^0.3.4",
|
|
|
"@types/html-to-draftjs": "^1.5.0",
|
...
|
...
|
@@ -947,6 +949,7 @@ |
|
|
"version": "7.25.3",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.3.tgz",
|
|
|
"integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@babel/types": "^7.25.2"
|
...
|
...
|
@@ -962,6 +965,7 @@ |
|
|
"version": "7.24.8",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
|
|
|
"integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
...
|
...
|
@@ -971,6 +975,7 @@ |
|
|
"version": "7.24.7",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
|
|
|
"integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
...
|
...
|
@@ -980,6 +985,7 @@ |
|
|
"version": "7.25.2",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.2.tgz",
|
|
|
"integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@babel/helper-string-parser": "^7.24.8",
|
...
|
...
|
@@ -2670,6 +2676,15 @@ |
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@docmee/sdk-ui": {
|
|
|
"version": "1.1.17",
|
|
|
"resolved": "https://registry.npmmirror.com/@docmee/sdk-ui/-/sdk-ui-1.1.17.tgz",
|
|
|
"integrity": "sha512-K/pWu2tg9ZrE9wbI5Naylh+LVd86kwMG7A9pu5urN1XjV+MAHj7ruOMrmqMkGbN5fVfFN8DbxWx4yUMcCMHTxA==",
|
|
|
"license": "Apache-2.0",
|
|
|
"dependencies": {
|
|
|
"query-string": "^9.1.1"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@emotion/hash": {
|
|
|
"version": "0.8.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
|
...
|
...
|
@@ -3474,6 +3489,12 @@ |
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@kurkle/color": {
|
|
|
"version": "0.3.4",
|
|
|
"resolved": "https://registry.npmmirror.com/@kurkle/color/-/color-0.3.4.tgz",
|
|
|
"integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
|
"version": "1.0.4",
|
|
|
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.0.4.tgz",
|
...
|
...
|
@@ -4641,6 +4662,16 @@ |
|
|
"@babel/types": "^7.20.7"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/chart.js": {
|
|
|
"version": "2.9.41",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/chart.js/-/chart.js-2.9.41.tgz",
|
|
|
"integrity": "sha512-3dvkDvueckY83UyUXtJMalYoH6faOLkWQoaTlJgB4Djde3oORmNP0Jw85HtzTuXyliUHcdp704s0mZFQKio/KQ==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"moment": "^2.10.2"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/d3-color": {
|
|
|
"version": "3.1.3",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/d3-color/-/d3-color-3.1.3.tgz",
|
...
|
...
|
@@ -5254,152 +5285,6 @@ |
|
|
"hasInstallScript": true,
|
|
|
"license": "Apache-2.0"
|
|
|
},
|
|
|
"node_modules/@vue/compiler-core": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
|
|
|
"integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@babel/parser": "^7.25.3",
|
|
|
"@vue/shared": "3.5.13",
|
|
|
"entities": "^4.5.0",
|
|
|
"estree-walker": "^2.0.2",
|
|
|
"source-map-js": "^1.2.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/compiler-dom": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
|
|
|
"integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@vue/compiler-core": "3.5.13",
|
|
|
"@vue/shared": "3.5.13"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/compiler-sfc": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
|
|
|
"integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@babel/parser": "^7.25.3",
|
|
|
"@vue/compiler-core": "3.5.13",
|
|
|
"@vue/compiler-dom": "3.5.13",
|
|
|
"@vue/compiler-ssr": "3.5.13",
|
|
|
"@vue/shared": "3.5.13",
|
|
|
"estree-walker": "^2.0.2",
|
|
|
"magic-string": "^0.30.11",
|
|
|
"postcss": "^8.4.48",
|
|
|
"source-map-js": "^1.2.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/compiler-sfc/node_modules/nanoid": {
|
|
|
"version": "3.3.11",
|
|
|
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
|
|
|
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
|
"funding": [
|
|
|
{
|
|
|
"type": "github",
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
}
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"bin": {
|
|
|
"nanoid": "bin/nanoid.cjs"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/compiler-sfc/node_modules/postcss": {
|
|
|
"version": "8.5.3",
|
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
|
|
|
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
|
|
|
"funding": [
|
|
|
{
|
|
|
"type": "opencollective",
|
|
|
"url": "https://opencollective.com/postcss/"
|
|
|
},
|
|
|
{
|
|
|
"type": "tidelift",
|
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
},
|
|
|
{
|
|
|
"type": "github",
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
}
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"nanoid": "^3.3.8",
|
|
|
"picocolors": "^1.1.1",
|
|
|
"source-map-js": "^1.2.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/compiler-ssr": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
|
|
|
"integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@vue/compiler-dom": "3.5.13",
|
|
|
"@vue/shared": "3.5.13"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/reactivity": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
|
|
|
"integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@vue/shared": "3.5.13"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/runtime-core": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
|
|
|
"integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@vue/reactivity": "3.5.13",
|
|
|
"@vue/shared": "3.5.13"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/runtime-dom": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
|
|
|
"integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@vue/reactivity": "3.5.13",
|
|
|
"@vue/runtime-core": "3.5.13",
|
|
|
"@vue/shared": "3.5.13",
|
|
|
"csstype": "^3.1.3"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/server-renderer": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
|
|
|
"integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@vue/compiler-ssr": "3.5.13",
|
|
|
"@vue/shared": "3.5.13"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"vue": "3.5.13"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@vue/shared": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
|
|
|
"integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/@webassemblyjs/ast": {
|
|
|
"version": "1.9.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.9.0.tgz",
|
...
|
...
|
@@ -6837,6 +6722,18 @@ |
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/chart.js": {
|
|
|
"version": "4.4.8",
|
|
|
"resolved": "https://registry.npmmirror.com/chart.js/-/chart.js-4.4.8.tgz",
|
|
|
"integrity": "sha512-IkGZlVpXP+83QpMm4uxEiGqSI7jFizwVtF3+n5Pc3k7sMO+tkd0qxh2OzLhenM0K80xtmAONWGBn082EiBQSDA==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@kurkle/color": "^0.3.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"pnpm": ">=8"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/cheerio": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.0.0.tgz",
|
...
|
...
|
@@ -8159,12 +8056,6 @@ |
|
|
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/de-indent": {
|
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
|
|
"integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/debug": {
|
|
|
"version": "4.3.4",
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
...
|
...
|
@@ -8202,6 +8093,15 @@ |
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/decode-uri-component": {
|
|
|
"version": "0.4.1",
|
|
|
"resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.4.1.tgz",
|
|
|
"integrity": "sha512-+8VxcR21HhTy8nOt6jf20w0c9CADrw1O8d+VZ/YzzCt4bJ3uBjw+D1q2osAB8RnpwwaeYBxy0HyKQxD5JBMuuQ==",
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=14.16"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/dedent": {
|
|
|
"version": "1.5.3",
|
|
|
"resolved": "https://registry.npmmirror.com/dedent/-/dedent-1.5.3.tgz",
|
...
|
...
|
@@ -9510,12 +9410,6 @@ |
|
|
"node": ">=4.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/estree-walker": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/esutils": {
|
|
|
"version": "2.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
...
|
...
|
@@ -9786,6 +9680,18 @@ |
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/filter-obj": {
|
|
|
"version": "5.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/filter-obj/-/filter-obj-5.1.0.tgz",
|
|
|
"integrity": "sha512-qWeTREPoT7I0bifpPUXtxkZJ1XJzxWtfoWWkdVGqa+eCr3SHW/Ocp89o8vLvbUuQnadybJpjOKu4V+RwO6sGng==",
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=14.16"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/find-cache-dir": {
|
|
|
"version": "3.3.2",
|
|
|
"resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
|
...
|
...
|
@@ -10481,15 +10387,6 @@ |
|
|
"url": "https://opencollective.com/unified"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/he": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
|
|
|
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
|
|
"license": "MIT",
|
|
|
"bin": {
|
|
|
"he": "bin/he"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/heap": {
|
|
|
"version": "0.2.7",
|
|
|
"resolved": "https://registry.npmmirror.com/heap/-/heap-0.2.7.tgz",
|
...
|
...
|
@@ -13785,21 +13682,6 @@ |
|
|
"lz-string": "bin/bin.js"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/magic-string": {
|
|
|
"version": "0.30.17",
|
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
|
|
|
"integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/magic-string/node_modules/@jridgewell/sourcemap-codec": {
|
|
|
"version": "1.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
|
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/make-dir": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-4.0.0.tgz",
|
...
|
...
|
@@ -14865,6 +14747,12 @@ |
|
|
"node": ">=4"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/mind-elixir": {
|
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/mind-elixir/-/mind-elixir-4.5.0.tgz",
|
|
|
"integrity": "sha512-EyodIX7CK1d3Rq0urT91suZwVGHz7XegfcRiEVVFQfc952gW0xTU9Z5gaEQ4Iukwte5Sex6lOKgyxH8iGp/Puw==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/minimalistic-assert": {
|
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
|
...
|
...
|
@@ -14987,6 +14875,16 @@ |
|
|
"node": ">=10"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/moment": {
|
|
|
"version": "2.30.1",
|
|
|
"resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz",
|
|
|
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
|
|
|
"devOptional": true,
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": "*"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/mri": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
|
...
|
...
|
@@ -15967,6 +15865,23 @@ |
|
|
],
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/query-string": {
|
|
|
"version": "9.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/query-string/-/query-string-9.1.1.tgz",
|
|
|
"integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"decode-uri-component": "^0.4.1",
|
|
|
"filter-obj": "^5.1.0",
|
|
|
"split-on-first": "^3.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=18"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/querystringify": {
|
|
|
"version": "2.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/querystringify/-/querystringify-2.2.0.tgz",
|
...
|
...
|
@@ -17658,6 +17573,18 @@ |
|
|
"integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/split-on-first": {
|
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/split-on-first/-/split-on-first-3.0.0.tgz",
|
|
|
"integrity": "sha512-qxQJTx2ryR0Dw0ITYyekNQWpz6f8dGd7vffGNflQQ3Iqj9NJ6qiZ7ELpZsJ/QBhIVAiDfXdag3+Gp8RvWa62AA==",
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=12"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/sprintf-js": {
|
|
|
"version": "1.0.3",
|
|
|
"resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
...
|
...
|
@@ -18468,7 +18395,7 @@ |
|
|
"version": "5.2.2",
|
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
|
|
|
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
|
|
|
"devOptional": true,
|
|
|
"dev": true,
|
|
|
"license": "Apache-2.0",
|
|
|
"bin": {
|
|
|
"tsc": "bin/tsc",
|
...
|
...
|
@@ -18913,27 +18840,6 @@ |
|
|
"url": "https://opencollective.com/unified"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/vue": {
|
|
|
"version": "3.5.13",
|
|
|
"resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
|
|
|
"integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@vue/compiler-dom": "3.5.13",
|
|
|
"@vue/compiler-sfc": "3.5.13",
|
|
|
"@vue/runtime-dom": "3.5.13",
|
|
|
"@vue/server-renderer": "3.5.13",
|
|
|
"@vue/shared": "3.5.13"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"typescript": "*"
|
|
|
},
|
|
|
"peerDependenciesMeta": {
|
|
|
"typescript": {
|
|
|
"optional": true
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"node_modules/vue-loader": {
|
|
|
"version": "17.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-17.3.1.tgz",
|
...
|
...
|
@@ -18957,16 +18863,6 @@ |
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"node_modules/vue-template-compiler": {
|
|
|
"version": "2.7.16",
|
|
|
"resolved": "https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz",
|
|
|
"integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"de-indent": "^1.0.2",
|
|
|
"he": "^1.2.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/w3c-xmlserializer": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz",
|
...
|
...
|
|