create-bubbles 0.0.7 → 0.0.8

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 (48) hide show
  1. package/package.json +2 -2
  2. package/template-react-rsbuild/.env +3 -0
  3. package/template-react-rsbuild/.env.development +0 -0
  4. package/template-react-rsbuild/.env.production +0 -0
  5. package/template-react-rsbuild/.prettierignore +34 -0
  6. package/template-react-rsbuild/.prettierrc +17 -0
  7. package/template-react-rsbuild/biome.json +101 -0
  8. package/template-react-rsbuild/commitlint.config.js +1 -0
  9. package/template-react-rsbuild/index.en-US.md +0 -0
  10. package/template-react-rsbuild/index.html +7 -0
  11. package/template-react-rsbuild/index.zh-CN.md +0 -0
  12. package/template-react-rsbuild/lefthook.yml +14 -0
  13. package/template-react-rsbuild/package.json +39 -0
  14. package/template-react-rsbuild/pnpm-lock.yaml +3615 -0
  15. package/template-react-rsbuild/postcss.config.mjs +5 -0
  16. package/template-react-rsbuild/public/.gitkeep +0 -0
  17. package/template-react-rsbuild/rsbuild.config.ts +28 -0
  18. package/template-react-rsbuild/src/App.tsx +9 -0
  19. package/template-react-rsbuild/src/components/Loading/PageLoading.tsx +11 -0
  20. package/template-react-rsbuild/src/env.d.ts +1 -0
  21. package/template-react-rsbuild/src/index.tsx +20 -0
  22. package/template-react-rsbuild/src/pages/home/index.tsx +26 -0
  23. package/template-react-rsbuild/src/router/index.tsx +27 -0
  24. package/template-react-rsbuild/src/styles/index.css +16 -0
  25. package/template-react-rsbuild/src/types/auto-import.d.ts +47 -0
  26. package/template-react-rsbuild/src/utils/request/axios.ts +93 -0
  27. package/template-react-rsbuild/src/utils/request/index.ts +60 -0
  28. package/template-react-rsbuild/tsconfig.json +29 -0
  29. package/template-react-rsbuild/uno.config.ts +8 -0
  30. package/template-vue-rsbuild/.env +3 -0
  31. package/template-vue-rsbuild/.env.development +0 -0
  32. package/template-vue-rsbuild/.env.production +0 -0
  33. package/template-vue-rsbuild/.prettierignore +4 -0
  34. package/template-vue-rsbuild/.prettierrc +17 -0
  35. package/template-vue-rsbuild/biome.json +112 -0
  36. package/template-vue-rsbuild/index.html +7 -0
  37. package/template-vue-rsbuild/package.json +30 -0
  38. package/template-vue-rsbuild/postcss.config.mjs +5 -0
  39. package/template-vue-rsbuild/public/.gitkeep +0 -0
  40. package/template-vue-rsbuild/rsbuild.config.ts +28 -0
  41. package/template-vue-rsbuild/src/App.vue +29 -0
  42. package/template-vue-rsbuild/src/env.d.ts +9 -0
  43. package/template-vue-rsbuild/src/index.css +6 -0
  44. package/template-vue-rsbuild/src/index.ts +7 -0
  45. package/template-vue-rsbuild/src/styles/index.css +16 -0
  46. package/template-vue-rsbuild/src/types/auto-import.d.ts +91 -0
  47. package/template-vue-rsbuild/tsconfig.json +29 -0
  48. package/template-vue-rsbuild/uno.config.ts +9 -0
