create-admin-mvp 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/index.d.mts +1 -0
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.js +175 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/index.mjs +159 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/package.json +41 -0
  8. package/templates/admin-portal/ .stylelintrc.cjs +39 -0
  9. package/templates/admin-portal/.dockerignore +60 -0
  10. package/templates/admin-portal/.env +29 -0
  11. package/templates/admin-portal/.env.development +41 -0
  12. package/templates/admin-portal/.env.example +4 -0
  13. package/templates/admin-portal/.env.production +41 -0
  14. package/templates/admin-portal/.eslintrc.cjs +45 -0
  15. package/templates/admin-portal/.github/workflows/ci.yml +217 -0
  16. package/templates/admin-portal/.husky/commit-msg +11 -0
  17. package/templates/admin-portal/.husky/pre-commit +10 -0
  18. package/templates/admin-portal/.lintstagedrc.json +13 -0
  19. package/templates/admin-portal/.prettierrc.cjs +19 -0
  20. package/templates/admin-portal/.stylelintrc.cjs +35 -0
  21. package/templates/admin-portal/Dockerfile +35 -0
  22. package/templates/admin-portal/README.md +196 -0
  23. package/templates/admin-portal/commitlint.config.cjs +41 -0
  24. package/templates/admin-portal/docker-compose.yml +35 -0
  25. package/templates/admin-portal/index.html +13 -0
  26. package/templates/admin-portal/nginx.conf +45 -0
  27. package/templates/admin-portal/package-lock.json +10730 -0
  28. package/templates/admin-portal/package.json +62 -0
  29. package/templates/admin-portal/playwright-report/index.html +85 -0
  30. package/templates/admin-portal/playwright.config.ts +73 -0
  31. package/templates/admin-portal/pnpm-lock.yaml +1620 -0
  32. package/templates/admin-portal/postcss.config.cjs +56 -0
  33. package/templates/admin-portal/public/vite.svg +1 -0
  34. package/templates/admin-portal/src/App.vue +15 -0
  35. package/templates/admin-portal/src/assets/styles/main.css +36 -0
  36. package/templates/admin-portal/src/assets/vue.svg +1 -0
  37. package/templates/admin-portal/src/components/HelloWorld.vue +41 -0
  38. package/templates/admin-portal/src/layout/index.vue +23 -0
  39. package/templates/admin-portal/src/main.ts +12 -0
  40. package/templates/admin-portal/src/mock/auth.ts +26 -0
  41. package/templates/admin-portal/src/permission.ts +15 -0
  42. package/templates/admin-portal/src/router/index.ts +21 -0
  43. package/templates/admin-portal/src/style.css +79 -0
  44. package/templates/admin-portal/src/views/About.vue +15 -0
  45. package/templates/admin-portal/src/views/Home.vue +15 -0
  46. package/templates/admin-portal/src/views/login/index.vue +34 -0
  47. package/templates/admin-portal/test-results/.last-run.json +23 -0
  48. package/templates/admin-portal/test-results/results.json +882 -0
  49. package/templates/admin-portal/tests/e2e/example.spec.ts +52 -0
  50. package/templates/admin-portal/tests/unit/example.test.ts +49 -0
  51. package/templates/admin-portal/tsconfig.app.json +18 -0
  52. package/templates/admin-portal/tsconfig.json +7 -0
  53. package/templates/admin-portal/tsconfig.node.json +22 -0
  54. package/templates/admin-portal/vite.config.ts +21 -0
  55. package/templates/admin-portal/vitest.config.ts +49 -0
  56. package/templates/admin-portal/vitest.setup.ts +60 -0
