|
@@ -12,6 +12,7 @@
|
|
|
"@vuepic/vue-datepicker": "^8.7.0",
|
|
|
"axios": "^1.6.8",
|
|
|
"echarts": "^5.4.3",
|
|
|
+ "element-plus": "^2.8.0",
|
|
|
"js-base64": "^3.7.7",
|
|
|
"js-cookie": "^3.0.5",
|
|
|
"lodash": "^4.17.21",
|
|
@@ -38,6 +39,7 @@
|
|
|
"jsdom": "^24.0.0",
|
|
|
"prettier": "^3.2.5",
|
|
|
"sass": "^1.71.1",
|
|
|
+ "unplugin-auto-import": "^0.18.2",
|
|
|
"unplugin-fonts": "^1.1.1",
|
|
|
"unplugin-vue-components": "^0.26.0",
|
|
|
"vite": "^5.1.5",
|
|
@@ -46,10 +48,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@antfu/utils": {
|
|
|
- "version": "0.7.7",
|
|
|
- "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.7.tgz",
|
|
|
- "integrity": "sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==",
|
|
|
+ "version": "0.7.10",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
|
|
|
+ "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
}
|
|
@@ -74,6 +77,24 @@
|
|
|
"@withtypes/mime": "^0.1.2"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@ctrl/tinycolor": {
|
|
|
+ "version": "3.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
|
|
|
+ "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@element-plus/icons-vue": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": "^3.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
|
"version": "0.20.2",
|
|
|
"resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
|
|
@@ -475,6 +496,31 @@
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@floating-ui/core": {
|
|
|
+ "version": "1.6.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.7.tgz",
|
|
|
+ "integrity": "sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/utils": "^0.2.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@floating-ui/dom": {
|
|
|
+ "version": "1.6.10",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.6.10.tgz",
|
|
|
+ "integrity": "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/core": "^1.6.0",
|
|
|
+ "@floating-ui/utils": "^0.2.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@floating-ui/utils": {
|
|
|
+ "version": "0.2.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.7.tgz",
|
|
|
+ "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/@humanwhocodes/config-array": {
|
|
|
"version": "0.11.14",
|
|
|
"resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
|
|
@@ -548,9 +594,10 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
- "version": "1.4.15",
|
|
|
- "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
|
|
|
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
|
|
|
+ "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/@mdi/font": {
|
|
|
"version": "7.0.96",
|
|
@@ -601,6 +648,17 @@
|
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@popperjs/core": {
|
|
|
+ "name": "@sxzz/popperjs-es",
|
|
|
+ "version": "2.11.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
|
|
|
+ "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/popperjs"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@rollup/pluginutils": {
|
|
|
"version": "5.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
|
|
@@ -853,6 +911,21 @@
|
|
|
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
|
|
|
"devOptional": true
|
|
|
},
|
|
|
+ "node_modules/@types/lodash": {
|
|
|
+ "version": "4.17.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.7.tgz",
|
|
|
+ "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/@types/lodash-es": {
|
|
|
+ "version": "4.17.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
|
|
|
+ "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/lodash": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@types/node": {
|
|
|
"version": "22.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/node/-/node-22.1.0.tgz",
|
|
@@ -873,6 +946,12 @@
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@types/web-bluetooth": {
|
|
|
+ "version": "0.0.16",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
|
|
|
+ "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/@ungap/structured-clone": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
|
|
@@ -1028,6 +1107,42 @@
|
|
|
"vuetify": "^3.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@vueuse/core": {
|
|
|
+ "version": "9.13.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
|
|
|
+ "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/web-bluetooth": "^0.0.16",
|
|
|
+ "@vueuse/metadata": "9.13.0",
|
|
|
+ "@vueuse/shared": "9.13.0",
|
|
|
+ "vue-demi": "*"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vueuse/metadata": {
|
|
|
+ "version": "9.13.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
|
|
|
+ "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@vueuse/shared": {
|
|
|
+ "version": "9.13.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
|
|
|
+ "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "vue-demi": "*"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@withtypes/mime": {
|
|
|
"version": "0.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/@withtypes/mime/-/mime-0.1.2.tgz",
|
|
@@ -1038,10 +1153,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/acorn": {
|
|
|
- "version": "8.11.3",
|
|
|
- "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.11.3.tgz",
|
|
|
- "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
|
|
|
+ "version": "8.12.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.12.1.tgz",
|
|
|
+ "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"bin": {
|
|
|
"acorn": "bin/acorn"
|
|
|
},
|
|
@@ -1217,6 +1333,12 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/async-validator": {
|
|
|
+ "version": "4.2.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
|
|
|
+ "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/asynckit": {
|
|
|
"version": "0.4.0",
|
|
|
"resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
|
|
@@ -1666,6 +1788,13 @@
|
|
|
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/confbox": {
|
|
|
+ "version": "0.1.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.7.tgz",
|
|
|
+ "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/copy-descriptor": {
|
|
|
"version": "0.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
|
|
@@ -1953,6 +2082,12 @@
|
|
|
"url": "https://github.com/sponsors/kossnocorp"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/dayjs": {
|
|
|
+ "version": "1.11.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.12.tgz",
|
|
|
+ "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/debug": {
|
|
|
"version": "4.3.4",
|
|
|
"resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
|
|
@@ -2152,6 +2287,32 @@
|
|
|
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
|
|
|
"license": "0BSD"
|
|
|
},
|
|
|
+ "node_modules/element-plus": {
|
|
|
+ "version": "2.8.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.8.0.tgz",
|
|
|
+ "integrity": "sha512-7ngapVlVlQAjocVqD4MUKvKXlBneT9DSDk2mmBOSLRFWNm/HLDT15ozmsvUBfy18sajnyUeSIHTtINE8gfrGMg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@ctrl/tinycolor": "^3.4.1",
|
|
|
+ "@element-plus/icons-vue": "^2.3.1",
|
|
|
+ "@floating-ui/dom": "^1.0.1",
|
|
|
+ "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
|
|
|
+ "@types/lodash": "^4.14.182",
|
|
|
+ "@types/lodash-es": "^4.17.6",
|
|
|
+ "@vueuse/core": "^9.1.0",
|
|
|
+ "async-validator": "^4.2.5",
|
|
|
+ "dayjs": "^1.11.3",
|
|
|
+ "escape-html": "^1.0.3",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ "lodash-es": "^4.17.21",
|
|
|
+ "lodash-unified": "^1.0.2",
|
|
|
+ "memoize-one": "^6.0.0",
|
|
|
+ "normalize-wheel-es": "^1.2.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "vue": "^3.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/emoji-regex": {
|
|
|
"version": "8.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
@@ -2343,6 +2504,12 @@
|
|
|
"@esbuild/win32-x64": "0.20.2"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/escape-html": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/escape-string-regexp": {
|
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
@@ -3882,6 +4049,13 @@
|
|
|
"node": ">=14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/js-tokens": {
|
|
|
+ "version": "9.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.0.tgz",
|
|
|
+ "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/js-yaml": {
|
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
@@ -4076,6 +4250,23 @@
|
|
|
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
|
|
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
|
|
},
|
|
|
+ "node_modules/lodash-es": {
|
|
|
+ "version": "4.17.21",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
|
|
|
+ "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/lodash-unified": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peerDependencies": {
|
|
|
+ "@types/lodash-es": "*",
|
|
|
+ "lodash": "*",
|
|
|
+ "lodash-es": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/lodash.merge": {
|
|
|
"version": "4.6.2",
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
@@ -4095,11 +4286,12 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/magic-string": {
|
|
|
- "version": "0.30.10",
|
|
|
- "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.10.tgz",
|
|
|
- "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==",
|
|
|
+ "version": "0.30.11",
|
|
|
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.11.tgz",
|
|
|
+ "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "@jridgewell/sourcemap-codec": "^1.4.15"
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/map-cache": {
|
|
@@ -4138,6 +4330,12 @@
|
|
|
"dev": true,
|
|
|
"license": "CC0-1.0"
|
|
|
},
|
|
|
+ "node_modules/memoize-one": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/merge-options": {
|
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/merge-options/-/merge-options-1.0.1.tgz",
|
|
@@ -4253,6 +4451,26 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/mlly": {
|
|
|
+ "version": "1.7.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.1.tgz",
|
|
|
+ "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "acorn": "^8.11.3",
|
|
|
+ "pathe": "^1.1.2",
|
|
|
+ "pkg-types": "^1.1.1",
|
|
|
+ "ufo": "^1.5.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mlly/node_modules/pathe": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/ms": {
|
|
|
"version": "2.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
|
|
@@ -4375,6 +4593,12 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/normalize-wheel-es": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
|
|
|
+ "license": "BSD-3-Clause"
|
|
|
+ },
|
|
|
"node_modules/nprogress": {
|
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/nprogress/-/nprogress-0.2.0.tgz",
|
|
@@ -4734,6 +4958,25 @@
|
|
|
"pinia": "^2.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/pkg-types": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "confbox": "^0.1.7",
|
|
|
+ "mlly": "^1.7.1",
|
|
|
+ "pathe": "^1.1.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pkg-types/node_modules/pathe": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/pngjs": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-5.0.0.tgz",
|
|
@@ -5400,6 +5643,13 @@
|
|
|
"node": ">=v12.22.7"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/scule": {
|
|
|
+ "version": "1.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
|
|
|
+ "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/semver": {
|
|
|
"version": "7.6.0",
|
|
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.0.tgz",
|
|
@@ -5871,6 +6121,19 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/strip-literal": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "js-tokens": "^9.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/supports-color": {
|
|
|
"version": "7.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
|
|
@@ -6484,6 +6747,13 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ufo": {
|
|
|
+ "version": "1.5.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.5.4.tgz",
|
|
|
+ "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/unbox-primitive": {
|
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
|
|
@@ -6507,6 +6777,75 @@
|
|
|
"devOptional": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/unimport": {
|
|
|
+ "version": "3.10.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.10.0.tgz",
|
|
|
+ "integrity": "sha512-/UvKRfWx3mNDWwWQhR62HsoM3wxHwYdTq8ellZzMOHnnw4Dp8tovgthyW7DjTrbjDL+i4idOp06voz2VKlvrLw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@rollup/pluginutils": "^5.1.0",
|
|
|
+ "acorn": "^8.12.1",
|
|
|
+ "escape-string-regexp": "^5.0.0",
|
|
|
+ "estree-walker": "^3.0.3",
|
|
|
+ "fast-glob": "^3.3.2",
|
|
|
+ "local-pkg": "^0.5.0",
|
|
|
+ "magic-string": "^0.30.11",
|
|
|
+ "mlly": "^1.7.1",
|
|
|
+ "pathe": "^1.1.2",
|
|
|
+ "pkg-types": "^1.1.3",
|
|
|
+ "scule": "^1.3.0",
|
|
|
+ "strip-literal": "^2.1.0",
|
|
|
+ "unplugin": "^1.12.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unimport/node_modules/escape-string-regexp": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unimport/node_modules/estree-walker": {
|
|
|
+ "version": "3.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
|
+ "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/estree": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unimport/node_modules/local-pkg": {
|
|
|
+ "version": "0.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz",
|
|
|
+ "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "mlly": "^1.4.2",
|
|
|
+ "pkg-types": "^1.0.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unimport/node_modules/pathe": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/union-value": {
|
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/union-value/-/union-value-1.0.1.tgz",
|
|
@@ -6533,20 +6872,99 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/unplugin": {
|
|
|
- "version": "1.10.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.10.1.tgz",
|
|
|
- "integrity": "sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==",
|
|
|
+ "version": "1.12.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.12.1.tgz",
|
|
|
+ "integrity": "sha512-aXEH9c5qi3uYZHo0niUtxDlT9ylG/luMW/dZslSCkbtC31wCyFkmM0kyoBBh+Grhn7CL+/kvKLfN61/EdxPxMQ==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
- "acorn": "^8.11.3",
|
|
|
+ "acorn": "^8.12.1",
|
|
|
"chokidar": "^3.6.0",
|
|
|
"webpack-sources": "^3.2.3",
|
|
|
- "webpack-virtual-modules": "^0.6.1"
|
|
|
+ "webpack-virtual-modules": "^0.6.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=14.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/unplugin-auto-import": {
|
|
|
+ "version": "0.18.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.18.2.tgz",
|
|
|
+ "integrity": "sha512-Dwb3rAic75harVBrVjwiq6H24PT+nBq2dpxV5BH8NNI6sDFaTytvP+iyo4xy7prQbR3r5K6nMs4f5Wp9PE4g8A==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@antfu/utils": "^0.7.10",
|
|
|
+ "@rollup/pluginutils": "^5.1.0",
|
|
|
+ "fast-glob": "^3.3.2",
|
|
|
+ "local-pkg": "^0.5.0",
|
|
|
+ "magic-string": "^0.30.10",
|
|
|
+ "minimatch": "^9.0.5",
|
|
|
+ "unimport": "^3.9.0",
|
|
|
+ "unplugin": "^1.11.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@nuxt/kit": "^3.2.2",
|
|
|
+ "@vueuse/core": "*"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@nuxt/kit": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@vueuse/core": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unplugin-auto-import/node_modules/brace-expansion": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "balanced-match": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unplugin-auto-import/node_modules/local-pkg": {
|
|
|
+ "version": "0.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz",
|
|
|
+ "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "mlly": "^1.4.2",
|
|
|
+ "pkg-types": "^1.0.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unplugin-auto-import/node_modules/minimatch": {
|
|
|
+ "version": "9.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
|
|
|
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "brace-expansion": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16 || 14 >=14.17"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/unplugin-fonts": {
|
|
|
"version": "1.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin-fonts/-/unplugin-fonts-1.1.1.tgz",
|
|
@@ -7034,10 +7452,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/webpack-virtual-modules": {
|
|
|
- "version": "0.6.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz",
|
|
|
- "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==",
|
|
|
- "dev": true
|
|
|
+ "version": "0.6.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
|
|
|
+ "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "license": "MIT"
|
|
|
},
|
|
|
"node_modules/whatwg-encoding": {
|
|
|
"version": "3.1.1",
|