|
@@ -71,13 +71,15 @@
|
|
"prettier": "^2.8.1",
|
|
"prettier": "^2.8.1",
|
|
"sass": "^1.56.2",
|
|
"sass": "^1.56.2",
|
|
"typescript": "^5.6.2",
|
|
"typescript": "^5.6.2",
|
|
|
|
+ "unplugin-auto-import": "^0.18.3",
|
|
|
|
+ "unplugin-vue-components": "^0.27.4",
|
|
"vite": "^4.5.3",
|
|
"vite": "^4.5.3",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vue-eslint-parser": "^9.1.0"
|
|
"vue-eslint-parser": "^9.1.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
- "node": ">=16.0.0",
|
|
|
|
- "npm": ">= 7.0.0"
|
|
|
|
|
|
+ "node": ">=18.20.0",
|
|
|
|
+ "npm": ">= 10.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@alloc/quick-lru": {
|
|
"node_modules/@alloc/quick-lru": {
|
|
@@ -105,6 +107,16 @@
|
|
"node": ">=6.0.0"
|
|
"node": ">=6.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@antfu/utils": {
|
|
|
|
+ "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"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@aws-crypto/crc32": {
|
|
"node_modules/@aws-crypto/crc32": {
|
|
"version": "5.2.0",
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmmirror.com/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
@@ -2488,6 +2500,29 @@
|
|
"url": "https://opencollective.com/popperjs"
|
|
"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",
|
|
|
|
+ "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@types/estree": "^1.0.0",
|
|
|
|
+ "estree-walker": "^2.0.2",
|
|
|
|
+ "picomatch": "^2.3.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "rollup": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@smithy/abort-controller": {
|
|
"node_modules/@smithy/abort-controller": {
|
|
"version": "3.1.2",
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmmirror.com/@smithy/abort-controller/-/abort-controller-3.1.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@smithy/abort-controller/-/abort-controller-3.1.2.tgz",
|
|
@@ -3199,6 +3234,13 @@
|
|
"integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==",
|
|
"integrity": "sha512-VeJbUb0wEKbcwaSlj5n+LscBl9IPgLPkHVGBkh00cztv6X4L/TJXK58LzFuBKX7/GAfiGhIwH67YTLTlzvIzBA==",
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@types/estree": {
|
|
|
|
+ "version": "1.0.5",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz",
|
|
|
|
+ "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/@types/event-emitter": {
|
|
"node_modules/@types/event-emitter": {
|
|
"version": "0.3.5",
|
|
"version": "0.3.5",
|
|
"resolved": "https://registry.npmmirror.com/@types/event-emitter/-/event-emitter-0.3.5.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@types/event-emitter/-/event-emitter-0.3.5.tgz",
|
|
@@ -4671,6 +4713,13 @@
|
|
"node": ">= 6"
|
|
"node": ">= 6"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "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/content-type": {
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
|
|
"resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
|
|
@@ -6813,6 +6862,23 @@
|
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "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/locate-path": {
|
|
"node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -7044,6 +7110,19 @@
|
|
"mkdirp": "bin/cmd.js"
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "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/mobius1-selectr": {
|
|
"node_modules/mobius1-selectr": {
|
|
"version": "2.4.13",
|
|
"version": "2.4.13",
|
|
"resolved": "https://registry.npmmirror.com/mobius1-selectr/-/mobius1-selectr-2.4.13.tgz",
|
|
"resolved": "https://registry.npmmirror.com/mobius1-selectr/-/mobius1-selectr-2.4.13.tgz",
|
|
@@ -7478,6 +7557,13 @@
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "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/pause-stream": {
|
|
"node_modules/pause-stream": {
|
|
"version": "0.0.11",
|
|
"version": "0.0.11",
|
|
"resolved": "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz",
|
|
"resolved": "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz",
|
|
@@ -7629,6 +7715,18 @@
|
|
"node": ">= 6"
|
|
"node": ">= 6"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/pkg-types": {
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.2.0.tgz",
|
|
|
|
+ "integrity": "sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "confbox": "^0.1.7",
|
|
|
|
+ "mlly": "^1.7.1",
|
|
|
|
+ "pathe": "^1.1.2"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/platform": {
|
|
"node_modules/platform": {
|
|
"version": "1.3.6",
|
|
"version": "1.3.6",
|
|
"resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
|
|
"resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
|
|
@@ -8235,6 +8333,13 @@
|
|
"compute-scroll-into-view": "^1.0.20"
|
|
"compute-scroll-into-view": "^1.0.20"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "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/sdk-base": {
|
|
"node_modules/sdk-base": {
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
|
|
@@ -8608,6 +8713,26 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"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/strip-literal/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/strnum": {
|
|
"node_modules/strnum": {
|
|
"version": "1.0.5",
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.0.5.tgz",
|
|
"resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.0.5.tgz",
|
|
@@ -8871,6 +8996,13 @@
|
|
"node": ">=14.17"
|
|
"node": ">=14.17"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "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/undici-types": {
|
|
"node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"version": "5.26.5",
|
|
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
|
|
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
|
|
@@ -8889,6 +9021,51 @@
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/unimport": {
|
|
|
|
+ "version": "3.12.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.12.0.tgz",
|
|
|
|
+ "integrity": "sha512-5y8dSvNvyevsnw4TBQkIQR1Rjdbb+XjVSwQwxltpnVZrStBvvPkMPcZrh1kg5kY77kpx6+D4Ztd3W6FOBH/y2Q==",
|
|
|
|
+ "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.2.0",
|
|
|
|
+ "scule": "^1.3.0",
|
|
|
|
+ "strip-literal": "^2.1.0",
|
|
|
|
+ "unplugin": "^1.14.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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/universalify": {
|
|
"node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
|
|
@@ -8898,6 +9075,153 @@
|
|
"node": ">= 10.0.0"
|
|
"node": ">= 10.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/unplugin": {
|
|
|
|
+ "version": "1.14.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.14.1.tgz",
|
|
|
|
+ "integrity": "sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "acorn": "^8.12.1",
|
|
|
|
+ "webpack-virtual-modules": "^0.6.2"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "webpack-sources": "^3"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "webpack-sources": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unplugin-auto-import": {
|
|
|
|
+ "version": "0.18.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.18.3.tgz",
|
|
|
|
+ "integrity": "sha512-q3FUtGQjYA2e+kb1WumyiQMjHM27MrTQ05QfVwtLRVhyYe+KF6TblBYaEX9L6Z0EibsqaXAiW+RFfkcQpfaXzg==",
|
|
|
|
+ "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.11",
|
|
|
|
+ "minimatch": "^9.0.5",
|
|
|
|
+ "unimport": "^3.12.0",
|
|
|
|
+ "unplugin": "^1.14.1"
|
|
|
|
+ },
|
|
|
|
+ "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/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-vue-components": {
|
|
|
|
+ "version": "0.27.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.27.4.tgz",
|
|
|
|
+ "integrity": "sha512-1XVl5iXG7P1UrOMnaj2ogYa5YTq8aoh5jwDPQhemwO/OrXW+lPQKDXd1hMz15qxQPxgb/XXlbgo3HQ2rLEbmXQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@antfu/utils": "^0.7.10",
|
|
|
|
+ "@rollup/pluginutils": "^5.1.0",
|
|
|
|
+ "chokidar": "^3.6.0",
|
|
|
|
+ "debug": "^4.3.6",
|
|
|
|
+ "fast-glob": "^3.3.2",
|
|
|
|
+ "local-pkg": "^0.5.0",
|
|
|
|
+ "magic-string": "^0.30.11",
|
|
|
|
+ "minimatch": "^9.0.5",
|
|
|
|
+ "mlly": "^1.7.1",
|
|
|
|
+ "unplugin": "^1.12.1"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=14"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://github.com/sponsors/antfu"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@babel/parser": "^7.15.8",
|
|
|
|
+ "@nuxt/kit": "^3.2.2",
|
|
|
|
+ "vue": "2 || 3"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "@babel/parser": {
|
|
|
|
+ "optional": true
|
|
|
|
+ },
|
|
|
|
+ "@nuxt/kit": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/unplugin-vue-components/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-vue-components/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/update-browserslist-db": {
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.1.0",
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
|
|
@@ -9368,6 +9692,13 @@
|
|
"vue": "^3.2.28"
|
|
"vue": "^3.2.28"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/webpack-virtual-modules": {
|
|
|
|
+ "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/which": {
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
|