@@ -0,0 +1,1620 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ axios:
12
+ specifier: ^1.13.2
13
+ version: 1.13.2
14
+ pinia:
15
+ specifier: ^3.0.4
16
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
17
+ vue:
18
+ specifier: ^3.5.24
19
+ version: 3.5.26(typescript@5.9.3)
20
+ vue-router:
21
+ specifier: ^4.6.4
22
+ version: 4.6.4(vue@3.5.26(typescript@5.9.3))
23
+ devDependencies:
24
+ '@types/node':
25
+ specifier: ^24.10.1
26
+ version: 24.10.9
27
+ '@vitejs/plugin-vue':
28
+ specifier: ^6.0.1
29
+ version: 6.0.3(vite@7.3.1(@types/node@24.10.9))(vue@3.5.26(typescript@5.9.3))
30
+ '@vue/tsconfig':
31
+ specifier: ^0.8.1
32
+ version: 0.8.1(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))
33
+ typescript:
34
+ specifier: ~5.9.3
35
+ version: 5.9.3
36
+ vite:
37
+ specifier: ^7.2.4
38
+ version: 7.3.1(@types/node@24.10.9)
39
+ vite-plugin-mock:
40
+ specifier: ^3.0.2
41
+ version: 3.0.2(esbuild@0.27.2)(mockjs@1.1.0)(vite@7.3.1(@types/node@24.10.9))
42
+ vue-tsc:
43
+ specifier: ^3.1.4
44
+ version: 3.2.2(typescript@5.9.3)
45
+
46
+ packages:
47
+
48
+ '@babel/helper-string-parser@7.27.1':
49
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
50
+ engines: {node: '>=6.9.0'}
51
+
52
+ '@babel/helper-validator-identifier@7.28.5':
53
+ resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
54
+ engines: {node: '>=6.9.0'}
55
+
56
+ '@babel/parser@7.28.6':
57
+ resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==}
58
+ engines: {node: '>=6.0.0'}
59
+ hasBin: true
60
+
61
+ '@babel/types@7.28.6':
62
+ resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
63
+ engines: {node: '>=6.9.0'}
64
+
65
+ '@esbuild/aix-ppc64@0.27.2':
66
+ resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
67
+ engines: {node: '>=18'}
68
+ cpu: [ppc64]
69
+ os: [aix]
70
+
71
+ '@esbuild/android-arm64@0.27.2':
72
+ resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
73
+ engines: {node: '>=18'}
74
+ cpu: [arm64]
75
+ os: [android]
76
+
77
+ '@esbuild/android-arm@0.27.2':
78
+ resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
79
+ engines: {node: '>=18'}
80
+ cpu: [arm]
81
+ os: [android]
82
+
83
+ '@esbuild/android-x64@0.27.2':
84
+ resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
85
+ engines: {node: '>=18'}
86
+ cpu: [x64]
87
+ os: [android]
88
+
89
+ '@esbuild/darwin-arm64@0.27.2':
90
+ resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
91
+ engines: {node: '>=18'}
92
+ cpu: [arm64]
93
+ os: [darwin]
94
+
95
+ '@esbuild/darwin-x64@0.27.2':
96
+ resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
97
+ engines: {node: '>=18'}
98
+ cpu: [x64]
99
+ os: [darwin]
100
+
101
+ '@esbuild/freebsd-arm64@0.27.2':
102
+ resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
103
+ engines: {node: '>=18'}
104
+ cpu: [arm64]
105
+ os: [freebsd]
106
+
107
+ '@esbuild/freebsd-x64@0.27.2':
108
+ resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
109
+ engines: {node: '>=18'}
110
+ cpu: [x64]
111
+ os: [freebsd]
112
+
113
+ '@esbuild/linux-arm64@0.27.2':
114
+ resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
115
+ engines: {node: '>=18'}
116
+ cpu: [arm64]
117
+ os: [linux]
118
+
119
+ '@esbuild/linux-arm@0.27.2':
120
+ resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
121
+ engines: {node: '>=18'}
122
+ cpu: [arm]
123
+ os: [linux]
124
+
125
+ '@esbuild/linux-ia32@0.27.2':
126
+ resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
127
+ engines: {node: '>=18'}
128
+ cpu: [ia32]
129
+ os: [linux]
130
+
131
+ '@esbuild/linux-loong64@0.27.2':
132
+ resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
133
+ engines: {node: '>=18'}
134
+ cpu: [loong64]
135
+ os: [linux]
136
+
137
+ '@esbuild/linux-mips64el@0.27.2':
138
+ resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
139
+ engines: {node: '>=18'}
140
+ cpu: [mips64el]
141
+ os: [linux]
142
+
143
+ '@esbuild/linux-ppc64@0.27.2':
144
+ resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
145
+ engines: {node: '>=18'}
146
+ cpu: [ppc64]
147
+ os: [linux]
148
+
149
+ '@esbuild/linux-riscv64@0.27.2':
150
+ resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
151
+ engines: {node: '>=18'}
152
+ cpu: [riscv64]
153
+ os: [linux]
154
+
155
+ '@esbuild/linux-s390x@0.27.2':
156
+ resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
157
+ engines: {node: '>=18'}
158
+ cpu: [s390x]
159
+ os: [linux]
160
+
161
+ '@esbuild/linux-x64@0.27.2':
162
+ resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
163
+ engines: {node: '>=18'}
164
+ cpu: [x64]
165
+ os: [linux]
166
+
167
+ '@esbuild/netbsd-arm64@0.27.2':
168
+ resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
169
+ engines: {node: '>=18'}
170
+ cpu: [arm64]
171
+ os: [netbsd]
172
+
173
+ '@esbuild/netbsd-x64@0.27.2':
174
+ resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
175
+ engines: {node: '>=18'}
176
+ cpu: [x64]
177
+ os: [netbsd]
178
+
179
+ '@esbuild/openbsd-arm64@0.27.2':
180
+ resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
181
+ engines: {node: '>=18'}
182
+ cpu: [arm64]
183
+ os: [openbsd]
184
+
185
+ '@esbuild/openbsd-x64@0.27.2':
186
+ resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
187
+ engines: {node: '>=18'}
188
+ cpu: [x64]
189
+ os: [openbsd]
190
+
191
+ '@esbuild/openharmony-arm64@0.27.2':
192
+ resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
193
+ engines: {node: '>=18'}
194
+ cpu: [arm64]
195
+ os: [openharmony]
196
+
197
+ '@esbuild/sunos-x64@0.27.2':
198
+ resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
199
+ engines: {node: '>=18'}
200
+ cpu: [x64]
201
+ os: [sunos]
202
+
203
+ '@esbuild/win32-arm64@0.27.2':
204
+ resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
205
+ engines: {node: '>=18'}
206
+ cpu: [arm64]
207
+ os: [win32]
208
+
209
+ '@esbuild/win32-ia32@0.27.2':
210
+ resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
211
+ engines: {node: '>=18'}
212
+ cpu: [ia32]
213
+ os: [win32]
214
+
215
+ '@esbuild/win32-x64@0.27.2':
216
+ resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
217
+ engines: {node: '>=18'}
218
+ cpu: [x64]
219
+ os: [win32]
220
+
221
+ '@jridgewell/sourcemap-codec@1.5.5':
222
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
223
+
224
+ '@nodelib/fs.scandir@2.1.5':
225
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
226
+ engines: {node: '>= 8'}
227
+
228
+ '@nodelib/fs.stat@2.0.5':
229
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
230
+ engines: {node: '>= 8'}
231
+
232
+ '@nodelib/fs.walk@1.2.8':
233
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
234
+ engines: {node: '>= 8'}
235
+
236
+ '@rolldown/pluginutils@1.0.0-beta.53':
237
+ resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==}
238
+
239
+ '@rollup/rollup-android-arm-eabi@4.55.1':
240
+ resolution: {integrity: sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==}
241
+ cpu: [arm]
242
+ os: [android]
243
+
244
+ '@rollup/rollup-android-arm64@4.55.1':
245
+ resolution: {integrity: sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==}
246
+ cpu: [arm64]
247
+ os: [android]
248
+
249
+ '@rollup/rollup-darwin-arm64@4.55.1':
250
+ resolution: {integrity: sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==}
251
+ cpu: [arm64]
252
+ os: [darwin]
253
+
254
+ '@rollup/rollup-darwin-x64@4.55.1':
255
+ resolution: {integrity: sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==}
256
+ cpu: [x64]
257
+ os: [darwin]
258
+
259
+ '@rollup/rollup-freebsd-arm64@4.55.1':
260
+ resolution: {integrity: sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==}
261
+ cpu: [arm64]
262
+ os: [freebsd]
263
+
264
+ '@rollup/rollup-freebsd-x64@4.55.1':
265
+ resolution: {integrity: sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==}
266
+ cpu: [x64]
267
+ os: [freebsd]
268
+
269
+ '@rollup/rollup-linux-arm-gnueabihf@4.55.1':
270
+ resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==}
271
+ cpu: [arm]
272
+ os: [linux]
273
+ libc: [glibc]
274
+
275
+ '@rollup/rollup-linux-arm-musleabihf@4.55.1':
276
+ resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==}
277
+ cpu: [arm]
278
+ os: [linux]
279
+ libc: [musl]
280
+
281
+ '@rollup/rollup-linux-arm64-gnu@4.55.1':
282
+ resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==}
283
+ cpu: [arm64]
284
+ os: [linux]
285
+ libc: [glibc]
286
+
287
+ '@rollup/rollup-linux-arm64-musl@4.55.1':
288
+ resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==}
289
+ cpu: [arm64]
290
+ os: [linux]
291
+ libc: [musl]
292
+
293
+ '@rollup/rollup-linux-loong64-gnu@4.55.1':
294
+ resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==}
295
+ cpu: [loong64]
296
+ os: [linux]
297
+ libc: [glibc]
298
+
299
+ '@rollup/rollup-linux-loong64-musl@4.55.1':
300
+ resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==}
301
+ cpu: [loong64]
302
+ os: [linux]
303
+ libc: [musl]
304
+
305
+ '@rollup/rollup-linux-ppc64-gnu@4.55.1':
306
+ resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==}
307
+ cpu: [ppc64]
308
+ os: [linux]
309
+ libc: [glibc]
310
+
311
+ '@rollup/rollup-linux-ppc64-musl@4.55.1':
312
+ resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==}
313
+ cpu: [ppc64]
314
+ os: [linux]
315
+ libc: [musl]
316
+
317
+ '@rollup/rollup-linux-riscv64-gnu@4.55.1':
318
+ resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==}
319
+ cpu: [riscv64]
320
+ os: [linux]
321
+ libc: [glibc]
322
+
323
+ '@rollup/rollup-linux-riscv64-musl@4.55.1':
324
+ resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==}
325
+ cpu: [riscv64]
326
+ os: [linux]
327
+ libc: [musl]
328
+
329
+ '@rollup/rollup-linux-s390x-gnu@4.55.1':
330
+ resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==}
331
+ cpu: [s390x]
332
+ os: [linux]
333
+ libc: [glibc]
334
+
335
+ '@rollup/rollup-linux-x64-gnu@4.55.1':
336
+ resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==}
337
+ cpu: [x64]
338
+ os: [linux]
339
+ libc: [glibc]
340
+
341
+ '@rollup/rollup-linux-x64-musl@4.55.1':
342
+ resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==}
343
+ cpu: [x64]
344
+ os: [linux]
345
+ libc: [musl]
346
+
347
+ '@rollup/rollup-openbsd-x64@4.55.1':
348
+ resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==}
349
+ cpu: [x64]
350
+ os: [openbsd]
351
+
352
+ '@rollup/rollup-openharmony-arm64@4.55.1':
353
+ resolution: {integrity: sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==}
354
+ cpu: [arm64]
355
+ os: [openharmony]
356
+
357
+ '@rollup/rollup-win32-arm64-msvc@4.55.1':
358
+ resolution: {integrity: sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==}
359
+ cpu: [arm64]
360
+ os: [win32]
361
+
362
+ '@rollup/rollup-win32-ia32-msvc@4.55.1':
363
+ resolution: {integrity: sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==}
364
+ cpu: [ia32]
365
+ os: [win32]
366
+
367
+ '@rollup/rollup-win32-x64-gnu@4.55.1':
368
+ resolution: {integrity: sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==}
369
+ cpu: [x64]
370
+ os: [win32]
371
+
372
+ '@rollup/rollup-win32-x64-msvc@4.55.1':
373
+ resolution: {integrity: sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==}
374
+ cpu: [x64]
375
+ os: [win32]
376
+
377
+ '@types/estree@1.0.8':
378
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
379
+
380
+ '@types/node@24.10.9':
381
+ resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==}
382
+
383
+ '@vitejs/plugin-vue@6.0.3':
384
+ resolution: {integrity: sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==}
385
+ engines: {node: ^20.19.0 || >=22.12.0}
386
+ peerDependencies:
387
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
388
+ vue: ^3.2.25
389
+
390
+ '@volar/language-core@2.4.27':
391
+ resolution: {integrity: sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==}
392
+
393
+ '@volar/source-map@2.4.27':
394
+ resolution: {integrity: sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==}
395
+
396
+ '@volar/typescript@2.4.27':
397
+ resolution: {integrity: sha512-eWaYCcl/uAPInSK2Lze6IqVWaBu/itVqR5InXcHXFyles4zO++Mglt3oxdgj75BDcv1Knr9Y93nowS8U3wqhxg==}
398
+
399
+ '@vue/compiler-core@3.5.26':
400
+ resolution: {integrity: sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==}
401
+
402
+ '@vue/compiler-dom@3.5.26':
403
+ resolution: {integrity: sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==}
404
+
405
+ '@vue/compiler-sfc@3.5.26':
406
+ resolution: {integrity: sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==}
407
+
408
+ '@vue/compiler-ssr@3.5.26':
409
+ resolution: {integrity: sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==}
410
+
411
+ '@vue/devtools-api@6.6.4':
412
+ resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
413
+
414
+ '@vue/devtools-api@7.7.9':
415
+ resolution: {integrity: sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==}
416
+
417
+ '@vue/devtools-kit@7.7.9':
418
+ resolution: {integrity: sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==}
419
+
420
+ '@vue/devtools-shared@7.7.9':
421
+ resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
422
+
423
+ '@vue/language-core@3.2.2':
424
+ resolution: {integrity: sha512-5DAuhxsxBN9kbriklh3Q5AMaJhyOCNiQJvCskN9/30XOpdLiqZU9Q+WvjArP17ubdGEyZtBzlIeG5nIjEbNOrQ==}
425
+
426
+ '@vue/reactivity@3.5.26':
427
+ resolution: {integrity: sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==}
428
+
429
+ '@vue/runtime-core@3.5.26':
430
+ resolution: {integrity: sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==}
431
+
432
+ '@vue/runtime-dom@3.5.26':
433
+ resolution: {integrity: sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==}
434
+
435
+ '@vue/server-renderer@3.5.26':
436
+ resolution: {integrity: sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==}
437
+ peerDependencies:
438
+ vue: 3.5.26
439
+
440
+ '@vue/shared@3.5.26':
441
+ resolution: {integrity: sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==}
442
+
443
+ '@vue/tsconfig@0.8.1':
444
+ resolution: {integrity: sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g==}
445
+ peerDependencies:
446
+ typescript: 5.x
447
+ vue: ^3.4.0
448
+ peerDependenciesMeta:
449
+ typescript:
450
+ optional: true
451
+ vue:
452
+ optional: true
453
+
454
+ alien-signals@3.1.2:
455
+ resolution: {integrity: sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==}
456
+
457
+ anymatch@3.1.3:
458
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
459
+ engines: {node: '>= 8'}
460
+
461
+ asynckit@0.4.0:
462
+ resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
463
+
464
+ axios@1.13.2:
465
+ resolution: {integrity: sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==}
466
+
467
+ binary-extensions@2.3.0:
468
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
469
+ engines: {node: '>=8'}
470
+
471
+ birpc@2.9.0:
472
+ resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==}
473
+
474
+ braces@3.0.3:
475
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
476
+ engines: {node: '>=8'}
477
+
478
+ bundle-require@4.2.1:
479
+ resolution: {integrity: sha512-7Q/6vkyYAwOmQNRw75x+4yRtZCZJXUDmHHlFdkiV0wgv/reNjtJwpu1jPJ0w2kbEpIM0uoKI3S4/f39dU7AjSA==}
480
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
481
+ peerDependencies:
482
+ esbuild: '>=0.17'
483
+
484
+ call-bind-apply-helpers@1.0.2:
485
+ resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
486
+ engines: {node: '>= 0.4'}
487
+
488
+ chokidar@3.6.0:
489
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
490
+ engines: {node: '>= 8.10.0'}
491
+
492
+ combined-stream@1.0.8:
493
+ resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
494
+ engines: {node: '>= 0.8'}
495
+
496
+ commander@14.0.2:
497
+ resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==}
498
+ engines: {node: '>=20'}
499
+
500
+ connect@3.7.0:
501
+ resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==}
502
+ engines: {node: '>= 0.10.0'}
503
+
504
+ copy-anything@4.0.5:
505
+ resolution: {integrity: sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==}
506
+ engines: {node: '>=18'}
507
+
508
+ csstype@3.2.3:
509
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
510
+
511
+ debug@2.6.9:
512
+ resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
513
+ peerDependencies:
514
+ supports-color: '*'
515
+ peerDependenciesMeta:
516
+ supports-color:
517
+ optional: true
518
+
519
+ debug@4.4.3:
520
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
521
+ engines: {node: '>=6.0'}
522
+ peerDependencies:
523
+ supports-color: '*'
524
+ peerDependenciesMeta:
525
+ supports-color:
526
+ optional: true
527
+
528
+ delayed-stream@1.0.0:
529
+ resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
530
+ engines: {node: '>=0.4.0'}
531
+
532
+ dunder-proto@1.0.1:
533
+ resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
534
+ engines: {node: '>= 0.4'}
535
+
536
+ ee-first@1.1.1:
537
+ resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
538
+
539
+ encodeurl@1.0.2:
540
+ resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
541
+ engines: {node: '>= 0.8'}
542
+
543
+ entities@7.0.0:
544
+ resolution: {integrity: sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==}
545
+ engines: {node: '>=0.12'}
546
+
547
+ es-define-property@1.0.1:
548
+ resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
549
+ engines: {node: '>= 0.4'}
550
+
551
+ es-errors@1.3.0:
552
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
553
+ engines: {node: '>= 0.4'}
554
+
555
+ es-object-atoms@1.1.1:
556
+ resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
557
+ engines: {node: '>= 0.4'}
558
+
559
+ es-set-tostringtag@2.1.0:
560
+ resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
561
+ engines: {node: '>= 0.4'}
562
+
563
+ esbuild@0.27.2:
564
+ resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
565
+ engines: {node: '>=18'}
566
+ hasBin: true
567
+
568
+ escape-html@1.0.3:
569
+ resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
570
+
571
+ estree-walker@2.0.2:
572
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
573
+
574
+ fast-glob@3.3.3:
575
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
576
+ engines: {node: '>=8.6.0'}
577
+
578
+ fastq@1.20.1:
579
+ resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
580
+
581
+ fdir@6.5.0:
582
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
583
+ engines: {node: '>=12.0.0'}
584
+ peerDependencies:
585
+ picomatch: ^3 || ^4
586
+ peerDependenciesMeta:
587
+ picomatch:
588
+ optional: true
589
+
590
+ fill-range@7.1.1:
591
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
592
+ engines: {node: '>=8'}
593
+
594
+ finalhandler@1.1.2:
595
+ resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==}
596
+ engines: {node: '>= 0.8'}
597
+
598
+ follow-redirects@1.15.11:
599
+ resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
600
+ engines: {node: '>=4.0'}
601
+ peerDependencies:
602
+ debug: '*'
603
+ peerDependenciesMeta:
604
+ debug:
605
+ optional: true
606
+
607
+ form-data@4.0.5:
608
+ resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
609
+ engines: {node: '>= 6'}
610
+
611
+ fsevents@2.3.3:
612
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
613
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
614
+ os: [darwin]
615
+
616
+ function-bind@1.1.2:
617
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
618
+
619
+ get-intrinsic@1.3.0:
620
+ resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
621
+ engines: {node: '>= 0.4'}
622
+
623
+ get-proto@1.0.1:
624
+ resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
625
+ engines: {node: '>= 0.4'}
626
+
627
+ glob-parent@5.1.2:
628
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
629
+ engines: {node: '>= 6'}
630
+
631
+ gopd@1.2.0:
632
+ resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
633
+ engines: {node: '>= 0.4'}
634
+
635
+ has-symbols@1.1.0:
636
+ resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
637
+ engines: {node: '>= 0.4'}
638
+
639
+ has-tostringtag@1.0.2:
640
+ resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
641
+ engines: {node: '>= 0.4'}
642
+
643
+ hasown@2.0.2:
644
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
645
+ engines: {node: '>= 0.4'}
646
+
647
+ hookable@5.5.3:
648
+ resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
649
+
650
+ is-binary-path@2.1.0:
651
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
652
+ engines: {node: '>=8'}
653
+
654
+ is-extglob@2.1.1:
655
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
656
+ engines: {node: '>=0.10.0'}
657
+
658
+ is-glob@4.0.3:
659
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
660
+ engines: {node: '>=0.10.0'}
661
+
662
+ is-number@7.0.0:
663
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
664
+ engines: {node: '>=0.12.0'}
665
+
666
+ is-what@5.5.0:
667
+ resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
668
+ engines: {node: '>=18'}
669
+
670
+ load-tsconfig@0.2.5:
671
+ resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
672
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
673
+
674
+ magic-string@0.30.21:
675
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
676
+
677
+ math-intrinsics@1.1.0:
678
+ resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
679
+ engines: {node: '>= 0.4'}
680
+
681
+ merge2@1.4.1:
682
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
683
+ engines: {node: '>= 8'}
684
+
685
+ micromatch@4.0.8:
686
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
687
+ engines: {node: '>=8.6'}
688
+
689
+ mime-db@1.52.0:
690
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
691
+ engines: {node: '>= 0.6'}
692
+
693
+ mime-types@2.1.35:
694
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
695
+ engines: {node: '>= 0.6'}
696
+
697
+ mitt@3.0.1:
698
+ resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
699
+
700
+ mockjs@1.1.0:
701
+ resolution: {integrity: sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==}
702
+ hasBin: true
703
+
704
+ ms@2.0.0:
705
+ resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
706
+
707
+ ms@2.1.3:
708
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
709
+
710
+ muggle-string@0.4.1:
711
+ resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
712
+
713
+ nanoid@3.3.11:
714
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
715
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
716
+ hasBin: true
717
+
718
+ normalize-path@3.0.0:
719
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
720
+ engines: {node: '>=0.10.0'}
721
+
722
+ on-finished@2.3.0:
723
+ resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==}
724
+ engines: {node: '>= 0.8'}
725
+
726
+ parseurl@1.3.3:
727
+ resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
728
+ engines: {node: '>= 0.8'}
729
+
730
+ path-browserify@1.0.1:
731
+ resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
732
+
733
+ path-to-regexp@6.3.0:
734
+ resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
735
+
736
+ perfect-debounce@1.0.0:
737
+ resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
738
+
739
+ picocolors@1.1.1:
740
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
741
+
742
+ picomatch@2.3.1:
743
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
744
+ engines: {node: '>=8.6'}
745
+
746
+ picomatch@4.0.3:
747
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
748
+ engines: {node: '>=12'}
749
+
750
+ pinia@3.0.4:
751
+ resolution: {integrity: sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==}
752
+ peerDependencies:
753
+ typescript: '>=4.5.0'
754
+ vue: ^3.5.11
755
+ peerDependenciesMeta:
756
+ typescript:
757
+ optional: true
758
+
759
+ postcss@8.5.6:
760
+ resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
761
+ engines: {node: ^10 || ^12 || >=14}
762
+
763
+ proxy-from-env@1.1.0:
764
+ resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
765
+
766
+ queue-microtask@1.2.3:
767
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
768
+
769
+ readdirp@3.6.0:
770
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
771
+ engines: {node: '>=8.10.0'}
772
+
773
+ reusify@1.1.0:
774
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
775
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
776
+
777
+ rfdc@1.4.1:
778
+ resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
779
+
780
+ rollup@4.55.1:
781
+ resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==}
782
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
783
+ hasBin: true
784
+
785
+ run-parallel@1.2.0:
786
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
787
+
788
+ source-map-js@1.2.1:
789
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
790
+ engines: {node: '>=0.10.0'}
791
+
792
+ speakingurl@14.0.1:
793
+ resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
794
+ engines: {node: '>=0.10.0'}
795
+
796
+ statuses@1.5.0:
797
+ resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
798
+ engines: {node: '>= 0.6'}
799
+
800
+ superjson@2.2.6:
801
+ resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==}
802
+ engines: {node: '>=16'}
803
+
804
+ tinyglobby@0.2.15:
805
+ resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
806
+ engines: {node: '>=12.0.0'}
807
+
808
+ to-regex-range@5.0.1:
809
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
810
+ engines: {node: '>=8.0'}
811
+
812
+ typescript@5.9.3:
813
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
814
+ engines: {node: '>=14.17'}
815
+ hasBin: true
816
+
817
+ undici-types@7.16.0:
818
+ resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
819
+
820
+ unpipe@1.0.0:
821
+ resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
822
+ engines: {node: '>= 0.8'}
823
+
824
+ utils-merge@1.0.1:
825
+ resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
826
+ engines: {node: '>= 0.4.0'}
827
+
828
+ vite-plugin-mock@3.0.2:
829
+ resolution: {integrity: sha512-bD//HvkTygGmk+LsIAdf0jGNlCv4iWv0kZlH9UEgWT6QYoUwfjQAE4SKxHRw2tfLgVhbPQVv/+X3YlNWvueGUA==}
830
+ engines: {node: '>=16.0.0'}
831
+ peerDependencies:
832
+ esbuild: '>=0.17'
833
+ mockjs: '>=1.1.0'
834
+ vite: '>=4.0.0'
835
+
836
+ vite@7.3.1:
837
+ resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
838
+ engines: {node: ^20.19.0 || >=22.12.0}
839
+ hasBin: true
840
+ peerDependencies:
841
+ '@types/node': ^20.19.0 || >=22.12.0
842
+ jiti: '>=1.21.0'
843
+ less: ^4.0.0
844
+ lightningcss: ^1.21.0
845
+ sass: ^1.70.0
846
+ sass-embedded: ^1.70.0
847
+ stylus: '>=0.54.8'
848
+ sugarss: ^5.0.0
849
+ terser: ^5.16.0
850
+ tsx: ^4.8.1
851
+ yaml: ^2.4.2
852
+ peerDependenciesMeta:
853
+ '@types/node':
854
+ optional: true
855
+ jiti:
856
+ optional: true
857
+ less:
858
+ optional: true
859
+ lightningcss:
860
+ optional: true
861
+ sass:
862
+ optional: true
863
+ sass-embedded:
864
+ optional: true
865
+ stylus:
866
+ optional: true
867
+ sugarss:
868
+ optional: true
869
+ terser:
870
+ optional: true
871
+ tsx:
872
+ optional: true
873
+ yaml:
874
+ optional: true
875
+
876
+ vscode-uri@3.1.0:
877
+ resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
878
+
879
+ vue-router@4.6.4:
880
+ resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
881
+ peerDependencies:
882
+ vue: ^3.5.0
883
+
884
+ vue-tsc@3.2.2:
885
+ resolution: {integrity: sha512-r9YSia/VgGwmbbfC06hDdAatH634XJ9nVl6Zrnz1iK4ucp8Wu78kawplXnIDa3MSu1XdQQePTHLXYwPDWn+nyQ==}
886
+ hasBin: true
887
+ peerDependencies:
888
+ typescript: '>=5.0.0'
889
+
890
+ vue@3.5.26:
891
+ resolution: {integrity: sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==}
892
+ peerDependencies:
893
+ typescript: '*'
894
+ peerDependenciesMeta:
895
+ typescript:
896
+ optional: true
897
+
898
+ snapshots:
899
+
900
+ '@babel/helper-string-parser@7.27.1': {}
901
+
902
+ '@babel/helper-validator-identifier@7.28.5': {}
903
+
904
+ '@babel/parser@7.28.6':
905
+ dependencies:
906
+ '@babel/types': 7.28.6
907
+
908
+ '@babel/types@7.28.6':
909
+ dependencies:
910
+ '@babel/helper-string-parser': 7.27.1
911
+ '@babel/helper-validator-identifier': 7.28.5
912
+
913
+ '@esbuild/aix-ppc64@0.27.2':
914
+ optional: true
915
+
916
+ '@esbuild/android-arm64@0.27.2':
917
+ optional: true
918
+
919
+ '@esbuild/android-arm@0.27.2':
920
+ optional: true
921
+
922
+ '@esbuild/android-x64@0.27.2':
923
+ optional: true
924
+
925
+ '@esbuild/darwin-arm64@0.27.2':
926
+ optional: true
927
+
928
+ '@esbuild/darwin-x64@0.27.2':
929
+ optional: true
930
+
931
+ '@esbuild/freebsd-arm64@0.27.2':
932
+ optional: true
933
+
934
+ '@esbuild/freebsd-x64@0.27.2':
935
+ optional: true
936
+
937
+ '@esbuild/linux-arm64@0.27.2':
938
+ optional: true
939
+
940
+ '@esbuild/linux-arm@0.27.2':
941
+ optional: true
942
+
943
+ '@esbuild/linux-ia32@0.27.2':
944
+ optional: true
945
+
946
+ '@esbuild/linux-loong64@0.27.2':
947
+ optional: true
948
+
949
+ '@esbuild/linux-mips64el@0.27.2':
950
+ optional: true
951
+
952
+ '@esbuild/linux-ppc64@0.27.2':
953
+ optional: true
954
+
955
+ '@esbuild/linux-riscv64@0.27.2':
956
+ optional: true
957
+
958
+ '@esbuild/linux-s390x@0.27.2':
959
+ optional: true
960
+
961
+ '@esbuild/linux-x64@0.27.2':
962
+ optional: true
963
+
964
+ '@esbuild/netbsd-arm64@0.27.2':
965
+ optional: true
966
+
967
+ '@esbuild/netbsd-x64@0.27.2':
968
+ optional: true
969
+
970
+ '@esbuild/openbsd-arm64@0.27.2':
971
+ optional: true
972
+
973
+ '@esbuild/openbsd-x64@0.27.2':
974
+ optional: true
975
+
976
+ '@esbuild/openharmony-arm64@0.27.2':
977
+ optional: true
978
+
979
+ '@esbuild/sunos-x64@0.27.2':
980
+ optional: true
981
+
982
+ '@esbuild/win32-arm64@0.27.2':
983
+ optional: true
984
+
985
+ '@esbuild/win32-ia32@0.27.2':
986
+ optional: true
987
+
988
+ '@esbuild/win32-x64@0.27.2':
989
+ optional: true
990
+
991
+ '@jridgewell/sourcemap-codec@1.5.5': {}
992
+
993
+ '@nodelib/fs.scandir@2.1.5':
994
+ dependencies:
995
+ '@nodelib/fs.stat': 2.0.5
996
+ run-parallel: 1.2.0
997
+
998
+ '@nodelib/fs.stat@2.0.5': {}
999
+
1000
+ '@nodelib/fs.walk@1.2.8':
1001
+ dependencies:
1002
+ '@nodelib/fs.scandir': 2.1.5
1003
+ fastq: 1.20.1
1004
+
1005
+ '@rolldown/pluginutils@1.0.0-beta.53': {}
1006
+
1007
+ '@rollup/rollup-android-arm-eabi@4.55.1':
1008
+ optional: true
1009
+
1010
+ '@rollup/rollup-android-arm64@4.55.1':
1011
+ optional: true
1012
+
1013
+ '@rollup/rollup-darwin-arm64@4.55.1':
1014
+ optional: true
1015
+
1016
+ '@rollup/rollup-darwin-x64@4.55.1':
1017
+ optional: true
1018
+
1019
+ '@rollup/rollup-freebsd-arm64@4.55.1':
1020
+ optional: true
1021
+
1022
+ '@rollup/rollup-freebsd-x64@4.55.1':
1023
+ optional: true
1024
+
1025
+ '@rollup/rollup-linux-arm-gnueabihf@4.55.1':
1026
+ optional: true
1027
+
1028
+ '@rollup/rollup-linux-arm-musleabihf@4.55.1':
1029
+ optional: true
1030
+
1031
+ '@rollup/rollup-linux-arm64-gnu@4.55.1':
1032
+ optional: true
1033
+
1034
+ '@rollup/rollup-linux-arm64-musl@4.55.1':
1035
+ optional: true
1036
+
1037
+ '@rollup/rollup-linux-loong64-gnu@4.55.1':
1038
+ optional: true
1039
+
1040
+ '@rollup/rollup-linux-loong64-musl@4.55.1':
1041
+ optional: true
1042
+
1043
+ '@rollup/rollup-linux-ppc64-gnu@4.55.1':
1044
+ optional: true
1045
+
1046
+ '@rollup/rollup-linux-ppc64-musl@4.55.1':
1047
+ optional: true
1048
+
1049
+ '@rollup/rollup-linux-riscv64-gnu@4.55.1':
1050
+ optional: true
1051
+
1052
+ '@rollup/rollup-linux-riscv64-musl@4.55.1':
1053
+ optional: true
1054
+
1055
+ '@rollup/rollup-linux-s390x-gnu@4.55.1':
1056
+ optional: true
1057
+
1058
+ '@rollup/rollup-linux-x64-gnu@4.55.1':
1059
+ optional: true
1060
+
1061
+ '@rollup/rollup-linux-x64-musl@4.55.1':
1062
+ optional: true
1063
+
1064
+ '@rollup/rollup-openbsd-x64@4.55.1':
1065
+ optional: true
1066
+
1067
+ '@rollup/rollup-openharmony-arm64@4.55.1':
1068
+ optional: true
1069
+
1070
+ '@rollup/rollup-win32-arm64-msvc@4.55.1':
1071
+ optional: true
1072
+
1073
+ '@rollup/rollup-win32-ia32-msvc@4.55.1':
1074
+ optional: true
1075
+
1076
+ '@rollup/rollup-win32-x64-gnu@4.55.1':
1077
+ optional: true
1078
+
1079
+ '@rollup/rollup-win32-x64-msvc@4.55.1':
1080
+ optional: true
1081
+
1082
+ '@types/estree@1.0.8': {}
1083
+
1084
+ '@types/node@24.10.9':
1085
+ dependencies:
1086
+ undici-types: 7.16.0
1087
+
1088
+ '@vitejs/plugin-vue@6.0.3(vite@7.3.1(@types/node@24.10.9))(vue@3.5.26(typescript@5.9.3))':
1089
+ dependencies:
1090
+ '@rolldown/pluginutils': 1.0.0-beta.53
1091
+ vite: 7.3.1(@types/node@24.10.9)
1092
+ vue: 3.5.26(typescript@5.9.3)
1093
+
1094
+ '@volar/language-core@2.4.27':
1095
+ dependencies:
1096
+ '@volar/source-map': 2.4.27
1097
+
1098
+ '@volar/source-map@2.4.27': {}
1099
+
1100
+ '@volar/typescript@2.4.27':
1101
+ dependencies:
1102
+ '@volar/language-core': 2.4.27
1103
+ path-browserify: 1.0.1
1104
+ vscode-uri: 3.1.0
1105
+
1106
+ '@vue/compiler-core@3.5.26':
1107
+ dependencies:
1108
+ '@babel/parser': 7.28.6
1109
+ '@vue/shared': 3.5.26
1110
+ entities: 7.0.0
1111
+ estree-walker: 2.0.2
1112
+ source-map-js: 1.2.1
1113
+
1114
+ '@vue/compiler-dom@3.5.26':
1115
+ dependencies:
1116
+ '@vue/compiler-core': 3.5.26
1117
+ '@vue/shared': 3.5.26
1118
+
1119
+ '@vue/compiler-sfc@3.5.26':
1120
+ dependencies:
1121
+ '@babel/parser': 7.28.6
1122
+ '@vue/compiler-core': 3.5.26
1123
+ '@vue/compiler-dom': 3.5.26
1124
+ '@vue/compiler-ssr': 3.5.26
1125
+ '@vue/shared': 3.5.26
1126
+ estree-walker: 2.0.2
1127
+ magic-string: 0.30.21
1128
+ postcss: 8.5.6
1129
+ source-map-js: 1.2.1
1130
+
1131
+ '@vue/compiler-ssr@3.5.26':
1132
+ dependencies:
1133
+ '@vue/compiler-dom': 3.5.26
1134
+ '@vue/shared': 3.5.26
1135
+
1136
+ '@vue/devtools-api@6.6.4': {}
1137
+
1138
+ '@vue/devtools-api@7.7.9':
1139
+ dependencies:
1140
+ '@vue/devtools-kit': 7.7.9
1141
+
1142
+ '@vue/devtools-kit@7.7.9':
1143
+ dependencies:
1144
+ '@vue/devtools-shared': 7.7.9
1145
+ birpc: 2.9.0
1146
+ hookable: 5.5.3
1147
+ mitt: 3.0.1
1148
+ perfect-debounce: 1.0.0
1149
+ speakingurl: 14.0.1
1150
+ superjson: 2.2.6
1151
+
1152
+ '@vue/devtools-shared@7.7.9':
1153
+ dependencies:
1154
+ rfdc: 1.4.1
1155
+
1156
+ '@vue/language-core@3.2.2':
1157
+ dependencies:
1158
+ '@volar/language-core': 2.4.27
1159
+ '@vue/compiler-dom': 3.5.26
1160
+ '@vue/shared': 3.5.26
1161
+ alien-signals: 3.1.2
1162
+ muggle-string: 0.4.1
1163
+ path-browserify: 1.0.1
1164
+ picomatch: 4.0.3
1165
+
1166
+ '@vue/reactivity@3.5.26':
1167
+ dependencies:
1168
+ '@vue/shared': 3.5.26
1169
+
1170
+ '@vue/runtime-core@3.5.26':
1171
+ dependencies:
1172
+ '@vue/reactivity': 3.5.26
1173
+ '@vue/shared': 3.5.26
1174
+
1175
+ '@vue/runtime-dom@3.5.26':
1176
+ dependencies:
1177
+ '@vue/reactivity': 3.5.26
1178
+ '@vue/runtime-core': 3.5.26
1179
+ '@vue/shared': 3.5.26
1180
+ csstype: 3.2.3
1181
+
1182
+ '@vue/server-renderer@3.5.26(vue@3.5.26(typescript@5.9.3))':
1183
+ dependencies:
1184
+ '@vue/compiler-ssr': 3.5.26
1185
+ '@vue/shared': 3.5.26
1186
+ vue: 3.5.26(typescript@5.9.3)
1187
+
1188
+ '@vue/shared@3.5.26': {}
1189
+
1190
+ '@vue/tsconfig@0.8.1(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3))':
1191
+ optionalDependencies:
1192
+ typescript: 5.9.3
1193
+ vue: 3.5.26(typescript@5.9.3)
1194
+
1195
+ alien-signals@3.1.2: {}
1196
+
1197
+ anymatch@3.1.3:
1198
+ dependencies:
1199
+ normalize-path: 3.0.0
1200
+ picomatch: 2.3.1
1201
+
1202
+ asynckit@0.4.0: {}
1203
+
1204
+ axios@1.13.2:
1205
+ dependencies:
1206
+ follow-redirects: 1.15.11
1207
+ form-data: 4.0.5
1208
+ proxy-from-env: 1.1.0
1209
+ transitivePeerDependencies:
1210
+ - debug
1211
+
1212
+ binary-extensions@2.3.0: {}
1213
+
1214
+ birpc@2.9.0: {}
1215
+
1216
+ braces@3.0.3:
1217
+ dependencies:
1218
+ fill-range: 7.1.1
1219
+
1220
+ bundle-require@4.2.1(esbuild@0.27.2):
1221
+ dependencies:
1222
+ esbuild: 0.27.2
1223
+ load-tsconfig: 0.2.5
1224
+
1225
+ call-bind-apply-helpers@1.0.2:
1226
+ dependencies:
1227
+ es-errors: 1.3.0
1228
+ function-bind: 1.1.2
1229
+
1230
+ chokidar@3.6.0:
1231
+ dependencies:
1232
+ anymatch: 3.1.3
1233
+ braces: 3.0.3
1234
+ glob-parent: 5.1.2
1235
+ is-binary-path: 2.1.0
1236
+ is-glob: 4.0.3
1237
+ normalize-path: 3.0.0
1238
+ readdirp: 3.6.0
1239
+ optionalDependencies:
1240
+ fsevents: 2.3.3
1241
+
1242
+ combined-stream@1.0.8:
1243
+ dependencies:
1244
+ delayed-stream: 1.0.0
1245
+
1246
+ commander@14.0.2: {}
1247
+
1248
+ connect@3.7.0:
1249
+ dependencies:
1250
+ debug: 2.6.9
1251
+ finalhandler: 1.1.2
1252
+ parseurl: 1.3.3
1253
+ utils-merge: 1.0.1
1254
+ transitivePeerDependencies:
1255
+ - supports-color
1256
+
1257
+ copy-anything@4.0.5:
1258
+ dependencies:
1259
+ is-what: 5.5.0
1260
+
1261
+ csstype@3.2.3: {}
1262
+
1263
+ debug@2.6.9:
1264
+ dependencies:
1265
+ ms: 2.0.0
1266
+
1267
+ debug@4.4.3:
1268
+ dependencies:
1269
+ ms: 2.1.3
1270
+
1271
+ delayed-stream@1.0.0: {}
1272
+
1273
+ dunder-proto@1.0.1:
1274
+ dependencies:
1275
+ call-bind-apply-helpers: 1.0.2
1276
+ es-errors: 1.3.0
1277
+ gopd: 1.2.0
1278
+
1279
+ ee-first@1.1.1: {}
1280
+
1281
+ encodeurl@1.0.2: {}
1282
+
1283
+ entities@7.0.0: {}
1284
+
1285
+ es-define-property@1.0.1: {}
1286
+
1287
+ es-errors@1.3.0: {}
1288
+
1289
+ es-object-atoms@1.1.1:
1290
+ dependencies:
1291
+ es-errors: 1.3.0
1292
+
1293
+ es-set-tostringtag@2.1.0:
1294
+ dependencies:
1295
+ es-errors: 1.3.0
1296
+ get-intrinsic: 1.3.0
1297
+ has-tostringtag: 1.0.2
1298
+ hasown: 2.0.2
1299
+
1300
+ esbuild@0.27.2:
1301
+ optionalDependencies:
1302
+ '@esbuild/aix-ppc64': 0.27.2
1303
+ '@esbuild/android-arm': 0.27.2
1304
+ '@esbuild/android-arm64': 0.27.2
1305
+ '@esbuild/android-x64': 0.27.2
1306
+ '@esbuild/darwin-arm64': 0.27.2
1307
+ '@esbuild/darwin-x64': 0.27.2
1308
+ '@esbuild/freebsd-arm64': 0.27.2
1309
+ '@esbuild/freebsd-x64': 0.27.2
1310
+ '@esbuild/linux-arm': 0.27.2
1311
+ '@esbuild/linux-arm64': 0.27.2
1312
+ '@esbuild/linux-ia32': 0.27.2
1313
+ '@esbuild/linux-loong64': 0.27.2
1314
+ '@esbuild/linux-mips64el': 0.27.2
1315
+ '@esbuild/linux-ppc64': 0.27.2
1316
+ '@esbuild/linux-riscv64': 0.27.2
1317
+ '@esbuild/linux-s390x': 0.27.2
1318
+ '@esbuild/linux-x64': 0.27.2
1319
+ '@esbuild/netbsd-arm64': 0.27.2
1320
+ '@esbuild/netbsd-x64': 0.27.2
1321
+ '@esbuild/openbsd-arm64': 0.27.2
1322
+ '@esbuild/openbsd-x64': 0.27.2
1323
+ '@esbuild/openharmony-arm64': 0.27.2
1324
+ '@esbuild/sunos-x64': 0.27.2
1325
+ '@esbuild/win32-arm64': 0.27.2
1326
+ '@esbuild/win32-ia32': 0.27.2
1327
+ '@esbuild/win32-x64': 0.27.2
1328
+
1329
+ escape-html@1.0.3: {}
1330
+
1331
+ estree-walker@2.0.2: {}
1332
+
1333
+ fast-glob@3.3.3:
1334
+ dependencies:
1335
+ '@nodelib/fs.stat': 2.0.5
1336
+ '@nodelib/fs.walk': 1.2.8
1337
+ glob-parent: 5.1.2
1338
+ merge2: 1.4.1
1339
+ micromatch: 4.0.8
1340
+
1341
+ fastq@1.20.1:
1342
+ dependencies:
1343
+ reusify: 1.1.0
1344
+
1345
+ fdir@6.5.0(picomatch@4.0.3):
1346
+ optionalDependencies:
1347
+ picomatch: 4.0.3
1348
+
1349
+ fill-range@7.1.1:
1350
+ dependencies:
1351
+ to-regex-range: 5.0.1
1352
+
1353
+ finalhandler@1.1.2:
1354
+ dependencies:
1355
+ debug: 2.6.9
1356
+ encodeurl: 1.0.2
1357
+ escape-html: 1.0.3
1358
+ on-finished: 2.3.0
1359
+ parseurl: 1.3.3
1360
+ statuses: 1.5.0
1361
+ unpipe: 1.0.0
1362
+ transitivePeerDependencies:
1363
+ - supports-color
1364
+
1365
+ follow-redirects@1.15.11: {}
1366
+
1367
+ form-data@4.0.5:
1368
+ dependencies:
1369
+ asynckit: 0.4.0
1370
+ combined-stream: 1.0.8
1371
+ es-set-tostringtag: 2.1.0
1372
+ hasown: 2.0.2
1373
+ mime-types: 2.1.35
1374
+
1375
+ fsevents@2.3.3:
1376
+ optional: true
1377
+
1378
+ function-bind@1.1.2: {}
1379
+
1380
+ get-intrinsic@1.3.0:
1381
+ dependencies:
1382
+ call-bind-apply-helpers: 1.0.2
1383
+ es-define-property: 1.0.1
1384
+ es-errors: 1.3.0
1385
+ es-object-atoms: 1.1.1
1386
+ function-bind: 1.1.2
1387
+ get-proto: 1.0.1
1388
+ gopd: 1.2.0
1389
+ has-symbols: 1.1.0
1390
+ hasown: 2.0.2
1391
+ math-intrinsics: 1.1.0
1392
+
1393
+ get-proto@1.0.1:
1394
+ dependencies:
1395
+ dunder-proto: 1.0.1
1396
+ es-object-atoms: 1.1.1
1397
+
1398
+ glob-parent@5.1.2:
1399
+ dependencies:
1400
+ is-glob: 4.0.3
1401
+
1402
+ gopd@1.2.0: {}
1403
+
1404
+ has-symbols@1.1.0: {}
1405
+
1406
+ has-tostringtag@1.0.2:
1407
+ dependencies:
1408
+ has-symbols: 1.1.0
1409
+
1410
+ hasown@2.0.2:
1411
+ dependencies:
1412
+ function-bind: 1.1.2
1413
+
1414
+ hookable@5.5.3: {}
1415
+
1416
+ is-binary-path@2.1.0:
1417
+ dependencies:
1418
+ binary-extensions: 2.3.0
1419
+
1420
+ is-extglob@2.1.1: {}
1421
+
1422
+ is-glob@4.0.3:
1423
+ dependencies:
1424
+ is-extglob: 2.1.1
1425
+
1426
+ is-number@7.0.0: {}
1427
+
1428
+ is-what@5.5.0: {}
1429
+
1430
+ load-tsconfig@0.2.5: {}
1431
+
1432
+ magic-string@0.30.21:
1433
+ dependencies:
1434
+ '@jridgewell/sourcemap-codec': 1.5.5
1435
+
1436
+ math-intrinsics@1.1.0: {}
1437
+
1438
+ merge2@1.4.1: {}
1439
+
1440
+ micromatch@4.0.8:
1441
+ dependencies:
1442
+ braces: 3.0.3
1443
+ picomatch: 2.3.1
1444
+
1445
+ mime-db@1.52.0: {}
1446
+
1447
+ mime-types@2.1.35:
1448
+ dependencies:
1449
+ mime-db: 1.52.0
1450
+
1451
+ mitt@3.0.1: {}
1452
+
1453
+ mockjs@1.1.0:
1454
+ dependencies:
1455
+ commander: 14.0.2
1456
+
1457
+ ms@2.0.0: {}
1458
+
1459
+ ms@2.1.3: {}
1460
+
1461
+ muggle-string@0.4.1: {}
1462
+
1463
+ nanoid@3.3.11: {}
1464
+
1465
+ normalize-path@3.0.0: {}
1466
+
1467
+ on-finished@2.3.0:
1468
+ dependencies:
1469
+ ee-first: 1.1.1
1470
+
1471
+ parseurl@1.3.3: {}
1472
+
1473
+ path-browserify@1.0.1: {}
1474
+
1475
+ path-to-regexp@6.3.0: {}
1476
+
1477
+ perfect-debounce@1.0.0: {}
1478
+
1479
+ picocolors@1.1.1: {}
1480
+
1481
+ picomatch@2.3.1: {}
1482
+
1483
+ picomatch@4.0.3: {}
1484
+
1485
+ pinia@3.0.4(typescript@5.9.3)(vue@3.5.26(typescript@5.9.3)):
1486
+ dependencies:
1487
+ '@vue/devtools-api': 7.7.9
1488
+ vue: 3.5.26(typescript@5.9.3)
1489
+ optionalDependencies:
1490
+ typescript: 5.9.3
1491
+
1492
+ postcss@8.5.6:
1493
+ dependencies:
1494
+ nanoid: 3.3.11
1495
+ picocolors: 1.1.1
1496
+ source-map-js: 1.2.1
1497
+
1498
+ proxy-from-env@1.1.0: {}
1499
+
1500
+ queue-microtask@1.2.3: {}
1501
+
1502
+ readdirp@3.6.0:
1503
+ dependencies:
1504
+ picomatch: 2.3.1
1505
+
1506
+ reusify@1.1.0: {}
1507
+
1508
+ rfdc@1.4.1: {}
1509
+
1510
+ rollup@4.55.1:
1511
+ dependencies:
1512
+ '@types/estree': 1.0.8
1513
+ optionalDependencies:
1514
+ '@rollup/rollup-android-arm-eabi': 4.55.1
1515
+ '@rollup/rollup-android-arm64': 4.55.1
1516
+ '@rollup/rollup-darwin-arm64': 4.55.1
1517
+ '@rollup/rollup-darwin-x64': 4.55.1
1518
+ '@rollup/rollup-freebsd-arm64': 4.55.1
1519
+ '@rollup/rollup-freebsd-x64': 4.55.1
1520
+ '@rollup/rollup-linux-arm-gnueabihf': 4.55.1
1521
+ '@rollup/rollup-linux-arm-musleabihf': 4.55.1
1522
+ '@rollup/rollup-linux-arm64-gnu': 4.55.1
1523
+ '@rollup/rollup-linux-arm64-musl': 4.55.1
1524
+ '@rollup/rollup-linux-loong64-gnu': 4.55.1
1525
+ '@rollup/rollup-linux-loong64-musl': 4.55.1
1526
+ '@rollup/rollup-linux-ppc64-gnu': 4.55.1
1527
+ '@rollup/rollup-linux-ppc64-musl': 4.55.1
1528
+ '@rollup/rollup-linux-riscv64-gnu': 4.55.1
1529
+ '@rollup/rollup-linux-riscv64-musl': 4.55.1
1530
+ '@rollup/rollup-linux-s390x-gnu': 4.55.1
1531
+ '@rollup/rollup-linux-x64-gnu': 4.55.1
1532
+ '@rollup/rollup-linux-x64-musl': 4.55.1
1533
+ '@rollup/rollup-openbsd-x64': 4.55.1
1534
+ '@rollup/rollup-openharmony-arm64': 4.55.1
1535
+ '@rollup/rollup-win32-arm64-msvc': 4.55.1
1536
+ '@rollup/rollup-win32-ia32-msvc': 4.55.1
1537
+ '@rollup/rollup-win32-x64-gnu': 4.55.1
1538
+ '@rollup/rollup-win32-x64-msvc': 4.55.1
1539
+ fsevents: 2.3.3
1540
+
1541
+ run-parallel@1.2.0:
1542
+ dependencies:
1543
+ queue-microtask: 1.2.3
1544
+
1545
+ source-map-js@1.2.1: {}
1546
+
1547
+ speakingurl@14.0.1: {}
1548
+
1549
+ statuses@1.5.0: {}
1550
+
1551
+ superjson@2.2.6:
1552
+ dependencies:
1553
+ copy-anything: 4.0.5
1554
+
1555
+ tinyglobby@0.2.15:
1556
+ dependencies:
1557
+ fdir: 6.5.0(picomatch@4.0.3)
1558
+ picomatch: 4.0.3
1559
+
1560
+ to-regex-range@5.0.1:
1561
+ dependencies:
1562
+ is-number: 7.0.0
1563
+
1564
+ typescript@5.9.3: {}
1565
+
1566
+ undici-types@7.16.0: {}
1567
+
1568
+ unpipe@1.0.0: {}
1569
+
1570
+ utils-merge@1.0.1: {}
1571
+
1572
+ vite-plugin-mock@3.0.2(esbuild@0.27.2)(mockjs@1.1.0)(vite@7.3.1(@types/node@24.10.9)):
1573
+ dependencies:
1574
+ bundle-require: 4.2.1(esbuild@0.27.2)
1575
+ chokidar: 3.6.0
1576
+ connect: 3.7.0
1577
+ debug: 4.4.3
1578
+ esbuild: 0.27.2
1579
+ fast-glob: 3.3.3
1580
+ mockjs: 1.1.0
1581
+ path-to-regexp: 6.3.0
1582
+ picocolors: 1.1.1
1583
+ vite: 7.3.1(@types/node@24.10.9)
1584
+ transitivePeerDependencies:
1585
+ - supports-color
1586
+
1587
+ vite@7.3.1(@types/node@24.10.9):
1588
+ dependencies:
1589
+ esbuild: 0.27.2
1590
+ fdir: 6.5.0(picomatch@4.0.3)
1591
+ picomatch: 4.0.3
1592
+ postcss: 8.5.6
1593
+ rollup: 4.55.1
1594
+ tinyglobby: 0.2.15
1595
+ optionalDependencies:
1596
+ '@types/node': 24.10.9
1597
+ fsevents: 2.3.3
1598
+
1599
+ vscode-uri@3.1.0: {}
1600
+
1601
+ vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)):
1602
+ dependencies:
1603
+ '@vue/devtools-api': 6.6.4
1604
+ vue: 3.5.26(typescript@5.9.3)
1605
+
1606
+ vue-tsc@3.2.2(typescript@5.9.3):
1607
+ dependencies:
1608
+ '@volar/typescript': 2.4.27
1609
+ '@vue/language-core': 3.2.2
1610
+ typescript: 5.9.3
1611
+
1612
+ vue@3.5.26(typescript@5.9.3):
1613
+ dependencies:
1614
+ '@vue/compiler-dom': 3.5.26
1615
+ '@vue/compiler-sfc': 3.5.26
1616
+ '@vue/runtime-dom': 3.5.26
1617
+ '@vue/server-renderer': 3.5.26(vue@3.5.26(typescript@5.9.3))
1618
+ '@vue/shared': 3.5.26
1619
+ optionalDependencies:
1620
+ typescript: 5.9.3