|
@@ -8,7 +8,9 @@
|
|
|
"name": "ui",
|
|
"name": "ui",
|
|
|
"version": "0.0.0",
|
|
"version": "0.0.0",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "vue": "^3.5.13"
|
|
|
|
|
|
|
+ "element-plus": "^2.13.6",
|
|
|
|
|
+ "vue": "^3.5.13",
|
|
|
|
|
+ "vue-router": "^4.6.4"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
@@ -60,6 +62,22 @@
|
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@ctrl/tinycolor": {
|
|
|
|
|
+ "version": "4.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@element-plus/icons-vue": {
|
|
|
|
|
+ "version": "2.3.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vue": "^3.2.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
"node_modules/@esbuild/aix-ppc64": {
|
|
|
"version": "0.25.12",
|
|
"version": "0.25.12",
|
|
|
"resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
|
|
@@ -476,11 +494,43 @@
|
|
|
"node": ">=18"
|
|
"node": ">=18"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@floating-ui/core": {
|
|
|
|
|
+ "version": "1.7.5",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@floating-ui/utils": "^0.2.11"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@floating-ui/dom": {
|
|
|
|
|
+ "version": "1.7.6",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@floating-ui/core": "^1.7.5",
|
|
|
|
|
+ "@floating-ui/utils": "^0.2.11"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@floating-ui/utils": {
|
|
|
|
|
+ "version": "0.2.11",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.11.tgz",
|
|
|
|
|
+ "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg=="
|
|
|
|
|
+ },
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
"version": "1.5.5",
|
|
"version": "1.5.5",
|
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
|
|
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@popperjs/core": {
|
|
|
|
|
+ "name": "@sxzz/popperjs-es",
|
|
|
|
|
+ "version": "2.11.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/popperjs"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
|
"version": "4.60.0",
|
|
"version": "4.60.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.0.tgz",
|
|
@@ -812,6 +862,24 @@
|
|
|
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@types/lodash": {
|
|
|
|
|
+ "version": "4.17.24",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.24.tgz",
|
|
|
|
|
+ "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "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==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@types/lodash": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@types/web-bluetooth": {
|
|
|
|
|
+ "version": "0.0.20",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
|
|
|
|
|
+ "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow=="
|
|
|
|
|
+ },
|
|
|
"node_modules/@vitejs/plugin-vue": {
|
|
"node_modules/@vitejs/plugin-vue": {
|
|
|
"version": "5.2.4",
|
|
"version": "5.2.4",
|
|
|
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
|
|
@@ -907,6 +975,11 @@
|
|
|
"he": "^1.2.0"
|
|
"he": "^1.2.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@vue/devtools-api": {
|
|
|
|
|
+ "version": "6.6.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
|
|
|
|
|
+ },
|
|
|
"node_modules/@vue/language-core": {
|
|
"node_modules/@vue/language-core": {
|
|
|
"version": "2.2.12",
|
|
"version": "2.2.12",
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.12.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.12.tgz",
|
|
@@ -994,12 +1067,50 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@vueuse/core": {
|
|
|
|
|
+ "version": "12.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-12.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@types/web-bluetooth": "^0.0.20",
|
|
|
|
|
+ "@vueuse/metadata": "12.0.0",
|
|
|
|
|
+ "@vueuse/shared": "12.0.0",
|
|
|
|
|
+ "vue": "^3.5.13"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vueuse/metadata": {
|
|
|
|
|
+ "version": "12.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-12.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==",
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@vueuse/shared": {
|
|
|
|
|
+ "version": "12.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-12.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "vue": "^3.5.13"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/alien-signals": {
|
|
"node_modules/alien-signals": {
|
|
|
"version": "1.0.13",
|
|
"version": "1.0.13",
|
|
|
"resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
|
|
"resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
|
|
|
"integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
|
|
"integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "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=="
|
|
|
|
|
+ },
|
|
|
"node_modules/balanced-match": {
|
|
"node_modules/balanced-match": {
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -1020,12 +1131,42 @@
|
|
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
|
|
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ=="
|
|
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/dayjs": {
|
|
|
|
|
+ "version": "1.11.20",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.20.tgz",
|
|
|
|
|
+ "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ=="
|
|
|
|
|
+ },
|
|
|
"node_modules/de-indent": {
|
|
"node_modules/de-indent": {
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
|
|
"integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
|
|
"integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/element-plus": {
|
|
|
|
|
+ "version": "2.13.6",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.13.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-XHgwXr8Fjz6i+6BaqFhAbae/dJbG7bBAAlHrY3pWL7dpj+JcqcOyKYt4Oy5KP86FQwS1k4uIZDjCx2FyUR5lDg==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@ctrl/tinycolor": "^4.2.0",
|
|
|
|
|
+ "@element-plus/icons-vue": "^2.3.2",
|
|
|
|
|
+ "@floating-ui/dom": "^1.0.1",
|
|
|
|
|
+ "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
|
|
|
|
|
+ "@types/lodash": "^4.17.20",
|
|
|
|
|
+ "@types/lodash-es": "^4.17.12",
|
|
|
|
|
+ "@vueuse/core": "12.0.0",
|
|
|
|
|
+ "async-validator": "^4.2.5",
|
|
|
|
|
+ "dayjs": "^1.11.19",
|
|
|
|
|
+ "lodash": "^4.17.23",
|
|
|
|
|
+ "lodash-es": "^4.17.23",
|
|
|
|
|
+ "lodash-unified": "^1.0.3",
|
|
|
|
|
+ "memoize-one": "^6.0.0",
|
|
|
|
|
+ "normalize-wheel-es": "^1.2.0",
|
|
|
|
|
+ "vue-component-type-helpers": "^3.2.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vue": "^3.3.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/entities": {
|
|
"node_modules/entities": {
|
|
|
"version": "7.0.1",
|
|
"version": "7.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
|
|
@@ -1123,6 +1264,26 @@
|
|
|
"he": "bin/he"
|
|
"he": "bin/he"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/lodash": {
|
|
|
|
|
+ "version": "4.17.23",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.23.tgz",
|
|
|
|
|
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lodash-es": {
|
|
|
|
|
+ "version": "4.17.23",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.23.tgz",
|
|
|
|
|
+ "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "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==",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "@types/lodash-es": "*",
|
|
|
|
|
+ "lodash": "*",
|
|
|
|
|
+ "lodash-es": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/magic-string": {
|
|
"node_modules/magic-string": {
|
|
|
"version": "0.30.21",
|
|
"version": "0.30.21",
|
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
|
|
@@ -1131,6 +1292,11 @@
|
|
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "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=="
|
|
|
|
|
+ },
|
|
|
"node_modules/minimatch": {
|
|
"node_modules/minimatch": {
|
|
|
"version": "9.0.9",
|
|
"version": "9.0.9",
|
|
|
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.9.tgz",
|
|
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.9.tgz",
|
|
@@ -1169,6 +1335,11 @@
|
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "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=="
|
|
|
|
|
+ },
|
|
|
"node_modules/path-browserify": {
|
|
"node_modules/path-browserify": {
|
|
|
"version": "1.0.1",
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
|
|
@@ -1400,6 +1571,25 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/vue-component-type-helpers": {
|
|
|
|
|
+ "version": "3.2.6",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue-component-type-helpers/-/vue-component-type-helpers-3.2.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-O02tnvIfOQVmnvoWwuSydwRoHjZVt8UEBR+2p4rT35p8GAy5VTlWP8o5qXfJR/GWCN0nVZoYWsVUvx2jwgdBmQ=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/vue-router": {
|
|
|
|
|
+ "version": "4.6.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@vue/devtools-api": "^6.6.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/posva"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vue": "^3.5.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/vue-tsc": {
|
|
"node_modules/vue-tsc": {
|
|
|
"version": "2.2.12",
|
|
"version": "2.2.12",
|
|
|
"resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.12.tgz",
|
|
"resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.12.tgz",
|
|
@@ -1415,6 +1605,23 @@
|
|
|
"peerDependencies": {
|
|
"peerDependencies": {
|
|
|
"typescript": ">=5.0.0"
|
|
"typescript": ">=5.0.0"
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/yaml": {
|
|
|
|
|
+ "version": "2.8.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.8.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "peer": true,
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "yaml": "bin.mjs"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 14.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/eemeli"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|