|
@@ -24,7 +24,7 @@
|
|
|
"dom-zindex": "1.0.2",
|
|
|
"driver.js": "1.3.1",
|
|
|
"echarts": "5.5.0",
|
|
|
- "element-plus": "file:deps/element-plus.2.7.1.1.tar.gz",
|
|
|
+ "element-plus": "^2.7.1",
|
|
|
"exceljs": "^4.4.0",
|
|
|
"file-saver": "2.0.5",
|
|
|
"html2canvas": "^1.4.1",
|
|
@@ -60,6 +60,7 @@
|
|
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
|
"@vue/cli-service": "5.0.8",
|
|
|
"@vue/compiler-sfc": "3.4.27",
|
|
|
+ "code-inspector-plugin": "^0.20.17",
|
|
|
"dotenv": "^16.4.7",
|
|
|
"fs-extra": "^11.2.0",
|
|
|
"prettier": "^3.3.3",
|
|
@@ -594,17 +595,19 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-string-parser": {
|
|
|
- "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==",
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
|
- "version": "7.24.7",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
|
|
|
- "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
|
+ "license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
@@ -713,11 +716,12 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/parser": {
|
|
|
- "version": "7.25.6",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.6.tgz",
|
|
|
- "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@babel/types": "^7.25.6"
|
|
|
+ "@babel/types": "^7.28.0"
|
|
|
},
|
|
|
"bin": {
|
|
|
"parser": "bin/babel-parser.js"
|
|
@@ -1948,13 +1952,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/types": {
|
|
|
- "version": "7.25.6",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.6.tgz",
|
|
|
- "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
|
|
|
+ "version": "7.28.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
|
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@babel/helper-string-parser": "^7.24.8",
|
|
|
- "@babel/helper-validator-identifier": "^7.24.7",
|
|
|
- "to-fast-properties": "^2.0.0"
|
|
|
+ "@babel/helper-string-parser": "^7.27.1",
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
@@ -5200,6 +5204,114 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/code-inspector-core": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/code-inspector-core/-/code-inspector-core-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-vZkEfNNFhB5KeBMGSsM4NaPBjmaQfAEMM2iyqn9K1EVpm070RN/aFVu42fmPRGpLqyInj4z9yZozzybCjZ2CIA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-dom": "^3.5.13",
|
|
|
+ "chalk": "^4.1.1",
|
|
|
+ "dotenv": "^16.1.4",
|
|
|
+ "launch-ide": "1.0.8",
|
|
|
+ "portfinder": "^1.0.28"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/code-inspector-core/node_modules/@vue/compiler-core": {
|
|
|
+ "version": "3.5.18",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.18.tgz",
|
|
|
+ "integrity": "sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
|
+ "@vue/shared": "3.5.18",
|
|
|
+ "entities": "^4.5.0",
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/code-inspector-core/node_modules/@vue/compiler-dom": {
|
|
|
+ "version": "3.5.18",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.18.tgz",
|
|
|
+ "integrity": "sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-core": "3.5.18",
|
|
|
+ "@vue/shared": "3.5.18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/code-inspector-core/node_modules/@vue/shared": {
|
|
|
+ "version": "3.5.18",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.18.tgz",
|
|
|
+ "integrity": "sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/code-inspector-core/node_modules/chalk": {
|
|
|
+ "version": "4.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
|
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/chalk?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/code-inspector-core/node_modules/entities": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.12"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/fb55/entities?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/code-inspector-plugin": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/code-inspector-plugin/-/code-inspector-plugin-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-qYL/3xLCDbmMwmmZGFyvSDCrkxn2VmgDn3OHBis8nbtQHMLbzbivj2DgluqouqT2M2rTalx8nQGvJhKfFEllEw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "chalk": "4.1.1",
|
|
|
+ "code-inspector-core": "0.20.17",
|
|
|
+ "dotenv": "^16.3.1",
|
|
|
+ "esbuild-code-inspector-plugin": "0.20.17",
|
|
|
+ "vite-code-inspector-plugin": "0.20.17",
|
|
|
+ "webpack-code-inspector-plugin": "0.20.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/code-inspector-plugin/node_modules/chalk": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/chalk?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/codepage": {
|
|
|
"version": "1.14.0",
|
|
|
"resolved": "https://registry.npmmirror.com/codepage/-/codepage-1.14.0.tgz",
|
|
@@ -6655,9 +6767,9 @@
|
|
|
"integrity": "sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g=="
|
|
|
},
|
|
|
"node_modules/element-plus": {
|
|
|
- "version": "0.0.0-dev.1",
|
|
|
- "resolved": "file:deps/element-plus.2.7.1.1.tar.gz",
|
|
|
- "integrity": "sha512-9uORewtaeoznBJlEWqVqNriXNWOvUGiHG+Sj1hNdCjhlFyHA5Zk8EYf3ZdE/MoOG9qBcNxwVbudBdhxoKek4cA==",
|
|
|
+ "version": "2.10.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.10.4.tgz",
|
|
|
+ "integrity": "sha512-UD4elWHrCnp1xlPhbXmVcaKFLCRaRAY6WWRwemGfGW3ceIjXm9fSYc9RNH3AiOEA6Ds1p9ZvhCs76CR9J8Vd+A==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@ctrl/tinycolor": "^3.4.1",
|
|
@@ -6668,7 +6780,7 @@
|
|
|
"@types/lodash-es": "^4.17.6",
|
|
|
"@vueuse/core": "^9.1.0",
|
|
|
"async-validator": "^4.2.5",
|
|
|
- "dayjs": "^1.11.3",
|
|
|
+ "dayjs": "^1.11.13",
|
|
|
"escape-html": "^1.0.3",
|
|
|
"lodash": "^4.17.21",
|
|
|
"lodash-es": "^4.17.21",
|
|
@@ -6753,6 +6865,12 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/element-plus/node_modules/dayjs": {
|
|
|
+ "version": "1.11.13",
|
|
|
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
|
|
|
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/emoji-regex": {
|
|
|
"version": "8.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
@@ -6886,6 +7004,16 @@
|
|
|
"@esbuild/win32-x64": "0.21.2"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/esbuild-code-inspector-plugin": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/esbuild-code-inspector-plugin/-/esbuild-code-inspector-plugin-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-YN0y8lVDCOWzfQlivhuxMYtjp0B2bqho1zP0RetdjsAXCuSgwq1Dj1gc5z0sT8iJGhFaKsXmLls2crB5uupcvg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "code-inspector-core": "0.20.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/escalade": {
|
|
|
"version": "3.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
|
|
@@ -8461,6 +8589,34 @@
|
|
|
"launch-editor": "^2.6.1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/launch-ide": {
|
|
|
+ "version": "1.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/launch-ide/-/launch-ide-1.0.8.tgz",
|
|
|
+ "integrity": "sha512-DD0bSMGCx3R94zHR//ZynWpjkcimnAhbAae8frLJQJ5gK37wX/ZpLOU9Hw4cF6VklQVA7ZplcHKzJSDzq3YmIw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "chalk": "^4.1.1",
|
|
|
+ "dotenv": "^16.1.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/launch-ide/node_modules/chalk": {
|
|
|
+ "version": "4.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
|
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/chalk?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/lazystream": {
|
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
|
|
@@ -11760,14 +11916,6 @@
|
|
|
"node": ">=14.14"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/to-fast-properties": {
|
|
|
- "version": "2.0.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
|
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
|
|
|
- "engines": {
|
|
|
- "node": ">=4"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/to-regex-range": {
|
|
|
"version": "5.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
@@ -12282,6 +12430,16 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/vite-code-inspector-plugin": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/vite-code-inspector-plugin/-/vite-code-inspector-plugin-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-WdAEvVZCtvJR/xFGaObdI23ic9umqf8BIAaROetsICsJaXnS0AqvtbAONGgfQ7zLXOBv9PJAuIgICkIDFsCnZA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "code-inspector-core": "0.20.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/vite-plugin-html": {
|
|
|
"version": "3.2.2",
|
|
|
"resolved": "https://registry.npmmirror.com/vite-plugin-html/-/vite-plugin-html-3.2.2.tgz",
|
|
@@ -13177,6 +13335,16 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/webpack-code-inspector-plugin": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/webpack-code-inspector-plugin/-/webpack-code-inspector-plugin-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-MxPJyU9ob7pgv5tJpBGQrUKCRWa+nXuNsZPdvFr5t4TTlEXUCDp5n3U8P8AEb28CFzLnG+8bzaIcs5IBx14C1A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "code-inspector-core": "0.20.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/webpack-dev-middleware": {
|
|
|
"version": "5.3.3",
|
|
|
"resolved": "https://registry.npmmirror.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
|
|
@@ -14042,14 +14210,14 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/helper-string-parser": {
|
|
|
- "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=="
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
|
|
|
},
|
|
|
"@babel/helper-validator-identifier": {
|
|
|
- "version": "7.24.7",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
|
|
|
- "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w=="
|
|
|
+ "version": "7.27.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
|
+ "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
|
|
|
},
|
|
|
"@babel/helper-validator-option": {
|
|
|
"version": "7.24.8",
|
|
@@ -14133,11 +14301,11 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/parser": {
|
|
|
- "version": "7.25.6",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.6.tgz",
|
|
|
- "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
|
|
|
+ "version": "7.28.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
|
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
|
"requires": {
|
|
|
- "@babel/types": "^7.25.6"
|
|
|
+ "@babel/types": "^7.28.0"
|
|
|
}
|
|
|
},
|
|
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
@@ -14934,13 +15102,12 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/types": {
|
|
|
- "version": "7.25.6",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.6.tgz",
|
|
|
- "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
|
|
|
+ "version": "7.28.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
|
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
|
"requires": {
|
|
|
- "@babel/helper-string-parser": "^7.24.8",
|
|
|
- "@babel/helper-validator-identifier": "^7.24.7",
|
|
|
- "to-fast-properties": "^2.0.0"
|
|
|
+ "@babel/helper-string-parser": "^7.27.1",
|
|
|
+ "@babel/helper-validator-identifier": "^7.27.1"
|
|
|
}
|
|
|
},
|
|
|
"@ctrl/tinycolor": {
|
|
@@ -17436,6 +17603,92 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "code-inspector-core": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/code-inspector-core/-/code-inspector-core-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-vZkEfNNFhB5KeBMGSsM4NaPBjmaQfAEMM2iyqn9K1EVpm070RN/aFVu42fmPRGpLqyInj4z9yZozzybCjZ2CIA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@vue/compiler-dom": "^3.5.13",
|
|
|
+ "chalk": "^4.1.1",
|
|
|
+ "dotenv": "^16.1.4",
|
|
|
+ "launch-ide": "1.0.8",
|
|
|
+ "portfinder": "^1.0.28"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@vue/compiler-core": {
|
|
|
+ "version": "3.5.18",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.18.tgz",
|
|
|
+ "integrity": "sha512-3slwjQrrV1TO8MoXgy3aynDQ7lslj5UqDxuHnrzHtpON5CBinhWjJETciPngpin/T3OuW3tXUf86tEurusnztw==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
|
+ "@vue/shared": "3.5.18",
|
|
|
+ "entities": "^4.5.0",
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
+ "source-map-js": "^1.2.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@vue/compiler-dom": {
|
|
|
+ "version": "3.5.18",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.18.tgz",
|
|
|
+ "integrity": "sha512-RMbU6NTU70++B1JyVJbNbeFkK+A+Q7y9XKE2EM4NLGm2WFR8x9MbAtWxPPLdm0wUkuZv9trpwfSlL6tjdIa1+A==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@vue/compiler-core": "3.5.18",
|
|
|
+ "@vue/shared": "3.5.18"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@vue/shared": {
|
|
|
+ "version": "3.5.18",
|
|
|
+ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.18.tgz",
|
|
|
+ "integrity": "sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "chalk": {
|
|
|
+ "version": "4.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
|
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "entities": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
+ "dev": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "code-inspector-plugin": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/code-inspector-plugin/-/code-inspector-plugin-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-qYL/3xLCDbmMwmmZGFyvSDCrkxn2VmgDn3OHBis8nbtQHMLbzbivj2DgluqouqT2M2rTalx8nQGvJhKfFEllEw==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "chalk": "4.1.1",
|
|
|
+ "code-inspector-core": "0.20.17",
|
|
|
+ "dotenv": "^16.3.1",
|
|
|
+ "esbuild-code-inspector-plugin": "0.20.17",
|
|
|
+ "vite-code-inspector-plugin": "0.20.17",
|
|
|
+ "webpack-code-inspector-plugin": "0.20.17"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "chalk": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"codepage": {
|
|
|
"version": "1.14.0",
|
|
|
"resolved": "https://registry.npmmirror.com/codepage/-/codepage-1.14.0.tgz",
|
|
@@ -18571,8 +18824,9 @@
|
|
|
"integrity": "sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g=="
|
|
|
},
|
|
|
"element-plus": {
|
|
|
- "version": "file:deps/element-plus.2.7.1.1.tar.gz",
|
|
|
- "integrity": "sha512-9uORewtaeoznBJlEWqVqNriXNWOvUGiHG+Sj1hNdCjhlFyHA5Zk8EYf3ZdE/MoOG9qBcNxwVbudBdhxoKek4cA==",
|
|
|
+ "version": "2.10.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.10.4.tgz",
|
|
|
+ "integrity": "sha512-UD4elWHrCnp1xlPhbXmVcaKFLCRaRAY6WWRwemGfGW3ceIjXm9fSYc9RNH3AiOEA6Ds1p9ZvhCs76CR9J8Vd+A==",
|
|
|
"requires": {
|
|
|
"@ctrl/tinycolor": "^3.4.1",
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
@@ -18582,7 +18836,7 @@
|
|
|
"@types/lodash-es": "^4.17.6",
|
|
|
"@vueuse/core": "^9.1.0",
|
|
|
"async-validator": "^4.2.5",
|
|
|
- "dayjs": "^1.11.3",
|
|
|
+ "dayjs": "^1.11.13",
|
|
|
"escape-html": "^1.0.3",
|
|
|
"lodash": "^4.17.21",
|
|
|
"lodash-es": "^4.17.21",
|
|
@@ -18635,6 +18889,11 @@
|
|
|
"requires": {}
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ "dayjs": {
|
|
|
+ "version": "1.11.13",
|
|
|
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
|
|
|
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -18749,6 +19008,15 @@
|
|
|
"@esbuild/win32-x64": "0.21.2"
|
|
|
}
|
|
|
},
|
|
|
+ "esbuild-code-inspector-plugin": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/esbuild-code-inspector-plugin/-/esbuild-code-inspector-plugin-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-YN0y8lVDCOWzfQlivhuxMYtjp0B2bqho1zP0RetdjsAXCuSgwq1Dj1gc5z0sT8iJGhFaKsXmLls2crB5uupcvg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "code-inspector-core": "0.20.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
"escalade": {
|
|
|
"version": "3.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
|
|
@@ -20005,6 +20273,28 @@
|
|
|
"launch-editor": "^2.6.1"
|
|
|
}
|
|
|
},
|
|
|
+ "launch-ide": {
|
|
|
+ "version": "1.0.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/launch-ide/-/launch-ide-1.0.8.tgz",
|
|
|
+ "integrity": "sha512-DD0bSMGCx3R94zHR//ZynWpjkcimnAhbAae8frLJQJ5gK37wX/ZpLOU9Hw4cF6VklQVA7ZplcHKzJSDzq3YmIw==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "chalk": "^4.1.1",
|
|
|
+ "dotenv": "^16.1.4"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "chalk": {
|
|
|
+ "version": "4.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
|
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"lazystream": {
|
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/lazystream/-/lazystream-1.0.1.tgz",
|
|
@@ -22572,11 +22862,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/tmp/-/tmp-0.2.3.tgz",
|
|
|
"integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w=="
|
|
|
},
|
|
|
- "to-fast-properties": {
|
|
|
- "version": "2.0.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
|
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog=="
|
|
|
- },
|
|
|
"to-regex-range": {
|
|
|
"version": "5.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
@@ -23107,6 +23392,15 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "vite-code-inspector-plugin": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/vite-code-inspector-plugin/-/vite-code-inspector-plugin-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-WdAEvVZCtvJR/xFGaObdI23ic9umqf8BIAaROetsICsJaXnS0AqvtbAONGgfQ7zLXOBv9PJAuIgICkIDFsCnZA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "code-inspector-core": "0.20.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
"vite-plugin-html": {
|
|
|
"version": "3.2.2",
|
|
|
"resolved": "https://registry.npmmirror.com/vite-plugin-html/-/vite-plugin-html-3.2.2.tgz",
|
|
@@ -23530,6 +23824,15 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "webpack-code-inspector-plugin": {
|
|
|
+ "version": "0.20.17",
|
|
|
+ "resolved": "https://registry.npmjs.org/webpack-code-inspector-plugin/-/webpack-code-inspector-plugin-0.20.17.tgz",
|
|
|
+ "integrity": "sha512-MxPJyU9ob7pgv5tJpBGQrUKCRWa+nXuNsZPdvFr5t4TTlEXUCDp5n3U8P8AEb28CFzLnG+8bzaIcs5IBx14C1A==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "code-inspector-core": "0.20.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
"webpack-dev-middleware": {
|
|
|
"version": "5.3.3",
|
|
|
"resolved": "https://registry.npmmirror.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
|