@@ -0,0 +1,3615 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ ahooks:
12
+ specifier: ^3.8.4
13
+ version: 3.8.4(react@19.0.0)
14
+ antd:
15
+ specifier: ^5.23.0
16
+ version: 5.23.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
17
+ axios:
18
+ specifier: ^1.7.9
19
+ version: 1.7.9
20
+ dayjs:
21
+ specifier: ^1.11.13
22
+ version: 1.11.13
23
+ react:
24
+ specifier: ^19.0.0
25
+ version: 19.0.0
26
+ react-dom:
27
+ specifier: ^19.0.0
28
+ version: 19.0.0(react@19.0.0)
29
+ react-router:
30
+ specifier: ^7.1.1
31
+ version: 7.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
32
+ zustand:
33
+ specifier: ^5.0.3
34
+ version: 5.0.3(@types/react@19.0.4)(react@19.0.0)
35
+ devDependencies:
36
+ '@biomejs/biome':
37
+ specifier: ^1.9.3
38
+ version: 1.9.4
39
+ '@ianvs/prettier-plugin-sort-imports':
40
+ specifier: ^4.4.0
41
+ version: 4.4.0(@vue/compiler-sfc@3.5.13)(prettier@3.4.2)
42
+ '@rsbuild/core':
43
+ specifier: ^1.1.8
44
+ version: 1.1.13
45
+ '@rsbuild/plugin-react':
46
+ specifier: ^1.0.7
47
+ version: 1.1.0(@rsbuild/core@1.1.13)
48
+ '@types/react':
49
+ specifier: ^19.0.0
50
+ version: 19.0.4
51
+ '@types/react-dom':
52
+ specifier: ^19.0.0
53
+ version: 19.0.2(@types/react@19.0.4)
54
+ '@unocss/postcss':
55
+ specifier: ^0.65.4
56
+ version: 0.65.4(postcss@8.4.49)
57
+ lefthook:
58
+ specifier: ^1.10.1
59
+ version: 1.10.1
60
+ prettier:
61
+ specifier: ^3.3.3
62
+ version: 3.4.2
63
+ typescript:
64
+ specifier: ^5.7.2
65
+ version: 5.7.3
66
+ unocss:
67
+ specifier: ^0.65.4
68
+ version: 0.65.4(postcss@8.4.49)(rollup@4.30.1)(vite@6.0.7(jiti@2.4.2)(tsx@4.19.2))(vue@3.5.13(typescript@5.7.3))
69
+ unplugin-auto-import:
70
+ specifier: ^19.0.0
71
+ version: 19.0.0(rollup@4.30.1)
72
+
73
+ packages:
74
+
75
+ '@ampproject/remapping@2.3.0':
76
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
77
+ engines: {node: '>=6.0.0'}
78
+
79
+ '@ant-design/colors@7.2.0':
80
+ resolution: {integrity: sha512-bjTObSnZ9C/O8MB/B4OUtd/q9COomuJAR2SYfhxLyHvCKn4EKwCN3e+fWGMo7H5InAyV0wL17jdE9ALrdOW/6A==}
81
+
82
+ '@ant-design/cssinjs-utils@1.1.3':
83
+ resolution: {integrity: sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==}
84
+ peerDependencies:
85
+ react: '>=16.9.0'
86
+ react-dom: '>=16.9.0'
87
+
88
+ '@ant-design/cssinjs@1.22.1':
89
+ resolution: {integrity: sha512-SLuXM4wiEE1blOx94iXrkOgseMZHzdr4ngdFu3VVDq6AOWh7rlwqTkMAtJho3EsBF6x/eUGOtK53VZXGQG7+sQ==}
90
+ peerDependencies:
91
+ react: '>=16.0.0'
92
+ react-dom: '>=16.0.0'
93
+
94
+ '@ant-design/fast-color@2.0.6':
95
+ resolution: {integrity: sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==}
96
+ engines: {node: '>=8.x'}
97
+
98
+ '@ant-design/icons-svg@4.4.2':
99
+ resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==}
100
+
101
+ '@ant-design/icons@5.5.2':
102
+ resolution: {integrity: sha512-xc53rjVBl9v2BqFxUjZGti/RfdDeA8/6KYglmInM2PNqSXc/WfuGDTifJI/ZsokJK0aeKvOIbXc9y2g8ILAhEA==}
103
+ engines: {node: '>=8'}
104
+ peerDependencies:
105
+ react: '>=16.0.0'
106
+ react-dom: '>=16.0.0'
107
+
108
+ '@ant-design/react-slick@1.1.2':
109
+ resolution: {integrity: sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==}
110
+ peerDependencies:
111
+ react: '>=16.9.0'
112
+
113
+ '@antfu/install-pkg@0.4.1':
114
+ resolution: {integrity: sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==}
115
+
116
+ '@antfu/utils@0.7.10':
117
+ resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
118
+
119
+ '@babel/code-frame@7.26.2':
120
+ resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
121
+ engines: {node: '>=6.9.0'}
122
+
123
+ '@babel/generator@7.26.3':
124
+ resolution: {integrity: sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==}
125
+ engines: {node: '>=6.9.0'}
126
+
127
+ '@babel/helper-string-parser@7.25.9':
128
+ resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
129
+ engines: {node: '>=6.9.0'}
130
+
131
+ '@babel/helper-validator-identifier@7.25.9':
132
+ resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
133
+ engines: {node: '>=6.9.0'}
134
+
135
+ '@babel/parser@7.26.3':
136
+ resolution: {integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==}
137
+ engines: {node: '>=6.0.0'}
138
+ hasBin: true
139
+
140
+ '@babel/runtime@7.26.0':
141
+ resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==}
142
+ engines: {node: '>=6.9.0'}
143
+
144
+ '@babel/template@7.25.9':
145
+ resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==}
146
+ engines: {node: '>=6.9.0'}
147
+
148
+ '@babel/traverse@7.26.4':
149
+ resolution: {integrity: sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==}
150
+ engines: {node: '>=6.9.0'}
151
+
152
+ '@babel/types@7.26.3':
153
+ resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==}
154
+ engines: {node: '>=6.9.0'}
155
+
156
+ '@biomejs/biome@1.9.4':
157
+ resolution: {integrity: sha512-1rkd7G70+o9KkTn5KLmDYXihGoTaIGO9PIIN2ZB7UJxFrWw04CZHPYiMRjYsaDvVV7hP1dYNRLxSANLaBFGpog==}
158
+ engines: {node: '>=14.21.3'}
159
+ hasBin: true
160
+
161
+ '@biomejs/cli-darwin-arm64@1.9.4':
162
+ resolution: {integrity: sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==}
163
+ engines: {node: '>=14.21.3'}
164
+ cpu: [arm64]
165
+ os: [darwin]
166
+
167
+ '@biomejs/cli-darwin-x64@1.9.4':
168
+ resolution: {integrity: sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==}
169
+ engines: {node: '>=14.21.3'}
170
+ cpu: [x64]
171
+ os: [darwin]
172
+
173
+ '@biomejs/cli-linux-arm64-musl@1.9.4':
174
+ resolution: {integrity: sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==}
175
+ engines: {node: '>=14.21.3'}
176
+ cpu: [arm64]
177
+ os: [linux]
178
+ libc: [musl]
179
+
180
+ '@biomejs/cli-linux-arm64@1.9.4':
181
+ resolution: {integrity: sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==}
182
+ engines: {node: '>=14.21.3'}
183
+ cpu: [arm64]
184
+ os: [linux]
185
+ libc: [glibc]
186
+
187
+ '@biomejs/cli-linux-x64-musl@1.9.4':
188
+ resolution: {integrity: sha512-gEhi/jSBhZ2m6wjV530Yy8+fNqG8PAinM3oV7CyO+6c3CEh16Eizm21uHVsyVBEB6RIM8JHIl6AGYCv6Q6Q9Tg==}
189
+ engines: {node: '>=14.21.3'}
190
+ cpu: [x64]
191
+ os: [linux]
192
+ libc: [musl]
193
+
194
+ '@biomejs/cli-linux-x64@1.9.4':
195
+ resolution: {integrity: sha512-lRCJv/Vi3Vlwmbd6K+oQ0KhLHMAysN8lXoCI7XeHlxaajk06u7G+UsFSO01NAs5iYuWKmVZjmiOzJ0OJmGsMwg==}
196
+ engines: {node: '>=14.21.3'}
197
+ cpu: [x64]
198
+ os: [linux]
199
+ libc: [glibc]
200
+
201
+ '@biomejs/cli-win32-arm64@1.9.4':
202
+ resolution: {integrity: sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==}
203
+ engines: {node: '>=14.21.3'}
204
+ cpu: [arm64]
205
+ os: [win32]
206
+
207
+ '@biomejs/cli-win32-x64@1.9.4':
208
+ resolution: {integrity: sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==}
209
+ engines: {node: '>=14.21.3'}
210
+ cpu: [x64]
211
+ os: [win32]
212
+
213
+ '@emotion/hash@0.8.0':
214
+ resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==}
215
+
216
+ '@emotion/unitless@0.7.5':
217
+ resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==}
218
+
219
+ '@esbuild/aix-ppc64@0.23.1':
220
+ resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==}
221
+ engines: {node: '>=18'}
222
+ cpu: [ppc64]
223
+ os: [aix]
224
+
225
+ '@esbuild/aix-ppc64@0.24.2':
226
+ resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==}
227
+ engines: {node: '>=18'}
228
+ cpu: [ppc64]
229
+ os: [aix]
230
+
231
+ '@esbuild/android-arm64@0.23.1':
232
+ resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==}
233
+ engines: {node: '>=18'}
234
+ cpu: [arm64]
235
+ os: [android]
236
+
237
+ '@esbuild/android-arm64@0.24.2':
238
+ resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==}
239
+ engines: {node: '>=18'}
240
+ cpu: [arm64]
241
+ os: [android]
242
+
243
+ '@esbuild/android-arm@0.23.1':
244
+ resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==}
245
+ engines: {node: '>=18'}
246
+ cpu: [arm]
247
+ os: [android]
248
+
249
+ '@esbuild/android-arm@0.24.2':
250
+ resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==}
251
+ engines: {node: '>=18'}
252
+ cpu: [arm]
253
+ os: [android]
254
+
255
+ '@esbuild/android-x64@0.23.1':
256
+ resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==}
257
+ engines: {node: '>=18'}
258
+ cpu: [x64]
259
+ os: [android]
260
+
261
+ '@esbuild/android-x64@0.24.2':
262
+ resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==}
263
+ engines: {node: '>=18'}
264
+ cpu: [x64]
265
+ os: [android]
266
+
267
+ '@esbuild/darwin-arm64@0.23.1':
268
+ resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==}
269
+ engines: {node: '>=18'}
270
+ cpu: [arm64]
271
+ os: [darwin]
272
+
273
+ '@esbuild/darwin-arm64@0.24.2':
274
+ resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==}
275
+ engines: {node: '>=18'}
276
+ cpu: [arm64]
277
+ os: [darwin]
278
+
279
+ '@esbuild/darwin-x64@0.23.1':
280
+ resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==}
281
+ engines: {node: '>=18'}
282
+ cpu: [x64]
283
+ os: [darwin]
284
+
285
+ '@esbuild/darwin-x64@0.24.2':
286
+ resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==}
287
+ engines: {node: '>=18'}
288
+ cpu: [x64]
289
+ os: [darwin]
290
+
291
+ '@esbuild/freebsd-arm64@0.23.1':
292
+ resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==}
293
+ engines: {node: '>=18'}
294
+ cpu: [arm64]
295
+ os: [freebsd]
296
+
297
+ '@esbuild/freebsd-arm64@0.24.2':
298
+ resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==}
299
+ engines: {node: '>=18'}
300
+ cpu: [arm64]
301
+ os: [freebsd]
302
+
303
+ '@esbuild/freebsd-x64@0.23.1':
304
+ resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==}
305
+ engines: {node: '>=18'}
306
+ cpu: [x64]
307
+ os: [freebsd]
308
+
309
+ '@esbuild/freebsd-x64@0.24.2':
310
+ resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==}
311
+ engines: {node: '>=18'}
312
+ cpu: [x64]
313
+ os: [freebsd]
314
+
315
+ '@esbuild/linux-arm64@0.23.1':
316
+ resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==}
317
+ engines: {node: '>=18'}
318
+ cpu: [arm64]
319
+ os: [linux]
320
+
321
+ '@esbuild/linux-arm64@0.24.2':
322
+ resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==}
323
+ engines: {node: '>=18'}
324
+ cpu: [arm64]
325
+ os: [linux]
326
+
327
+ '@esbuild/linux-arm@0.23.1':
328
+ resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==}
329
+ engines: {node: '>=18'}
330
+ cpu: [arm]
331
+ os: [linux]
332
+
333
+ '@esbuild/linux-arm@0.24.2':
334
+ resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==}
335
+ engines: {node: '>=18'}
336
+ cpu: [arm]
337
+ os: [linux]
338
+
339
+ '@esbuild/linux-ia32@0.23.1':
340
+ resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==}
341
+ engines: {node: '>=18'}
342
+ cpu: [ia32]
343
+ os: [linux]
344
+
345
+ '@esbuild/linux-ia32@0.24.2':
346
+ resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==}
347
+ engines: {node: '>=18'}
348
+ cpu: [ia32]
349
+ os: [linux]
350
+
351
+ '@esbuild/linux-loong64@0.23.1':
352
+ resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==}
353
+ engines: {node: '>=18'}
354
+ cpu: [loong64]
355
+ os: [linux]
356
+
357
+ '@esbuild/linux-loong64@0.24.2':
358
+ resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==}
359
+ engines: {node: '>=18'}
360
+ cpu: [loong64]
361
+ os: [linux]
362
+
363
+ '@esbuild/linux-mips64el@0.23.1':
364
+ resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==}
365
+ engines: {node: '>=18'}
366
+ cpu: [mips64el]
367
+ os: [linux]
368
+
369
+ '@esbuild/linux-mips64el@0.24.2':
370
+ resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==}
371
+ engines: {node: '>=18'}
372
+ cpu: [mips64el]
373
+ os: [linux]
374
+
375
+ '@esbuild/linux-ppc64@0.23.1':
376
+ resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==}
377
+ engines: {node: '>=18'}
378
+ cpu: [ppc64]
379
+ os: [linux]
380
+
381
+ '@esbuild/linux-ppc64@0.24.2':
382
+ resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==}
383
+ engines: {node: '>=18'}
384
+ cpu: [ppc64]
385
+ os: [linux]
386
+
387
+ '@esbuild/linux-riscv64@0.23.1':
388
+ resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==}
389
+ engines: {node: '>=18'}
390
+ cpu: [riscv64]
391
+ os: [linux]
392
+
393
+ '@esbuild/linux-riscv64@0.24.2':
394
+ resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==}
395
+ engines: {node: '>=18'}
396
+ cpu: [riscv64]
397
+ os: [linux]
398
+
399
+ '@esbuild/linux-s390x@0.23.1':
400
+ resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==}
401
+ engines: {node: '>=18'}
402
+ cpu: [s390x]
403
+ os: [linux]
404
+
405
+ '@esbuild/linux-s390x@0.24.2':
406
+ resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==}
407
+ engines: {node: '>=18'}
408
+ cpu: [s390x]
409
+ os: [linux]
410
+
411
+ '@esbuild/linux-x64@0.23.1':
412
+ resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==}
413
+ engines: {node: '>=18'}
414
+ cpu: [x64]
415
+ os: [linux]
416
+
417
+ '@esbuild/linux-x64@0.24.2':
418
+ resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==}
419
+ engines: {node: '>=18'}
420
+ cpu: [x64]
421
+ os: [linux]
422
+
423
+ '@esbuild/netbsd-arm64@0.24.2':
424
+ resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==}
425
+ engines: {node: '>=18'}
426
+ cpu: [arm64]
427
+ os: [netbsd]
428
+
429
+ '@esbuild/netbsd-x64@0.23.1':
430
+ resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==}
431
+ engines: {node: '>=18'}
432
+ cpu: [x64]
433
+ os: [netbsd]
434
+
435
+ '@esbuild/netbsd-x64@0.24.2':
436
+ resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==}
437
+ engines: {node: '>=18'}
438
+ cpu: [x64]
439
+ os: [netbsd]
440
+
441
+ '@esbuild/openbsd-arm64@0.23.1':
442
+ resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==}
443
+ engines: {node: '>=18'}
444
+ cpu: [arm64]
445
+ os: [openbsd]
446
+
447
+ '@esbuild/openbsd-arm64@0.24.2':
448
+ resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==}
449
+ engines: {node: '>=18'}
450
+ cpu: [arm64]
451
+ os: [openbsd]
452
+
453
+ '@esbuild/openbsd-x64@0.23.1':
454
+ resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==}
455
+ engines: {node: '>=18'}
456
+ cpu: [x64]
457
+ os: [openbsd]
458
+
459
+ '@esbuild/openbsd-x64@0.24.2':
460
+ resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==}
461
+ engines: {node: '>=18'}
462
+ cpu: [x64]
463
+ os: [openbsd]
464
+
465
+ '@esbuild/sunos-x64@0.23.1':
466
+ resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==}
467
+ engines: {node: '>=18'}
468
+ cpu: [x64]
469
+ os: [sunos]
470
+
471
+ '@esbuild/sunos-x64@0.24.2':
472
+ resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==}
473
+ engines: {node: '>=18'}
474
+ cpu: [x64]
475
+ os: [sunos]
476
+
477
+ '@esbuild/win32-arm64@0.23.1':
478
+ resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==}
479
+ engines: {node: '>=18'}
480
+ cpu: [arm64]
481
+ os: [win32]
482
+
483
+ '@esbuild/win32-arm64@0.24.2':
484
+ resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==}
485
+ engines: {node: '>=18'}
486
+ cpu: [arm64]
487
+ os: [win32]
488
+
489
+ '@esbuild/win32-ia32@0.23.1':
490
+ resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==}
491
+ engines: {node: '>=18'}
492
+ cpu: [ia32]
493
+ os: [win32]
494
+
495
+ '@esbuild/win32-ia32@0.24.2':
496
+ resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==}
497
+ engines: {node: '>=18'}
498
+ cpu: [ia32]
499
+ os: [win32]
500
+
501
+ '@esbuild/win32-x64@0.23.1':
502
+ resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==}
503
+ engines: {node: '>=18'}
504
+ cpu: [x64]
505
+ os: [win32]
506
+
507
+ '@esbuild/win32-x64@0.24.2':
508
+ resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==}
509
+ engines: {node: '>=18'}
510
+ cpu: [x64]
511
+ os: [win32]
512
+
513
+ '@ianvs/prettier-plugin-sort-imports@4.4.0':
514
+ resolution: {integrity: sha512-f4/e+/ANGk3tHuwRW0uh2YuBR50I4h1ZjGQ+5uD8sWfinHTivQsnieR5cz24t8M6Vx4rYvZ5v/IEKZhYpzQm9Q==}
515
+ peerDependencies:
516
+ '@vue/compiler-sfc': 2.7.x || 3.x
517
+ prettier: 2 || 3
518
+ peerDependenciesMeta:
519
+ '@vue/compiler-sfc':
520
+ optional: true
521
+
522
+ '@iconify/types@2.0.0':
523
+ resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
524
+
525
+ '@iconify/utils@2.2.1':
526
+ resolution: {integrity: sha512-0/7J7hk4PqXmxo5PDBDxmnecw5PxklZJfNjIVG9FM0mEfVrvfudS22rYWsqVk6gR3UJ/mSYS90X4R3znXnqfNA==}
527
+
528
+ '@jridgewell/gen-mapping@0.3.8':
529
+ resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
530
+ engines: {node: '>=6.0.0'}
531
+
532
+ '@jridgewell/resolve-uri@3.1.2':
533
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
534
+ engines: {node: '>=6.0.0'}
535
+
536
+ '@jridgewell/set-array@1.2.1':
537
+ resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
538
+ engines: {node: '>=6.0.0'}
539
+
540
+ '@jridgewell/sourcemap-codec@1.5.0':
541
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
542
+
543
+ '@jridgewell/trace-mapping@0.3.25':
544
+ resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
545
+
546
+ '@module-federation/runtime-tools@0.5.1':
547
+ resolution: {integrity: sha512-nfBedkoZ3/SWyO0hnmaxuz0R0iGPSikHZOAZ0N/dVSQaIzlffUo35B5nlC2wgWIc0JdMZfkwkjZRrnuuDIJbzg==}
548
+
549
+ '@module-federation/runtime@0.5.1':
550
+ resolution: {integrity: sha512-xgiMUWwGLWDrvZc9JibuEbXIbhXg6z2oUkemogSvQ4LKvrl/n0kbqP1Blk669mXzyWbqtSp6PpvNdwaE1aN5xQ==}
551
+
552
+ '@module-federation/sdk@0.5.1':
553
+ resolution: {integrity: sha512-exvchtjNURJJkpqjQ3/opdbfeT2wPKvrbnGnyRkrwW5o3FH1LaST1tkiNviT6OXTexGaVc2DahbdniQHVtQ7pA==}
554
+
555
+ '@module-federation/webpack-bundler-runtime@0.5.1':
556
+ resolution: {integrity: sha512-mMhRFH0k2VjwHt3Jol9JkUsmI/4XlrAoBG3E0o7HoyoPYv1UFOWyqAflfANcUPgbYpvqmyLzDcO+3IT36LXnrA==}
557
+
558
+ '@nodelib/fs.scandir@2.1.5':
559
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
560
+ engines: {node: '>= 8'}
561
+
562
+ '@nodelib/fs.stat@2.0.5':
563
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
564
+ engines: {node: '>= 8'}
565
+
566
+ '@nodelib/fs.walk@1.2.8':
567
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
568
+ engines: {node: '>= 8'}
569
+
570
+ '@polka/url@1.0.0-next.28':
571
+ resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
572
+
573
+ '@rc-component/async-validator@5.0.4':
574
+ resolution: {integrity: sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==}
575
+ engines: {node: '>=14.x'}
576
+
577
+ '@rc-component/color-picker@2.0.1':
578
+ resolution: {integrity: sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==}
579
+ peerDependencies:
580
+ react: '>=16.9.0'
581
+ react-dom: '>=16.9.0'
582
+
583
+ '@rc-component/context@1.4.0':
584
+ resolution: {integrity: sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==}
585
+ peerDependencies:
586
+ react: '>=16.9.0'
587
+ react-dom: '>=16.9.0'
588
+
589
+ '@rc-component/mini-decimal@1.1.0':
590
+ resolution: {integrity: sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==}
591
+ engines: {node: '>=8.x'}
592
+
593
+ '@rc-component/mutate-observer@1.1.0':
594
+ resolution: {integrity: sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==}
595
+ engines: {node: '>=8.x'}
596
+ peerDependencies:
597
+ react: '>=16.9.0'
598
+ react-dom: '>=16.9.0'
599
+
600
+ '@rc-component/portal@1.1.2':
601
+ resolution: {integrity: sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==}
602
+ engines: {node: '>=8.x'}
603
+ peerDependencies:
604
+ react: '>=16.9.0'
605
+ react-dom: '>=16.9.0'
606
+
607
+ '@rc-component/qrcode@1.0.0':
608
+ resolution: {integrity: sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==}
609
+ engines: {node: '>=8.x'}
610
+ peerDependencies:
611
+ react: '>=16.9.0'
612
+ react-dom: '>=16.9.0'
613
+
614
+ '@rc-component/tour@1.15.1':
615
+ resolution: {integrity: sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==}
616
+ engines: {node: '>=8.x'}
617
+ peerDependencies:
618
+ react: '>=16.9.0'
619
+ react-dom: '>=16.9.0'
620
+
621
+ '@rc-component/trigger@2.2.6':
622
+ resolution: {integrity: sha512-/9zuTnWwhQ3S3WT1T8BubuFTT46kvnXgaERR9f4BTKyn61/wpf/BvbImzYBubzJibU707FxwbKszLlHjcLiv1Q==}
623
+ engines: {node: '>=8.x'}
624
+ peerDependencies:
625
+ react: '>=16.9.0'
626
+ react-dom: '>=16.9.0'
627
+
628
+ '@rollup/pluginutils@5.1.4':
629
+ resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
630
+ engines: {node: '>=14.0.0'}
631
+ peerDependencies:
632
+ rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
633
+ peerDependenciesMeta:
634
+ rollup:
635
+ optional: true
636
+
637
+ '@rollup/rollup-android-arm-eabi@4.30.1':
638
+ resolution: {integrity: sha512-pSWY+EVt3rJ9fQ3IqlrEUtXh3cGqGtPDH1FQlNZehO2yYxCHEX1SPsz1M//NXwYfbTlcKr9WObLnJX9FsS9K1Q==}
639
+ cpu: [arm]
640
+ os: [android]
641
+
642
+ '@rollup/rollup-android-arm64@4.30.1':
643
+ resolution: {integrity: sha512-/NA2qXxE3D/BRjOJM8wQblmArQq1YoBVJjrjoTSBS09jgUisq7bqxNHJ8kjCHeV21W/9WDGwJEWSN0KQ2mtD/w==}
644
+ cpu: [arm64]
645
+ os: [android]
646
+
647
+ '@rollup/rollup-darwin-arm64@4.30.1':
648
+ resolution: {integrity: sha512-r7FQIXD7gB0WJ5mokTUgUWPl0eYIH0wnxqeSAhuIwvnnpjdVB8cRRClyKLQr7lgzjctkbp5KmswWszlwYln03Q==}
649
+ cpu: [arm64]
650
+ os: [darwin]
651
+
652
+ '@rollup/rollup-darwin-x64@4.30.1':
653
+ resolution: {integrity: sha512-x78BavIwSH6sqfP2xeI1hd1GpHL8J4W2BXcVM/5KYKoAD3nNsfitQhvWSw+TFtQTLZ9OmlF+FEInEHyubut2OA==}
654
+ cpu: [x64]
655
+ os: [darwin]
656
+
657
+ '@rollup/rollup-freebsd-arm64@4.30.1':
658
+ resolution: {integrity: sha512-HYTlUAjbO1z8ywxsDFWADfTRfTIIy/oUlfIDmlHYmjUP2QRDTzBuWXc9O4CXM+bo9qfiCclmHk1x4ogBjOUpUQ==}
659
+ cpu: [arm64]
660
+ os: [freebsd]
661
+
662
+ '@rollup/rollup-freebsd-x64@4.30.1':
663
+ resolution: {integrity: sha512-1MEdGqogQLccphhX5myCJqeGNYTNcmTyaic9S7CG3JhwuIByJ7J05vGbZxsizQthP1xpVx7kd3o31eOogfEirw==}
664
+ cpu: [x64]
665
+ os: [freebsd]
666
+
667
+ '@rollup/rollup-linux-arm-gnueabihf@4.30.1':
668
+ resolution: {integrity: sha512-PaMRNBSqCx7K3Wc9QZkFx5+CX27WFpAMxJNiYGAXfmMIKC7jstlr32UhTgK6T07OtqR+wYlWm9IxzennjnvdJg==}
669
+ cpu: [arm]
670
+ os: [linux]
671
+ libc: [glibc]
672
+
673
+ '@rollup/rollup-linux-arm-musleabihf@4.30.1':
674
+ resolution: {integrity: sha512-B8Rcyj9AV7ZlEFqvB5BubG5iO6ANDsRKlhIxySXcF1axXYUyqwBok+XZPgIYGBgs7LDXfWfifxhw0Ik57T0Yug==}
675
+ cpu: [arm]
676
+ os: [linux]
677
+ libc: [musl]
678
+
679
+ '@rollup/rollup-linux-arm64-gnu@4.30.1':
680
+ resolution: {integrity: sha512-hqVyueGxAj3cBKrAI4aFHLV+h0Lv5VgWZs9CUGqr1z0fZtlADVV1YPOij6AhcK5An33EXaxnDLmJdQikcn5NEw==}
681
+ cpu: [arm64]
682
+ os: [linux]
683
+ libc: [glibc]
684
+
685
+ '@rollup/rollup-linux-arm64-musl@4.30.1':
686
+ resolution: {integrity: sha512-i4Ab2vnvS1AE1PyOIGp2kXni69gU2DAUVt6FSXeIqUCPIR3ZlheMW3oP2JkukDfu3PsexYRbOiJrY+yVNSk9oA==}
687
+ cpu: [arm64]
688
+ os: [linux]
689
+ libc: [musl]
690
+
691
+ '@rollup/rollup-linux-loongarch64-gnu@4.30.1':
692
+ resolution: {integrity: sha512-fARcF5g296snX0oLGkVxPmysetwUk2zmHcca+e9ObOovBR++9ZPOhqFUM61UUZ2EYpXVPN1redgqVoBB34nTpQ==}
693
+ cpu: [loong64]
694
+ os: [linux]
695
+ libc: [glibc]
696
+
697
+ '@rollup/rollup-linux-powerpc64le-gnu@4.30.1':
698
+ resolution: {integrity: sha512-GLrZraoO3wVT4uFXh67ElpwQY0DIygxdv0BNW9Hkm3X34wu+BkqrDrkcsIapAY+N2ATEbvak0XQ9gxZtCIA5Rw==}
699
+ cpu: [ppc64]
700
+ os: [linux]
701
+ libc: [glibc]
702
+
703
+ '@rollup/rollup-linux-riscv64-gnu@4.30.1':
704
+ resolution: {integrity: sha512-0WKLaAUUHKBtll0wvOmh6yh3S0wSU9+yas923JIChfxOaaBarmb/lBKPF0w/+jTVozFnOXJeRGZ8NvOxvk/jcw==}
705
+ cpu: [riscv64]
706
+ os: [linux]
707
+ libc: [glibc]
708
+
709
+ '@rollup/rollup-linux-s390x-gnu@4.30.1':
710
+ resolution: {integrity: sha512-GWFs97Ruxo5Bt+cvVTQkOJ6TIx0xJDD/bMAOXWJg8TCSTEK8RnFeOeiFTxKniTc4vMIaWvCplMAFBt9miGxgkA==}
711
+ cpu: [s390x]
712
+ os: [linux]
713
+ libc: [glibc]
714
+
715
+ '@rollup/rollup-linux-x64-gnu@4.30.1':
716
+ resolution: {integrity: sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg==}
717
+ cpu: [x64]
718
+ os: [linux]
719
+ libc: [glibc]
720
+
721
+ '@rollup/rollup-linux-x64-musl@4.30.1':
722
+ resolution: {integrity: sha512-V9U8Ey2UqmQsBT+xTOeMzPzwDzyXmnAoO4edZhL7INkwQcaW1Ckv3WJX3qrrp/VHaDkEWIBWhRwP47r8cdrOow==}
723
+ cpu: [x64]
724
+ os: [linux]
725
+ libc: [musl]
726
+
727
+ '@rollup/rollup-win32-arm64-msvc@4.30.1':
728
+ resolution: {integrity: sha512-WabtHWiPaFF47W3PkHnjbmWawnX/aE57K47ZDT1BXTS5GgrBUEpvOzq0FI0V/UYzQJgdb8XlhVNH8/fwV8xDjw==}
729
+ cpu: [arm64]
730
+ os: [win32]
731
+
732
+ '@rollup/rollup-win32-ia32-msvc@4.30.1':
733
+ resolution: {integrity: sha512-pxHAU+Zv39hLUTdQQHUVHf4P+0C47y/ZloorHpzs2SXMRqeAWmGghzAhfOlzFHHwjvgokdFAhC4V+6kC1lRRfw==}
734
+ cpu: [ia32]
735
+ os: [win32]
736
+
737
+ '@rollup/rollup-win32-x64-msvc@4.30.1':
738
+ resolution: {integrity: sha512-D6qjsXGcvhTjv0kI4fU8tUuBDF/Ueee4SVX79VfNDXZa64TfCW1Slkb6Z7O1p7vflqZjcmOVdZlqf8gvJxc6og==}
739
+ cpu: [x64]
740
+ os: [win32]
741
+
742
+ '@rsbuild/core@1.1.13':
743
+ resolution: {integrity: sha512-XBL2hrin8731W6iTGGL+x3cv07n4vm2D7u6XHRwtQkRfySzAqGx7ThlQLdNX/dJwfsoQrYQuWl/qzaljjXtGtg==}
744
+ engines: {node: '>=16.7.0'}
745
+ hasBin: true
746
+
747
+ '@rsbuild/plugin-react@1.1.0':
748
+ resolution: {integrity: sha512-uqdRoV2V91G1XIA14dAmxqYTlTDVf0ktpE7TgwG29oQ2j+DerF1kh29WPHK9HvGE34JTfaBrsme2Zmb6bGD0cw==}
749
+ peerDependencies:
750
+ '@rsbuild/core': 1.x
751
+
752
+ '@rspack/binding-darwin-arm64@1.1.8':
753
+ resolution: {integrity: sha512-I7avr471ghQ3LAqKm2fuXuJPLgQ9gffn5Q4nHi8rsukuZUtiLDPfYzK1QuupEp2JXRWM1gG5lIbSUOht3cD6Ug==}
754
+ cpu: [arm64]
755
+ os: [darwin]
756
+
757
+ '@rspack/binding-darwin-x64@1.1.8':
758
+ resolution: {integrity: sha512-vfqf/c+mcx8rr1M8LnqKmzDdnrgguflZnjGerBLjNerAc+dcUp3lCvNxRIvZ2TkSZZBW8BpCMgjj3n70CZ4VLQ==}
759
+ cpu: [x64]
760
+ os: [darwin]
761
+
762
+ '@rspack/binding-linux-arm64-gnu@1.1.8':
763
+ resolution: {integrity: sha512-lZlO/rAJSeozi+qtVLkGSXfe+riPawCwM4FsrflELfNlvvEXpANwtrdJ+LsaNVXcgvhh50ZX2KicTdmx9G2b6Q==}
764
+ cpu: [arm64]
765
+ os: [linux]
766
+ libc: [glibc]
767
+
768
+ '@rspack/binding-linux-arm64-musl@1.1.8':
769
+ resolution: {integrity: sha512-bX7exULSZwy8xtDh6Z65b6sRC4uSxGuyvSLCEKyhmG6AnJkg0gQMxk3hoO0hWnyGEZgdJEn+jEhk0fjl+6ZRAQ==}
770
+ cpu: [arm64]
771
+ os: [linux]
772
+ libc: [musl]
773
+
774
+ '@rspack/binding-linux-x64-gnu@1.1.8':
775
+ resolution: {integrity: sha512-2Prw2USgTJ3aLdLExfik8pAwAHbX4MZrACBGEmR7Vbb56kLjC+++fXkciRc50pUDK4JFr1VQ7eNZrJuDR6GG6Q==}
776
+ cpu: [x64]
777
+ os: [linux]
778
+ libc: [glibc]
779
+
780
+ '@rspack/binding-linux-x64-musl@1.1.8':
781
+ resolution: {integrity: sha512-bnVGB/mQBKEdzOU/CPmcOE3qEXxGOGGW7/i6iLl2MamVOykJq8fYjL9j86yi6L0r009ja16OgWckykQGc4UqGw==}
782
+ cpu: [x64]
783
+ os: [linux]
784
+ libc: [musl]
785
+
786
+ '@rspack/binding-win32-arm64-msvc@1.1.8':
787
+ resolution: {integrity: sha512-u+na3gxhzeksm4xZyAzn1+XWo5a5j7hgWA/KcFPDQ8qQNkRknx4jnQMxVtcZ9pLskAYV4AcOV/AIximx7zvv8A==}
788
+ cpu: [arm64]
789
+ os: [win32]
790
+
791
+ '@rspack/binding-win32-ia32-msvc@1.1.8':
792
+ resolution: {integrity: sha512-FijUxym1INd5fFHwVCLuVP8XEAb4Sk1sMwEEQUlugiDra9ZsLaPw4OgPGxbxkD6SB0DeUz9Zq46Xbcf6d3OgfA==}
793
+ cpu: [ia32]
794
+ os: [win32]
795
+
796
+ '@rspack/binding-win32-x64-msvc@1.1.8':
797
+ resolution: {integrity: sha512-SBzIcND4qpDt71jlu1MCDxt335tqInT3YID9V4DoQ4t8wgM/uad7EgKOWKTK6vc2RRaOIShfS2XzqjNUxPXh4w==}
798
+ cpu: [x64]
799
+ os: [win32]
800
+
801
+ '@rspack/binding@1.1.8':
802
+ resolution: {integrity: sha512-+/JzXx1HctfgPj+XtsCTbRkxiaOfAXGZZLEvs7jgp04WgWRSZ5u97WRCePNPvy+sCfOEH/2zw2ZK36Z7oQRGhQ==}
803
+
804
+ '@rspack/core@1.1.8':
805
+ resolution: {integrity: sha512-pcZtcj5iXLCuw9oElTYC47bp/RQADm/MMEb3djHdwJuSlFWfWPQi5QFgJ/lJAxIW9UNHnTFrYtytycfjpuoEcA==}
806
+ engines: {node: '>=16.0.0'}
807
+ peerDependencies:
808
+ '@swc/helpers': '>=0.5.1'
809
+ peerDependenciesMeta:
810
+ '@swc/helpers':
811
+ optional: true
812
+
813
+ '@rspack/lite-tapable@1.0.1':
814
+ resolution: {integrity: sha512-VynGOEsVw2s8TAlLf/uESfrgfrq2+rcXB1muPJYBWbsm1Oa6r5qVQhjA5ggM6z/coYPrsVMgovl3Ff7Q7OCp1w==}
815
+ engines: {node: '>=16.0.0'}
816
+
817
+ '@rspack/plugin-react-refresh@1.0.1':
818
+ resolution: {integrity: sha512-KSBc3bsr3mrAPViv7w9MpE9KEWm6q87EyRXyHlRfJ9PpQ56NbX9KZ7AXo7jPeECb0q5sfpM2PSEf+syBiMgLSw==}
819
+ peerDependencies:
820
+ react-refresh: '>=0.10.0 <1.0.0'
821
+ peerDependenciesMeta:
822
+ react-refresh:
823
+ optional: true
824
+
825
+ '@swc/helpers@0.5.15':
826
+ resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
827
+
828
+ '@types/cookie@0.6.0':
829
+ resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
830
+
831
+ '@types/estree@1.0.6':
832
+ resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
833
+
834
+ '@types/react-dom@19.0.2':
835
+ resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==}
836
+ peerDependencies:
837
+ '@types/react': ^19.0.0
838
+
839
+ '@types/react@19.0.4':
840
+ resolution: {integrity: sha512-3O4QisJDYr1uTUMZHA2YswiQZRq+Pd8D+GdVFYikTutYsTz+QZgWkAPnP7rx9txoI6EXKcPiluMqWPFV3tT9Wg==}
841
+
842
+ '@unocss/astro@0.65.4':
843
+ resolution: {integrity: sha512-ex1CJOQ6yeftBEPcbA9/W47/YoV+mhQnrAoc8MA1VVrvvFKDitICFU62+nSt3NWRe53XL/fXnQbcbCb8AAgKlA==}
844
+ peerDependencies:
845
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
846
+ peerDependenciesMeta:
847
+ vite:
848
+ optional: true
849
+
850
+ '@unocss/cli@0.65.4':
851
+ resolution: {integrity: sha512-D/4hY5Hezh3QETscl4i+ojb+q8YU9Cl9AYJ8v3gsjc/GjTmEuIOD5V4x+/aN25vY5wjqgoApOgaIDGCV3b+2Ig==}
852
+ engines: {node: '>=14'}
853
+ hasBin: true
854
+
855
+ '@unocss/config@0.65.4':
856
+ resolution: {integrity: sha512-/vCt4AXnJ4p4Ow6xqsYwdrelF9533yhZjzkg3SQmL3rKeSkicPayKpeq8nkYECdhDI03VTCVD+6oh5Y/26Hg7A==}
857
+ engines: {node: '>=14'}
858
+
859
+ '@unocss/core@0.65.4':
860
+ resolution: {integrity: sha512-a2JOoFutrhqd5RgPhIR5FIXrDoHDU3gwCbPrpT6KYTjsqlSc/fv02yZ+JGOZFN3MCFhCmaPTs+idDFtwb3xU8g==}
861
+
862
+ '@unocss/extractor-arbitrary-variants@0.65.4':
863
+ resolution: {integrity: sha512-GbvTgsDaHplfWfsQtOY8RrvEZvptmvR9k9NwQ5NsZBNIG1JepYVel93CVQvsxT5KioKcoWngXxTYLNOGyxLs0g==}
864
+
865
+ '@unocss/inspector@0.65.4':
866
+ resolution: {integrity: sha512-byg9x549Ul17U4Ety7ufDwC0UOygypoq4QnLEPzhlZ0KJG1f7WmXKYanOhupeg3h4qCj6Nc/xdZYMGbHl9QRIg==}
867
+
868
+ '@unocss/postcss@0.65.4':
869
+ resolution: {integrity: sha512-8peDRo0+rNQsnKh/H2uZEVy67sV2cC16rAeSLpgbVJUMNfZlmF0rC2DNGsOV17uconUXSwz7+mGcHKNiv+8YlQ==}
870
+ engines: {node: '>=14'}
871
+ peerDependencies:
872
+ postcss: ^8.4.21
873
+
874
+ '@unocss/preset-attributify@0.65.4':
875
+ resolution: {integrity: sha512-zxE9hJJ5b37phjdzDdZsxX559ZlmH9rFlY5LVEcQySTnsfY0znviHxPbD2iRpCBCRd+YC5HfFd2jb3XlnTKMJQ==}
876
+
877
+ '@unocss/preset-icons@0.65.4':
878
+ resolution: {integrity: sha512-5sSzTN72X2Ag3VH48xY1pYudeWnql9jqdMiwgZuLJcmvETBNGelXy2wGxm7tsUUEx/l40Yr04Ck8XRPGT9jLBw==}
879
+
880
+ '@unocss/preset-mini@0.65.4':
881
+ resolution: {integrity: sha512-dcO2PzSl87qN1KdQWcfZDIKEhpdFeImWbYfiXtE7k6pi1393FJkdHEopgI/1ZciIQN1CkTvQJ5c7EpEVWftYRA==}
882
+
883
+ '@unocss/preset-tagify@0.65.4':
884
+ resolution: {integrity: sha512-qll6koqdFEkvmz594vKnxj9+3nfM3ugkJxYHrTkqtwx7DAnTgtM8fInFFGZelvjwUzR3o3+Zw6uMhFkLTVTfvg==}
885
+
886
+ '@unocss/preset-typography@0.65.4':
887
+ resolution: {integrity: sha512-Dl940ATrviWD9Vh+4fcN0QZXb6wA7al+c7QkdVAzW7I+NtdN2ELvLcN0cY22KnLRpwztzmg52Qp2J/1QnqrLTw==}
888
+
889
+ '@unocss/preset-uno@0.65.4':
890
+ resolution: {integrity: sha512-56bdBtf476i+soQCQmT36uGzcF2z+7DGCnG1hwWiw6XAbL6gmRMQsubwi1c8z8TcTQNBsOFUnOziFil0gbWufw==}
891
+
892
+ '@unocss/preset-web-fonts@0.65.4':
893
+ resolution: {integrity: sha512-UB/MvXHUTqMNVH1bbiKZ/ZtZUI5tsYlTYAvBrnXPO1Cztuwr8hJKSi4RCfI9g+YYtKHX4uYuxUbW5bcN85gmBQ==}
894
+
895
+ '@unocss/preset-wind@0.65.4':
896
+ resolution: {integrity: sha512-0rbNbw5E8Lvh2yf4R1Mq+lxI/wL5Tm6+r+crE0uAAhCPe9kxPHW4k+x1cWKDIwq6Vudlm3cNX85N49wN5tYgdA==}
897
+
898
+ '@unocss/reset@0.65.4':
899
+ resolution: {integrity: sha512-m685H0KFvVMz6R2i5GDIFv4RS9Z7y2G8hJK7xg2OWli+7w8l2ZMihYvXKofPsst4q/ms8EgKXpWc/qqUOTucvA==}
900
+
901
+ '@unocss/rule-utils@0.65.4':
902
+ resolution: {integrity: sha512-+EzdJEWcqGcO6HwbBTe7vEdBRpuKkBiz4MycQeLD6GEio04T45y6VHHO7/WTqxltbO4YwwW9/s2TKRMxKtoG8g==}
903
+ engines: {node: '>=14'}
904
+
905
+ '@unocss/transformer-attributify-jsx@0.65.4':
906
+ resolution: {integrity: sha512-n438EzWdTKlLCOlAUSpFjmH6FflctqzIReMzMZSJDkmkorymc+C5GpjN3Nty2cKRJXIl6Vwq0oxPuB59RT+FIw==}
907
+
908
+ '@unocss/transformer-compile-class@0.65.4':
909
+ resolution: {integrity: sha512-n1yHDC/iIbcj/9fBUTXkSoASKfLBuRoCN7P1a0ecPc8Gu+uOGfoxafOhrlqC+tpD3hlQGoL+0h74BHSKh+L23Q==}
910
+
911
+ '@unocss/transformer-directives@0.65.4':
912
+ resolution: {integrity: sha512-zkoDEwzPkgXi6ohW7P11gbArwfTRMZ9knYSUYoPEltQz+UZYzeRQ85exiAmdz5MsbCAuhQEr577Kd/CWfhjEuA==}
913
+
914
+ '@unocss/transformer-variant-group@0.65.4':
915
+ resolution: {integrity: sha512-ggO6xMGeOeoD5GHS2xXBJrYFuzqyiZ25tM0zHAMJn9QU9GIu1NwWvcXluvLCF/MRIygBJGPpAE98aEICI6ifEA==}
916
+
917
+ '@unocss/vite@0.65.4':
918
+ resolution: {integrity: sha512-02pRcVLfb5UUxMJwudnjS/0ZQdSlskjuXVHdpZpLBZCA8hhoru2uEOsPbUOBRNNMjDj6ld00pmgk/+im07M35Q==}
919
+ peerDependencies:
920
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
921
+
922
+ '@vue/compiler-core@3.5.13':
923
+ resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==}
924
+
925
+ '@vue/compiler-dom@3.5.13':
926
+ resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==}
927
+
928
+ '@vue/compiler-sfc@3.5.13':
929
+ resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==}
930
+
931
+ '@vue/compiler-ssr@3.5.13':
932
+ resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==}
933
+
934
+ '@vue/reactivity@3.5.13':
935
+ resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==}
936
+
937
+ '@vue/runtime-core@3.5.13':
938
+ resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==}
939
+
940
+ '@vue/runtime-dom@3.5.13':
941
+ resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==}
942
+
943
+ '@vue/server-renderer@3.5.13':
944
+ resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==}
945
+ peerDependencies:
946
+ vue: 3.5.13
947
+
948
+ '@vue/shared@3.5.13':
949
+ resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
950
+
951
+ acorn@8.14.0:
952
+ resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==}
953
+ engines: {node: '>=0.4.0'}
954
+ hasBin: true
955
+
956
+ ahooks@3.8.4:
957
+ resolution: {integrity: sha512-39wDEw2ZHvypaT14EpMMk4AzosHWt0z9bulY0BeDsvc9PqJEV+Kjh/4TZfftSsotBMq52iYIOFPd3PR56e0ZJg==}
958
+ engines: {node: '>=8.0.0'}
959
+ peerDependencies:
960
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
961
+
962
+ antd@5.23.0:
963
+ resolution: {integrity: sha512-aRuhim7u3UCbOMDeGGWAxoCvEmvkqPG9ZZCn5EqdsUGogh4bLJxm0n+omxgXH5TwJy2MuDEZlw88IEw5P2CLvg==}
964
+ peerDependencies:
965
+ react: '>=16.9.0'
966
+ react-dom: '>=16.9.0'
967
+
968
+ anymatch@3.1.3:
969
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
970
+ engines: {node: '>= 8'}
971
+
972
+ asynckit@0.4.0:
973
+ resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
974
+
975
+ axios@1.7.9:
976
+ resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==}
977
+
978
+ binary-extensions@2.3.0:
979
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
980
+ engines: {node: '>=8'}
981
+
982
+ braces@3.0.3:
983
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
984
+ engines: {node: '>=8'}
985
+
986
+ bundle-require@5.1.0:
987
+ resolution: {integrity: sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==}
988
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
989
+ peerDependencies:
990
+ esbuild: '>=0.18'
991
+
992
+ cac@6.7.14:
993
+ resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
994
+ engines: {node: '>=8'}
995
+
996
+ caniuse-lite@1.0.30001690:
997
+ resolution: {integrity: sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==}
998
+
999
+ chokidar@3.6.0:
1000
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
1001
+ engines: {node: '>= 8.10.0'}
1002
+
1003
+ classnames@2.5.1:
1004
+ resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==}
1005
+
1006
+ colorette@2.0.20:
1007
+ resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
1008
+
1009
+ combined-stream@1.0.8:
1010
+ resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
1011
+ engines: {node: '>= 0.8'}
1012
+
1013
+ compute-scroll-into-view@3.1.0:
1014
+ resolution: {integrity: sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==}
1015
+
1016
+ confbox@0.1.8:
1017
+ resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
1018
+
1019
+ consola@3.3.3:
1020
+ resolution: {integrity: sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==}
1021
+ engines: {node: ^14.18.0 || >=16.10.0}
1022
+
1023
+ cookie@1.0.2:
1024
+ resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
1025
+ engines: {node: '>=18'}
1026
+
1027
+ copy-to-clipboard@3.3.3:
1028
+ resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==}
1029
+
1030
+ core-js@3.39.0:
1031
+ resolution: {integrity: sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==}
1032
+
1033
+ css-tree@3.1.0:
1034
+ resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
1035
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
1036
+
1037
+ csstype@3.1.3:
1038
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
1039
+
1040
+ dayjs@1.11.13:
1041
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
1042
+
1043
+ debug@4.4.0:
1044
+ resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
1045
+ engines: {node: '>=6.0'}
1046
+ peerDependencies:
1047
+ supports-color: '*'
1048
+ peerDependenciesMeta:
1049
+ supports-color:
1050
+ optional: true
1051
+
1052
+ defu@6.1.4:
1053
+ resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
1054
+
1055
+ delayed-stream@1.0.0:
1056
+ resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
1057
+ engines: {node: '>=0.4.0'}
1058
+
1059
+ destr@2.0.3:
1060
+ resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==}
1061
+
1062
+ duplexer@0.1.2:
1063
+ resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
1064
+
1065
+ entities@4.5.0:
1066
+ resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
1067
+ engines: {node: '>=0.12'}
1068
+
1069
+ error-stack-parser@2.1.4:
1070
+ resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==}
1071
+
1072
+ esbuild@0.23.1:
1073
+ resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==}
1074
+ engines: {node: '>=18'}
1075
+ hasBin: true
1076
+
1077
+ esbuild@0.24.2:
1078
+ resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==}
1079
+ engines: {node: '>=18'}
1080
+ hasBin: true
1081
+
1082
+ escape-string-regexp@5.0.0:
1083
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
1084
+ engines: {node: '>=12'}
1085
+
1086
+ estree-walker@2.0.2:
1087
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
1088
+
1089
+ estree-walker@3.0.3:
1090
+ resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
1091
+
1092
+ fast-glob@3.3.3:
1093
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
1094
+ engines: {node: '>=8.6.0'}
1095
+
1096
+ fastq@1.18.0:
1097
+ resolution: {integrity: sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==}
1098
+
1099
+ fdir@6.4.2:
1100
+ resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==}
1101
+ peerDependencies:
1102
+ picomatch: ^3 || ^4
1103
+ peerDependenciesMeta:
1104
+ picomatch:
1105
+ optional: true
1106
+
1107
+ fill-range@7.1.1:
1108
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1109
+ engines: {node: '>=8'}
1110
+
1111
+ follow-redirects@1.15.9:
1112
+ resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
1113
+ engines: {node: '>=4.0'}
1114
+ peerDependencies:
1115
+ debug: '*'
1116
+ peerDependenciesMeta:
1117
+ debug:
1118
+ optional: true
1119
+
1120
+ form-data@4.0.1:
1121
+ resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==}
1122
+ engines: {node: '>= 6'}
1123
+
1124
+ fsevents@2.3.3:
1125
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1126
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1127
+ os: [darwin]
1128
+
1129
+ get-tsconfig@4.8.1:
1130
+ resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==}
1131
+
1132
+ glob-parent@5.1.2:
1133
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1134
+ engines: {node: '>= 6'}
1135
+
1136
+ globals@11.12.0:
1137
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
1138
+ engines: {node: '>=4'}
1139
+
1140
+ globals@15.14.0:
1141
+ resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==}
1142
+ engines: {node: '>=18'}
1143
+
1144
+ gzip-size@6.0.0:
1145
+ resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==}
1146
+ engines: {node: '>=10'}
1147
+
1148
+ html-entities@2.5.2:
1149
+ resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==}
1150
+
1151
+ importx@0.5.1:
1152
+ resolution: {integrity: sha512-YrRaigAec1sC2CdIJjf/hCH1Wp9Ii8Cq5ROw4k5nJ19FVl2FcJUHZ5gGIb1vs8+JNYIyOJpc2fcufS2330bxDw==}
1153
+
1154
+ intersection-observer@0.12.2:
1155
+ resolution: {integrity: sha512-7m1vEcPCxXYI8HqnL8CKI6siDyD+eIWSwgB3DZA+ZTogxk9I4CDnj4wilt9x/+/QbHI4YG5YZNmC6458/e9Ktg==}
1156
+
1157
+ is-binary-path@2.1.0:
1158
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
1159
+ engines: {node: '>=8'}
1160
+
1161
+ is-extglob@2.1.1:
1162
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1163
+ engines: {node: '>=0.10.0'}
1164
+
1165
+ is-glob@4.0.3:
1166
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1167
+ engines: {node: '>=0.10.0'}
1168
+
1169
+ is-number@7.0.0:
1170
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1171
+ engines: {node: '>=0.12.0'}
1172
+
1173
+ jiti@2.4.2:
1174
+ resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==}
1175
+ hasBin: true
1176
+
1177
+ js-cookie@3.0.5:
1178
+ resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
1179
+ engines: {node: '>=14'}
1180
+
1181
+ js-tokens@4.0.0:
1182
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1183
+
1184
+ js-tokens@9.0.1:
1185
+ resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
1186
+
1187
+ jsesc@3.1.0:
1188
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1189
+ engines: {node: '>=6'}
1190
+ hasBin: true
1191
+
1192
+ json2mq@0.2.0:
1193
+ resolution: {integrity: sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==}
1194
+
1195
+ kolorist@1.8.0:
1196
+ resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
1197
+
1198
+ lefthook-darwin-arm64@1.10.1:
1199
+ resolution: {integrity: sha512-dGi4Oiu2LSve8Xmz7vHWlUbnU5mk6HnhTbC1CnXqaFbb08yNYSYoJBwsalS+LoO4L6I/pqnv32ESCbdIzuhBiQ==}
1200
+ cpu: [arm64]
1201
+ os: [darwin]
1202
+
1203
+ lefthook-darwin-x64@1.10.1:
1204
+ resolution: {integrity: sha512-NkEkBZm5jYH4fqbpJweDyJx/+/jWLst0FEHOCU5QZ8xFm+42hTGj4+6kfbjirU1ubvmRY/TeilYDsq1OIr5jZQ==}
1205
+ cpu: [x64]
1206
+ os: [darwin]
1207
+
1208
+ lefthook-freebsd-arm64@1.10.1:
1209
+ resolution: {integrity: sha512-hX/c4p0+JoCrr55e8zfXC63ReW3Cg4WKzZKP6NA2uNDaKItHlQ4zR3CCOytdVnuPXOa6f93WB9lmRYtIp34dqw==}
1210
+ cpu: [arm64]
1211
+ os: [freebsd]
1212
+
1213
+ lefthook-freebsd-x64@1.10.1:
1214
+ resolution: {integrity: sha512-0suh8/Mx56Rircc/hvr3vU/XKv0E/afD/LkF8lkOPm4besgq6k9HCkpdPgBykP8Q0ve/W3rOlXeBQ7c7oDhX8Q==}
1215
+ cpu: [x64]
1216
+ os: [freebsd]
1217
+
1218
+ lefthook-linux-arm64@1.10.1:
1219
+ resolution: {integrity: sha512-zADf8CSkoV7EfpLsy5U22gq0+famMjUEfKy9nacS6zEgPvMxDk5Q/7QpnMWJeeiwkf9XWgQ+GATWuGahA3Id9A==}
1220
+ cpu: [arm64]
1221
+ os: [linux]
1222
+
1223
+ lefthook-linux-x64@1.10.1:
1224
+ resolution: {integrity: sha512-wdPVMZAN6vi3/4rlhzaWjR5N3AZE5+dUd3lSzfP6mmfXVQtwnJ29HFUlje6TAnwZBSOBI8yoMsz38FrhPuayYg==}
1225
+ cpu: [x64]
1226
+ os: [linux]
1227
+
1228
+ lefthook-openbsd-arm64@1.10.1:
1229
+ resolution: {integrity: sha512-PJ0fHvjcgapaWsn+4uhj3ZMRvkV0Ug+BOrRovF+SdXdA7DiBbRzFPTpUWrGoV3lw7uFjY6pJqGqakDqZ0J7J6g==}
1230
+ cpu: [arm64]
1231
+ os: [openbsd]
1232
+
1233
+ lefthook-openbsd-x64@1.10.1:
1234
+ resolution: {integrity: sha512-Bs0hBWHW4s6Dp0qVG4LXv96Vo1NXsM/y6VrWten3pv2oEO18Yw9PmKd6vl4mGI7yA72wq4HNATBagFx460IIEw==}
1235
+ cpu: [x64]
1236
+ os: [openbsd]
1237
+
1238
+ lefthook-windows-arm64@1.10.1:
1239
+ resolution: {integrity: sha512-xoBiiAChVSv1YYVkwkpfEoAbjNuRblrA0tI8GOtPBhkzlfBP3MaD5JfU2SPzID9IfAG/yV5dOlrLVKhacQA66A==}
1240
+ cpu: [arm64]
1241
+ os: [win32]
1242
+
1243
+ lefthook-windows-x64@1.10.1:
1244
+ resolution: {integrity: sha512-+AwTHtBP8npL604Dd13rnEblWh6a9+sf0lSzoLy22y3jdae4kVENLmYoeZ6bz0Wf6SF18UCjf+byvspQRnnCHg==}
1245
+ cpu: [x64]
1246
+ os: [win32]
1247
+
1248
+ lefthook@1.10.1:
1249
+ resolution: {integrity: sha512-WLwXd8FxAcZ0KJg0d/u1r2nY7F/i2XJlyxQSKJkFkbuzqggNU876ksHuNAluSbsZ4nNdI+tWbBUu1Th3SPvgcQ==}
1250
+ hasBin: true
1251
+
1252
+ load-tsconfig@0.2.5:
1253
+ resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
1254
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1255
+
1256
+ local-pkg@0.5.1:
1257
+ resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==}
1258
+ engines: {node: '>=14'}
1259
+
1260
+ lodash@4.17.21:
1261
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1262
+
1263
+ magic-string@0.30.17:
1264
+ resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
1265
+
1266
+ mdn-data@2.12.2:
1267
+ resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
1268
+
1269
+ merge2@1.4.1:
1270
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1271
+ engines: {node: '>= 8'}
1272
+
1273
+ micromatch@4.0.8:
1274
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1275
+ engines: {node: '>=8.6'}
1276
+
1277
+ mime-db@1.52.0:
1278
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
1279
+ engines: {node: '>= 0.6'}
1280
+
1281
+ mime-types@2.1.35:
1282
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
1283
+ engines: {node: '>= 0.6'}
1284
+
1285
+ mlly@1.7.3:
1286
+ resolution: {integrity: sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==}
1287
+
1288
+ mrmime@2.0.0:
1289
+ resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==}
1290
+ engines: {node: '>=10'}
1291
+
1292
+ ms@2.1.3:
1293
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1294
+
1295
+ nanoid@3.3.8:
1296
+ resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==}
1297
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1298
+ hasBin: true
1299
+
1300
+ node-fetch-native@1.6.4:
1301
+ resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==}
1302
+
1303
+ normalize-path@3.0.0:
1304
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
1305
+ engines: {node: '>=0.10.0'}
1306
+
1307
+ ofetch@1.4.1:
1308
+ resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==}
1309
+
1310
+ package-manager-detector@0.2.8:
1311
+ resolution: {integrity: sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==}
1312
+
1313
+ pathe@1.1.2:
1314
+ resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
1315
+
1316
+ perfect-debounce@1.0.0:
1317
+ resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
1318
+
1319
+ picocolors@1.1.1:
1320
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1321
+
1322
+ picomatch@2.3.1:
1323
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1324
+ engines: {node: '>=8.6'}
1325
+
1326
+ picomatch@4.0.2:
1327
+ resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
1328
+ engines: {node: '>=12'}
1329
+
1330
+ pkg-types@1.3.0:
1331
+ resolution: {integrity: sha512-kS7yWjVFCkIw9hqdJBoMxDdzEngmkr5FXeWZZfQ6GoYacjVnsW6l2CcYW/0ThD0vF4LPJgVYnrg4d0uuhwYQbg==}
1332
+
1333
+ postcss@8.4.49:
1334
+ resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==}
1335
+ engines: {node: ^10 || ^12 || >=14}
1336
+
1337
+ prettier@3.4.2:
1338
+ resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
1339
+ engines: {node: '>=14'}
1340
+ hasBin: true
1341
+
1342
+ proxy-from-env@1.1.0:
1343
+ resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
1344
+
1345
+ queue-microtask@1.2.3:
1346
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1347
+
1348
+ rc-cascader@3.32.0:
1349
+ resolution: {integrity: sha512-U1N1N3Pt6DGcVWhZTUYqnE0JeoyphrjIJQztXSgDd50DBfhbZrjTn/TMf/qKQnC7KTMDb4eNwvo/U9LOpFJ+DQ==}
1350
+ peerDependencies:
1351
+ react: '>=16.9.0'
1352
+ react-dom: '>=16.9.0'
1353
+
1354
+ rc-checkbox@3.5.0:
1355
+ resolution: {integrity: sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==}
1356
+ peerDependencies:
1357
+ react: '>=16.9.0'
1358
+ react-dom: '>=16.9.0'
1359
+
1360
+ rc-collapse@3.9.0:
1361
+ resolution: {integrity: sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==}
1362
+ peerDependencies:
1363
+ react: '>=16.9.0'
1364
+ react-dom: '>=16.9.0'
1365
+
1366
+ rc-dialog@9.6.0:
1367
+ resolution: {integrity: sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==}
1368
+ peerDependencies:
1369
+ react: '>=16.9.0'
1370
+ react-dom: '>=16.9.0'
1371
+
1372
+ rc-drawer@7.2.0:
1373
+ resolution: {integrity: sha512-9lOQ7kBekEJRdEpScHvtmEtXnAsy+NGDXiRWc2ZVC7QXAazNVbeT4EraQKYwCME8BJLa8Bxqxvs5swwyOepRwg==}
1374
+ peerDependencies:
1375
+ react: '>=16.9.0'
1376
+ react-dom: '>=16.9.0'
1377
+
1378
+ rc-dropdown@4.2.1:
1379
+ resolution: {integrity: sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==}
1380
+ peerDependencies:
1381
+ react: '>=16.11.0'
1382
+ react-dom: '>=16.11.0'
1383
+
1384
+ rc-field-form@2.7.0:
1385
+ resolution: {integrity: sha512-hgKsCay2taxzVnBPZl+1n4ZondsV78G++XVsMIJCAoioMjlMQR9YwAp7JZDIECzIu2Z66R+f4SFIRrO2DjDNAA==}
1386
+ engines: {node: '>=8.x'}
1387
+ peerDependencies:
1388
+ react: '>=16.9.0'
1389
+ react-dom: '>=16.9.0'
1390
+
1391
+ rc-image@7.11.0:
1392
+ resolution: {integrity: sha512-aZkTEZXqeqfPZtnSdNUnKQA0N/3MbgR7nUnZ+/4MfSFWPFHZau4p5r5ShaI0KPEMnNjv4kijSCFq/9wtJpwykw==}
1393
+ peerDependencies:
1394
+ react: '>=16.9.0'
1395
+ react-dom: '>=16.9.0'
1396
+
1397
+ rc-input-number@9.4.0:
1398
+ resolution: {integrity: sha512-Tiy4DcXcFXAf9wDhN8aUAyMeCLHJUHA/VA/t7Hj8ZEx5ETvxG7MArDOSE6psbiSCo+vJPm4E3fGN710ITVn6GA==}
1399
+ peerDependencies:
1400
+ react: '>=16.9.0'
1401
+ react-dom: '>=16.9.0'
1402
+
1403
+ rc-input@1.7.2:
1404
+ resolution: {integrity: sha512-g3nYONnl4edWj2FfVoxsU3Ec4XTE+Hb39Kfh2MFxMZjp/0gGyPUgy/v7ZhS27ZxUFNkuIDYXm9PJsLyJbtg86A==}
1405
+ peerDependencies:
1406
+ react: '>=16.0.0'
1407
+ react-dom: '>=16.0.0'
1408
+
1409
+ rc-mentions@2.19.1:
1410
+ resolution: {integrity: sha512-KK3bAc/bPFI993J3necmaMXD2reZTzytZdlTvkeBbp50IGH1BDPDvxLdHDUrpQx2b2TGaVJsn+86BvYa03kGqA==}
1411
+ peerDependencies:
1412
+ react: '>=16.9.0'
1413
+ react-dom: '>=16.9.0'
1414
+
1415
+ rc-menu@9.16.0:
1416
+ resolution: {integrity: sha512-vAL0yqPkmXWk3+YKRkmIR8TYj3RVdEt3ptG2jCJXWNAvQbT0VJJdRyHZ7kG/l1JsZlB+VJq/VcYOo69VR4oD+w==}
1417
+ peerDependencies:
1418
+ react: '>=16.9.0'
1419
+ react-dom: '>=16.9.0'
1420
+
1421
+ rc-motion@2.9.5:
1422
+ resolution: {integrity: sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==}
1423
+ peerDependencies:
1424
+ react: '>=16.9.0'
1425
+ react-dom: '>=16.9.0'
1426
+
1427
+ rc-notification@5.6.2:
1428
+ resolution: {integrity: sha512-Id4IYMoii3zzrG0lB0gD6dPgJx4Iu95Xu0BQrhHIbp7ZnAZbLqdqQ73aIWH0d0UFcElxwaKjnzNovTjo7kXz7g==}
1429
+ engines: {node: '>=8.x'}
1430
+ peerDependencies:
1431
+ react: '>=16.9.0'
1432
+ react-dom: '>=16.9.0'
1433
+
1434
+ rc-overflow@1.4.1:
1435
+ resolution: {integrity: sha512-3MoPQQPV1uKyOMVNd6SZfONi+f3st0r8PksexIdBTeIYbMX0Jr+k7pHEDvsXtR4BpCv90/Pv2MovVNhktKrwvw==}
1436
+ peerDependencies:
1437
+ react: '>=16.9.0'
1438
+ react-dom: '>=16.9.0'
1439
+
1440
+ rc-pagination@5.0.0:
1441
+ resolution: {integrity: sha512-QjrPvbAQwps93iluvFM62AEYglGYhWW2q/nliQqmvkTi4PXP4HHoh00iC1Sa5LLVmtWQHmG73fBi2x6H6vFHRg==}
1442
+ peerDependencies:
1443
+ react: '>=16.9.0'
1444
+ react-dom: '>=16.9.0'
1445
+
1446
+ rc-picker@4.9.2:
1447
+ resolution: {integrity: sha512-SLW4PRudODOomipKI0dvykxW4P8LOqtMr17MOaLU6NQJhkh9SZeh44a/8BMxwv5T6e3kiIeYc9k5jFg2Mv35Pg==}
1448
+ engines: {node: '>=8.x'}
1449
+ peerDependencies:
1450
+ date-fns: '>= 2.x'
1451
+ dayjs: '>= 1.x'
1452
+ luxon: '>= 3.x'
1453
+ moment: '>= 2.x'
1454
+ react: '>=16.9.0'
1455
+ react-dom: '>=16.9.0'
1456
+ peerDependenciesMeta:
1457
+ date-fns:
1458
+ optional: true
1459
+ dayjs:
1460
+ optional: true
1461
+ luxon:
1462
+ optional: true
1463
+ moment:
1464
+ optional: true
1465
+
1466
+ rc-progress@4.0.0:
1467
+ resolution: {integrity: sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==}
1468
+ peerDependencies:
1469
+ react: '>=16.9.0'
1470
+ react-dom: '>=16.9.0'
1471
+
1472
+ rc-rate@2.13.0:
1473
+ resolution: {integrity: sha512-oxvx1Q5k5wD30sjN5tqAyWTvJfLNNJn7Oq3IeS4HxWfAiC4BOXMITNAsw7u/fzdtO4MS8Ki8uRLOzcnEuoQiAw==}
1474
+ engines: {node: '>=8.x'}
1475
+ peerDependencies:
1476
+ react: '>=16.9.0'
1477
+ react-dom: '>=16.9.0'
1478
+
1479
+ rc-resize-observer@1.4.3:
1480
+ resolution: {integrity: sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==}
1481
+ peerDependencies:
1482
+ react: '>=16.9.0'
1483
+ react-dom: '>=16.9.0'
1484
+
1485
+ rc-segmented@2.7.0:
1486
+ resolution: {integrity: sha512-liijAjXz+KnTRVnxxXG2sYDGd6iLL7VpGGdR8gwoxAXy2KglviKCxLWZdjKYJzYzGSUwKDSTdYk8brj54Bn5BA==}
1487
+ peerDependencies:
1488
+ react: '>=16.0.0'
1489
+ react-dom: '>=16.0.0'
1490
+
1491
+ rc-select@14.16.4:
1492
+ resolution: {integrity: sha512-jP6qf7+vjnxGvPpfPWbGYfFlSl3h8L2XcD4O7g2GYXmEeBC0mw+nPD7i++OOE8v3YGqP8xtYjRKAWCMLfjgxlw==}
1493
+ engines: {node: '>=8.x'}
1494
+ peerDependencies:
1495
+ react: '*'
1496
+ react-dom: '*'
1497
+
1498
+ rc-slider@11.1.8:
1499
+ resolution: {integrity: sha512-2gg/72YFSpKP+Ja5AjC5DPL1YnV8DEITDQrcc1eASrUYjl0esptaBVJBh5nLTXCCp15eD8EuGjwezVGSHhs9tQ==}
1500
+ engines: {node: '>=8.x'}
1501
+ peerDependencies:
1502
+ react: '>=16.9.0'
1503
+ react-dom: '>=16.9.0'
1504
+
1505
+ rc-steps@6.0.1:
1506
+ resolution: {integrity: sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==}
1507
+ engines: {node: '>=8.x'}
1508
+ peerDependencies:
1509
+ react: '>=16.9.0'
1510
+ react-dom: '>=16.9.0'
1511
+
1512
+ rc-switch@4.1.0:
1513
+ resolution: {integrity: sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==}
1514
+ peerDependencies:
1515
+ react: '>=16.9.0'
1516
+ react-dom: '>=16.9.0'
1517
+
1518
+ rc-table@7.50.2:
1519
+ resolution: {integrity: sha512-+nJbzxzstBriLb5sr9U7Vjs7+4dO8cWlouQbMwBVYghk2vr508bBdkHJeP/z9HVjAIKmAgMQKxmtbgDd3gc5wA==}
1520
+ engines: {node: '>=8.x'}
1521
+ peerDependencies:
1522
+ react: '>=16.9.0'
1523
+ react-dom: '>=16.9.0'
1524
+
1525
+ rc-tabs@15.5.0:
1526
+ resolution: {integrity: sha512-NrDcTaUJLh9UuDdMBkjKTn97U9iXG44s9D03V5NHkhEDWO5/nC6PwC3RhkCWFMKB9hh+ryqgZ+TIr1b9Jd/hnQ==}
1527
+ engines: {node: '>=8.x'}
1528
+ peerDependencies:
1529
+ react: '>=16.9.0'
1530
+ react-dom: '>=16.9.0'
1531
+
1532
+ rc-textarea@1.9.0:
1533
+ resolution: {integrity: sha512-dQW/Bc/MriPBTugj2Kx9PMS5eXCCGn2cxoIaichjbNvOiARlaHdI99j4DTxLl/V8+PIfW06uFy7kjfUIDDKyxQ==}
1534
+ peerDependencies:
1535
+ react: '>=16.9.0'
1536
+ react-dom: '>=16.9.0'
1537
+
1538
+ rc-tooltip@6.3.2:
1539
+ resolution: {integrity: sha512-oA4HZIiZJbUQ5ojigM0y4XtWxaH/aQlJSzknjICRWNpqyemy1sL3X3iEQV2eSPBWEq+bqU3+aSs81z+28j9luA==}
1540
+ peerDependencies:
1541
+ react: '>=16.9.0'
1542
+ react-dom: '>=16.9.0'
1543
+
1544
+ rc-tree-select@5.26.0:
1545
+ resolution: {integrity: sha512-aRS6LeFO00ScvsxyyXp8nYUe+CsJ+6WMPuSNay90TUHGOmWnacaC43F5XAveUnskSIL+Svp+Nw2od7ANd8puFQ==}
1546
+ peerDependencies:
1547
+ react: '*'
1548
+ react-dom: '*'
1549
+
1550
+ rc-tree@5.12.4:
1551
+ resolution: {integrity: sha512-Up5NVYMprq9ijtcp01nf9Dkk6RJaRdt/fBCe9U2Cx+IBoVfR+gaUKPijDlMQX7XVgyfD89ivTz8jHM3XggdvyA==}
1552
+ engines: {node: '>=10.x'}
1553
+ peerDependencies:
1554
+ react: '*'
1555
+ react-dom: '*'
1556
+
1557
+ rc-upload@4.8.1:
1558
+ resolution: {integrity: sha512-toEAhwl4hjLAI1u8/CgKWt30BR06ulPa4iGQSMvSXoHzO88gPCslxqV/mnn4gJU7PDoltGIC9Eh+wkeudqgHyw==}
1559
+ peerDependencies:
1560
+ react: '>=16.9.0'
1561
+ react-dom: '>=16.9.0'
1562
+
1563
+ rc-util@5.44.3:
1564
+ resolution: {integrity: sha512-q6KCcOFk3rv/zD3MckhJteZxb0VjAIFuf622B7ElK4vfrZdAzs16XR5p3VTdy3+U5jfJU5ACz4QnhLSuAGe5dA==}
1565
+ peerDependencies:
1566
+ react: '>=16.9.0'
1567
+ react-dom: '>=16.9.0'
1568
+
1569
+ rc-virtual-list@3.17.0:
1570
+ resolution: {integrity: sha512-h0jPHWt8/Ots9eiGVSGQTxwrSuQ3kxqL/ERKubv8zzIMICGQaDDWm/JoUa31MdQUC7PKDMiy5KDLkNfHcWo+iQ==}
1571
+ engines: {node: '>=8.x'}
1572
+ peerDependencies:
1573
+ react: '>=16.9.0'
1574
+ react-dom: '>=16.9.0'
1575
+
1576
+ react-dom@19.0.0:
1577
+ resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==}
1578
+ peerDependencies:
1579
+ react: ^19.0.0
1580
+
1581
+ react-fast-compare@3.2.2:
1582
+ resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
1583
+
1584
+ react-is@18.3.1:
1585
+ resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
1586
+
1587
+ react-refresh@0.16.0:
1588
+ resolution: {integrity: sha512-FPvF2XxTSikpJxcr+bHut2H4gJ17+18Uy20D5/F+SKzFap62R3cM5wH6b8WN3LyGSYeQilLEcJcR1fjBSI2S1A==}
1589
+ engines: {node: '>=0.10.0'}
1590
+
1591
+ react-router@7.1.1:
1592
+ resolution: {integrity: sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==}
1593
+ engines: {node: '>=20.0.0'}
1594
+ peerDependencies:
1595
+ react: '>=18'
1596
+ react-dom: '>=18'
1597
+ peerDependenciesMeta:
1598
+ react-dom:
1599
+ optional: true
1600
+
1601
+ react@19.0.0:
1602
+ resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==}
1603
+ engines: {node: '>=0.10.0'}
1604
+
1605
+ readdirp@3.6.0:
1606
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
1607
+ engines: {node: '>=8.10.0'}
1608
+
1609
+ regenerator-runtime@0.14.1:
1610
+ resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
1611
+
1612
+ resize-observer-polyfill@1.5.1:
1613
+ resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
1614
+
1615
+ resolve-pkg-maps@1.0.0:
1616
+ resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
1617
+
1618
+ reusify@1.0.4:
1619
+ resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
1620
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1621
+
1622
+ rollup@4.30.1:
1623
+ resolution: {integrity: sha512-mlJ4glW020fPuLi7DkM/lN97mYEZGWeqBnrljzN0gs7GLctqX3lNWxKQ7Gl712UAX+6fog/L3jh4gb7R6aVi3w==}
1624
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1625
+ hasBin: true
1626
+
1627
+ run-parallel@1.2.0:
1628
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1629
+
1630
+ scheduler@0.25.0:
1631
+ resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==}
1632
+
1633
+ screenfull@5.2.0:
1634
+ resolution: {integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==}
1635
+ engines: {node: '>=0.10.0'}
1636
+
1637
+ scroll-into-view-if-needed@3.1.0:
1638
+ resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==}
1639
+
1640
+ scule@1.3.0:
1641
+ resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
1642
+
1643
+ semver@7.6.3:
1644
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
1645
+ engines: {node: '>=10'}
1646
+ hasBin: true
1647
+
1648
+ set-cookie-parser@2.7.1:
1649
+ resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==}
1650
+
1651
+ sirv@3.0.0:
1652
+ resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==}
1653
+ engines: {node: '>=18'}
1654
+
1655
+ source-map-js@1.2.1:
1656
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1657
+ engines: {node: '>=0.10.0'}
1658
+
1659
+ stackframe@1.3.4:
1660
+ resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==}
1661
+
1662
+ string-convert@0.2.1:
1663
+ resolution: {integrity: sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==}
1664
+
1665
+ strip-literal@2.1.1:
1666
+ resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==}
1667
+
1668
+ stylis@4.3.4:
1669
+ resolution: {integrity: sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==}
1670
+
1671
+ throttle-debounce@5.0.2:
1672
+ resolution: {integrity: sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==}
1673
+ engines: {node: '>=12.22'}
1674
+
1675
+ tinyexec@0.3.2:
1676
+ resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
1677
+
1678
+ tinyglobby@0.2.10:
1679
+ resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==}
1680
+ engines: {node: '>=12.0.0'}
1681
+
1682
+ to-regex-range@5.0.1:
1683
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1684
+ engines: {node: '>=8.0'}
1685
+
1686
+ toggle-selection@1.0.6:
1687
+ resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==}
1688
+
1689
+ totalist@3.0.1:
1690
+ resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
1691
+ engines: {node: '>=6'}
1692
+
1693
+ tslib@2.8.1:
1694
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1695
+
1696
+ tsx@4.19.2:
1697
+ resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==}
1698
+ engines: {node: '>=18.0.0'}
1699
+ hasBin: true
1700
+
1701
+ turbo-stream@2.4.0:
1702
+ resolution: {integrity: sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==}
1703
+
1704
+ typescript@5.7.3:
1705
+ resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
1706
+ engines: {node: '>=14.17'}
1707
+ hasBin: true
1708
+
1709
+ ufo@1.5.4:
1710
+ resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==}
1711
+
1712
+ unconfig@0.6.0:
1713
+ resolution: {integrity: sha512-4C67J0nIF2QwSXty2kW3zZx1pMZ3iXabylvJWWgHybWVUcMf9pxwsngoQt0gC+AVstRywFqrRBp3qOXJayhpOw==}
1714
+
1715
+ unimport@3.14.5:
1716
+ resolution: {integrity: sha512-tn890SwFFZxqaJSKQPPd+yygfKSATbM8BZWW1aCR2TJBTs1SDrmLamBueaFtYsGjHtQaRgqEbQflOjN2iW12gA==}
1717
+
1718
+ unocss@0.65.4:
1719
+ resolution: {integrity: sha512-KUCW5OzI20Ik6j1zXkkrpWhxZ59TwSKl6+DvmYHEzMfaEcrHlBZaFSApAoSt2CYSvo6SluGiKyr+Im1UTkd4KA==}
1720
+ engines: {node: '>=14'}
1721
+ peerDependencies:
1722
+ '@unocss/webpack': 0.65.4
1723
+ vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
1724
+ peerDependenciesMeta:
1725
+ '@unocss/webpack':
1726
+ optional: true
1727
+ vite:
1728
+ optional: true
1729
+
1730
+ unplugin-auto-import@19.0.0:
1731
+ resolution: {integrity: sha512-TREXtXqCM6YLy3rE2tjvKZEaCiPlP2e5bmnRKaS8AM2MlNgjV7UP4RPieWIfs4Isv0GoeHmov956PIIvJYdqpQ==}
1732
+ engines: {node: '>=14'}
1733
+ peerDependencies:
1734
+ '@nuxt/kit': ^3.2.2
1735
+ '@vueuse/core': '*'
1736
+ peerDependenciesMeta:
1737
+ '@nuxt/kit':
1738
+ optional: true
1739
+ '@vueuse/core':
1740
+ optional: true
1741
+
1742
+ unplugin@1.16.1:
1743
+ resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==}
1744
+ engines: {node: '>=14.0.0'}
1745
+
1746
+ unplugin@2.1.2:
1747
+ resolution: {integrity: sha512-Q3LU0e4zxKfRko1wMV2HmP8lB9KWislY7hxXpxd+lGx0PRInE4vhMBVEZwpdVYHvtqzhSrzuIfErsob6bQfCzw==}
1748
+ engines: {node: '>=18.12.0'}
1749
+
1750
+ vite@6.0.7:
1751
+ resolution: {integrity: sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==}
1752
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
1753
+ hasBin: true
1754
+ peerDependencies:
1755
+ '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
1756
+ jiti: '>=1.21.0'
1757
+ less: '*'
1758
+ lightningcss: ^1.21.0
1759
+ sass: '*'
1760
+ sass-embedded: '*'
1761
+ stylus: '*'
1762
+ sugarss: '*'
1763
+ terser: ^5.16.0
1764
+ tsx: ^4.8.1
1765
+ yaml: ^2.4.2
1766
+ peerDependenciesMeta:
1767
+ '@types/node':
1768
+ optional: true
1769
+ jiti:
1770
+ optional: true
1771
+ less:
1772
+ optional: true
1773
+ lightningcss:
1774
+ optional: true
1775
+ sass:
1776
+ optional: true
1777
+ sass-embedded:
1778
+ optional: true
1779
+ stylus:
1780
+ optional: true
1781
+ sugarss:
1782
+ optional: true
1783
+ terser:
1784
+ optional: true
1785
+ tsx:
1786
+ optional: true
1787
+ yaml:
1788
+ optional: true
1789
+
1790
+ vue-flow-layout@0.1.1:
1791
+ resolution: {integrity: sha512-JdgRRUVrN0Y2GosA0M68DEbKlXMqJ7FQgsK8CjQD2vxvNSqAU6PZEpi4cfcTVtfM2GVOMjHo7GKKLbXxOBqDqA==}
1792
+ peerDependencies:
1793
+ vue: ^3.4.37
1794
+
1795
+ vue@3.5.13:
1796
+ resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==}
1797
+ peerDependencies:
1798
+ typescript: '*'
1799
+ peerDependenciesMeta:
1800
+ typescript:
1801
+ optional: true
1802
+
1803
+ webpack-virtual-modules@0.6.2:
1804
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
1805
+
1806
+ zustand@5.0.3:
1807
+ resolution: {integrity: sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg==}
1808
+ engines: {node: '>=12.20.0'}
1809
+ peerDependencies:
1810
+ '@types/react': '>=18.0.0'
1811
+ immer: '>=9.0.6'
1812
+ react: '>=18.0.0'
1813
+ use-sync-external-store: '>=1.2.0'
1814
+ peerDependenciesMeta:
1815
+ '@types/react':
1816
+ optional: true
1817
+ immer:
1818
+ optional: true
1819
+ react:
1820
+ optional: true
1821
+ use-sync-external-store:
1822
+ optional: true
1823
+
1824
+ snapshots:
1825
+
1826
+ '@ampproject/remapping@2.3.0':
1827
+ dependencies:
1828
+ '@jridgewell/gen-mapping': 0.3.8
1829
+ '@jridgewell/trace-mapping': 0.3.25
1830
+
1831
+ '@ant-design/colors@7.2.0':
1832
+ dependencies:
1833
+ '@ant-design/fast-color': 2.0.6
1834
+
1835
+ '@ant-design/cssinjs-utils@1.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
1836
+ dependencies:
1837
+ '@ant-design/cssinjs': 1.22.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
1838
+ '@babel/runtime': 7.26.0
1839
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
1840
+ react: 19.0.0
1841
+ react-dom: 19.0.0(react@19.0.0)
1842
+
1843
+ '@ant-design/cssinjs@1.22.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
1844
+ dependencies:
1845
+ '@babel/runtime': 7.26.0
1846
+ '@emotion/hash': 0.8.0
1847
+ '@emotion/unitless': 0.7.5
1848
+ classnames: 2.5.1
1849
+ csstype: 3.1.3
1850
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
1851
+ react: 19.0.0
1852
+ react-dom: 19.0.0(react@19.0.0)
1853
+ stylis: 4.3.4
1854
+
1855
+ '@ant-design/fast-color@2.0.6':
1856
+ dependencies:
1857
+ '@babel/runtime': 7.26.0
1858
+
1859
+ '@ant-design/icons-svg@4.4.2': {}
1860
+
1861
+ '@ant-design/icons@5.5.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
1862
+ dependencies:
1863
+ '@ant-design/colors': 7.2.0
1864
+ '@ant-design/icons-svg': 4.4.2
1865
+ '@babel/runtime': 7.26.0
1866
+ classnames: 2.5.1
1867
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
1868
+ react: 19.0.0
1869
+ react-dom: 19.0.0(react@19.0.0)
1870
+
1871
+ '@ant-design/react-slick@1.1.2(react@19.0.0)':
1872
+ dependencies:
1873
+ '@babel/runtime': 7.26.0
1874
+ classnames: 2.5.1
1875
+ json2mq: 0.2.0
1876
+ react: 19.0.0
1877
+ resize-observer-polyfill: 1.5.1
1878
+ throttle-debounce: 5.0.2
1879
+
1880
+ '@antfu/install-pkg@0.4.1':
1881
+ dependencies:
1882
+ package-manager-detector: 0.2.8
1883
+ tinyexec: 0.3.2
1884
+
1885
+ '@antfu/utils@0.7.10': {}
1886
+
1887
+ '@babel/code-frame@7.26.2':
1888
+ dependencies:
1889
+ '@babel/helper-validator-identifier': 7.25.9
1890
+ js-tokens: 4.0.0
1891
+ picocolors: 1.1.1
1892
+
1893
+ '@babel/generator@7.26.3':
1894
+ dependencies:
1895
+ '@babel/parser': 7.26.3
1896
+ '@babel/types': 7.26.3
1897
+ '@jridgewell/gen-mapping': 0.3.8
1898
+ '@jridgewell/trace-mapping': 0.3.25
1899
+ jsesc: 3.1.0
1900
+
1901
+ '@babel/helper-string-parser@7.25.9': {}
1902
+
1903
+ '@babel/helper-validator-identifier@7.25.9': {}
1904
+
1905
+ '@babel/parser@7.26.3':
1906
+ dependencies:
1907
+ '@babel/types': 7.26.3
1908
+
1909
+ '@babel/runtime@7.26.0':
1910
+ dependencies:
1911
+ regenerator-runtime: 0.14.1
1912
+
1913
+ '@babel/template@7.25.9':
1914
+ dependencies:
1915
+ '@babel/code-frame': 7.26.2
1916
+ '@babel/parser': 7.26.3
1917
+ '@babel/types': 7.26.3
1918
+
1919
+ '@babel/traverse@7.26.4':
1920
+ dependencies:
1921
+ '@babel/code-frame': 7.26.2
1922
+ '@babel/generator': 7.26.3
1923
+ '@babel/parser': 7.26.3
1924
+ '@babel/template': 7.25.9
1925
+ '@babel/types': 7.26.3
1926
+ debug: 4.4.0
1927
+ globals: 11.12.0
1928
+ transitivePeerDependencies:
1929
+ - supports-color
1930
+
1931
+ '@babel/types@7.26.3':
1932
+ dependencies:
1933
+ '@babel/helper-string-parser': 7.25.9
1934
+ '@babel/helper-validator-identifier': 7.25.9
1935
+
1936
+ '@biomejs/biome@1.9.4':
1937
+ optionalDependencies:
1938
+ '@biomejs/cli-darwin-arm64': 1.9.4
1939
+ '@biomejs/cli-darwin-x64': 1.9.4
1940
+ '@biomejs/cli-linux-arm64': 1.9.4
1941
+ '@biomejs/cli-linux-arm64-musl': 1.9.4
1942
+ '@biomejs/cli-linux-x64': 1.9.4
1943
+ '@biomejs/cli-linux-x64-musl': 1.9.4
1944
+ '@biomejs/cli-win32-arm64': 1.9.4
1945
+ '@biomejs/cli-win32-x64': 1.9.4
1946
+
1947
+ '@biomejs/cli-darwin-arm64@1.9.4':
1948
+ optional: true
1949
+
1950
+ '@biomejs/cli-darwin-x64@1.9.4':
1951
+ optional: true
1952
+
1953
+ '@biomejs/cli-linux-arm64-musl@1.9.4':
1954
+ optional: true
1955
+
1956
+ '@biomejs/cli-linux-arm64@1.9.4':
1957
+ optional: true
1958
+
1959
+ '@biomejs/cli-linux-x64-musl@1.9.4':
1960
+ optional: true
1961
+
1962
+ '@biomejs/cli-linux-x64@1.9.4':
1963
+ optional: true
1964
+
1965
+ '@biomejs/cli-win32-arm64@1.9.4':
1966
+ optional: true
1967
+
1968
+ '@biomejs/cli-win32-x64@1.9.4':
1969
+ optional: true
1970
+
1971
+ '@emotion/hash@0.8.0': {}
1972
+
1973
+ '@emotion/unitless@0.7.5': {}
1974
+
1975
+ '@esbuild/aix-ppc64@0.23.1':
1976
+ optional: true
1977
+
1978
+ '@esbuild/aix-ppc64@0.24.2':
1979
+ optional: true
1980
+
1981
+ '@esbuild/android-arm64@0.23.1':
1982
+ optional: true
1983
+
1984
+ '@esbuild/android-arm64@0.24.2':
1985
+ optional: true
1986
+
1987
+ '@esbuild/android-arm@0.23.1':
1988
+ optional: true
1989
+
1990
+ '@esbuild/android-arm@0.24.2':
1991
+ optional: true
1992
+
1993
+ '@esbuild/android-x64@0.23.1':
1994
+ optional: true
1995
+
1996
+ '@esbuild/android-x64@0.24.2':
1997
+ optional: true
1998
+
1999
+ '@esbuild/darwin-arm64@0.23.1':
2000
+ optional: true
2001
+
2002
+ '@esbuild/darwin-arm64@0.24.2':
2003
+ optional: true
2004
+
2005
+ '@esbuild/darwin-x64@0.23.1':
2006
+ optional: true
2007
+
2008
+ '@esbuild/darwin-x64@0.24.2':
2009
+ optional: true
2010
+
2011
+ '@esbuild/freebsd-arm64@0.23.1':
2012
+ optional: true
2013
+
2014
+ '@esbuild/freebsd-arm64@0.24.2':
2015
+ optional: true
2016
+
2017
+ '@esbuild/freebsd-x64@0.23.1':
2018
+ optional: true
2019
+
2020
+ '@esbuild/freebsd-x64@0.24.2':
2021
+ optional: true
2022
+
2023
+ '@esbuild/linux-arm64@0.23.1':
2024
+ optional: true
2025
+
2026
+ '@esbuild/linux-arm64@0.24.2':
2027
+ optional: true
2028
+
2029
+ '@esbuild/linux-arm@0.23.1':
2030
+ optional: true
2031
+
2032
+ '@esbuild/linux-arm@0.24.2':
2033
+ optional: true
2034
+
2035
+ '@esbuild/linux-ia32@0.23.1':
2036
+ optional: true
2037
+
2038
+ '@esbuild/linux-ia32@0.24.2':
2039
+ optional: true
2040
+
2041
+ '@esbuild/linux-loong64@0.23.1':
2042
+ optional: true
2043
+
2044
+ '@esbuild/linux-loong64@0.24.2':
2045
+ optional: true
2046
+
2047
+ '@esbuild/linux-mips64el@0.23.1':
2048
+ optional: true
2049
+
2050
+ '@esbuild/linux-mips64el@0.24.2':
2051
+ optional: true
2052
+
2053
+ '@esbuild/linux-ppc64@0.23.1':
2054
+ optional: true
2055
+
2056
+ '@esbuild/linux-ppc64@0.24.2':
2057
+ optional: true
2058
+
2059
+ '@esbuild/linux-riscv64@0.23.1':
2060
+ optional: true
2061
+
2062
+ '@esbuild/linux-riscv64@0.24.2':
2063
+ optional: true
2064
+
2065
+ '@esbuild/linux-s390x@0.23.1':
2066
+ optional: true
2067
+
2068
+ '@esbuild/linux-s390x@0.24.2':
2069
+ optional: true
2070
+
2071
+ '@esbuild/linux-x64@0.23.1':
2072
+ optional: true
2073
+
2074
+ '@esbuild/linux-x64@0.24.2':
2075
+ optional: true
2076
+
2077
+ '@esbuild/netbsd-arm64@0.24.2':
2078
+ optional: true
2079
+
2080
+ '@esbuild/netbsd-x64@0.23.1':
2081
+ optional: true
2082
+
2083
+ '@esbuild/netbsd-x64@0.24.2':
2084
+ optional: true
2085
+
2086
+ '@esbuild/openbsd-arm64@0.23.1':
2087
+ optional: true
2088
+
2089
+ '@esbuild/openbsd-arm64@0.24.2':
2090
+ optional: true
2091
+
2092
+ '@esbuild/openbsd-x64@0.23.1':
2093
+ optional: true
2094
+
2095
+ '@esbuild/openbsd-x64@0.24.2':
2096
+ optional: true
2097
+
2098
+ '@esbuild/sunos-x64@0.23.1':
2099
+ optional: true
2100
+
2101
+ '@esbuild/sunos-x64@0.24.2':
2102
+ optional: true
2103
+
2104
+ '@esbuild/win32-arm64@0.23.1':
2105
+ optional: true
2106
+
2107
+ '@esbuild/win32-arm64@0.24.2':
2108
+ optional: true
2109
+
2110
+ '@esbuild/win32-ia32@0.23.1':
2111
+ optional: true
2112
+
2113
+ '@esbuild/win32-ia32@0.24.2':
2114
+ optional: true
2115
+
2116
+ '@esbuild/win32-x64@0.23.1':
2117
+ optional: true
2118
+
2119
+ '@esbuild/win32-x64@0.24.2':
2120
+ optional: true
2121
+
2122
+ '@ianvs/prettier-plugin-sort-imports@4.4.0(@vue/compiler-sfc@3.5.13)(prettier@3.4.2)':
2123
+ dependencies:
2124
+ '@babel/generator': 7.26.3
2125
+ '@babel/parser': 7.26.3
2126
+ '@babel/traverse': 7.26.4
2127
+ '@babel/types': 7.26.3
2128
+ prettier: 3.4.2
2129
+ semver: 7.6.3
2130
+ optionalDependencies:
2131
+ '@vue/compiler-sfc': 3.5.13
2132
+ transitivePeerDependencies:
2133
+ - supports-color
2134
+
2135
+ '@iconify/types@2.0.0': {}
2136
+
2137
+ '@iconify/utils@2.2.1':
2138
+ dependencies:
2139
+ '@antfu/install-pkg': 0.4.1
2140
+ '@antfu/utils': 0.7.10
2141
+ '@iconify/types': 2.0.0
2142
+ debug: 4.4.0
2143
+ globals: 15.14.0
2144
+ kolorist: 1.8.0
2145
+ local-pkg: 0.5.1
2146
+ mlly: 1.7.3
2147
+ transitivePeerDependencies:
2148
+ - supports-color
2149
+
2150
+ '@jridgewell/gen-mapping@0.3.8':
2151
+ dependencies:
2152
+ '@jridgewell/set-array': 1.2.1
2153
+ '@jridgewell/sourcemap-codec': 1.5.0
2154
+ '@jridgewell/trace-mapping': 0.3.25
2155
+
2156
+ '@jridgewell/resolve-uri@3.1.2': {}
2157
+
2158
+ '@jridgewell/set-array@1.2.1': {}
2159
+
2160
+ '@jridgewell/sourcemap-codec@1.5.0': {}
2161
+
2162
+ '@jridgewell/trace-mapping@0.3.25':
2163
+ dependencies:
2164
+ '@jridgewell/resolve-uri': 3.1.2
2165
+ '@jridgewell/sourcemap-codec': 1.5.0
2166
+
2167
+ '@module-federation/runtime-tools@0.5.1':
2168
+ dependencies:
2169
+ '@module-federation/runtime': 0.5.1
2170
+ '@module-federation/webpack-bundler-runtime': 0.5.1
2171
+
2172
+ '@module-federation/runtime@0.5.1':
2173
+ dependencies:
2174
+ '@module-federation/sdk': 0.5.1
2175
+
2176
+ '@module-federation/sdk@0.5.1': {}
2177
+
2178
+ '@module-federation/webpack-bundler-runtime@0.5.1':
2179
+ dependencies:
2180
+ '@module-federation/runtime': 0.5.1
2181
+ '@module-federation/sdk': 0.5.1
2182
+
2183
+ '@nodelib/fs.scandir@2.1.5':
2184
+ dependencies:
2185
+ '@nodelib/fs.stat': 2.0.5
2186
+ run-parallel: 1.2.0
2187
+
2188
+ '@nodelib/fs.stat@2.0.5': {}
2189
+
2190
+ '@nodelib/fs.walk@1.2.8':
2191
+ dependencies:
2192
+ '@nodelib/fs.scandir': 2.1.5
2193
+ fastq: 1.18.0
2194
+
2195
+ '@polka/url@1.0.0-next.28': {}
2196
+
2197
+ '@rc-component/async-validator@5.0.4':
2198
+ dependencies:
2199
+ '@babel/runtime': 7.26.0
2200
+
2201
+ '@rc-component/color-picker@2.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
2202
+ dependencies:
2203
+ '@ant-design/fast-color': 2.0.6
2204
+ '@babel/runtime': 7.26.0
2205
+ classnames: 2.5.1
2206
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2207
+ react: 19.0.0
2208
+ react-dom: 19.0.0(react@19.0.0)
2209
+
2210
+ '@rc-component/context@1.4.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
2211
+ dependencies:
2212
+ '@babel/runtime': 7.26.0
2213
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2214
+ react: 19.0.0
2215
+ react-dom: 19.0.0(react@19.0.0)
2216
+
2217
+ '@rc-component/mini-decimal@1.1.0':
2218
+ dependencies:
2219
+ '@babel/runtime': 7.26.0
2220
+
2221
+ '@rc-component/mutate-observer@1.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
2222
+ dependencies:
2223
+ '@babel/runtime': 7.26.0
2224
+ classnames: 2.5.1
2225
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2226
+ react: 19.0.0
2227
+ react-dom: 19.0.0(react@19.0.0)
2228
+
2229
+ '@rc-component/portal@1.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
2230
+ dependencies:
2231
+ '@babel/runtime': 7.26.0
2232
+ classnames: 2.5.1
2233
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2234
+ react: 19.0.0
2235
+ react-dom: 19.0.0(react@19.0.0)
2236
+
2237
+ '@rc-component/qrcode@1.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
2238
+ dependencies:
2239
+ '@babel/runtime': 7.26.0
2240
+ classnames: 2.5.1
2241
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2242
+ react: 19.0.0
2243
+ react-dom: 19.0.0(react@19.0.0)
2244
+
2245
+ '@rc-component/tour@1.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
2246
+ dependencies:
2247
+ '@babel/runtime': 7.26.0
2248
+ '@rc-component/portal': 1.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2249
+ '@rc-component/trigger': 2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2250
+ classnames: 2.5.1
2251
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2252
+ react: 19.0.0
2253
+ react-dom: 19.0.0(react@19.0.0)
2254
+
2255
+ '@rc-component/trigger@2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
2256
+ dependencies:
2257
+ '@babel/runtime': 7.26.0
2258
+ '@rc-component/portal': 1.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2259
+ classnames: 2.5.1
2260
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2261
+ rc-resize-observer: 1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2262
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2263
+ react: 19.0.0
2264
+ react-dom: 19.0.0(react@19.0.0)
2265
+
2266
+ '@rollup/pluginutils@5.1.4(rollup@4.30.1)':
2267
+ dependencies:
2268
+ '@types/estree': 1.0.6
2269
+ estree-walker: 2.0.2
2270
+ picomatch: 4.0.2
2271
+ optionalDependencies:
2272
+ rollup: 4.30.1
2273
+
2274
+ '@rollup/rollup-android-arm-eabi@4.30.1':
2275
+ optional: true
2276
+
2277
+ '@rollup/rollup-android-arm64@4.30.1':
2278
+ optional: true
2279
+
2280
+ '@rollup/rollup-darwin-arm64@4.30.1':
2281
+ optional: true
2282
+
2283
+ '@rollup/rollup-darwin-x64@4.30.1':
2284
+ optional: true
2285
+
2286
+ '@rollup/rollup-freebsd-arm64@4.30.1':
2287
+ optional: true
2288
+
2289
+ '@rollup/rollup-freebsd-x64@4.30.1':
2290
+ optional: true
2291
+
2292
+ '@rollup/rollup-linux-arm-gnueabihf@4.30.1':
2293
+ optional: true
2294
+
2295
+ '@rollup/rollup-linux-arm-musleabihf@4.30.1':
2296
+ optional: true
2297
+
2298
+ '@rollup/rollup-linux-arm64-gnu@4.30.1':
2299
+ optional: true
2300
+
2301
+ '@rollup/rollup-linux-arm64-musl@4.30.1':
2302
+ optional: true
2303
+
2304
+ '@rollup/rollup-linux-loongarch64-gnu@4.30.1':
2305
+ optional: true
2306
+
2307
+ '@rollup/rollup-linux-powerpc64le-gnu@4.30.1':
2308
+ optional: true
2309
+
2310
+ '@rollup/rollup-linux-riscv64-gnu@4.30.1':
2311
+ optional: true
2312
+
2313
+ '@rollup/rollup-linux-s390x-gnu@4.30.1':
2314
+ optional: true
2315
+
2316
+ '@rollup/rollup-linux-x64-gnu@4.30.1':
2317
+ optional: true
2318
+
2319
+ '@rollup/rollup-linux-x64-musl@4.30.1':
2320
+ optional: true
2321
+
2322
+ '@rollup/rollup-win32-arm64-msvc@4.30.1':
2323
+ optional: true
2324
+
2325
+ '@rollup/rollup-win32-ia32-msvc@4.30.1':
2326
+ optional: true
2327
+
2328
+ '@rollup/rollup-win32-x64-msvc@4.30.1':
2329
+ optional: true
2330
+
2331
+ '@rsbuild/core@1.1.13':
2332
+ dependencies:
2333
+ '@rspack/core': 1.1.8(@swc/helpers@0.5.15)
2334
+ '@rspack/lite-tapable': 1.0.1
2335
+ '@swc/helpers': 0.5.15
2336
+ core-js: 3.39.0
2337
+
2338
+ '@rsbuild/plugin-react@1.1.0(@rsbuild/core@1.1.13)':
2339
+ dependencies:
2340
+ '@rsbuild/core': 1.1.13
2341
+ '@rspack/plugin-react-refresh': 1.0.1(react-refresh@0.16.0)
2342
+ react-refresh: 0.16.0
2343
+
2344
+ '@rspack/binding-darwin-arm64@1.1.8':
2345
+ optional: true
2346
+
2347
+ '@rspack/binding-darwin-x64@1.1.8':
2348
+ optional: true
2349
+
2350
+ '@rspack/binding-linux-arm64-gnu@1.1.8':
2351
+ optional: true
2352
+
2353
+ '@rspack/binding-linux-arm64-musl@1.1.8':
2354
+ optional: true
2355
+
2356
+ '@rspack/binding-linux-x64-gnu@1.1.8':
2357
+ optional: true
2358
+
2359
+ '@rspack/binding-linux-x64-musl@1.1.8':
2360
+ optional: true
2361
+
2362
+ '@rspack/binding-win32-arm64-msvc@1.1.8':
2363
+ optional: true
2364
+
2365
+ '@rspack/binding-win32-ia32-msvc@1.1.8':
2366
+ optional: true
2367
+
2368
+ '@rspack/binding-win32-x64-msvc@1.1.8':
2369
+ optional: true
2370
+
2371
+ '@rspack/binding@1.1.8':
2372
+ optionalDependencies:
2373
+ '@rspack/binding-darwin-arm64': 1.1.8
2374
+ '@rspack/binding-darwin-x64': 1.1.8
2375
+ '@rspack/binding-linux-arm64-gnu': 1.1.8
2376
+ '@rspack/binding-linux-arm64-musl': 1.1.8
2377
+ '@rspack/binding-linux-x64-gnu': 1.1.8
2378
+ '@rspack/binding-linux-x64-musl': 1.1.8
2379
+ '@rspack/binding-win32-arm64-msvc': 1.1.8
2380
+ '@rspack/binding-win32-ia32-msvc': 1.1.8
2381
+ '@rspack/binding-win32-x64-msvc': 1.1.8
2382
+
2383
+ '@rspack/core@1.1.8(@swc/helpers@0.5.15)':
2384
+ dependencies:
2385
+ '@module-federation/runtime-tools': 0.5.1
2386
+ '@rspack/binding': 1.1.8
2387
+ '@rspack/lite-tapable': 1.0.1
2388
+ caniuse-lite: 1.0.30001690
2389
+ optionalDependencies:
2390
+ '@swc/helpers': 0.5.15
2391
+
2392
+ '@rspack/lite-tapable@1.0.1': {}
2393
+
2394
+ '@rspack/plugin-react-refresh@1.0.1(react-refresh@0.16.0)':
2395
+ dependencies:
2396
+ error-stack-parser: 2.1.4
2397
+ html-entities: 2.5.2
2398
+ optionalDependencies:
2399
+ react-refresh: 0.16.0
2400
+
2401
+ '@swc/helpers@0.5.15':
2402
+ dependencies:
2403
+ tslib: 2.8.1
2404
+
2405
+ '@types/cookie@0.6.0': {}
2406
+
2407
+ '@types/estree@1.0.6': {}
2408
+
2409
+ '@types/react-dom@19.0.2(@types/react@19.0.4)':
2410
+ dependencies:
2411
+ '@types/react': 19.0.4
2412
+
2413
+ '@types/react@19.0.4':
2414
+ dependencies:
2415
+ csstype: 3.1.3
2416
+
2417
+ '@unocss/astro@0.65.4(rollup@4.30.1)(vite@6.0.7(jiti@2.4.2)(tsx@4.19.2))(vue@3.5.13(typescript@5.7.3))':
2418
+ dependencies:
2419
+ '@unocss/core': 0.65.4
2420
+ '@unocss/reset': 0.65.4
2421
+ '@unocss/vite': 0.65.4(rollup@4.30.1)(vite@6.0.7(jiti@2.4.2)(tsx@4.19.2))(vue@3.5.13(typescript@5.7.3))
2422
+ optionalDependencies:
2423
+ vite: 6.0.7(jiti@2.4.2)(tsx@4.19.2)
2424
+ transitivePeerDependencies:
2425
+ - rollup
2426
+ - supports-color
2427
+ - vue
2428
+
2429
+ '@unocss/cli@0.65.4(rollup@4.30.1)':
2430
+ dependencies:
2431
+ '@ampproject/remapping': 2.3.0
2432
+ '@rollup/pluginutils': 5.1.4(rollup@4.30.1)
2433
+ '@unocss/config': 0.65.4
2434
+ '@unocss/core': 0.65.4
2435
+ '@unocss/preset-uno': 0.65.4
2436
+ cac: 6.7.14
2437
+ chokidar: 3.6.0
2438
+ colorette: 2.0.20
2439
+ consola: 3.3.3
2440
+ magic-string: 0.30.17
2441
+ pathe: 1.1.2
2442
+ perfect-debounce: 1.0.0
2443
+ tinyglobby: 0.2.10
2444
+ transitivePeerDependencies:
2445
+ - rollup
2446
+ - supports-color
2447
+
2448
+ '@unocss/config@0.65.4':
2449
+ dependencies:
2450
+ '@unocss/core': 0.65.4
2451
+ unconfig: 0.6.0
2452
+ transitivePeerDependencies:
2453
+ - supports-color
2454
+
2455
+ '@unocss/core@0.65.4': {}
2456
+
2457
+ '@unocss/extractor-arbitrary-variants@0.65.4':
2458
+ dependencies:
2459
+ '@unocss/core': 0.65.4
2460
+
2461
+ '@unocss/inspector@0.65.4(vue@3.5.13(typescript@5.7.3))':
2462
+ dependencies:
2463
+ '@unocss/core': 0.65.4
2464
+ '@unocss/rule-utils': 0.65.4
2465
+ colorette: 2.0.20
2466
+ gzip-size: 6.0.0
2467
+ sirv: 3.0.0
2468
+ vue-flow-layout: 0.1.1(vue@3.5.13(typescript@5.7.3))
2469
+ transitivePeerDependencies:
2470
+ - vue
2471
+
2472
+ '@unocss/postcss@0.65.4(postcss@8.4.49)':
2473
+ dependencies:
2474
+ '@unocss/config': 0.65.4
2475
+ '@unocss/core': 0.65.4
2476
+ '@unocss/rule-utils': 0.65.4
2477
+ css-tree: 3.1.0
2478
+ postcss: 8.4.49
2479
+ tinyglobby: 0.2.10
2480
+ transitivePeerDependencies:
2481
+ - supports-color
2482
+
2483
+ '@unocss/preset-attributify@0.65.4':
2484
+ dependencies:
2485
+ '@unocss/core': 0.65.4
2486
+
2487
+ '@unocss/preset-icons@0.65.4':
2488
+ dependencies:
2489
+ '@iconify/utils': 2.2.1
2490
+ '@unocss/core': 0.65.4
2491
+ ofetch: 1.4.1
2492
+ transitivePeerDependencies:
2493
+ - supports-color
2494
+
2495
+ '@unocss/preset-mini@0.65.4':
2496
+ dependencies:
2497
+ '@unocss/core': 0.65.4
2498
+ '@unocss/extractor-arbitrary-variants': 0.65.4
2499
+ '@unocss/rule-utils': 0.65.4
2500
+
2501
+ '@unocss/preset-tagify@0.65.4':
2502
+ dependencies:
2503
+ '@unocss/core': 0.65.4
2504
+
2505
+ '@unocss/preset-typography@0.65.4':
2506
+ dependencies:
2507
+ '@unocss/core': 0.65.4
2508
+ '@unocss/preset-mini': 0.65.4
2509
+
2510
+ '@unocss/preset-uno@0.65.4':
2511
+ dependencies:
2512
+ '@unocss/core': 0.65.4
2513
+ '@unocss/preset-mini': 0.65.4
2514
+ '@unocss/preset-wind': 0.65.4
2515
+ '@unocss/rule-utils': 0.65.4
2516
+
2517
+ '@unocss/preset-web-fonts@0.65.4':
2518
+ dependencies:
2519
+ '@unocss/core': 0.65.4
2520
+ ofetch: 1.4.1
2521
+
2522
+ '@unocss/preset-wind@0.65.4':
2523
+ dependencies:
2524
+ '@unocss/core': 0.65.4
2525
+ '@unocss/preset-mini': 0.65.4
2526
+ '@unocss/rule-utils': 0.65.4
2527
+
2528
+ '@unocss/reset@0.65.4': {}
2529
+
2530
+ '@unocss/rule-utils@0.65.4':
2531
+ dependencies:
2532
+ '@unocss/core': 0.65.4
2533
+ magic-string: 0.30.17
2534
+
2535
+ '@unocss/transformer-attributify-jsx@0.65.4':
2536
+ dependencies:
2537
+ '@unocss/core': 0.65.4
2538
+
2539
+ '@unocss/transformer-compile-class@0.65.4':
2540
+ dependencies:
2541
+ '@unocss/core': 0.65.4
2542
+
2543
+ '@unocss/transformer-directives@0.65.4':
2544
+ dependencies:
2545
+ '@unocss/core': 0.65.4
2546
+ '@unocss/rule-utils': 0.65.4
2547
+ css-tree: 3.1.0
2548
+
2549
+ '@unocss/transformer-variant-group@0.65.4':
2550
+ dependencies:
2551
+ '@unocss/core': 0.65.4
2552
+
2553
+ '@unocss/vite@0.65.4(rollup@4.30.1)(vite@6.0.7(jiti@2.4.2)(tsx@4.19.2))(vue@3.5.13(typescript@5.7.3))':
2554
+ dependencies:
2555
+ '@ampproject/remapping': 2.3.0
2556
+ '@rollup/pluginutils': 5.1.4(rollup@4.30.1)
2557
+ '@unocss/config': 0.65.4
2558
+ '@unocss/core': 0.65.4
2559
+ '@unocss/inspector': 0.65.4(vue@3.5.13(typescript@5.7.3))
2560
+ chokidar: 3.6.0
2561
+ magic-string: 0.30.17
2562
+ tinyglobby: 0.2.10
2563
+ vite: 6.0.7(jiti@2.4.2)(tsx@4.19.2)
2564
+ transitivePeerDependencies:
2565
+ - rollup
2566
+ - supports-color
2567
+ - vue
2568
+
2569
+ '@vue/compiler-core@3.5.13':
2570
+ dependencies:
2571
+ '@babel/parser': 7.26.3
2572
+ '@vue/shared': 3.5.13
2573
+ entities: 4.5.0
2574
+ estree-walker: 2.0.2
2575
+ source-map-js: 1.2.1
2576
+
2577
+ '@vue/compiler-dom@3.5.13':
2578
+ dependencies:
2579
+ '@vue/compiler-core': 3.5.13
2580
+ '@vue/shared': 3.5.13
2581
+
2582
+ '@vue/compiler-sfc@3.5.13':
2583
+ dependencies:
2584
+ '@babel/parser': 7.26.3
2585
+ '@vue/compiler-core': 3.5.13
2586
+ '@vue/compiler-dom': 3.5.13
2587
+ '@vue/compiler-ssr': 3.5.13
2588
+ '@vue/shared': 3.5.13
2589
+ estree-walker: 2.0.2
2590
+ magic-string: 0.30.17
2591
+ postcss: 8.4.49
2592
+ source-map-js: 1.2.1
2593
+
2594
+ '@vue/compiler-ssr@3.5.13':
2595
+ dependencies:
2596
+ '@vue/compiler-dom': 3.5.13
2597
+ '@vue/shared': 3.5.13
2598
+
2599
+ '@vue/reactivity@3.5.13':
2600
+ dependencies:
2601
+ '@vue/shared': 3.5.13
2602
+
2603
+ '@vue/runtime-core@3.5.13':
2604
+ dependencies:
2605
+ '@vue/reactivity': 3.5.13
2606
+ '@vue/shared': 3.5.13
2607
+
2608
+ '@vue/runtime-dom@3.5.13':
2609
+ dependencies:
2610
+ '@vue/reactivity': 3.5.13
2611
+ '@vue/runtime-core': 3.5.13
2612
+ '@vue/shared': 3.5.13
2613
+ csstype: 3.1.3
2614
+
2615
+ '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.7.3))':
2616
+ dependencies:
2617
+ '@vue/compiler-ssr': 3.5.13
2618
+ '@vue/shared': 3.5.13
2619
+ vue: 3.5.13(typescript@5.7.3)
2620
+
2621
+ '@vue/shared@3.5.13': {}
2622
+
2623
+ acorn@8.14.0: {}
2624
+
2625
+ ahooks@3.8.4(react@19.0.0):
2626
+ dependencies:
2627
+ '@babel/runtime': 7.26.0
2628
+ dayjs: 1.11.13
2629
+ intersection-observer: 0.12.2
2630
+ js-cookie: 3.0.5
2631
+ lodash: 4.17.21
2632
+ react: 19.0.0
2633
+ react-fast-compare: 3.2.2
2634
+ resize-observer-polyfill: 1.5.1
2635
+ screenfull: 5.2.0
2636
+ tslib: 2.8.1
2637
+
2638
+ antd@5.23.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
2639
+ dependencies:
2640
+ '@ant-design/colors': 7.2.0
2641
+ '@ant-design/cssinjs': 1.22.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2642
+ '@ant-design/cssinjs-utils': 1.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2643
+ '@ant-design/fast-color': 2.0.6
2644
+ '@ant-design/icons': 5.5.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2645
+ '@ant-design/react-slick': 1.1.2(react@19.0.0)
2646
+ '@babel/runtime': 7.26.0
2647
+ '@rc-component/color-picker': 2.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2648
+ '@rc-component/mutate-observer': 1.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2649
+ '@rc-component/qrcode': 1.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2650
+ '@rc-component/tour': 1.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2651
+ '@rc-component/trigger': 2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2652
+ classnames: 2.5.1
2653
+ copy-to-clipboard: 3.3.3
2654
+ dayjs: 1.11.13
2655
+ rc-cascader: 3.32.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2656
+ rc-checkbox: 3.5.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2657
+ rc-collapse: 3.9.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2658
+ rc-dialog: 9.6.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2659
+ rc-drawer: 7.2.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2660
+ rc-dropdown: 4.2.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2661
+ rc-field-form: 2.7.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2662
+ rc-image: 7.11.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2663
+ rc-input: 1.7.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2664
+ rc-input-number: 9.4.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2665
+ rc-mentions: 2.19.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2666
+ rc-menu: 9.16.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2667
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2668
+ rc-notification: 5.6.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2669
+ rc-pagination: 5.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2670
+ rc-picker: 4.9.2(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2671
+ rc-progress: 4.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2672
+ rc-rate: 2.13.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2673
+ rc-resize-observer: 1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2674
+ rc-segmented: 2.7.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2675
+ rc-select: 14.16.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2676
+ rc-slider: 11.1.8(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2677
+ rc-steps: 6.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2678
+ rc-switch: 4.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2679
+ rc-table: 7.50.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2680
+ rc-tabs: 15.5.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2681
+ rc-textarea: 1.9.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2682
+ rc-tooltip: 6.3.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2683
+ rc-tree: 5.12.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2684
+ rc-tree-select: 5.26.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2685
+ rc-upload: 4.8.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2686
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
2687
+ react: 19.0.0
2688
+ react-dom: 19.0.0(react@19.0.0)
2689
+ scroll-into-view-if-needed: 3.1.0
2690
+ throttle-debounce: 5.0.2
2691
+ transitivePeerDependencies:
2692
+ - date-fns
2693
+ - luxon
2694
+ - moment
2695
+
2696
+ anymatch@3.1.3:
2697
+ dependencies:
2698
+ normalize-path: 3.0.0
2699
+ picomatch: 2.3.1
2700
+
2701
+ asynckit@0.4.0: {}
2702
+
2703
+ axios@1.7.9:
2704
+ dependencies:
2705
+ follow-redirects: 1.15.9
2706
+ form-data: 4.0.1
2707
+ proxy-from-env: 1.1.0
2708
+ transitivePeerDependencies:
2709
+ - debug
2710
+
2711
+ binary-extensions@2.3.0: {}
2712
+
2713
+ braces@3.0.3:
2714
+ dependencies:
2715
+ fill-range: 7.1.1
2716
+
2717
+ bundle-require@5.1.0(esbuild@0.24.2):
2718
+ dependencies:
2719
+ esbuild: 0.24.2
2720
+ load-tsconfig: 0.2.5
2721
+
2722
+ cac@6.7.14: {}
2723
+
2724
+ caniuse-lite@1.0.30001690: {}
2725
+
2726
+ chokidar@3.6.0:
2727
+ dependencies:
2728
+ anymatch: 3.1.3
2729
+ braces: 3.0.3
2730
+ glob-parent: 5.1.2
2731
+ is-binary-path: 2.1.0
2732
+ is-glob: 4.0.3
2733
+ normalize-path: 3.0.0
2734
+ readdirp: 3.6.0
2735
+ optionalDependencies:
2736
+ fsevents: 2.3.3
2737
+
2738
+ classnames@2.5.1: {}
2739
+
2740
+ colorette@2.0.20: {}
2741
+
2742
+ combined-stream@1.0.8:
2743
+ dependencies:
2744
+ delayed-stream: 1.0.0
2745
+
2746
+ compute-scroll-into-view@3.1.0: {}
2747
+
2748
+ confbox@0.1.8: {}
2749
+
2750
+ consola@3.3.3: {}
2751
+
2752
+ cookie@1.0.2: {}
2753
+
2754
+ copy-to-clipboard@3.3.3:
2755
+ dependencies:
2756
+ toggle-selection: 1.0.6
2757
+
2758
+ core-js@3.39.0: {}
2759
+
2760
+ css-tree@3.1.0:
2761
+ dependencies:
2762
+ mdn-data: 2.12.2
2763
+ source-map-js: 1.2.1
2764
+
2765
+ csstype@3.1.3: {}
2766
+
2767
+ dayjs@1.11.13: {}
2768
+
2769
+ debug@4.4.0:
2770
+ dependencies:
2771
+ ms: 2.1.3
2772
+
2773
+ defu@6.1.4: {}
2774
+
2775
+ delayed-stream@1.0.0: {}
2776
+
2777
+ destr@2.0.3: {}
2778
+
2779
+ duplexer@0.1.2: {}
2780
+
2781
+ entities@4.5.0: {}
2782
+
2783
+ error-stack-parser@2.1.4:
2784
+ dependencies:
2785
+ stackframe: 1.3.4
2786
+
2787
+ esbuild@0.23.1:
2788
+ optionalDependencies:
2789
+ '@esbuild/aix-ppc64': 0.23.1
2790
+ '@esbuild/android-arm': 0.23.1
2791
+ '@esbuild/android-arm64': 0.23.1
2792
+ '@esbuild/android-x64': 0.23.1
2793
+ '@esbuild/darwin-arm64': 0.23.1
2794
+ '@esbuild/darwin-x64': 0.23.1
2795
+ '@esbuild/freebsd-arm64': 0.23.1
2796
+ '@esbuild/freebsd-x64': 0.23.1
2797
+ '@esbuild/linux-arm': 0.23.1
2798
+ '@esbuild/linux-arm64': 0.23.1
2799
+ '@esbuild/linux-ia32': 0.23.1
2800
+ '@esbuild/linux-loong64': 0.23.1
2801
+ '@esbuild/linux-mips64el': 0.23.1
2802
+ '@esbuild/linux-ppc64': 0.23.1
2803
+ '@esbuild/linux-riscv64': 0.23.1
2804
+ '@esbuild/linux-s390x': 0.23.1
2805
+ '@esbuild/linux-x64': 0.23.1
2806
+ '@esbuild/netbsd-x64': 0.23.1
2807
+ '@esbuild/openbsd-arm64': 0.23.1
2808
+ '@esbuild/openbsd-x64': 0.23.1
2809
+ '@esbuild/sunos-x64': 0.23.1
2810
+ '@esbuild/win32-arm64': 0.23.1
2811
+ '@esbuild/win32-ia32': 0.23.1
2812
+ '@esbuild/win32-x64': 0.23.1
2813
+
2814
+ esbuild@0.24.2:
2815
+ optionalDependencies:
2816
+ '@esbuild/aix-ppc64': 0.24.2
2817
+ '@esbuild/android-arm': 0.24.2
2818
+ '@esbuild/android-arm64': 0.24.2
2819
+ '@esbuild/android-x64': 0.24.2
2820
+ '@esbuild/darwin-arm64': 0.24.2
2821
+ '@esbuild/darwin-x64': 0.24.2
2822
+ '@esbuild/freebsd-arm64': 0.24.2
2823
+ '@esbuild/freebsd-x64': 0.24.2
2824
+ '@esbuild/linux-arm': 0.24.2
2825
+ '@esbuild/linux-arm64': 0.24.2
2826
+ '@esbuild/linux-ia32': 0.24.2
2827
+ '@esbuild/linux-loong64': 0.24.2
2828
+ '@esbuild/linux-mips64el': 0.24.2
2829
+ '@esbuild/linux-ppc64': 0.24.2
2830
+ '@esbuild/linux-riscv64': 0.24.2
2831
+ '@esbuild/linux-s390x': 0.24.2
2832
+ '@esbuild/linux-x64': 0.24.2
2833
+ '@esbuild/netbsd-arm64': 0.24.2
2834
+ '@esbuild/netbsd-x64': 0.24.2
2835
+ '@esbuild/openbsd-arm64': 0.24.2
2836
+ '@esbuild/openbsd-x64': 0.24.2
2837
+ '@esbuild/sunos-x64': 0.24.2
2838
+ '@esbuild/win32-arm64': 0.24.2
2839
+ '@esbuild/win32-ia32': 0.24.2
2840
+ '@esbuild/win32-x64': 0.24.2
2841
+
2842
+ escape-string-regexp@5.0.0: {}
2843
+
2844
+ estree-walker@2.0.2: {}
2845
+
2846
+ estree-walker@3.0.3:
2847
+ dependencies:
2848
+ '@types/estree': 1.0.6
2849
+
2850
+ fast-glob@3.3.3:
2851
+ dependencies:
2852
+ '@nodelib/fs.stat': 2.0.5
2853
+ '@nodelib/fs.walk': 1.2.8
2854
+ glob-parent: 5.1.2
2855
+ merge2: 1.4.1
2856
+ micromatch: 4.0.8
2857
+
2858
+ fastq@1.18.0:
2859
+ dependencies:
2860
+ reusify: 1.0.4
2861
+
2862
+ fdir@6.4.2(picomatch@4.0.2):
2863
+ optionalDependencies:
2864
+ picomatch: 4.0.2
2865
+
2866
+ fill-range@7.1.1:
2867
+ dependencies:
2868
+ to-regex-range: 5.0.1
2869
+
2870
+ follow-redirects@1.15.9: {}
2871
+
2872
+ form-data@4.0.1:
2873
+ dependencies:
2874
+ asynckit: 0.4.0
2875
+ combined-stream: 1.0.8
2876
+ mime-types: 2.1.35
2877
+
2878
+ fsevents@2.3.3:
2879
+ optional: true
2880
+
2881
+ get-tsconfig@4.8.1:
2882
+ dependencies:
2883
+ resolve-pkg-maps: 1.0.0
2884
+
2885
+ glob-parent@5.1.2:
2886
+ dependencies:
2887
+ is-glob: 4.0.3
2888
+
2889
+ globals@11.12.0: {}
2890
+
2891
+ globals@15.14.0: {}
2892
+
2893
+ gzip-size@6.0.0:
2894
+ dependencies:
2895
+ duplexer: 0.1.2
2896
+
2897
+ html-entities@2.5.2: {}
2898
+
2899
+ importx@0.5.1:
2900
+ dependencies:
2901
+ bundle-require: 5.1.0(esbuild@0.24.2)
2902
+ debug: 4.4.0
2903
+ esbuild: 0.24.2
2904
+ jiti: 2.4.2
2905
+ pathe: 1.1.2
2906
+ tsx: 4.19.2
2907
+ transitivePeerDependencies:
2908
+ - supports-color
2909
+
2910
+ intersection-observer@0.12.2: {}
2911
+
2912
+ is-binary-path@2.1.0:
2913
+ dependencies:
2914
+ binary-extensions: 2.3.0
2915
+
2916
+ is-extglob@2.1.1: {}
2917
+
2918
+ is-glob@4.0.3:
2919
+ dependencies:
2920
+ is-extglob: 2.1.1
2921
+
2922
+ is-number@7.0.0: {}
2923
+
2924
+ jiti@2.4.2: {}
2925
+
2926
+ js-cookie@3.0.5: {}
2927
+
2928
+ js-tokens@4.0.0: {}
2929
+
2930
+ js-tokens@9.0.1: {}
2931
+
2932
+ jsesc@3.1.0: {}
2933
+
2934
+ json2mq@0.2.0:
2935
+ dependencies:
2936
+ string-convert: 0.2.1
2937
+
2938
+ kolorist@1.8.0: {}
2939
+
2940
+ lefthook-darwin-arm64@1.10.1:
2941
+ optional: true
2942
+
2943
+ lefthook-darwin-x64@1.10.1:
2944
+ optional: true
2945
+
2946
+ lefthook-freebsd-arm64@1.10.1:
2947
+ optional: true
2948
+
2949
+ lefthook-freebsd-x64@1.10.1:
2950
+ optional: true
2951
+
2952
+ lefthook-linux-arm64@1.10.1:
2953
+ optional: true
2954
+
2955
+ lefthook-linux-x64@1.10.1:
2956
+ optional: true
2957
+
2958
+ lefthook-openbsd-arm64@1.10.1:
2959
+ optional: true
2960
+
2961
+ lefthook-openbsd-x64@1.10.1:
2962
+ optional: true
2963
+
2964
+ lefthook-windows-arm64@1.10.1:
2965
+ optional: true
2966
+
2967
+ lefthook-windows-x64@1.10.1:
2968
+ optional: true
2969
+
2970
+ lefthook@1.10.1:
2971
+ optionalDependencies:
2972
+ lefthook-darwin-arm64: 1.10.1
2973
+ lefthook-darwin-x64: 1.10.1
2974
+ lefthook-freebsd-arm64: 1.10.1
2975
+ lefthook-freebsd-x64: 1.10.1
2976
+ lefthook-linux-arm64: 1.10.1
2977
+ lefthook-linux-x64: 1.10.1
2978
+ lefthook-openbsd-arm64: 1.10.1
2979
+ lefthook-openbsd-x64: 1.10.1
2980
+ lefthook-windows-arm64: 1.10.1
2981
+ lefthook-windows-x64: 1.10.1
2982
+
2983
+ load-tsconfig@0.2.5: {}
2984
+
2985
+ local-pkg@0.5.1:
2986
+ dependencies:
2987
+ mlly: 1.7.3
2988
+ pkg-types: 1.3.0
2989
+
2990
+ lodash@4.17.21: {}
2991
+
2992
+ magic-string@0.30.17:
2993
+ dependencies:
2994
+ '@jridgewell/sourcemap-codec': 1.5.0
2995
+
2996
+ mdn-data@2.12.2: {}
2997
+
2998
+ merge2@1.4.1: {}
2999
+
3000
+ micromatch@4.0.8:
3001
+ dependencies:
3002
+ braces: 3.0.3
3003
+ picomatch: 2.3.1
3004
+
3005
+ mime-db@1.52.0: {}
3006
+
3007
+ mime-types@2.1.35:
3008
+ dependencies:
3009
+ mime-db: 1.52.0
3010
+
3011
+ mlly@1.7.3:
3012
+ dependencies:
3013
+ acorn: 8.14.0
3014
+ pathe: 1.1.2
3015
+ pkg-types: 1.3.0
3016
+ ufo: 1.5.4
3017
+
3018
+ mrmime@2.0.0: {}
3019
+
3020
+ ms@2.1.3: {}
3021
+
3022
+ nanoid@3.3.8: {}
3023
+
3024
+ node-fetch-native@1.6.4: {}
3025
+
3026
+ normalize-path@3.0.0: {}
3027
+
3028
+ ofetch@1.4.1:
3029
+ dependencies:
3030
+ destr: 2.0.3
3031
+ node-fetch-native: 1.6.4
3032
+ ufo: 1.5.4
3033
+
3034
+ package-manager-detector@0.2.8: {}
3035
+
3036
+ pathe@1.1.2: {}
3037
+
3038
+ perfect-debounce@1.0.0: {}
3039
+
3040
+ picocolors@1.1.1: {}
3041
+
3042
+ picomatch@2.3.1: {}
3043
+
3044
+ picomatch@4.0.2: {}
3045
+
3046
+ pkg-types@1.3.0:
3047
+ dependencies:
3048
+ confbox: 0.1.8
3049
+ mlly: 1.7.3
3050
+ pathe: 1.1.2
3051
+
3052
+ postcss@8.4.49:
3053
+ dependencies:
3054
+ nanoid: 3.3.8
3055
+ picocolors: 1.1.1
3056
+ source-map-js: 1.2.1
3057
+
3058
+ prettier@3.4.2: {}
3059
+
3060
+ proxy-from-env@1.1.0: {}
3061
+
3062
+ queue-microtask@1.2.3: {}
3063
+
3064
+ rc-cascader@3.32.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3065
+ dependencies:
3066
+ '@babel/runtime': 7.26.0
3067
+ classnames: 2.5.1
3068
+ rc-select: 14.16.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3069
+ rc-tree: 5.12.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3070
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3071
+ react: 19.0.0
3072
+ react-dom: 19.0.0(react@19.0.0)
3073
+
3074
+ rc-checkbox@3.5.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3075
+ dependencies:
3076
+ '@babel/runtime': 7.26.0
3077
+ classnames: 2.5.1
3078
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3079
+ react: 19.0.0
3080
+ react-dom: 19.0.0(react@19.0.0)
3081
+
3082
+ rc-collapse@3.9.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3083
+ dependencies:
3084
+ '@babel/runtime': 7.26.0
3085
+ classnames: 2.5.1
3086
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3087
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3088
+ react: 19.0.0
3089
+ react-dom: 19.0.0(react@19.0.0)
3090
+
3091
+ rc-dialog@9.6.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3092
+ dependencies:
3093
+ '@babel/runtime': 7.26.0
3094
+ '@rc-component/portal': 1.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3095
+ classnames: 2.5.1
3096
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3097
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3098
+ react: 19.0.0
3099
+ react-dom: 19.0.0(react@19.0.0)
3100
+
3101
+ rc-drawer@7.2.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3102
+ dependencies:
3103
+ '@babel/runtime': 7.26.0
3104
+ '@rc-component/portal': 1.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3105
+ classnames: 2.5.1
3106
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3107
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3108
+ react: 19.0.0
3109
+ react-dom: 19.0.0(react@19.0.0)
3110
+
3111
+ rc-dropdown@4.2.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3112
+ dependencies:
3113
+ '@babel/runtime': 7.26.0
3114
+ '@rc-component/trigger': 2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3115
+ classnames: 2.5.1
3116
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3117
+ react: 19.0.0
3118
+ react-dom: 19.0.0(react@19.0.0)
3119
+
3120
+ rc-field-form@2.7.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3121
+ dependencies:
3122
+ '@babel/runtime': 7.26.0
3123
+ '@rc-component/async-validator': 5.0.4
3124
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3125
+ react: 19.0.0
3126
+ react-dom: 19.0.0(react@19.0.0)
3127
+
3128
+ rc-image@7.11.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3129
+ dependencies:
3130
+ '@babel/runtime': 7.26.0
3131
+ '@rc-component/portal': 1.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3132
+ classnames: 2.5.1
3133
+ rc-dialog: 9.6.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3134
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3135
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3136
+ react: 19.0.0
3137
+ react-dom: 19.0.0(react@19.0.0)
3138
+
3139
+ rc-input-number@9.4.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3140
+ dependencies:
3141
+ '@babel/runtime': 7.26.0
3142
+ '@rc-component/mini-decimal': 1.1.0
3143
+ classnames: 2.5.1
3144
+ rc-input: 1.7.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3145
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3146
+ react: 19.0.0
3147
+ react-dom: 19.0.0(react@19.0.0)
3148
+
3149
+ rc-input@1.7.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3150
+ dependencies:
3151
+ '@babel/runtime': 7.26.0
3152
+ classnames: 2.5.1
3153
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3154
+ react: 19.0.0
3155
+ react-dom: 19.0.0(react@19.0.0)
3156
+
3157
+ rc-mentions@2.19.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3158
+ dependencies:
3159
+ '@babel/runtime': 7.26.0
3160
+ '@rc-component/trigger': 2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3161
+ classnames: 2.5.1
3162
+ rc-input: 1.7.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3163
+ rc-menu: 9.16.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3164
+ rc-textarea: 1.9.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3165
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3166
+ react: 19.0.0
3167
+ react-dom: 19.0.0(react@19.0.0)
3168
+
3169
+ rc-menu@9.16.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3170
+ dependencies:
3171
+ '@babel/runtime': 7.26.0
3172
+ '@rc-component/trigger': 2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3173
+ classnames: 2.5.1
3174
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3175
+ rc-overflow: 1.4.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3176
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3177
+ react: 19.0.0
3178
+ react-dom: 19.0.0(react@19.0.0)
3179
+
3180
+ rc-motion@2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3181
+ dependencies:
3182
+ '@babel/runtime': 7.26.0
3183
+ classnames: 2.5.1
3184
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3185
+ react: 19.0.0
3186
+ react-dom: 19.0.0(react@19.0.0)
3187
+
3188
+ rc-notification@5.6.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3189
+ dependencies:
3190
+ '@babel/runtime': 7.26.0
3191
+ classnames: 2.5.1
3192
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3193
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3194
+ react: 19.0.0
3195
+ react-dom: 19.0.0(react@19.0.0)
3196
+
3197
+ rc-overflow@1.4.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3198
+ dependencies:
3199
+ '@babel/runtime': 7.26.0
3200
+ classnames: 2.5.1
3201
+ rc-resize-observer: 1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3202
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3203
+ react: 19.0.0
3204
+ react-dom: 19.0.0(react@19.0.0)
3205
+
3206
+ rc-pagination@5.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3207
+ dependencies:
3208
+ '@babel/runtime': 7.26.0
3209
+ classnames: 2.5.1
3210
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3211
+ react: 19.0.0
3212
+ react-dom: 19.0.0(react@19.0.0)
3213
+
3214
+ rc-picker@4.9.2(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3215
+ dependencies:
3216
+ '@babel/runtime': 7.26.0
3217
+ '@rc-component/trigger': 2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3218
+ classnames: 2.5.1
3219
+ rc-overflow: 1.4.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3220
+ rc-resize-observer: 1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3221
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3222
+ react: 19.0.0
3223
+ react-dom: 19.0.0(react@19.0.0)
3224
+ optionalDependencies:
3225
+ dayjs: 1.11.13
3226
+
3227
+ rc-progress@4.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3228
+ dependencies:
3229
+ '@babel/runtime': 7.26.0
3230
+ classnames: 2.5.1
3231
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3232
+ react: 19.0.0
3233
+ react-dom: 19.0.0(react@19.0.0)
3234
+
3235
+ rc-rate@2.13.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3236
+ dependencies:
3237
+ '@babel/runtime': 7.26.0
3238
+ classnames: 2.5.1
3239
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3240
+ react: 19.0.0
3241
+ react-dom: 19.0.0(react@19.0.0)
3242
+
3243
+ rc-resize-observer@1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3244
+ dependencies:
3245
+ '@babel/runtime': 7.26.0
3246
+ classnames: 2.5.1
3247
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3248
+ react: 19.0.0
3249
+ react-dom: 19.0.0(react@19.0.0)
3250
+ resize-observer-polyfill: 1.5.1
3251
+
3252
+ rc-segmented@2.7.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3253
+ dependencies:
3254
+ '@babel/runtime': 7.26.0
3255
+ classnames: 2.5.1
3256
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3257
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3258
+ react: 19.0.0
3259
+ react-dom: 19.0.0(react@19.0.0)
3260
+
3261
+ rc-select@14.16.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3262
+ dependencies:
3263
+ '@babel/runtime': 7.26.0
3264
+ '@rc-component/trigger': 2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3265
+ classnames: 2.5.1
3266
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3267
+ rc-overflow: 1.4.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3268
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3269
+ rc-virtual-list: 3.17.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3270
+ react: 19.0.0
3271
+ react-dom: 19.0.0(react@19.0.0)
3272
+
3273
+ rc-slider@11.1.8(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3274
+ dependencies:
3275
+ '@babel/runtime': 7.26.0
3276
+ classnames: 2.5.1
3277
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3278
+ react: 19.0.0
3279
+ react-dom: 19.0.0(react@19.0.0)
3280
+
3281
+ rc-steps@6.0.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3282
+ dependencies:
3283
+ '@babel/runtime': 7.26.0
3284
+ classnames: 2.5.1
3285
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3286
+ react: 19.0.0
3287
+ react-dom: 19.0.0(react@19.0.0)
3288
+
3289
+ rc-switch@4.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3290
+ dependencies:
3291
+ '@babel/runtime': 7.26.0
3292
+ classnames: 2.5.1
3293
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3294
+ react: 19.0.0
3295
+ react-dom: 19.0.0(react@19.0.0)
3296
+
3297
+ rc-table@7.50.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3298
+ dependencies:
3299
+ '@babel/runtime': 7.26.0
3300
+ '@rc-component/context': 1.4.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3301
+ classnames: 2.5.1
3302
+ rc-resize-observer: 1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3303
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3304
+ rc-virtual-list: 3.17.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3305
+ react: 19.0.0
3306
+ react-dom: 19.0.0(react@19.0.0)
3307
+
3308
+ rc-tabs@15.5.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3309
+ dependencies:
3310
+ '@babel/runtime': 7.26.0
3311
+ classnames: 2.5.1
3312
+ rc-dropdown: 4.2.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3313
+ rc-menu: 9.16.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3314
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3315
+ rc-resize-observer: 1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3316
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3317
+ react: 19.0.0
3318
+ react-dom: 19.0.0(react@19.0.0)
3319
+
3320
+ rc-textarea@1.9.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3321
+ dependencies:
3322
+ '@babel/runtime': 7.26.0
3323
+ classnames: 2.5.1
3324
+ rc-input: 1.7.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3325
+ rc-resize-observer: 1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3326
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3327
+ react: 19.0.0
3328
+ react-dom: 19.0.0(react@19.0.0)
3329
+
3330
+ rc-tooltip@6.3.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3331
+ dependencies:
3332
+ '@babel/runtime': 7.26.0
3333
+ '@rc-component/trigger': 2.2.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3334
+ classnames: 2.5.1
3335
+ react: 19.0.0
3336
+ react-dom: 19.0.0(react@19.0.0)
3337
+
3338
+ rc-tree-select@5.26.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3339
+ dependencies:
3340
+ '@babel/runtime': 7.26.0
3341
+ classnames: 2.5.1
3342
+ rc-select: 14.16.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3343
+ rc-tree: 5.12.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3344
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3345
+ react: 19.0.0
3346
+ react-dom: 19.0.0(react@19.0.0)
3347
+
3348
+ rc-tree@5.12.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3349
+ dependencies:
3350
+ '@babel/runtime': 7.26.0
3351
+ classnames: 2.5.1
3352
+ rc-motion: 2.9.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3353
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3354
+ rc-virtual-list: 3.17.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3355
+ react: 19.0.0
3356
+ react-dom: 19.0.0(react@19.0.0)
3357
+
3358
+ rc-upload@4.8.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3359
+ dependencies:
3360
+ '@babel/runtime': 7.26.0
3361
+ classnames: 2.5.1
3362
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3363
+ react: 19.0.0
3364
+ react-dom: 19.0.0(react@19.0.0)
3365
+
3366
+ rc-util@5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3367
+ dependencies:
3368
+ '@babel/runtime': 7.26.0
3369
+ react: 19.0.0
3370
+ react-dom: 19.0.0(react@19.0.0)
3371
+ react-is: 18.3.1
3372
+
3373
+ rc-virtual-list@3.17.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3374
+ dependencies:
3375
+ '@babel/runtime': 7.26.0
3376
+ classnames: 2.5.1
3377
+ rc-resize-observer: 1.4.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3378
+ rc-util: 5.44.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
3379
+ react: 19.0.0
3380
+ react-dom: 19.0.0(react@19.0.0)
3381
+
3382
+ react-dom@19.0.0(react@19.0.0):
3383
+ dependencies:
3384
+ react: 19.0.0
3385
+ scheduler: 0.25.0
3386
+
3387
+ react-fast-compare@3.2.2: {}
3388
+
3389
+ react-is@18.3.1: {}
3390
+
3391
+ react-refresh@0.16.0: {}
3392
+
3393
+ react-router@7.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
3394
+ dependencies:
3395
+ '@types/cookie': 0.6.0
3396
+ cookie: 1.0.2
3397
+ react: 19.0.0
3398
+ set-cookie-parser: 2.7.1
3399
+ turbo-stream: 2.4.0
3400
+ optionalDependencies:
3401
+ react-dom: 19.0.0(react@19.0.0)
3402
+
3403
+ react@19.0.0: {}
3404
+
3405
+ readdirp@3.6.0:
3406
+ dependencies:
3407
+ picomatch: 2.3.1
3408
+
3409
+ regenerator-runtime@0.14.1: {}
3410
+
3411
+ resize-observer-polyfill@1.5.1: {}
3412
+
3413
+ resolve-pkg-maps@1.0.0: {}
3414
+
3415
+ reusify@1.0.4: {}
3416
+
3417
+ rollup@4.30.1:
3418
+ dependencies:
3419
+ '@types/estree': 1.0.6
3420
+ optionalDependencies:
3421
+ '@rollup/rollup-android-arm-eabi': 4.30.1
3422
+ '@rollup/rollup-android-arm64': 4.30.1
3423
+ '@rollup/rollup-darwin-arm64': 4.30.1
3424
+ '@rollup/rollup-darwin-x64': 4.30.1
3425
+ '@rollup/rollup-freebsd-arm64': 4.30.1
3426
+ '@rollup/rollup-freebsd-x64': 4.30.1
3427
+ '@rollup/rollup-linux-arm-gnueabihf': 4.30.1
3428
+ '@rollup/rollup-linux-arm-musleabihf': 4.30.1
3429
+ '@rollup/rollup-linux-arm64-gnu': 4.30.1
3430
+ '@rollup/rollup-linux-arm64-musl': 4.30.1
3431
+ '@rollup/rollup-linux-loongarch64-gnu': 4.30.1
3432
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.30.1
3433
+ '@rollup/rollup-linux-riscv64-gnu': 4.30.1
3434
+ '@rollup/rollup-linux-s390x-gnu': 4.30.1
3435
+ '@rollup/rollup-linux-x64-gnu': 4.30.1
3436
+ '@rollup/rollup-linux-x64-musl': 4.30.1
3437
+ '@rollup/rollup-win32-arm64-msvc': 4.30.1
3438
+ '@rollup/rollup-win32-ia32-msvc': 4.30.1
3439
+ '@rollup/rollup-win32-x64-msvc': 4.30.1
3440
+ fsevents: 2.3.3
3441
+
3442
+ run-parallel@1.2.0:
3443
+ dependencies:
3444
+ queue-microtask: 1.2.3
3445
+
3446
+ scheduler@0.25.0: {}
3447
+
3448
+ screenfull@5.2.0: {}
3449
+
3450
+ scroll-into-view-if-needed@3.1.0:
3451
+ dependencies:
3452
+ compute-scroll-into-view: 3.1.0
3453
+
3454
+ scule@1.3.0: {}
3455
+
3456
+ semver@7.6.3: {}
3457
+
3458
+ set-cookie-parser@2.7.1: {}
3459
+
3460
+ sirv@3.0.0:
3461
+ dependencies:
3462
+ '@polka/url': 1.0.0-next.28
3463
+ mrmime: 2.0.0
3464
+ totalist: 3.0.1
3465
+
3466
+ source-map-js@1.2.1: {}
3467
+
3468
+ stackframe@1.3.4: {}
3469
+
3470
+ string-convert@0.2.1: {}
3471
+
3472
+ strip-literal@2.1.1:
3473
+ dependencies:
3474
+ js-tokens: 9.0.1
3475
+
3476
+ stylis@4.3.4: {}
3477
+
3478
+ throttle-debounce@5.0.2: {}
3479
+
3480
+ tinyexec@0.3.2: {}
3481
+
3482
+ tinyglobby@0.2.10:
3483
+ dependencies:
3484
+ fdir: 6.4.2(picomatch@4.0.2)
3485
+ picomatch: 4.0.2
3486
+
3487
+ to-regex-range@5.0.1:
3488
+ dependencies:
3489
+ is-number: 7.0.0
3490
+
3491
+ toggle-selection@1.0.6: {}
3492
+
3493
+ totalist@3.0.1: {}
3494
+
3495
+ tslib@2.8.1: {}
3496
+
3497
+ tsx@4.19.2:
3498
+ dependencies:
3499
+ esbuild: 0.23.1
3500
+ get-tsconfig: 4.8.1
3501
+ optionalDependencies:
3502
+ fsevents: 2.3.3
3503
+
3504
+ turbo-stream@2.4.0: {}
3505
+
3506
+ typescript@5.7.3: {}
3507
+
3508
+ ufo@1.5.4: {}
3509
+
3510
+ unconfig@0.6.0:
3511
+ dependencies:
3512
+ '@antfu/utils': 0.7.10
3513
+ defu: 6.1.4
3514
+ importx: 0.5.1
3515
+ transitivePeerDependencies:
3516
+ - supports-color
3517
+
3518
+ unimport@3.14.5(rollup@4.30.1):
3519
+ dependencies:
3520
+ '@rollup/pluginutils': 5.1.4(rollup@4.30.1)
3521
+ acorn: 8.14.0
3522
+ escape-string-regexp: 5.0.0
3523
+ estree-walker: 3.0.3
3524
+ fast-glob: 3.3.3
3525
+ local-pkg: 0.5.1
3526
+ magic-string: 0.30.17
3527
+ mlly: 1.7.3
3528
+ pathe: 1.1.2
3529
+ picomatch: 4.0.2
3530
+ pkg-types: 1.3.0
3531
+ scule: 1.3.0
3532
+ strip-literal: 2.1.1
3533
+ unplugin: 1.16.1
3534
+ transitivePeerDependencies:
3535
+ - rollup
3536
+
3537
+ unocss@0.65.4(postcss@8.4.49)(rollup@4.30.1)(vite@6.0.7(jiti@2.4.2)(tsx@4.19.2))(vue@3.5.13(typescript@5.7.3)):
3538
+ dependencies:
3539
+ '@unocss/astro': 0.65.4(rollup@4.30.1)(vite@6.0.7(jiti@2.4.2)(tsx@4.19.2))(vue@3.5.13(typescript@5.7.3))
3540
+ '@unocss/cli': 0.65.4(rollup@4.30.1)
3541
+ '@unocss/core': 0.65.4
3542
+ '@unocss/postcss': 0.65.4(postcss@8.4.49)
3543
+ '@unocss/preset-attributify': 0.65.4
3544
+ '@unocss/preset-icons': 0.65.4
3545
+ '@unocss/preset-mini': 0.65.4
3546
+ '@unocss/preset-tagify': 0.65.4
3547
+ '@unocss/preset-typography': 0.65.4
3548
+ '@unocss/preset-uno': 0.65.4
3549
+ '@unocss/preset-web-fonts': 0.65.4
3550
+ '@unocss/preset-wind': 0.65.4
3551
+ '@unocss/transformer-attributify-jsx': 0.65.4
3552
+ '@unocss/transformer-compile-class': 0.65.4
3553
+ '@unocss/transformer-directives': 0.65.4
3554
+ '@unocss/transformer-variant-group': 0.65.4
3555
+ '@unocss/vite': 0.65.4(rollup@4.30.1)(vite@6.0.7(jiti@2.4.2)(tsx@4.19.2))(vue@3.5.13(typescript@5.7.3))
3556
+ optionalDependencies:
3557
+ vite: 6.0.7(jiti@2.4.2)(tsx@4.19.2)
3558
+ transitivePeerDependencies:
3559
+ - postcss
3560
+ - rollup
3561
+ - supports-color
3562
+ - vue
3563
+
3564
+ unplugin-auto-import@19.0.0(rollup@4.30.1):
3565
+ dependencies:
3566
+ '@antfu/utils': 0.7.10
3567
+ '@rollup/pluginutils': 5.1.4(rollup@4.30.1)
3568
+ local-pkg: 0.5.1
3569
+ magic-string: 0.30.17
3570
+ picomatch: 4.0.2
3571
+ unimport: 3.14.5(rollup@4.30.1)
3572
+ unplugin: 2.1.2
3573
+ transitivePeerDependencies:
3574
+ - rollup
3575
+
3576
+ unplugin@1.16.1:
3577
+ dependencies:
3578
+ acorn: 8.14.0
3579
+ webpack-virtual-modules: 0.6.2
3580
+
3581
+ unplugin@2.1.2:
3582
+ dependencies:
3583
+ acorn: 8.14.0
3584
+ webpack-virtual-modules: 0.6.2
3585
+
3586
+ vite@6.0.7(jiti@2.4.2)(tsx@4.19.2):
3587
+ dependencies:
3588
+ esbuild: 0.24.2
3589
+ postcss: 8.4.49
3590
+ rollup: 4.30.1
3591
+ optionalDependencies:
3592
+ fsevents: 2.3.3
3593
+ jiti: 2.4.2
3594
+ tsx: 4.19.2
3595
+
3596
+ vue-flow-layout@0.1.1(vue@3.5.13(typescript@5.7.3)):
3597
+ dependencies:
3598
+ vue: 3.5.13(typescript@5.7.3)
3599
+
3600
+ vue@3.5.13(typescript@5.7.3):
3601
+ dependencies:
3602
+ '@vue/compiler-dom': 3.5.13
3603
+ '@vue/compiler-sfc': 3.5.13
3604
+ '@vue/runtime-dom': 3.5.13
3605
+ '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.7.3))
3606
+ '@vue/shared': 3.5.13
3607
+ optionalDependencies:
3608
+ typescript: 5.7.3
3609
+
3610
+ webpack-virtual-modules@0.6.2: {}
3611
+
3612
+ zustand@5.0.3(@types/react@19.0.4)(react@19.0.0):
3613
+ optionalDependencies:
3614
+ '@types/react': 19.0.4
3615
+ react: 19.0.0