mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-04 21:18:16 +08:00
更新依赖
This commit is contained in:
parent
b6ed4a3f69
commit
2ab04b1fdf
24
package.json
24
package.json
@ -14,11 +14,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tinymce/tinymce-vue": "^5.0.0",
|
"@tinymce/tinymce-vue": "^5.0.0",
|
||||||
"@vueuse/core": "^9.12.0",
|
"@vueuse/core": "^9.13.0",
|
||||||
"@vueuse/integrations": "^9.12.0",
|
"@vueuse/integrations": "^9.13.0",
|
||||||
"axios": "^1.3.2",
|
"axios": "^1.3.3",
|
||||||
"dayjs": "^1.11.7",
|
"dayjs": "^1.11.7",
|
||||||
"element-plus": "^2.2.30",
|
"element-plus": "^2.2.32",
|
||||||
"hotkeys-js": "^3.10.1",
|
"hotkeys-js": "^3.10.1",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"mitt": "^3.0.0",
|
"mitt": "^3.0.0",
|
||||||
@ -46,22 +46,22 @@
|
|||||||
"esno": "^0.16.3",
|
"esno": "^0.16.3",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.0",
|
||||||
"http-server": "^14.1.1",
|
"http-server": "^14.1.1",
|
||||||
"lint-staged": "^13.1.1",
|
"lint-staged": "^13.1.2",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"plop": "^3.1.2",
|
"plop": "^3.1.2",
|
||||||
"postcss-html": "^1.5.0",
|
"postcss-html": "^1.5.0",
|
||||||
"sass": "^1.58.0",
|
"sass": "^1.58.3",
|
||||||
"simple-git-hooks": "^2.8.1",
|
"simple-git-hooks": "^2.8.1",
|
||||||
"stylelint": "^15.1.0",
|
"stylelint": "^15.1.0",
|
||||||
"stylelint-config-standard": "^30.0.1",
|
"stylelint-config-standard": "^30.0.1",
|
||||||
"stylelint-config-standard-scss": "^7.0.0",
|
"stylelint-config-standard-scss": "^7.0.1",
|
||||||
"stylelint-config-standard-vue": "^1.0.0",
|
"stylelint-config-standard-vue": "^1.0.0",
|
||||||
"stylelint-scss": "^4.4.0",
|
"stylelint-scss": "^4.4.0",
|
||||||
"svgo": "^3.0.2",
|
"svgo": "^3.0.2",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"unplugin-auto-import": "^0.14.2",
|
"unplugin-auto-import": "^0.14.3",
|
||||||
"unplugin-vue-components": "^0.23.0",
|
"unplugin-vue-components": "^0.24.0",
|
||||||
"vite": "^4.1.1",
|
"vite": "^4.1.2",
|
||||||
"vite-plugin-banner": "^0.7.0",
|
"vite-plugin-banner": "^0.7.0",
|
||||||
"vite-plugin-compression": "^0.5.1",
|
"vite-plugin-compression": "^0.5.1",
|
||||||
"vite-plugin-html": "^3.2.0",
|
"vite-plugin-html": "^3.2.0",
|
||||||
@ -70,9 +70,9 @@
|
|||||||
"vite-plugin-spritesmith": "^0.1.1",
|
"vite-plugin-spritesmith": "^0.1.1",
|
||||||
"vite-plugin-svg-icons": "^2.0.1",
|
"vite-plugin-svg-icons": "^2.0.1",
|
||||||
"vite-plugin-vue-inspector": "^3.3.2",
|
"vite-plugin-vue-inspector": "^3.3.2",
|
||||||
"vite-plugin-vue-layouts": "^0.6.0",
|
"vite-plugin-vue-layouts": "^0.8.0",
|
||||||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||||||
"vue-tsc": "^1.0.24"
|
"vue-tsc": "^1.1.3"
|
||||||
},
|
},
|
||||||
"simple-git-hooks": {
|
"simple-git-hooks": {
|
||||||
"pre-commit": "pnpm lint-staged",
|
"pre-commit": "pnpm lint-staged",
|
||||||
|
447
pnpm-lock.yaml
447
pnpm-lock.yaml
@ -10,18 +10,18 @@ specifiers:
|
|||||||
'@types/qs': ^6.9.7
|
'@types/qs': ^6.9.7
|
||||||
'@vitejs/plugin-vue': ^4.0.0
|
'@vitejs/plugin-vue': ^4.0.0
|
||||||
'@vitejs/plugin-vue-jsx': ^3.0.0
|
'@vitejs/plugin-vue-jsx': ^3.0.0
|
||||||
'@vueuse/core': ^9.12.0
|
'@vueuse/core': ^9.13.0
|
||||||
'@vueuse/integrations': ^9.12.0
|
'@vueuse/integrations': ^9.13.0
|
||||||
autoprefixer: ^10.4.13
|
autoprefixer: ^10.4.13
|
||||||
axios: ^1.3.2
|
axios: ^1.3.3
|
||||||
dayjs: ^1.11.7
|
dayjs: ^1.11.7
|
||||||
element-plus: ^2.2.30
|
element-plus: ^2.2.32
|
||||||
eslint: ^8.34.0
|
eslint: ^8.34.0
|
||||||
esno: ^0.16.3
|
esno: ^0.16.3
|
||||||
fs-extra: ^11.1.0
|
fs-extra: ^11.1.0
|
||||||
hotkeys-js: ^3.10.1
|
hotkeys-js: ^3.10.1
|
||||||
http-server: ^14.1.1
|
http-server: ^14.1.1
|
||||||
lint-staged: ^13.1.1
|
lint-staged: ^13.1.2
|
||||||
lodash-es: ^4.17.21
|
lodash-es: ^4.17.21
|
||||||
mitt: ^3.0.0
|
mitt: ^3.0.0
|
||||||
mockjs: ^1.1.0
|
mockjs: ^1.1.0
|
||||||
@ -33,19 +33,19 @@ specifiers:
|
|||||||
plop: ^3.1.2
|
plop: ^3.1.2
|
||||||
postcss-html: ^1.5.0
|
postcss-html: ^1.5.0
|
||||||
qs: ^6.11.0
|
qs: ^6.11.0
|
||||||
sass: ^1.58.0
|
sass: ^1.58.3
|
||||||
simple-git-hooks: ^2.8.1
|
simple-git-hooks: ^2.8.1
|
||||||
stylelint: ^15.1.0
|
stylelint: ^15.1.0
|
||||||
stylelint-config-standard: ^30.0.1
|
stylelint-config-standard: ^30.0.1
|
||||||
stylelint-config-standard-scss: ^7.0.0
|
stylelint-config-standard-scss: ^7.0.1
|
||||||
stylelint-config-standard-vue: ^1.0.0
|
stylelint-config-standard-vue: ^1.0.0
|
||||||
stylelint-scss: ^4.4.0
|
stylelint-scss: ^4.4.0
|
||||||
svgo: ^3.0.2
|
svgo: ^3.0.2
|
||||||
tinymce: ^6.3.1
|
tinymce: ^6.3.1
|
||||||
typescript: ^4.9.5
|
typescript: ^4.9.5
|
||||||
unplugin-auto-import: ^0.14.2
|
unplugin-auto-import: ^0.14.3
|
||||||
unplugin-vue-components: ^0.23.0
|
unplugin-vue-components: ^0.24.0
|
||||||
vite: ^4.1.1
|
vite: ^4.1.2
|
||||||
vite-plugin-banner: ^0.7.0
|
vite-plugin-banner: ^0.7.0
|
||||||
vite-plugin-compression: ^0.5.1
|
vite-plugin-compression: ^0.5.1
|
||||||
vite-plugin-html: ^3.2.0
|
vite-plugin-html: ^3.2.0
|
||||||
@ -54,19 +54,19 @@ specifiers:
|
|||||||
vite-plugin-spritesmith: ^0.1.1
|
vite-plugin-spritesmith: ^0.1.1
|
||||||
vite-plugin-svg-icons: ^2.0.1
|
vite-plugin-svg-icons: ^2.0.1
|
||||||
vite-plugin-vue-inspector: ^3.3.2
|
vite-plugin-vue-inspector: ^3.3.2
|
||||||
vite-plugin-vue-layouts: ^0.6.0
|
vite-plugin-vue-layouts: ^0.8.0
|
||||||
vite-plugin-vue-setup-extend: ^0.4.0
|
vite-plugin-vue-setup-extend: ^0.4.0
|
||||||
vue: ^3.2.47
|
vue: ^3.2.47
|
||||||
vue-router: ^4.1.6
|
vue-router: ^4.1.6
|
||||||
vue-tsc: ^1.0.24
|
vue-tsc: ^1.1.3
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tinymce/tinymce-vue': 5.0.0_vue@3.2.47
|
'@tinymce/tinymce-vue': 5.0.0_vue@3.2.47
|
||||||
'@vueuse/core': 9.12.0_vue@3.2.47
|
'@vueuse/core': 9.13.0_vue@3.2.47
|
||||||
'@vueuse/integrations': 9.12.0_6zi35b26yic7lzgezqun64u7te
|
'@vueuse/integrations': 9.13.0_2ejpgh2trzxqqykcalkxmj34uu
|
||||||
axios: 1.3.2
|
axios: 1.3.3
|
||||||
dayjs: 1.11.7
|
dayjs: 1.11.7
|
||||||
element-plus: 2.2.30_vue@3.2.47
|
element-plus: 2.2.32_vue@3.2.47
|
||||||
hotkeys-js: 3.10.1
|
hotkeys-js: 3.10.1
|
||||||
lodash-es: 4.17.21
|
lodash-es: 4.17.21
|
||||||
mitt: 3.0.0
|
mitt: 3.0.0
|
||||||
@ -87,40 +87,40 @@ devDependencies:
|
|||||||
'@types/nprogress': 0.2.0
|
'@types/nprogress': 0.2.0
|
||||||
'@types/path-browserify': 1.0.0
|
'@types/path-browserify': 1.0.0
|
||||||
'@types/qs': 6.9.7
|
'@types/qs': 6.9.7
|
||||||
'@vitejs/plugin-vue': 4.0.0_vite@4.1.1+vue@3.2.47
|
'@vitejs/plugin-vue': 4.0.0_vite@4.1.2+vue@3.2.47
|
||||||
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.1.1+vue@3.2.47
|
'@vitejs/plugin-vue-jsx': 3.0.0_vite@4.1.2+vue@3.2.47
|
||||||
autoprefixer: 10.4.13
|
autoprefixer: 10.4.13
|
||||||
eslint: 8.34.0
|
eslint: 8.34.0
|
||||||
esno: 0.16.3
|
esno: 0.16.3
|
||||||
fs-extra: 11.1.0
|
fs-extra: 11.1.0
|
||||||
http-server: 14.1.1
|
http-server: 14.1.1
|
||||||
lint-staged: 13.1.1
|
lint-staged: 13.1.2
|
||||||
npm-run-all: 4.1.5
|
npm-run-all: 4.1.5
|
||||||
plop: 3.1.2
|
plop: 3.1.2
|
||||||
postcss-html: 1.5.0
|
postcss-html: 1.5.0
|
||||||
sass: 1.58.0
|
sass: 1.58.3
|
||||||
simple-git-hooks: 2.8.1
|
simple-git-hooks: 2.8.1
|
||||||
stylelint: 15.1.0
|
stylelint: 15.1.0
|
||||||
stylelint-config-standard: 30.0.1_stylelint@15.1.0
|
stylelint-config-standard: 30.0.1_stylelint@15.1.0
|
||||||
stylelint-config-standard-scss: 7.0.0_stylelint@15.1.0
|
stylelint-config-standard-scss: 7.0.1_stylelint@15.1.0
|
||||||
stylelint-config-standard-vue: 1.0.0_qaaem4ytw5dycdgwcgrc5pmjki
|
stylelint-config-standard-vue: 1.0.0_qaaem4ytw5dycdgwcgrc5pmjki
|
||||||
stylelint-scss: 4.4.0_stylelint@15.1.0
|
stylelint-scss: 4.4.0_stylelint@15.1.0
|
||||||
svgo: 3.0.2
|
svgo: 3.0.2
|
||||||
typescript: 4.9.5
|
typescript: 4.9.5
|
||||||
unplugin-auto-import: 0.14.2_@vueuse+core@9.12.0
|
unplugin-auto-import: 0.14.3_@vueuse+core@9.13.0
|
||||||
unplugin-vue-components: 0.23.0_vue@3.2.47
|
unplugin-vue-components: 0.24.0_vue@3.2.47
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
vite-plugin-banner: 0.7.0
|
vite-plugin-banner: 0.7.0
|
||||||
vite-plugin-compression: 0.5.1_vite@4.1.1
|
vite-plugin-compression: 0.5.1_vite@4.1.2
|
||||||
vite-plugin-html: 3.2.0_vite@4.1.1
|
vite-plugin-html: 3.2.0_vite@4.1.2
|
||||||
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@4.1.1
|
vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@4.1.2
|
||||||
vite-plugin-pages: 0.28.0_vite@4.1.1
|
vite-plugin-pages: 0.28.0_vite@4.1.2
|
||||||
vite-plugin-spritesmith: 0.1.1
|
vite-plugin-spritesmith: 0.1.1
|
||||||
vite-plugin-svg-icons: 2.0.1_vite@4.1.1
|
vite-plugin-svg-icons: 2.0.1_vite@4.1.2
|
||||||
vite-plugin-vue-inspector: 3.3.2_vite@4.1.1
|
vite-plugin-vue-inspector: 3.3.2_vite@4.1.2
|
||||||
vite-plugin-vue-layouts: 0.6.0_fmudivyuqogzrsdw3ssoqrxof4
|
vite-plugin-vue-layouts: 0.8.0_odivvtajfxy4ncwzzxzazp6cke
|
||||||
vite-plugin-vue-setup-extend: 0.4.0_vite@4.1.1
|
vite-plugin-vue-setup-extend: 0.4.0_vite@4.1.2
|
||||||
vue-tsc: 1.0.24_typescript@4.9.5
|
vue-tsc: 1.1.3_typescript@4.9.5
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@ -259,7 +259,7 @@ packages:
|
|||||||
'@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12
|
'@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12
|
||||||
'@babel/helper-module-transforms': 7.20.11
|
'@babel/helper-module-transforms': 7.20.11
|
||||||
'@babel/helpers': 7.20.13
|
'@babel/helpers': 7.20.13
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@babel/template': 7.20.7
|
'@babel/template': 7.20.7
|
||||||
'@babel/traverse': 7.20.13
|
'@babel/traverse': 7.20.13
|
||||||
'@babel/types': 7.20.7
|
'@babel/types': 7.20.7
|
||||||
@ -547,6 +547,14 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.20.7
|
'@babel/types': 7.20.7
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@babel/parser/7.20.15:
|
||||||
|
resolution: {integrity: sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==}
|
||||||
|
engines: {node: '>=6.0.0'}
|
||||||
|
hasBin: true
|
||||||
|
dependencies:
|
||||||
|
'@babel/types': 7.20.7
|
||||||
|
|
||||||
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.12:
|
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.12:
|
||||||
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
||||||
@ -644,7 +652,7 @@ packages:
|
|||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.18.6
|
'@babel/code-frame': 7.18.6
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@babel/types': 7.20.7
|
'@babel/types': 7.20.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@ -658,7 +666,7 @@ packages:
|
|||||||
'@babel/helper-function-name': 7.19.0
|
'@babel/helper-function-name': 7.19.0
|
||||||
'@babel/helper-hoist-variables': 7.18.6
|
'@babel/helper-hoist-variables': 7.18.6
|
||||||
'@babel/helper-split-export-declaration': 7.18.6
|
'@babel/helper-split-export-declaration': 7.18.6
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@babel/types': 7.20.7
|
'@babel/types': 7.20.7
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
globals: 11.12.0
|
globals: 11.12.0
|
||||||
@ -1129,33 +1137,6 @@ packages:
|
|||||||
fastq: 1.13.0
|
fastq: 1.13.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@nuxt/kit/3.1.1:
|
|
||||||
resolution: {integrity: sha512-wmqVCIuD/te6BKf3YiqWyMumKI5JIpkiv0li/1Y3QHnTkoxyIhLkbFgNcQHuBxJ3eMlk2UjAjAqWiqBHTX54vQ==}
|
|
||||||
engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
|
||||||
dependencies:
|
|
||||||
'@nuxt/schema': 3.1.1
|
|
||||||
c12: 1.1.0
|
|
||||||
consola: 2.15.3
|
|
||||||
defu: 6.1.2
|
|
||||||
globby: 13.1.3
|
|
||||||
hash-sum: 2.0.0
|
|
||||||
ignore: 5.2.4
|
|
||||||
jiti: 1.16.2
|
|
||||||
knitwork: 1.0.0
|
|
||||||
lodash.template: 4.5.0
|
|
||||||
mlly: 1.1.0
|
|
||||||
pathe: 1.1.0
|
|
||||||
pkg-types: 1.0.1
|
|
||||||
scule: 1.0.0
|
|
||||||
semver: 7.3.8
|
|
||||||
unctx: 2.1.1
|
|
||||||
unimport: 2.2.4
|
|
||||||
untyped: 1.2.2
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- rollup
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@nuxt/kit/3.2.0:
|
/@nuxt/kit/3.2.0:
|
||||||
resolution: {integrity: sha512-Otb1S/08tDxbpeQYLMynjr2TX7ssU1ynbWDpVzFzLBdfHkGWHXpIhJr+0u3LdnPUBw6C/xPXe7fd7RuXI9avoA==}
|
resolution: {integrity: sha512-Otb1S/08tDxbpeQYLMynjr2TX7ssU1ynbWDpVzFzLBdfHkGWHXpIhJr+0u3LdnPUBw6C/xPXe7fd7RuXI9avoA==}
|
||||||
engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
||||||
@ -1183,21 +1164,26 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@nuxt/schema/3.1.1:
|
/@nuxt/kit/3.2.2:
|
||||||
resolution: {integrity: sha512-/KuoCDVGrLD9W7vwuYhu4HbdT/BpbrhA4Pm9dGn7Jah40kHDGqUnJxugvMjt+4suq53rLQyTA0LRDWfFxfxAOQ==}
|
resolution: {integrity: sha512-T3UeLxGSNl7dQgKzmtBbPEkUiiBYgXI+KkemmpkYbQK/l+bWy2f9VQw/Rl0HkQLfRTE2fS8q8jhsOedFiEnHQQ==}
|
||||||
engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
engines: {node: ^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
c12: 1.1.0
|
'@nuxt/schema': 3.2.2
|
||||||
create-require: 1.1.1
|
c12: 1.1.2
|
||||||
|
consola: 2.15.3
|
||||||
defu: 6.1.2
|
defu: 6.1.2
|
||||||
hookable: 5.4.2
|
globby: 13.1.3
|
||||||
jiti: 1.16.2
|
hash-sum: 2.0.0
|
||||||
|
ignore: 5.2.4
|
||||||
|
jiti: 1.17.1
|
||||||
|
knitwork: 1.0.0
|
||||||
|
lodash.template: 4.5.0
|
||||||
|
mlly: 1.1.1
|
||||||
pathe: 1.1.0
|
pathe: 1.1.0
|
||||||
pkg-types: 1.0.1
|
pkg-types: 1.0.2
|
||||||
postcss-import-resolver: 2.0.0
|
|
||||||
scule: 1.0.0
|
scule: 1.0.0
|
||||||
std-env: 3.3.2
|
semver: 7.3.8
|
||||||
ufo: 1.0.1
|
unctx: 2.1.2
|
||||||
unimport: 2.2.4
|
unimport: 2.2.4
|
||||||
untyped: 1.2.2
|
untyped: 1.2.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -1219,7 +1205,29 @@ packages:
|
|||||||
postcss-import-resolver: 2.0.0
|
postcss-import-resolver: 2.0.0
|
||||||
scule: 1.0.0
|
scule: 1.0.0
|
||||||
std-env: 3.3.2
|
std-env: 3.3.2
|
||||||
ufo: 1.0.1
|
ufo: 1.1.0
|
||||||
|
unimport: 2.2.4
|
||||||
|
untyped: 1.2.2
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- rollup
|
||||||
|
- supports-color
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@nuxt/schema/3.2.2:
|
||||||
|
resolution: {integrity: sha512-o3O2OqLAMKqb/DlGpK8eJq4tH29NA4OMaohknSSXl35+Nw/qHB5eOLDz+cFxNE+MKHoMj1rRVMCfi/Y/PrCN6g==}
|
||||||
|
engines: {node: ^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
|
||||||
|
dependencies:
|
||||||
|
c12: 1.1.2
|
||||||
|
create-require: 1.1.1
|
||||||
|
defu: 6.1.2
|
||||||
|
hookable: 5.4.2
|
||||||
|
jiti: 1.17.1
|
||||||
|
pathe: 1.1.0
|
||||||
|
pkg-types: 1.0.2
|
||||||
|
postcss-import-resolver: 2.0.0
|
||||||
|
scule: 1.0.0
|
||||||
|
std-env: 3.3.2
|
||||||
|
ufo: 1.1.0
|
||||||
unimport: 2.2.4
|
unimport: 2.2.4
|
||||||
untyped: 1.2.2
|
untyped: 1.2.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -1542,7 +1550,7 @@ packages:
|
|||||||
eslint-visitor-keys: 3.3.0
|
eslint-visitor-keys: 3.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitejs/plugin-vue-jsx/3.0.0_vite@4.1.1+vue@3.2.47:
|
/@vitejs/plugin-vue-jsx/3.0.0_vite@4.1.2+vue@3.2.47:
|
||||||
resolution: {integrity: sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==}
|
resolution: {integrity: sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -1552,60 +1560,60 @@ packages:
|
|||||||
'@babel/core': 7.20.5
|
'@babel/core': 7.20.5
|
||||||
'@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5
|
'@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5
|
||||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.5
|
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.5
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
vue: 3.2.47
|
vue: 3.2.47
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitejs/plugin-vue/4.0.0_vite@4.1.1+vue@3.2.47:
|
/@vitejs/plugin-vue/4.0.0_vite@4.1.2+vue@3.2.47:
|
||||||
resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
|
resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^4.0.0
|
vite: ^4.0.0
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
vue: 3.2.47
|
vue: 3.2.47
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@volar/language-core/1.0.24:
|
/@volar/language-core/1.2.0-alpha.14:
|
||||||
resolution: {integrity: sha512-vTN+alJiWwK0Pax6POqrmevbtFW2dXhjwWiW/MW4f48eDYPLdyURWcr8TixO7EN/nHsUBj2udT7igFKPtjyAKg==}
|
resolution: {integrity: sha512-xp56QNaYVTgQOsJvNbsUUPKw9THpfgmyM/HH8cPBShnVrZuYJB3B628m9tdimJ6fwcWqmVtQ4qWLdR1Q4o7wSg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/source-map': 1.0.24
|
'@volar/source-map': 1.2.0-alpha.14
|
||||||
muggle-string: 0.1.0
|
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@volar/source-map/1.0.24:
|
/@volar/source-map/1.2.0-alpha.14:
|
||||||
resolution: {integrity: sha512-Qsv/tkplx18pgBr8lKAbM1vcDqgkGKQzbChg6NW+v0CZc3G7FLmK+WrqEPzKlN7Cwdc6XVL559Nod8WKAfKr4A==}
|
resolution: {integrity: sha512-rXXpxWipLQYGVoydv64sCvTeoVH6s/vb/BZ5yl+0MfgrwZdSVkFal+Fkl/d9ykAuGMTysHm9t6K7zzZZCJotAw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
muggle-string: 0.1.0
|
muggle-string: 0.2.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@volar/typescript/1.0.24:
|
/@volar/typescript/1.2.0-alpha.14:
|
||||||
resolution: {integrity: sha512-f8hCSk+PfKR1/RQHxZ79V1NpDImHoivqoizK+mstphm25tn/YJ/JnKNjZHB+o21fuW0yKlI26NV3jkVb2Cc/7A==}
|
resolution: {integrity: sha512-QAC0mBEt8jUhZsS8PAuZoNd2pYPBwgPxXG4SDD1mr2NvSMOhTfvzcyY5Y9voLmzIlYYr9AJMJWUwQQ4VzTtTaw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/language-core': 1.0.24
|
'@volar/language-core': 1.2.0-alpha.14
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@volar/vue-language-core/1.0.24:
|
/@volar/vue-language-core/1.1.3:
|
||||||
resolution: {integrity: sha512-2NTJzSgrwKu6uYwPqLiTMuAzi7fAY3yFy5PJ255bGJc82If0Xr+cW8pC80vpjG0D/aVLmlwAdO4+Ya2BI8GdDg==}
|
resolution: {integrity: sha512-wkhPWEX4GnPAIASLDveGQQnbXB+NbL2Wn0ZxMyp/e5BN1vAvxqnrkc+NneP+tLSpjlBQALmGD+GRUkLermxMpA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/language-core': 1.0.24
|
'@volar/language-core': 1.2.0-alpha.14
|
||||||
'@volar/source-map': 1.0.24
|
'@volar/source-map': 1.2.0-alpha.14
|
||||||
'@vue/compiler-dom': 3.2.47
|
'@vue/compiler-dom': 3.2.47
|
||||||
'@vue/compiler-sfc': 3.2.47
|
'@vue/compiler-sfc': 3.2.47
|
||||||
'@vue/reactivity': 3.2.47
|
'@vue/reactivity': 3.2.47
|
||||||
'@vue/shared': 3.2.47
|
'@vue/shared': 3.2.47
|
||||||
minimatch: 5.1.6
|
minimatch: 6.2.0
|
||||||
|
muggle-string: 0.2.2
|
||||||
vue-template-compiler: 2.7.14
|
vue-template-compiler: 2.7.14
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@volar/vue-typescript/1.0.24:
|
/@volar/vue-typescript/1.1.3:
|
||||||
resolution: {integrity: sha512-9a25oHDvGaNC0okRS47uqJI6FxY4hUQZUsxeOUFHcqVxZEv8s17LPuP/pMMXyz7jPygrZubB/qXqHY5jEu/akA==}
|
resolution: {integrity: sha512-CNPzZ0cns7g0S8sXMs5zxl20IVGBkBv6yso5JXkou/NjR0O6GE6hDW7TL1gDibL/Lq11QFE9YPj+mS4T+WsEug==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/typescript': 1.0.24
|
'@volar/typescript': 1.2.0-alpha.14
|
||||||
'@volar/vue-language-core': 1.0.24
|
'@volar/vue-language-core': 1.1.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vue/babel-helper-vue-transform-on/1.0.2:
|
/@vue/babel-helper-vue-transform-on/1.0.2:
|
||||||
@ -1649,7 +1657,7 @@ packages:
|
|||||||
/@vue/compiler-core/3.2.41:
|
/@vue/compiler-core/3.2.41:
|
||||||
resolution: {integrity: sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==}
|
resolution: {integrity: sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@vue/shared': 3.2.41
|
'@vue/shared': 3.2.41
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
@ -1658,7 +1666,7 @@ packages:
|
|||||||
/@vue/compiler-core/3.2.45:
|
/@vue/compiler-core/3.2.45:
|
||||||
resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==}
|
resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@vue/shared': 3.2.45
|
'@vue/shared': 3.2.45
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
@ -1667,7 +1675,7 @@ packages:
|
|||||||
/@vue/compiler-core/3.2.47:
|
/@vue/compiler-core/3.2.47:
|
||||||
resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==}
|
resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@vue/shared': 3.2.47
|
'@vue/shared': 3.2.47
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
@ -1695,7 +1703,7 @@ packages:
|
|||||||
/@vue/compiler-sfc/3.2.41:
|
/@vue/compiler-sfc/3.2.41:
|
||||||
resolution: {integrity: sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==}
|
resolution: {integrity: sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@vue/compiler-core': 3.2.41
|
'@vue/compiler-core': 3.2.41
|
||||||
'@vue/compiler-dom': 3.2.41
|
'@vue/compiler-dom': 3.2.41
|
||||||
'@vue/compiler-ssr': 3.2.41
|
'@vue/compiler-ssr': 3.2.41
|
||||||
@ -1710,7 +1718,7 @@ packages:
|
|||||||
/@vue/compiler-sfc/3.2.47:
|
/@vue/compiler-sfc/3.2.47:
|
||||||
resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==}
|
resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@vue/compiler-core': 3.2.47
|
'@vue/compiler-core': 3.2.47
|
||||||
'@vue/compiler-dom': 3.2.47
|
'@vue/compiler-dom': 3.2.47
|
||||||
'@vue/compiler-ssr': 3.2.47
|
'@vue/compiler-ssr': 3.2.47
|
||||||
@ -1740,7 +1748,7 @@ packages:
|
|||||||
/@vue/reactivity-transform/3.2.41:
|
/@vue/reactivity-transform/3.2.41:
|
||||||
resolution: {integrity: sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==}
|
resolution: {integrity: sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@vue/compiler-core': 3.2.41
|
'@vue/compiler-core': 3.2.41
|
||||||
'@vue/shared': 3.2.41
|
'@vue/shared': 3.2.41
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
@ -1750,7 +1758,7 @@ packages:
|
|||||||
/@vue/reactivity-transform/3.2.47:
|
/@vue/reactivity-transform/3.2.47:
|
||||||
resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==}
|
resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.20.13
|
'@babel/parser': 7.20.15
|
||||||
'@vue/compiler-core': 3.2.47
|
'@vue/compiler-core': 3.2.47
|
||||||
'@vue/shared': 3.2.47
|
'@vue/shared': 3.2.47
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
@ -1794,19 +1802,19 @@ packages:
|
|||||||
/@vue/shared/3.2.47:
|
/@vue/shared/3.2.47:
|
||||||
resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
|
resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
|
||||||
|
|
||||||
/@vueuse/core/9.12.0_vue@3.2.47:
|
/@vueuse/core/9.13.0_vue@3.2.47:
|
||||||
resolution: {integrity: sha512-h/Di8Bvf6xRcvS/PvUVheiMYYz3U0tH3X25YxONSaAUBa841ayMwxkuzx/DGUMCW/wHWzD8tRy2zYmOC36r4sg==}
|
resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/web-bluetooth': 0.0.16
|
'@types/web-bluetooth': 0.0.16
|
||||||
'@vueuse/metadata': 9.12.0
|
'@vueuse/metadata': 9.13.0
|
||||||
'@vueuse/shared': 9.12.0_vue@3.2.47
|
'@vueuse/shared': 9.13.0_vue@3.2.47
|
||||||
vue-demi: 0.13.11_vue@3.2.47
|
vue-demi: 0.13.11_vue@3.2.47
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
/@vueuse/integrations/9.12.0_6zi35b26yic7lzgezqun64u7te:
|
/@vueuse/integrations/9.13.0_2ejpgh2trzxqqykcalkxmj34uu:
|
||||||
resolution: {integrity: sha512-bu0hOQAqg7A8S33RHpr49LuzVQJ4tK4oyimEfhPFGUVqmz/MMcwPH8Lde+MbVXvfYh2hrtwNv9S38pCmonRx4w==}
|
resolution: {integrity: sha512-I1kX/tsfcvWWLZD7HZaP0LsSfchK13YxReLfharXhk72SFXp87doLbRaTfIF5w8m/gr/vPtcNyQPAXW7Ubpuww==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
async-validator: '*'
|
async-validator: '*'
|
||||||
axios: '*'
|
axios: '*'
|
||||||
@ -1843,9 +1851,9 @@ packages:
|
|||||||
universal-cookie:
|
universal-cookie:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 9.12.0_vue@3.2.47
|
'@vueuse/core': 9.13.0_vue@3.2.47
|
||||||
'@vueuse/shared': 9.12.0_vue@3.2.47
|
'@vueuse/shared': 9.13.0_vue@3.2.47
|
||||||
axios: 1.3.2
|
axios: 1.3.3
|
||||||
nprogress: 0.2.0
|
nprogress: 0.2.0
|
||||||
vue-demi: 0.13.11_vue@3.2.47
|
vue-demi: 0.13.11_vue@3.2.47
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -1853,11 +1861,11 @@ packages:
|
|||||||
- vue
|
- vue
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vueuse/metadata/9.12.0:
|
/@vueuse/metadata/9.13.0:
|
||||||
resolution: {integrity: sha512-9oJ9MM9lFLlmvxXUqsR1wLt1uF7EVbP5iYaHJYqk+G2PbMjY6EXvZeTjbdO89HgoF5cI6z49o2zT/jD9SVoNpQ==}
|
resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
|
||||||
|
|
||||||
/@vueuse/shared/9.12.0_vue@3.2.47:
|
/@vueuse/shared/9.13.0_vue@3.2.47:
|
||||||
resolution: {integrity: sha512-TWuJLACQ0BVithVTRbex4Wf1a1VaRuSpVeyEd4vMUWl54PzlE0ciFUshKCXnlLuD0lxIaLK4Ypj3NXYzZh4+SQ==}
|
resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
vue-demi: 0.13.11_vue@3.2.47
|
vue-demi: 0.13.11_vue@3.2.47
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -2128,8 +2136,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==}
|
resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/axios/1.3.2:
|
/axios/1.3.3:
|
||||||
resolution: {integrity: sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw==}
|
resolution: {integrity: sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.15.2
|
follow-redirects: 1.15.2
|
||||||
form-data: 4.0.0
|
form-data: 4.0.0
|
||||||
@ -2317,6 +2325,21 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/c12/1.1.2:
|
||||||
|
resolution: {integrity: sha512-fHT5HDEHNMb2oImnqJ88/UlpEOkY/chdyYxSd3YCpvBqBvU0IDlHTkNc7GnjObDMxdis2lL+rwlQcNq8VeZESA==}
|
||||||
|
dependencies:
|
||||||
|
defu: 6.1.2
|
||||||
|
dotenv: 16.0.3
|
||||||
|
giget: 1.1.2
|
||||||
|
jiti: 1.17.1
|
||||||
|
mlly: 1.1.1
|
||||||
|
pathe: 1.1.0
|
||||||
|
pkg-types: 1.0.2
|
||||||
|
rc9: 2.0.1
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
dev: true
|
||||||
|
|
||||||
/cache-base/1.0.1:
|
/cache-base/1.0.1:
|
||||||
resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==}
|
resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
@ -3130,8 +3153,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==}
|
resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/element-plus/2.2.30_vue@3.2.47:
|
/element-plus/2.2.32_vue@3.2.47:
|
||||||
resolution: {integrity: sha512-HYSnmf2VMGa0gmw03evxevodPy3WimbAd4sfenOAhNs7Wl8IdT+YJjQyGAQjgEjRvhmujN4O/CZqhuEffRyOZg==}
|
resolution: {integrity: sha512-DTJMhYOy6MApbmh6z/95hPTK5WrBiNHGzV4IN+uEkup1WoimQ+Qyt8RxKdTe/X1LWEJ8YgWv/Cl8P4ocrt5z5g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: ^3.2.0
|
vue: ^3.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3141,7 +3164,7 @@ packages:
|
|||||||
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
|
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
|
||||||
'@types/lodash': 4.14.186
|
'@types/lodash': 4.14.186
|
||||||
'@types/lodash-es': 4.17.6
|
'@types/lodash-es': 4.17.6
|
||||||
'@vueuse/core': 9.12.0_vue@3.2.47
|
'@vueuse/core': 9.13.0_vue@3.2.47
|
||||||
async-validator: 4.2.5
|
async-validator: 4.2.5
|
||||||
dayjs: 1.11.7
|
dayjs: 1.11.7
|
||||||
escape-html: 1.0.3
|
escape-html: 1.0.3
|
||||||
@ -4476,7 +4499,22 @@ packages:
|
|||||||
defu: 6.1.2
|
defu: 6.1.2
|
||||||
https-proxy-agent: 5.0.1
|
https-proxy-agent: 5.0.1
|
||||||
mri: 1.2.0
|
mri: 1.2.0
|
||||||
node-fetch-native: 1.0.1
|
node-fetch-native: 1.0.2
|
||||||
|
pathe: 1.1.0
|
||||||
|
tar: 6.1.13
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/giget/1.1.2:
|
||||||
|
resolution: {integrity: sha512-HsLoS07HiQ5oqvObOI+Qb2tyZH4Gj5nYGfF9qQcZNrPw+uEFhdXtgJr01aO2pWadGHucajYDLxxbtQkm97ON2A==}
|
||||||
|
hasBin: true
|
||||||
|
dependencies:
|
||||||
|
colorette: 2.0.19
|
||||||
|
defu: 6.1.2
|
||||||
|
https-proxy-agent: 5.0.1
|
||||||
|
mri: 1.2.0
|
||||||
|
node-fetch-native: 1.0.2
|
||||||
pathe: 1.1.0
|
pathe: 1.1.0
|
||||||
tar: 6.1.13
|
tar: 6.1.13
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -5410,13 +5448,13 @@ packages:
|
|||||||
minimatch: 3.1.2
|
minimatch: 3.1.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/jiti/1.16.2:
|
/jiti/1.17.0:
|
||||||
resolution: {integrity: sha512-OKBOVWmU3FxDt/UH4zSwiKPuc1nihFZiOD722FuJlngvLz2glX1v2/TJIgoA4+mrpnXxHV6dSAoCvPcYQtoG5A==}
|
resolution: {integrity: sha512-CByzPgFqYoB9odEeef7GNmQ3S5THIBOtzRYoSCya2Sv27AuQxy2jgoFjQ6VTF53xsq1MXRm+YWNvOoDHUAteOw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/jiti/1.17.0:
|
/jiti/1.17.1:
|
||||||
resolution: {integrity: sha512-CByzPgFqYoB9odEeef7GNmQ3S5THIBOtzRYoSCya2Sv27AuQxy2jgoFjQ6VTF53xsq1MXRm+YWNvOoDHUAteOw==}
|
resolution: {integrity: sha512-NZIITw8uZQFuzQimqjUxIrIcEdxYDFIe/0xYfIlVXTkiBjjyBEvgasj5bb0/cHtPRD/NziPbT312sFrkI5ALpw==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@ -5626,8 +5664,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/lint-staged/13.1.1:
|
/lint-staged/13.1.2:
|
||||||
resolution: {integrity: sha512-LLJLO0Kdbcv2a+CvSF4p1M7jBZOajKSMpBUvyR8+bXccsqPER0/NxTFQSpNHjqwV9kM3tkHczYerTB5wI+bksQ==}
|
resolution: {integrity: sha512-K9b4FPbWkpnupvK3WXZLbgu9pchUJ6N7TtVZjbaPsoizkqFUDkUReUL25xdrCljJs7uLUF3tZ7nVPeo/6lp+6w==}
|
||||||
engines: {node: ^14.13.1 || >=16.0.0}
|
engines: {node: ^14.13.1 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5809,13 +5847,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
sourcemap-codec: 1.4.8
|
sourcemap-codec: 1.4.8
|
||||||
|
|
||||||
/magic-string/0.26.7:
|
|
||||||
resolution: {integrity: sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==}
|
|
||||||
engines: {node: '>=12'}
|
|
||||||
dependencies:
|
|
||||||
sourcemap-codec: 1.4.8
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/magic-string/0.27.0:
|
/magic-string/0.27.0:
|
||||||
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
|
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@ -5823,6 +5854,13 @@ packages:
|
|||||||
'@jridgewell/sourcemap-codec': 1.4.14
|
'@jridgewell/sourcemap-codec': 1.4.14
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/magic-string/0.29.0:
|
||||||
|
resolution: {integrity: sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==}
|
||||||
|
engines: {node: '>=12'}
|
||||||
|
dependencies:
|
||||||
|
'@jridgewell/sourcemap-codec': 1.4.14
|
||||||
|
dev: true
|
||||||
|
|
||||||
/make-iterator/1.0.1:
|
/make-iterator/1.0.1:
|
||||||
resolution: {integrity: sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==}
|
resolution: {integrity: sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
@ -6023,8 +6061,8 @@ packages:
|
|||||||
brace-expansion: 2.0.1
|
brace-expansion: 2.0.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/minimatch/6.1.6:
|
/minimatch/6.2.0:
|
||||||
resolution: {integrity: sha512-6bR3UIeh/DF8+p6A9Spyuy67ShOq42rOkHWi7eUe3Ua99Zo5lZfGC6lJJWkeoK4k9jQFT3Pl7czhTXimG2XheA==}
|
resolution: {integrity: sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion: 2.0.1
|
brace-expansion: 2.0.1
|
||||||
@ -6098,7 +6136,16 @@ packages:
|
|||||||
acorn: 8.8.2
|
acorn: 8.8.2
|
||||||
pathe: 1.1.0
|
pathe: 1.1.0
|
||||||
pkg-types: 1.0.1
|
pkg-types: 1.0.1
|
||||||
ufo: 1.0.1
|
ufo: 1.1.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/mlly/1.1.1:
|
||||||
|
resolution: {integrity: sha512-Jnlh4W/aI4GySPo6+DyTN17Q75KKbLTyFK8BrGhjNP4rxuUjbRWhE6gHg3bs33URWAF44FRm7gdQA348i3XxRw==}
|
||||||
|
dependencies:
|
||||||
|
acorn: 8.8.2
|
||||||
|
pathe: 1.1.0
|
||||||
|
pkg-types: 1.0.2
|
||||||
|
ufo: 1.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/mockjs/1.1.0:
|
/mockjs/1.1.0:
|
||||||
@ -6124,8 +6171,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/muggle-string/0.1.0:
|
/muggle-string/0.2.2:
|
||||||
resolution: {integrity: sha512-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==}
|
resolution: {integrity: sha512-YVE1mIJ4VpUMqZObFndk9CJu6DBJR/GB13p3tXuNbwD4XExaI5EOuRl6BHeIDxIqXZVxSfAC+y6U1Z/IxCfKUg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/mute-stream/0.0.8:
|
/mute-stream/0.0.8:
|
||||||
@ -6204,8 +6251,8 @@ packages:
|
|||||||
engines: {node: '>=v0.6.5'}
|
engines: {node: '>=v0.6.5'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/node-fetch-native/1.0.1:
|
/node-fetch-native/1.0.2:
|
||||||
resolution: {integrity: sha512-VzW+TAk2wE4X9maiKMlT+GsPU4OMmR1U9CrHSmd3DFLn2IcZ9VJ6M6BBugGfYUnPCLSYxXdZy17M0BEJyhUTwg==}
|
resolution: {integrity: sha512-KIkvH1jl6b3O7es/0ShyCgWLcfXxlBrLBbP3rOr23WArC66IMcU4DeZEeYEOwnopYhawLTn7/y+YtmASe8DFVQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/node-html-parser/5.4.2:
|
/node-html-parser/5.4.2:
|
||||||
@ -6753,6 +6800,14 @@ packages:
|
|||||||
pathe: 1.1.0
|
pathe: 1.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/pkg-types/1.0.2:
|
||||||
|
resolution: {integrity: sha512-hM58GKXOcj8WTqUXnsQyJYXdeAPbythQgEF3nTcEo+nkD49chjQ9IKm/QJy9xf6JakXptz86h7ecP2024rrLaQ==}
|
||||||
|
dependencies:
|
||||||
|
jsonc-parser: 3.2.0
|
||||||
|
mlly: 1.1.1
|
||||||
|
pathe: 1.1.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/plop/3.1.2:
|
/plop/3.1.2:
|
||||||
resolution: {integrity: sha512-39SOtQ3WlePXSNqKqAh/QlUSHXHO25iCnyCO3Qs/9UzPVmwVledRTDGvPd2csh+JnHVXz4c63F6fBwdqZHgbUg==}
|
resolution: {integrity: sha512-39SOtQ3WlePXSNqKqAh/QlUSHXHO25iCnyCO3Qs/9UzPVmwVledRTDGvPd2csh+JnHVXz4c63F6fBwdqZHgbUg==}
|
||||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
@ -7326,8 +7381,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/sass/1.58.0:
|
/sass/1.58.3:
|
||||||
resolution: {integrity: sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==}
|
resolution: {integrity: sha512-Q7RaEtYf6BflYrQ+buPudKR26/lH+10EmO9bBqbmPh/KeLqv8bjpTNqxe71ocONqXq+jYiCbpPUmQMS+JJPk4A==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -7835,8 +7890,8 @@ packages:
|
|||||||
stylelint: 15.1.0
|
stylelint: 15.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/stylelint-config-standard-scss/7.0.0_stylelint@15.1.0:
|
/stylelint-config-standard-scss/7.0.1_stylelint@15.1.0:
|
||||||
resolution: {integrity: sha512-rHgydRJxN4Q9lDcwrLFoiFA3S8CRqsUcyBBCLwEMjIwzJViluFfsOKFPSomx6hScVQgQ4//Fx0hRKiSHyO0ihw==}
|
resolution: {integrity: sha512-m5sRdtsB1F5fnC1Ozla7ryftU47wVpO+HWd+JQTqeoG0g/oPh5EfbWfcVHbNCEtuoHfALIySiUWS20pz2hX6jA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
postcss: ^8.3.3
|
postcss: ^8.3.3
|
||||||
stylelint: ^15.0.0
|
stylelint: ^15.0.0
|
||||||
@ -8247,8 +8302,8 @@ packages:
|
|||||||
engines: {node: '>=4.2.0'}
|
engines: {node: '>=4.2.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
/ufo/1.0.1:
|
/ufo/1.1.0:
|
||||||
resolution: {integrity: sha512-boAm74ubXHY7KJQZLlXrtMz52qFvpsbOxDcZOnw/Wf+LS4Mmyu7JxmzD4tDLtUQtmZECypJ0FrCz4QIe6dvKRA==}
|
resolution: {integrity: sha512-LQc2s/ZDMaCN3QLpa+uzHUOQ7SdV0qgv3VBXOolQGXTaaZpIur6PwUclF5nN2hNkiTRcUugXd1zFOW3FLJ135Q==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/uglify-js/3.17.4:
|
/uglify-js/3.17.4:
|
||||||
@ -8273,22 +8328,13 @@ packages:
|
|||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unctx/2.1.1:
|
|
||||||
resolution: {integrity: sha512-RffJlpvLOtolWsn0fxXsuSDfwiWcR6cyuykw2e0+zAggvGW1SesXt9WxIWlWpJhwVCZD/WlxxLqKLS50Q0CkWA==}
|
|
||||||
dependencies:
|
|
||||||
acorn: 8.8.2
|
|
||||||
estree-walker: 3.0.3
|
|
||||||
magic-string: 0.26.7
|
|
||||||
unplugin: 1.0.1
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/unctx/2.1.2:
|
/unctx/2.1.2:
|
||||||
resolution: {integrity: sha512-KK18aLRKe3OlbPyHbXAkIWSU3xK8GInomXfA7fzDMGFXQ1crX1UWrCzKesVXeUyHIayHUrnTvf87IPCKMyeKTg==}
|
resolution: {integrity: sha512-KK18aLRKe3OlbPyHbXAkIWSU3xK8GInomXfA7fzDMGFXQ1crX1UWrCzKesVXeUyHIayHUrnTvf87IPCKMyeKTg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.8.2
|
acorn: 8.8.2
|
||||||
estree-walker: 3.0.3
|
estree-walker: 3.0.3
|
||||||
magic-string: 0.27.0
|
magic-string: 0.27.0
|
||||||
unplugin: 1.0.1
|
unplugin: 1.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/underscore.string/3.3.6:
|
/underscore.string/3.3.6:
|
||||||
@ -8357,8 +8403,8 @@ packages:
|
|||||||
engines: {node: '>= 0.8'}
|
engines: {node: '>= 0.8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin-auto-import/0.14.2_@vueuse+core@9.12.0:
|
/unplugin-auto-import/0.14.3_@vueuse+core@9.13.0:
|
||||||
resolution: {integrity: sha512-6DptcCD+bKlxwK0yS4ehleZTvtG4Xl9k/XxhKWxc9ii2uE28HvcA3KbYpoHAzTlHDXRBrtcCAohR8vtIRB5bfg==}
|
resolution: {integrity: sha512-6eCHLnsOPwLjNZHQkb95S5jbTWW2JH/jKiQUzTeWJAb8XFpDFZPEhxDeIDAr7HOF76Nz6EGhKF8PQduzygdICg==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vueuse/core': '*'
|
'@vueuse/core': '*'
|
||||||
@ -8369,7 +8415,7 @@ packages:
|
|||||||
'@antfu/utils': 0.7.2
|
'@antfu/utils': 0.7.2
|
||||||
'@nuxt/kit': 3.2.0
|
'@nuxt/kit': 3.2.0
|
||||||
'@rollup/pluginutils': 5.0.2
|
'@rollup/pluginutils': 5.0.2
|
||||||
'@vueuse/core': 9.12.0_vue@3.2.47
|
'@vueuse/core': 9.13.0_vue@3.2.47
|
||||||
local-pkg: 0.4.3
|
local-pkg: 0.4.3
|
||||||
magic-string: 0.27.0
|
magic-string: 0.27.0
|
||||||
unimport: 2.2.4
|
unimport: 2.2.4
|
||||||
@ -8379,8 +8425,8 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin-vue-components/0.23.0_vue@3.2.47:
|
/unplugin-vue-components/0.24.0_vue@3.2.47:
|
||||||
resolution: {integrity: sha512-JAJ+BGvjHvi9P7lICwOzDx2Av+OcI6ZTzvySmjXDNGCNVPrt2NQQmbcp7cW027CR1mRugIX5G//awm3doHyqkg==}
|
resolution: {integrity: sha512-U+Pr5StEhlD1LzsJC63f3FoTje3IbqRuSIui9RBnOokowzMM2uK2jZkc1ccLWmhLa8P9qJwEdj93LE/NG83eiw==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/parser': ^7.15.8
|
'@babel/parser': ^7.15.8
|
||||||
@ -8390,16 +8436,16 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.2
|
'@antfu/utils': 0.7.2
|
||||||
'@nuxt/kit': 3.1.1
|
'@nuxt/kit': 3.2.2
|
||||||
'@rollup/pluginutils': 5.0.2
|
'@rollup/pluginutils': 5.0.2
|
||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
fast-glob: 3.2.12
|
fast-glob: 3.2.12
|
||||||
local-pkg: 0.4.3
|
local-pkg: 0.4.3
|
||||||
magic-string: 0.27.0
|
magic-string: 0.29.0
|
||||||
minimatch: 6.1.6
|
minimatch: 6.2.0
|
||||||
resolve: 1.22.1
|
resolve: 1.22.1
|
||||||
unplugin: 1.0.1
|
unplugin: 1.1.0
|
||||||
vue: 3.2.47
|
vue: 3.2.47
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
@ -8415,6 +8461,15 @@ packages:
|
|||||||
webpack-virtual-modules: 0.5.0
|
webpack-virtual-modules: 0.5.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/unplugin/1.1.0:
|
||||||
|
resolution: {integrity: sha512-I8obQ8Rs/hnkxokRV6g8JKOQFgYNnTd9DL58vcSt5IJ9AkK8wbrtsnzD5hi4BJlvcY536JzfEXj9L6h7j559/A==}
|
||||||
|
dependencies:
|
||||||
|
acorn: 8.8.2
|
||||||
|
chokidar: 3.5.3
|
||||||
|
webpack-sources: 3.2.3
|
||||||
|
webpack-virtual-modules: 0.5.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/unset-value/1.0.0:
|
/unset-value/1.0.0:
|
||||||
resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==}
|
resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
@ -8556,7 +8611,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-g0cm0wbrR6b6wR8FWtfD1RSDPacdumKEOAnneXv+NpJ9ez+j6rklRv6lMOO+aPf+Y6Zb8OzgIk0FXBZ6h+DeZQ==}
|
resolution: {integrity: sha512-g0cm0wbrR6b6wR8FWtfD1RSDPacdumKEOAnneXv+NpJ9ez+j6rklRv6lMOO+aPf+Y6Zb8OzgIk0FXBZ6h+DeZQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-compression/0.5.1_vite@4.1.1:
|
/vite-plugin-compression/0.5.1_vite@4.1.2:
|
||||||
resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==}
|
resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=2.0.0'
|
vite: '>=2.0.0'
|
||||||
@ -8564,12 +8619,12 @@ packages:
|
|||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
fs-extra: 10.1.0
|
fs-extra: 10.1.0
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-html/3.2.0_vite@4.1.1:
|
/vite-plugin-html/3.2.0_vite@4.1.2:
|
||||||
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
|
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=2.0.0'
|
vite: '>=2.0.0'
|
||||||
@ -8586,10 +8641,10 @@ packages:
|
|||||||
html-minifier-terser: 6.1.0
|
html-minifier-terser: 6.1.0
|
||||||
node-html-parser: 5.4.2
|
node-html-parser: 5.4.2
|
||||||
pathe: 0.2.0
|
pathe: 0.2.0
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@4.1.1:
|
/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@4.1.2:
|
||||||
resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
|
resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -8606,13 +8661,13 @@ packages:
|
|||||||
fast-glob: 3.2.12
|
fast-glob: 3.2.12
|
||||||
mockjs: 1.1.0
|
mockjs: 1.1.0
|
||||||
path-to-regexp: 6.2.1
|
path-to-regexp: 6.2.1
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-pages/0.28.0_vite@4.1.1:
|
/vite-plugin-pages/0.28.0_vite@4.1.2:
|
||||||
resolution: {integrity: sha512-yncDncFVnjUzhqJnwCgGDZoZ/wO6MEOMe93f2MQjplKXm1MpmHCrTkFCPnQyYGZTVKPAN+y7BQcIpNWPFLQ4+w==}
|
resolution: {integrity: sha512-yncDncFVnjUzhqJnwCgGDZoZ/wO6MEOMe93f2MQjplKXm1MpmHCrTkFCPnQyYGZTVKPAN+y7BQcIpNWPFLQ4+w==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/compiler-sfc': ^2.7.0 || ^3.0.0
|
'@vue/compiler-sfc': ^2.7.0 || ^3.0.0
|
||||||
@ -8629,7 +8684,7 @@ packages:
|
|||||||
json5: 2.2.1
|
json5: 2.2.1
|
||||||
local-pkg: 0.4.2
|
local-pkg: 0.4.2
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
yaml: 2.1.3
|
yaml: 2.1.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -8646,7 +8701,7 @@ packages:
|
|||||||
spritesmith: 3.4.0
|
spritesmith: 3.4.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-svg-icons/2.0.1_vite@4.1.1:
|
/vite-plugin-svg-icons/2.0.1_vite@4.1.2:
|
||||||
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
|
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=2.0.0'
|
vite: '>=2.0.0'
|
||||||
@ -8659,12 +8714,12 @@ packages:
|
|||||||
pathe: 0.2.0
|
pathe: 0.2.0
|
||||||
svg-baker: 1.7.0
|
svg-baker: 1.7.0
|
||||||
svgo: 2.8.0
|
svgo: 2.8.0
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-vue-inspector/3.3.2_vite@4.1.1:
|
/vite-plugin-vue-inspector/3.3.2_vite@4.1.2:
|
||||||
resolution: {integrity: sha512-8IlDI4Y2hQeBud+ZoQ3/bnvrgkECcbV5ImlawPOhdxg1Th//rCmXefpoeF3r/lwzquIdnGg+TKgugCMqSuWVHA==}
|
resolution: {integrity: sha512-8IlDI4Y2hQeBud+ZoQ3/bnvrgkECcbV5ImlawPOhdxg1Th//rCmXefpoeF3r/lwzquIdnGg+TKgugCMqSuWVHA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^3.0.0-0 || ^4.0.0-0
|
vite: ^3.0.0-0 || ^4.0.0-0
|
||||||
@ -8678,40 +8733,40 @@ packages:
|
|||||||
kolorist: 1.6.0
|
kolorist: 1.6.0
|
||||||
magic-string: 0.27.0
|
magic-string: 0.27.0
|
||||||
shell-quote: 1.7.4
|
shell-quote: 1.7.4
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-vue-layouts/0.6.0_fmudivyuqogzrsdw3ssoqrxof4:
|
/vite-plugin-vue-layouts/0.8.0_odivvtajfxy4ncwzzxzazp6cke:
|
||||||
resolution: {integrity: sha512-7QX7o/NpCfs+hyXphwYfmPqAEQ6qd4uXsvI0VsovjGT2eCoEE5dMdP6L+uqqNWY4uqv7oCvtinecZmbzZv/9Rg==}
|
resolution: {integrity: sha512-UZW2nSV2LraTSe7gsAL46hfdi7a0X1RvkGGoJVtA2O8beu7anzpXFwQLou8+kHy31CzVycT4gIPySBsHhtBN5g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.5.0
|
vite: ^2.5.0 || ^3.0.0-0 || ^4.0.0
|
||||||
vue: ^2.6.12 || ^3.2.4
|
vue: ^2.6.12 || ^3.2.4
|
||||||
vue-router: ^3.5.1 || ^ 4.0.11
|
vue-router: ^3.5.1 || ^4.0.11
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.2.41
|
'@vue/compiler-sfc': 3.2.47
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
fast-glob: 3.2.12
|
fast-glob: 3.2.12
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
vue: 3.2.47
|
vue: 3.2.47
|
||||||
vue-router: 4.1.6_vue@3.2.47
|
vue-router: 4.1.6_vue@3.2.47
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-vue-setup-extend/0.4.0_vite@4.1.1:
|
/vite-plugin-vue-setup-extend/0.4.0_vite@4.1.2:
|
||||||
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==}
|
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=2.0.0'
|
vite: '>=2.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.2.41
|
'@vue/compiler-sfc': 3.2.41
|
||||||
magic-string: 0.25.9
|
magic-string: 0.25.9
|
||||||
vite: 4.1.1_sass@1.58.0
|
vite: 4.1.2_sass@1.58.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite/4.1.1_sass@1.58.0:
|
/vite/4.1.2_sass@1.58.3:
|
||||||
resolution: {integrity: sha512-LM9WWea8vsxhr782r9ntg+bhSFS06FJgCvvB0+8hf8UWtvaiDagKYWXndjfX6kGl74keHJUcpzrQliDXZlF5yg==}
|
resolution: {integrity: sha512-MWDb9Rfy3DI8omDQySbMK93nQqStwbsQWejXRY2EBzEWKmLAXWb1mkI9Yw2IJrc+oCvPCI1Os5xSSIBYY6DEAw==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -8739,7 +8794,7 @@ packages:
|
|||||||
postcss: 8.4.21
|
postcss: 8.4.21
|
||||||
resolve: 1.22.1
|
resolve: 1.22.1
|
||||||
rollup: 3.15.0
|
rollup: 3.15.0
|
||||||
sass: 1.58.0
|
sass: 1.58.3
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
dev: true
|
dev: true
|
||||||
@ -8791,14 +8846,14 @@ packages:
|
|||||||
he: 1.2.0
|
he: 1.2.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vue-tsc/1.0.24_typescript@4.9.5:
|
/vue-tsc/1.1.3_typescript@4.9.5:
|
||||||
resolution: {integrity: sha512-mmU1s5SAqE1nByQAiQnao9oU4vX+mSdsgI8H57SfKH6UVzq/jP9+Dbi2GaV+0b4Cn361d2ln8m6xeU60ApiEXg==}
|
resolution: {integrity: sha512-RzFnrZBXdbifNBKwmsdM6O57Sg4nzs8vEI+24+bOQg2f+BdXIxX7LQm3Di9BCrm6OQatMhWuBz4Q/BGYPB8BPQ==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/vue-language-core': 1.0.24
|
'@volar/vue-language-core': 1.1.3
|
||||||
'@volar/vue-typescript': 1.0.24
|
'@volar/vue-typescript': 1.1.3
|
||||||
typescript: 4.9.5
|
typescript: 4.9.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
5
src/types/auto-imports.d.ts
vendored
5
src/types/auto-imports.d.ts
vendored
@ -1,4 +1,7 @@
|
|||||||
// Generated by 'unplugin-auto-import'
|
/* eslint-disable */
|
||||||
|
/* prettier-ignore */
|
||||||
|
// @ts-nocheck
|
||||||
|
// Generated by unplugin-auto-import
|
||||||
export {}
|
export {}
|
||||||
declare global {
|
declare global {
|
||||||
const EffectScope: typeof import('vue')['EffectScope']
|
const EffectScope: typeof import('vue')['EffectScope']
|
||||||
|
6
src/types/components.d.ts
vendored
6
src/types/components.d.ts
vendored
@ -1,5 +1,7 @@
|
|||||||
// generated by unplugin-vue-components
|
/* eslint-disable */
|
||||||
// We suggest you to commit this file into source control
|
/* prettier-ignore */
|
||||||
|
// @ts-nocheck
|
||||||
|
// Generated by unplugin-vue-components
|
||||||
// Read more: https://github.com/vuejs/core/pull/3399
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||||||
import '@vue/runtime-core'
|
import '@vue/runtime-core'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user