|
|
|
|
@ -47,6 +47,7 @@
@@ -47,6 +47,7 @@
|
|
|
|
|
"vite": "^5.3.3", |
|
|
|
|
"vue": "^3.3.4", |
|
|
|
|
"vue-clipboard3": "^2.0.0", |
|
|
|
|
"vue-cropperjs": "^5.0.0", |
|
|
|
|
"vue-i18n": "^9.9.0", |
|
|
|
|
"vue-router": "^4.2.2", |
|
|
|
|
"vue-router-better-scroller": "^0.0.0", |
|
|
|
|
@ -96,6 +97,7 @@
@@ -96,6 +97,7 @@
|
|
|
|
|
"typescript": "^4.9.5", |
|
|
|
|
"unplugin-auto-import": "^0.12.2", |
|
|
|
|
"unplugin-vue-components": "^0.22.12", |
|
|
|
|
"unplugin-vue-define-options": "^3.0.0-beta.14", |
|
|
|
|
"vite": "^4.3.9", |
|
|
|
|
"vite-plugin-mkcert": "^1.17.5", |
|
|
|
|
"vite-plugin-vconsole": "^1.3.1", |
|
|
|
|
@ -526,11 +528,11 @@
@@ -526,11 +528,11 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/parser": { |
|
|
|
|
"version": "7.27.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.2.tgz", |
|
|
|
|
"integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==", |
|
|
|
|
"version": "7.27.5", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz", |
|
|
|
|
"integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/types": "^7.27.1" |
|
|
|
|
"@babel/types": "^7.27.3" |
|
|
|
|
}, |
|
|
|
|
"bin": { |
|
|
|
|
"parser": "bin/babel-parser.js" |
|
|
|
|
@ -1697,9 +1699,9 @@
@@ -1697,9 +1699,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/types": { |
|
|
|
|
"version": "7.27.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.1.tgz", |
|
|
|
|
"integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==", |
|
|
|
|
"version": "7.27.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.3.tgz", |
|
|
|
|
"integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-string-parser": "^7.27.1", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.27.1" |
|
|
|
|
@ -3695,6 +3697,73 @@
@@ -3695,6 +3697,73 @@
|
|
|
|
|
"path-browserify": "^1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@vue-macros/common": { |
|
|
|
|
"version": "3.0.0-beta.14", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-3.0.0-beta.14.tgz", |
|
|
|
|
"integrity": "sha512-Eto2MnuaLAdC/rIyPPt7wnFU4l1u5TUw42yRB9aSc3dwMbLV5aka5gdyyt3OMKs4rgyPx8nssEN8sc0kz4PltA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@vue/compiler-sfc": "^3.5.16", |
|
|
|
|
"ast-kit": "^2.1.0", |
|
|
|
|
"local-pkg": "^1.1.1", |
|
|
|
|
"magic-string-ast": "^0.9.1", |
|
|
|
|
"unplugin-utils": "^0.2.4" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.18.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/vue-macros" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"vue": "^2.7.0 || ^3.2.25" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"vue": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@vue-macros/common/node_modules/confbox": { |
|
|
|
|
"version": "0.2.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz", |
|
|
|
|
"integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/@vue-macros/common/node_modules/local-pkg": { |
|
|
|
|
"version": "1.1.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz", |
|
|
|
|
"integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"mlly": "^1.7.4", |
|
|
|
|
"pkg-types": "^2.0.1", |
|
|
|
|
"quansync": "^0.2.8" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=14" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/antfu" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@vue-macros/common/node_modules/pathe": { |
|
|
|
|
"version": "2.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz", |
|
|
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/@vue-macros/common/node_modules/pkg-types": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"confbox": "^0.2.1", |
|
|
|
|
"exsolve": "^1.0.1", |
|
|
|
|
"pathe": "^2.0.3" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@vue/babel-helper-vue-transform-on": { |
|
|
|
|
"version": "1.4.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz", |
|
|
|
|
@ -4286,6 +4355,44 @@
@@ -4286,6 +4355,44 @@
|
|
|
|
|
"node": "*" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ast-kit": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-ROM2LlXbZBZVk97crfw8PGDOBzzsJvN2uJCmwswvPUNyfH14eg90mSN3xNqsri1JS1G9cz0VzeDUhxJkTrr4Ew==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/parser": "^7.27.3", |
|
|
|
|
"pathe": "^2.0.3" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.18.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sxzz" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ast-kit/node_modules/pathe": { |
|
|
|
|
"version": "2.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz", |
|
|
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/ast-walker-scope": { |
|
|
|
|
"version": "0.8.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.8.1.tgz", |
|
|
|
|
"integrity": "sha512-72XOdbzQCMKERvFrxAykatn2pu7osPNq/sNUzwcHdWzwPvOsNpPqkawfDXVvQbA2RT+ivtsMNjYdojTUZitt1A==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/parser": "^7.27.2", |
|
|
|
|
"ast-kit": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.18.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sxzz" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/async-function": { |
|
|
|
|
"version": "1.0.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/async-function/-/async-function-1.0.0.tgz", |
|
|
|
|
@ -5229,6 +5336,11 @@
@@ -5229,6 +5336,11 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/cropperjs": { |
|
|
|
|
"version": "1.6.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/cropperjs/-/cropperjs-1.6.2.tgz", |
|
|
|
|
"integrity": "sha512-nhymn9GdnV3CqiEHJVai54TULFAE3VshJTXSqSJKa8yXAKyBKDWdhHarnlIPrshJ0WMFTGuFvG02YjLXfPiuOA==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/cross-env": { |
|
|
|
|
"version": "7.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-7.0.3.tgz", |
|
|
|
|
@ -6918,6 +7030,12 @@
@@ -6918,6 +7030,12 @@
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/exsolve": { |
|
|
|
|
"version": "1.0.5", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.5.tgz", |
|
|
|
|
"integrity": "sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/extend": { |
|
|
|
|
"version": "3.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz", |
|
|
|
|
@ -9725,6 +9843,30 @@
@@ -9725,6 +9843,30 @@
|
|
|
|
|
"node": ">=12" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/magic-string-ast": { |
|
|
|
|
"version": "0.9.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-0.9.1.tgz", |
|
|
|
|
"integrity": "sha512-18dv2ZlSSgJ/jDWlZGKfnDJx56ilNlYq9F7NnwuWTErsmYmqJ2TWE4l1o2zlUHBYUGBy3tIhPCC1gxq8M5HkMA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"magic-string": "^0.30.17" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.18.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sxzz" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/magic-string-ast/node_modules/magic-string": { |
|
|
|
|
"version": "0.30.17", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz", |
|
|
|
|
"integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.5.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/make-dir": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz", |
|
|
|
|
@ -11619,6 +11761,22 @@
@@ -11619,6 +11761,22 @@
|
|
|
|
|
"node": ">=6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/quansync": { |
|
|
|
|
"version": "0.2.10", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.10.tgz", |
|
|
|
|
"integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==", |
|
|
|
|
"dev": true, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
|
"type": "individual", |
|
|
|
|
"url": "https://github.com/sponsors/antfu" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "individual", |
|
|
|
|
"url": "https://github.com/sponsors/sxzz" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"node_modules/queue-microtask": { |
|
|
|
|
"version": "1.2.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
|
|
|
@ -13693,6 +13851,40 @@
@@ -13693,6 +13851,40 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/unplugin-utils": { |
|
|
|
|
"version": "0.2.4", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz", |
|
|
|
|
"integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"pathe": "^2.0.2", |
|
|
|
|
"picomatch": "^4.0.2" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18.12.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/sxzz" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/unplugin-utils/node_modules/pathe": { |
|
|
|
|
"version": "2.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz", |
|
|
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"node_modules/unplugin-utils/node_modules/picomatch": { |
|
|
|
|
"version": "4.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz", |
|
|
|
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=12" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/unplugin-vue-components": { |
|
|
|
|
"version": "0.22.12", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.22.12.tgz", |
|
|
|
|
@ -13747,6 +13939,49 @@
@@ -13747,6 +13939,49 @@
|
|
|
|
|
"node": ">=10" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/unplugin-vue-define-options": { |
|
|
|
|
"version": "3.0.0-beta.14", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin-vue-define-options/-/unplugin-vue-define-options-3.0.0-beta.14.tgz", |
|
|
|
|
"integrity": "sha512-sbcFwF4ZkeQSUqw5Qw8o6Uf5Tc3P9umQf5bddQ8Kts9DEyZdTX+WlqjvyZzGSBPdFlYKm2CBj+xtNf+cOpSTnA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@vue-macros/common": "3.0.0-beta.14", |
|
|
|
|
"ast-walker-scope": "^0.8.1", |
|
|
|
|
"unplugin": "^2.3.5" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.18.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/vue-macros" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/unplugin-vue-define-options/node_modules/picomatch": { |
|
|
|
|
"version": "4.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz", |
|
|
|
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=12" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/unplugin-vue-define-options/node_modules/unplugin": { |
|
|
|
|
"version": "2.3.5", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.5.tgz", |
|
|
|
|
"integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"acorn": "^8.14.1", |
|
|
|
|
"picomatch": "^4.0.2", |
|
|
|
|
"webpack-virtual-modules": "^0.6.2" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18.12.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/update-browserslist-db": { |
|
|
|
|
"version": "1.1.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", |
|
|
|
|
@ -14014,6 +14249,17 @@
@@ -14014,6 +14249,17 @@
|
|
|
|
|
"clipboard": "^2.0.6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/vue-cropperjs": { |
|
|
|
|
"version": "5.0.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/vue-cropperjs/-/vue-cropperjs-5.0.0.tgz", |
|
|
|
|
"integrity": "sha512-RhnC8O33uRZNkn74aiHZwNHnBJOXWlS4P6gsRI0lw4cZlWjKSCywZI9oSI9POlIPI6OYv30jvnHMXGch85tw7w==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"cropperjs": "^1.5.6" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"vue": ">=3.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/vue-demi": { |
|
|
|
|
"version": "0.14.10", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz", |
|
|
|
|
@ -14898,11 +15144,11 @@
@@ -14898,11 +15144,11 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/parser": { |
|
|
|
|
"version": "7.27.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.2.tgz", |
|
|
|
|
"integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==", |
|
|
|
|
"version": "7.27.5", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz", |
|
|
|
|
"integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==", |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/types": "^7.27.1" |
|
|
|
|
"@babel/types": "^7.27.3" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": { |
|
|
|
|
@ -15658,9 +15904,9 @@
@@ -15658,9 +15904,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/types": { |
|
|
|
|
"version": "7.27.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.1.tgz", |
|
|
|
|
"integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==", |
|
|
|
|
"version": "7.27.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.3.tgz", |
|
|
|
|
"integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==", |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/helper-string-parser": "^7.27.1", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.27.1" |
|
|
|
|
@ -16907,6 +17153,55 @@
@@ -16907,6 +17153,55 @@
|
|
|
|
|
"path-browserify": "^1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@vue-macros/common": { |
|
|
|
|
"version": "3.0.0-beta.14", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-3.0.0-beta.14.tgz", |
|
|
|
|
"integrity": "sha512-Eto2MnuaLAdC/rIyPPt7wnFU4l1u5TUw42yRB9aSc3dwMbLV5aka5gdyyt3OMKs4rgyPx8nssEN8sc0kz4PltA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@vue/compiler-sfc": "^3.5.16", |
|
|
|
|
"ast-kit": "^2.1.0", |
|
|
|
|
"local-pkg": "^1.1.1", |
|
|
|
|
"magic-string-ast": "^0.9.1", |
|
|
|
|
"unplugin-utils": "^0.2.4" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"confbox": { |
|
|
|
|
"version": "0.2.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz", |
|
|
|
|
"integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"local-pkg": { |
|
|
|
|
"version": "1.1.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz", |
|
|
|
|
"integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"mlly": "^1.7.4", |
|
|
|
|
"pkg-types": "^2.0.1", |
|
|
|
|
"quansync": "^0.2.8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"pathe": { |
|
|
|
|
"version": "2.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz", |
|
|
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"pkg-types": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"confbox": "^0.2.1", |
|
|
|
|
"exsolve": "^1.0.1", |
|
|
|
|
"pathe": "^2.0.3" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@vue/babel-helper-vue-transform-on": { |
|
|
|
|
"version": "1.4.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz", |
|
|
|
|
@ -17371,6 +17666,34 @@
@@ -17371,6 +17666,34 @@
|
|
|
|
|
"integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"ast-kit": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-2.1.0.tgz", |
|
|
|
|
"integrity": "sha512-ROM2LlXbZBZVk97crfw8PGDOBzzsJvN2uJCmwswvPUNyfH14eg90mSN3xNqsri1JS1G9cz0VzeDUhxJkTrr4Ew==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/parser": "^7.27.3", |
|
|
|
|
"pathe": "^2.0.3" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"pathe": { |
|
|
|
|
"version": "2.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz", |
|
|
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", |
|
|
|
|
"dev": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"ast-walker-scope": { |
|
|
|
|
"version": "0.8.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.8.1.tgz", |
|
|
|
|
"integrity": "sha512-72XOdbzQCMKERvFrxAykatn2pu7osPNq/sNUzwcHdWzwPvOsNpPqkawfDXVvQbA2RT+ivtsMNjYdojTUZitt1A==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/parser": "^7.27.2", |
|
|
|
|
"ast-kit": "^2.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"async-function": { |
|
|
|
|
"version": "1.0.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/async-function/-/async-function-1.0.0.tgz", |
|
|
|
|
@ -18027,6 +18350,11 @@
@@ -18027,6 +18350,11 @@
|
|
|
|
|
"parse-json": "^5.2.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"cropperjs": { |
|
|
|
|
"version": "1.6.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/cropperjs/-/cropperjs-1.6.2.tgz", |
|
|
|
|
"integrity": "sha512-nhymn9GdnV3CqiEHJVai54TULFAE3VshJTXSqSJKa8yXAKyBKDWdhHarnlIPrshJ0WMFTGuFvG02YjLXfPiuOA==" |
|
|
|
|
}, |
|
|
|
|
"cross-env": { |
|
|
|
|
"version": "7.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-7.0.3.tgz", |
|
|
|
|
@ -19264,6 +19592,12 @@
@@ -19264,6 +19592,12 @@
|
|
|
|
|
"homedir-polyfill": "^1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"exsolve": { |
|
|
|
|
"version": "1.0.5", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.5.tgz", |
|
|
|
|
"integrity": "sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"extend": { |
|
|
|
|
"version": "3.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz", |
|
|
|
|
@ -21322,6 +21656,26 @@
@@ -21322,6 +21656,26 @@
|
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.13" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"magic-string-ast": { |
|
|
|
|
"version": "0.9.1", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-0.9.1.tgz", |
|
|
|
|
"integrity": "sha512-18dv2ZlSSgJ/jDWlZGKfnDJx56ilNlYq9F7NnwuWTErsmYmqJ2TWE4l1o2zlUHBYUGBy3tIhPCC1gxq8M5HkMA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"magic-string": "^0.30.17" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"magic-string": { |
|
|
|
|
"version": "0.30.17", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz", |
|
|
|
|
"integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.5.0" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"make-dir": { |
|
|
|
|
"version": "2.1.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz", |
|
|
|
|
@ -22656,6 +23010,12 @@
@@ -22656,6 +23010,12 @@
|
|
|
|
|
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"quansync": { |
|
|
|
|
"version": "0.2.10", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.10.tgz", |
|
|
|
|
"integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"queue-microtask": { |
|
|
|
|
"version": "1.2.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
|
|
|
@ -24140,6 +24500,30 @@
@@ -24140,6 +24500,30 @@
|
|
|
|
|
"unplugin": "^1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"unplugin-utils": { |
|
|
|
|
"version": "0.2.4", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz", |
|
|
|
|
"integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"pathe": "^2.0.2", |
|
|
|
|
"picomatch": "^4.0.2" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"pathe": { |
|
|
|
|
"version": "2.0.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz", |
|
|
|
|
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"picomatch": { |
|
|
|
|
"version": "4.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz", |
|
|
|
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", |
|
|
|
|
"dev": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"unplugin-vue-components": { |
|
|
|
|
"version": "0.22.12", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.22.12.tgz", |
|
|
|
|
@ -24178,6 +24562,36 @@
@@ -24178,6 +24562,36 @@
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"unplugin-vue-define-options": { |
|
|
|
|
"version": "3.0.0-beta.14", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin-vue-define-options/-/unplugin-vue-define-options-3.0.0-beta.14.tgz", |
|
|
|
|
"integrity": "sha512-sbcFwF4ZkeQSUqw5Qw8o6Uf5Tc3P9umQf5bddQ8Kts9DEyZdTX+WlqjvyZzGSBPdFlYKm2CBj+xtNf+cOpSTnA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@vue-macros/common": "3.0.0-beta.14", |
|
|
|
|
"ast-walker-scope": "^0.8.1", |
|
|
|
|
"unplugin": "^2.3.5" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"picomatch": { |
|
|
|
|
"version": "4.0.2", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz", |
|
|
|
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"unplugin": { |
|
|
|
|
"version": "2.3.5", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.5.tgz", |
|
|
|
|
"integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"acorn": "^8.14.1", |
|
|
|
|
"picomatch": "^4.0.2", |
|
|
|
|
"webpack-virtual-modules": "^0.6.2" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"update-browserslist-db": { |
|
|
|
|
"version": "1.1.3", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", |
|
|
|
|
@ -24383,6 +24797,14 @@
@@ -24383,6 +24797,14 @@
|
|
|
|
|
"clipboard": "^2.0.6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"vue-cropperjs": { |
|
|
|
|
"version": "5.0.0", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/vue-cropperjs/-/vue-cropperjs-5.0.0.tgz", |
|
|
|
|
"integrity": "sha512-RhnC8O33uRZNkn74aiHZwNHnBJOXWlS4P6gsRI0lw4cZlWjKSCywZI9oSI9POlIPI6OYv30jvnHMXGch85tw7w==", |
|
|
|
|
"requires": { |
|
|
|
|
"cropperjs": "^1.5.6" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"vue-demi": { |
|
|
|
|
"version": "0.14.10", |
|
|
|
|
"resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz", |
|
|
|
|
|