|
@@ -11,18 +11,21 @@ importers:
|
|
|
'@headlessui/vue':
|
|
|
specifier: ^1.7.22
|
|
|
version: 1.7.22(vue@3.4.38(typescript@5.5.4))
|
|
|
+ '@lucky-canvas/vue':
|
|
|
+ specifier: ^0.1.11
|
|
|
+ version: 0.1.11(vue@3.4.38(typescript@5.5.4))
|
|
|
'@vant/touch-emulator':
|
|
|
specifier: ^1.4.0
|
|
|
version: 1.4.0
|
|
|
'@vueuse/components':
|
|
|
specifier: ^11.0.3
|
|
|
- version: 11.0.3(vue@3.4.38(typescript@5.5.4))
|
|
|
+ version: 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
'@vueuse/core':
|
|
|
specifier: ^11.0.3
|
|
|
- version: 11.0.3(vue@3.4.38(typescript@5.5.4))
|
|
|
+ version: 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
'@vueuse/integrations':
|
|
|
specifier: ^11.0.3
|
|
|
- version: 11.0.3(axios@1.7.7)(nprogress@0.2.0)(qrcode@1.5.4)(vue@3.4.38(typescript@5.5.4))
|
|
|
+ version: 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(axios@1.7.7)(nprogress@0.2.0)(qrcode@1.5.4)(vue@3.4.38(typescript@5.5.4))
|
|
|
animate.css:
|
|
|
specifier: ^4.1.1
|
|
|
version: 4.1.1
|
|
@@ -55,7 +58,7 @@ importers:
|
|
|
version: 1.0.1
|
|
|
pinia:
|
|
|
specifier: ^2.2.2
|
|
|
- version: 2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4))
|
|
|
+ version: 2.2.2(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4))
|
|
|
qrcode:
|
|
|
specifier: ^1.5.4
|
|
|
version: 1.5.4
|
|
@@ -209,7 +212,7 @@ importers:
|
|
|
version: 0.62.3(postcss@8.4.42)(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.5)(less@4.2.0)(sass@1.77.8)(terser@5.31.6))
|
|
|
unplugin-auto-import:
|
|
|
specifier: ^0.18.2
|
|
|
- version: 0.18.2(@vueuse/core@11.0.3(vue@3.4.38(typescript@5.5.4)))(rollup@4.21.2)
|
|
|
+ version: 0.18.2(@vueuse/core@11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4)))(rollup@4.21.2)
|
|
|
unplugin-turbo-console:
|
|
|
specifier: ^1.10.1
|
|
|
version: 1.10.1(@babel/parser@7.25.6)(esbuild@0.23.1)(rollup@4.21.2)(vite@5.4.2(@types/node@22.5.5)(less@4.2.0)(sass@1.77.8)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))
|
|
@@ -1503,6 +1506,11 @@ packages:
|
|
|
resolution: {integrity: sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==}
|
|
|
engines: {node: '>= 0.4'}
|
|
|
|
|
|
+ '@lucky-canvas/vue@0.1.11':
|
|
|
+ resolution: {integrity: sha512-5vm0txSKRBtMgrE/HZEvw1joSTx9NTdAkc8tBp/aX0LxyhQtiTVBLsRgdYUK/OiURCL8bo+046BTGnV+Q4JFlg==}
|
|
|
+ peerDependencies:
|
|
|
+ vue: ^2.0.0 || >=3.0.0-rc.0
|
|
|
+
|
|
|
'@nodelib/fs.scandir@2.1.5':
|
|
|
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
|
engines: {node: '>= 8'}
|
|
@@ -2049,6 +2057,11 @@ packages:
|
|
|
'@vue/compiler-vue2@2.7.16':
|
|
|
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
|
|
|
|
|
|
+ '@vue/composition-api@1.7.2':
|
|
|
+ resolution: {integrity: sha512-M8jm9J/laYrYT02665HkZ5l2fWTK4dcVg3BsDHm/pfz+MjDYwX+9FUaZyGwEyXEDonQYRCo0H7aLgdklcIELjw==}
|
|
|
+ peerDependencies:
|
|
|
+ vue: '>= 2.5 < 2.7'
|
|
|
+
|
|
|
'@vue/devtools-api@6.6.3':
|
|
|
resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
|
|
|
|
|
@@ -2693,7 +2706,7 @@ packages:
|
|
|
resolution: {integrity: sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg==}
|
|
|
|
|
|
core-js@3.38.1:
|
|
|
- resolution: {integrity: sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==}
|
|
|
+ resolution: {integrity: sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==, tarball: https://registry.npmmirror.com/core-js/-/core-js-3.38.1.tgz}
|
|
|
|
|
|
core-util-is@1.0.3:
|
|
|
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
|
@@ -2962,7 +2975,7 @@ packages:
|
|
|
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
|
|
|
|
echarts@5.5.1:
|
|
|
- resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==}
|
|
|
+ resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==, tarball: https://registry.npmmirror.com/echarts/-/echarts-5.5.1.tgz}
|
|
|
|
|
|
electron-to-chromium@1.5.7:
|
|
|
resolution: {integrity: sha512-6FTNWIWMxMy/ZY6799nBlPtF1DFDQ6VQJ7yyDP27SJNt5lwtQ5ufqVvHylb3fdQefvRcgA3fKcFMJi9OLwBRNw==}
|
|
@@ -4197,6 +4210,9 @@ packages:
|
|
|
lru-cache@5.1.1:
|
|
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
|
|
|
|
+ lucky-canvas@1.7.27:
|
|
|
+ resolution: {integrity: sha512-Ftz6qD+863bI7xijBmZg3dw3cNEc7odPr70EZQcGA14y3TgTAzH65HPosOCd6kKUlMwhntBaHMx3onoj9MtJRQ==}
|
|
|
+
|
|
|
magic-string-ast@0.6.2:
|
|
|
resolution: {integrity: sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==}
|
|
|
engines: {node: '>=16.14.0'}
|
|
@@ -5896,6 +5912,16 @@ packages:
|
|
|
'@vue/composition-api':
|
|
|
optional: true
|
|
|
|
|
|
+ vue-demi@0.7.5:
|
|
|
+ resolution: {integrity: sha512-eFSQSvbQdY7C9ujOzvM6tn7XxwLjn0VQDXQsiYBLBwf28Na+2nTQR4BBBcomhmdP6mmHlBKAwarq6a0BPG87hQ==}
|
|
|
+ hasBin: true
|
|
|
+ peerDependencies:
|
|
|
+ '@vue/composition-api': ^1.0.0-beta.1
|
|
|
+ vue: ^2.6.0 || >=3.0.0-rc.1
|
|
|
+ peerDependenciesMeta:
|
|
|
+ '@vue/composition-api':
|
|
|
+ optional: true
|
|
|
+
|
|
|
vue-esign@1.1.4:
|
|
|
resolution: {integrity: sha512-7Ix5PdcyyhVfsvrT9a+yp5+36gbQ0/bpDO+QSLT58IgJ5t164PEptOy5Nslw8bZbk3n3Hc7SP5B8eXQ8X8W+OA==}
|
|
|
|
|
@@ -6046,8 +6072,8 @@ packages:
|
|
|
resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==}
|
|
|
engines: {node: '>= 14'}
|
|
|
|
|
|
- zrender@5.6.0:
|
|
|
- resolution: {integrity: sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==}
|
|
|
+ zrender@5.5.0:
|
|
|
+ resolution: {integrity: sha512-O3MilSi/9mwoovx77m6ROZM7sXShR/O/JIanvzTwjN3FORfLSr81PsUGd7jlaYOeds9d8tw82oP44+3YucVo+w==}
|
|
|
|
|
|
snapshots:
|
|
|
|
|
@@ -7312,6 +7338,13 @@ snapshots:
|
|
|
dependencies:
|
|
|
call-bind: 1.0.5
|
|
|
|
|
|
+ '@lucky-canvas/vue@0.1.11(vue@3.4.38(typescript@5.5.4))':
|
|
|
+ dependencies:
|
|
|
+ '@vue/composition-api': 1.7.2(vue@3.4.38(typescript@5.5.4))
|
|
|
+ lucky-canvas: 1.7.27
|
|
|
+ vue: 3.4.38(typescript@5.5.4)
|
|
|
+ vue-demi: 0.7.5(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
+
|
|
|
'@nodelib/fs.scandir@2.1.5':
|
|
|
dependencies:
|
|
|
'@nodelib/fs.stat': 2.0.5
|
|
@@ -8006,6 +8039,10 @@ snapshots:
|
|
|
de-indent: 1.0.2
|
|
|
he: 1.2.0
|
|
|
|
|
|
+ '@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4))':
|
|
|
+ dependencies:
|
|
|
+ vue: 3.4.38(typescript@5.5.4)
|
|
|
+
|
|
|
'@vue/devtools-api@6.6.3': {}
|
|
|
|
|
|
'@vue/devtools-core@7.3.9(vite@5.4.2(@types/node@22.5.5)(less@4.2.0)(sass@1.77.8)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))':
|
|
@@ -8073,30 +8110,30 @@ snapshots:
|
|
|
|
|
|
'@vue/shared@3.4.38': {}
|
|
|
|
|
|
- '@vueuse/components@11.0.3(vue@3.4.38(typescript@5.5.4))':
|
|
|
+ '@vueuse/components@11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))':
|
|
|
dependencies:
|
|
|
- '@vueuse/core': 11.0.3(vue@3.4.38(typescript@5.5.4))
|
|
|
- '@vueuse/shared': 11.0.3(vue@3.4.38(typescript@5.5.4))
|
|
|
- vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
|
|
|
+ '@vueuse/core': 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
+ '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
+ vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
transitivePeerDependencies:
|
|
|
- '@vue/composition-api'
|
|
|
- vue
|
|
|
|
|
|
- '@vueuse/core@11.0.3(vue@3.4.38(typescript@5.5.4))':
|
|
|
+ '@vueuse/core@11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))':
|
|
|
dependencies:
|
|
|
'@types/web-bluetooth': 0.0.20
|
|
|
'@vueuse/metadata': 11.0.3
|
|
|
- '@vueuse/shared': 11.0.3(vue@3.4.38(typescript@5.5.4))
|
|
|
- vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
|
|
|
+ '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
+ vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
transitivePeerDependencies:
|
|
|
- '@vue/composition-api'
|
|
|
- vue
|
|
|
|
|
|
- '@vueuse/integrations@11.0.3(axios@1.7.7)(nprogress@0.2.0)(qrcode@1.5.4)(vue@3.4.38(typescript@5.5.4))':
|
|
|
+ '@vueuse/integrations@11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(axios@1.7.7)(nprogress@0.2.0)(qrcode@1.5.4)(vue@3.4.38(typescript@5.5.4))':
|
|
|
dependencies:
|
|
|
- '@vueuse/core': 11.0.3(vue@3.4.38(typescript@5.5.4))
|
|
|
- '@vueuse/shared': 11.0.3(vue@3.4.38(typescript@5.5.4))
|
|
|
- vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
|
|
|
+ '@vueuse/core': 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
+ '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
+ vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
optionalDependencies:
|
|
|
axios: 1.7.7
|
|
|
nprogress: 0.2.0
|
|
@@ -8107,9 +8144,9 @@ snapshots:
|
|
|
|
|
|
'@vueuse/metadata@11.0.3': {}
|
|
|
|
|
|
- '@vueuse/shared@11.0.3(vue@3.4.38(typescript@5.5.4))':
|
|
|
+ '@vueuse/shared@11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))':
|
|
|
dependencies:
|
|
|
- vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
|
|
|
+ vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
transitivePeerDependencies:
|
|
|
- '@vue/composition-api'
|
|
|
- vue
|
|
@@ -8965,7 +9002,7 @@ snapshots:
|
|
|
echarts@5.5.1:
|
|
|
dependencies:
|
|
|
tslib: 2.3.0
|
|
|
- zrender: 5.6.0
|
|
|
+ zrender: 5.5.0
|
|
|
|
|
|
electron-to-chromium@1.5.7: {}
|
|
|
|
|
@@ -10363,6 +10400,8 @@ snapshots:
|
|
|
dependencies:
|
|
|
yallist: 3.1.1
|
|
|
|
|
|
+ lucky-canvas@1.7.27: {}
|
|
|
+
|
|
|
magic-string-ast@0.6.2:
|
|
|
dependencies:
|
|
|
magic-string: 0.30.11
|
|
@@ -10888,12 +10927,13 @@ snapshots:
|
|
|
pify@4.0.1:
|
|
|
optional: true
|
|
|
|
|
|
- pinia@2.2.2(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)):
|
|
|
+ pinia@2.2.2(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)):
|
|
|
dependencies:
|
|
|
'@vue/devtools-api': 6.6.3
|
|
|
vue: 3.4.38(typescript@5.5.4)
|
|
|
- vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
|
|
|
+ vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
optionalDependencies:
|
|
|
+ '@vue/composition-api': 1.7.2(vue@3.4.38(typescript@5.5.4))
|
|
|
typescript: 5.5.4
|
|
|
|
|
|
pkg-types@1.1.1:
|
|
@@ -11958,7 +11998,7 @@ snapshots:
|
|
|
- rollup
|
|
|
- supports-color
|
|
|
|
|
|
- unplugin-auto-import@0.18.2(@vueuse/core@11.0.3(vue@3.4.38(typescript@5.5.4)))(rollup@4.21.2):
|
|
|
+ unplugin-auto-import@0.18.2(@vueuse/core@11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4)))(rollup@4.21.2):
|
|
|
dependencies:
|
|
|
'@antfu/utils': 0.7.10
|
|
|
'@rollup/pluginutils': 5.1.0(rollup@4.21.2)
|
|
@@ -11969,7 +12009,7 @@ snapshots:
|
|
|
unimport: 3.10.0(rollup@4.21.2)
|
|
|
unplugin: 1.12.1
|
|
|
optionalDependencies:
|
|
|
- '@vueuse/core': 11.0.3(vue@3.4.38(typescript@5.5.4))
|
|
|
+ '@vueuse/core': 11.0.3(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
|
|
|
transitivePeerDependencies:
|
|
|
- rollup
|
|
|
|
|
@@ -12226,9 +12266,17 @@ snapshots:
|
|
|
countup.js: 2.8.0
|
|
|
vue: 3.4.38(typescript@5.5.4)
|
|
|
|
|
|
- vue-demi@0.14.10(vue@3.4.38(typescript@5.5.4)):
|
|
|
+ vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4)):
|
|
|
dependencies:
|
|
|
vue: 3.4.38(typescript@5.5.4)
|
|
|
+ optionalDependencies:
|
|
|
+ '@vue/composition-api': 1.7.2(vue@3.4.38(typescript@5.5.4))
|
|
|
+
|
|
|
+ vue-demi@0.7.5(@vue/composition-api@1.7.2(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4)):
|
|
|
+ dependencies:
|
|
|
+ vue: 3.4.38(typescript@5.5.4)
|
|
|
+ optionalDependencies:
|
|
|
+ '@vue/composition-api': 1.7.2(vue@3.4.38(typescript@5.5.4))
|
|
|
|
|
|
vue-esign@1.1.4:
|
|
|
dependencies:
|
|
@@ -12396,6 +12444,6 @@ snapshots:
|
|
|
compress-commons: 6.0.2
|
|
|
readable-stream: 4.5.2
|
|
|
|
|
|
- zrender@5.6.0:
|
|
|
+ zrender@5.5.0:
|
|
|
dependencies:
|
|
|
tslib: 2.3.0
|