@yyp92-cli/template-react-mobile 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +15 -0
  3. package/template/.env.development +5 -0
  4. package/template/.env.production +5 -0
  5. package/template/.env.test +5 -0
  6. package/template/README.md +30 -0
  7. package/template/index.html +13 -0
  8. package/template/package.json +40 -0
  9. package/template/pnpm-lock.yaml +3365 -0
  10. package/template/postcss.config.js +25 -0
  11. package/template/public/vite.svg +1 -0
  12. package/template/src/app.scss +12 -0
  13. package/template/src/app.tsx +14 -0
  14. package/template/src/assets/iconfont/demo.css +539 -0
  15. package/template/src/assets/iconfont/demo_index.html +211 -0
  16. package/template/src/assets/iconfont/iconfont.css +19 -0
  17. package/template/src/assets/iconfont/iconfont.js +1 -0
  18. package/template/src/assets/iconfont/iconfont.json +16 -0
  19. package/template/src/assets/iconfont/iconfont.ttf +0 -0
  20. package/template/src/assets/iconfont/iconfont.woff +0 -0
  21. package/template/src/assets/iconfont/iconfont.woff2 +0 -0
  22. package/template/src/assets/react.svg +1 -0
  23. package/template/src/components/403/index.tsx +21 -0
  24. package/template/src/components/404/index.tsx +23 -0
  25. package/template/src/components/index.ts +3 -0
  26. package/template/src/components/layout/content/index.module.scss +20 -0
  27. package/template/src/components/layout/content/index.tsx +55 -0
  28. package/template/src/components/layout/index.module.scss +5 -0
  29. package/template/src/components/layout/index.tsx +33 -0
  30. package/template/src/components/layout/navBar/index.module.scss +5 -0
  31. package/template/src/components/layout/navBar/index.tsx +48 -0
  32. package/template/src/components/layout/tabBar/index.module.scss +7 -0
  33. package/template/src/components/layout/tabBar/index.tsx +69 -0
  34. package/template/src/components/login/index.module.scss +20 -0
  35. package/template/src/components/login/index.tsx +127 -0
  36. package/template/src/global/constants.ts +4 -0
  37. package/template/src/pages/home/index.module.scss +4 -0
  38. package/template/src/pages/home/index.tsx +55 -0
  39. package/template/src/pages/message/index.module.scss +4 -0
  40. package/template/src/pages/message/index.tsx +13 -0
  41. package/template/src/pages/mine/index.module.scss +3 -0
  42. package/template/src/pages/mine/index.tsx +35 -0
  43. package/template/src/pages/todo/index.module.scss +4 -0
  44. package/template/src/pages/todo/index.tsx +13 -0
  45. package/template/src/router/router.tsx +129 -0
  46. package/template/src/service/api.ts +7 -0
  47. package/template/src/service/config.ts +9 -0
  48. package/template/src/service/index.ts +1 -0
  49. package/template/src/service/request/index.ts +267 -0
  50. package/template/src/service/request/type.ts +5 -0
  51. package/template/src/service/service.ts +27 -0
  52. package/template/src/store/login.ts +39 -0
  53. package/template/src/store/menus.ts +28 -0
  54. package/template/src/store/permission.ts +28 -0
  55. package/template/src/theme/darkTheme.scss +47 -0
  56. package/template/src/theme/lightTheme.scss +49 -0
  57. package/template/src/utils/cache.ts +44 -0
  58. package/template/src/utils/changeTheme.ts +14 -0
  59. package/template/src/utils/filterMenu.ts +21 -0
  60. package/template/src/utils/index.ts +3 -0
  61. package/template/src/vite-env.d.ts +4 -0
  62. package/template/tsconfig.json +42 -0
  63. package/template/tsconfig.node.json +10 -0
  64. package/template/vite.config.ts +57 -0
@@ -0,0 +1,3365 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ antd-mobile:
12
+ specifier: ^5.34.0
13
+ version: 5.39.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
14
+ antd-mobile-icons:
15
+ specifier: ^0.3.0
16
+ version: 0.3.0
17
+ axios:
18
+ specifier: ^1.9.0
19
+ version: 1.9.0
20
+ lodash-es:
21
+ specifier: ^4.17.21
22
+ version: 4.17.21
23
+ react:
24
+ specifier: ^18.2.0
25
+ version: 18.3.1
26
+ react-dom:
27
+ specifier: ^18.2.0
28
+ version: 18.3.1(react@18.3.1)
29
+ react-router-dom:
30
+ specifier: ^7.6.1
31
+ version: 7.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
32
+ zustand:
33
+ specifier: ^5.0.5
34
+ version: 5.0.5(@types/react@18.3.22)(react@18.3.1)(use-sync-external-store@1.5.0(react@18.3.1))
35
+ devDependencies:
36
+ '@types/node':
37
+ specifier: ^20.11.16
38
+ version: 20.17.50
39
+ '@types/react':
40
+ specifier: ^18.2.43
41
+ version: 18.3.22
42
+ '@types/react-dom':
43
+ specifier: ^18.2.17
44
+ version: 18.3.7(@types/react@18.3.22)
45
+ '@typescript-eslint/eslint-plugin':
46
+ specifier: ^6.14.0
47
+ version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3)
48
+ '@typescript-eslint/parser':
49
+ specifier: ^6.14.0
50
+ version: 6.21.0(eslint@8.57.1)(typescript@5.8.3)
51
+ '@vitejs/plugin-react':
52
+ specifier: ^4.2.1
53
+ version: 4.5.0(vite@5.4.19(@types/node@20.17.50)(less@4.3.0)(sass-embedded@1.89.0)(sass@1.89.0))
54
+ autoprefixer:
55
+ specifier: ^10.4.17
56
+ version: 10.4.21(postcss@8.5.3)
57
+ eslint:
58
+ specifier: ^8.55.0
59
+ version: 8.57.1
60
+ eslint-plugin-react-hooks:
61
+ specifier: ^4.6.0
62
+ version: 4.6.2(eslint@8.57.1)
63
+ eslint-plugin-react-refresh:
64
+ specifier: ^0.4.5
65
+ version: 0.4.20(eslint@8.57.1)
66
+ postcss:
67
+ specifier: ^8.4.33
68
+ version: 8.5.3
69
+ postcss-px-to-viewport:
70
+ specifier: ^1.1.1
71
+ version: 1.1.1
72
+ sass:
73
+ specifier: ^1.89.0
74
+ version: 1.89.0
75
+ typescript:
76
+ specifier: ^5.2.2
77
+ version: 5.8.3
78
+ vite:
79
+ specifier: ^5.0.8
80
+ version: 5.4.19(@types/node@20.17.50)(less@4.3.0)(sass-embedded@1.89.0)(sass@1.89.0)
81
+
82
+ packages:
83
+
84
+ '@ampproject/remapping@2.3.0':
85
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
86
+ engines: {node: '>=6.0.0'}
87
+
88
+ '@babel/code-frame@7.27.1':
89
+ resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
90
+ engines: {node: '>=6.9.0'}
91
+
92
+ '@babel/compat-data@7.27.2':
93
+ resolution: {integrity: sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==}
94
+ engines: {node: '>=6.9.0'}
95
+
96
+ '@babel/core@7.27.1':
97
+ resolution: {integrity: sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==}
98
+ engines: {node: '>=6.9.0'}
99
+
100
+ '@babel/generator@7.27.1':
101
+ resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==}
102
+ engines: {node: '>=6.9.0'}
103
+
104
+ '@babel/helper-compilation-targets@7.27.2':
105
+ resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
106
+ engines: {node: '>=6.9.0'}
107
+
108
+ '@babel/helper-module-imports@7.27.1':
109
+ resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
110
+ engines: {node: '>=6.9.0'}
111
+
112
+ '@babel/helper-module-transforms@7.27.1':
113
+ resolution: {integrity: sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==}
114
+ engines: {node: '>=6.9.0'}
115
+ peerDependencies:
116
+ '@babel/core': ^7.0.0
117
+
118
+ '@babel/helper-plugin-utils@7.27.1':
119
+ resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
120
+ engines: {node: '>=6.9.0'}
121
+
122
+ '@babel/helper-string-parser@7.27.1':
123
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
124
+ engines: {node: '>=6.9.0'}
125
+
126
+ '@babel/helper-validator-identifier@7.27.1':
127
+ resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
128
+ engines: {node: '>=6.9.0'}
129
+
130
+ '@babel/helper-validator-option@7.27.1':
131
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
132
+ engines: {node: '>=6.9.0'}
133
+
134
+ '@babel/helpers@7.27.1':
135
+ resolution: {integrity: sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==}
136
+ engines: {node: '>=6.9.0'}
137
+
138
+ '@babel/parser@7.27.2':
139
+ resolution: {integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==}
140
+ engines: {node: '>=6.0.0'}
141
+ hasBin: true
142
+
143
+ '@babel/plugin-transform-react-jsx-self@7.27.1':
144
+ resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
145
+ engines: {node: '>=6.9.0'}
146
+ peerDependencies:
147
+ '@babel/core': ^7.0.0-0
148
+
149
+ '@babel/plugin-transform-react-jsx-source@7.27.1':
150
+ resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
151
+ engines: {node: '>=6.9.0'}
152
+ peerDependencies:
153
+ '@babel/core': ^7.0.0-0
154
+
155
+ '@babel/runtime@7.27.1':
156
+ resolution: {integrity: sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==}
157
+ engines: {node: '>=6.9.0'}
158
+
159
+ '@babel/template@7.27.2':
160
+ resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
161
+ engines: {node: '>=6.9.0'}
162
+
163
+ '@babel/traverse@7.27.1':
164
+ resolution: {integrity: sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==}
165
+ engines: {node: '>=6.9.0'}
166
+
167
+ '@babel/types@7.27.1':
168
+ resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==}
169
+ engines: {node: '>=6.9.0'}
170
+
171
+ '@bufbuild/protobuf@2.5.0':
172
+ resolution: {integrity: sha512-nniMblXT+dNyubek2OLKAYJnG/in4tmfS2c5CDnIvqfF9kFlERSG3FCBvmdqerpkWuPv0qhdGKReQ2OqKPG20w==}
173
+
174
+ '@esbuild/aix-ppc64@0.21.5':
175
+ resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
176
+ engines: {node: '>=12'}
177
+ cpu: [ppc64]
178
+ os: [aix]
179
+
180
+ '@esbuild/android-arm64@0.21.5':
181
+ resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
182
+ engines: {node: '>=12'}
183
+ cpu: [arm64]
184
+ os: [android]
185
+
186
+ '@esbuild/android-arm@0.21.5':
187
+ resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
188
+ engines: {node: '>=12'}
189
+ cpu: [arm]
190
+ os: [android]
191
+
192
+ '@esbuild/android-x64@0.21.5':
193
+ resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
194
+ engines: {node: '>=12'}
195
+ cpu: [x64]
196
+ os: [android]
197
+
198
+ '@esbuild/darwin-arm64@0.21.5':
199
+ resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
200
+ engines: {node: '>=12'}
201
+ cpu: [arm64]
202
+ os: [darwin]
203
+
204
+ '@esbuild/darwin-x64@0.21.5':
205
+ resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
206
+ engines: {node: '>=12'}
207
+ cpu: [x64]
208
+ os: [darwin]
209
+
210
+ '@esbuild/freebsd-arm64@0.21.5':
211
+ resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
212
+ engines: {node: '>=12'}
213
+ cpu: [arm64]
214
+ os: [freebsd]
215
+
216
+ '@esbuild/freebsd-x64@0.21.5':
217
+ resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
218
+ engines: {node: '>=12'}
219
+ cpu: [x64]
220
+ os: [freebsd]
221
+
222
+ '@esbuild/linux-arm64@0.21.5':
223
+ resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
224
+ engines: {node: '>=12'}
225
+ cpu: [arm64]
226
+ os: [linux]
227
+
228
+ '@esbuild/linux-arm@0.21.5':
229
+ resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
230
+ engines: {node: '>=12'}
231
+ cpu: [arm]
232
+ os: [linux]
233
+
234
+ '@esbuild/linux-ia32@0.21.5':
235
+ resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
236
+ engines: {node: '>=12'}
237
+ cpu: [ia32]
238
+ os: [linux]
239
+
240
+ '@esbuild/linux-loong64@0.21.5':
241
+ resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
242
+ engines: {node: '>=12'}
243
+ cpu: [loong64]
244
+ os: [linux]
245
+
246
+ '@esbuild/linux-mips64el@0.21.5':
247
+ resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
248
+ engines: {node: '>=12'}
249
+ cpu: [mips64el]
250
+ os: [linux]
251
+
252
+ '@esbuild/linux-ppc64@0.21.5':
253
+ resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
254
+ engines: {node: '>=12'}
255
+ cpu: [ppc64]
256
+ os: [linux]
257
+
258
+ '@esbuild/linux-riscv64@0.21.5':
259
+ resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
260
+ engines: {node: '>=12'}
261
+ cpu: [riscv64]
262
+ os: [linux]
263
+
264
+ '@esbuild/linux-s390x@0.21.5':
265
+ resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
266
+ engines: {node: '>=12'}
267
+ cpu: [s390x]
268
+ os: [linux]
269
+
270
+ '@esbuild/linux-x64@0.21.5':
271
+ resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
272
+ engines: {node: '>=12'}
273
+ cpu: [x64]
274
+ os: [linux]
275
+
276
+ '@esbuild/netbsd-x64@0.21.5':
277
+ resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
278
+ engines: {node: '>=12'}
279
+ cpu: [x64]
280
+ os: [netbsd]
281
+
282
+ '@esbuild/openbsd-x64@0.21.5':
283
+ resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
284
+ engines: {node: '>=12'}
285
+ cpu: [x64]
286
+ os: [openbsd]
287
+
288
+ '@esbuild/sunos-x64@0.21.5':
289
+ resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
290
+ engines: {node: '>=12'}
291
+ cpu: [x64]
292
+ os: [sunos]
293
+
294
+ '@esbuild/win32-arm64@0.21.5':
295
+ resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
296
+ engines: {node: '>=12'}
297
+ cpu: [arm64]
298
+ os: [win32]
299
+
300
+ '@esbuild/win32-ia32@0.21.5':
301
+ resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
302
+ engines: {node: '>=12'}
303
+ cpu: [ia32]
304
+ os: [win32]
305
+
306
+ '@esbuild/win32-x64@0.21.5':
307
+ resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
308
+ engines: {node: '>=12'}
309
+ cpu: [x64]
310
+ os: [win32]
311
+
312
+ '@eslint-community/eslint-utils@4.7.0':
313
+ resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==}
314
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
315
+ peerDependencies:
316
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
317
+
318
+ '@eslint-community/regexpp@4.12.1':
319
+ resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
320
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
321
+
322
+ '@eslint/eslintrc@2.1.4':
323
+ resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
324
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
325
+
326
+ '@eslint/js@8.57.1':
327
+ resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
328
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
329
+
330
+ '@floating-ui/core@1.7.0':
331
+ resolution: {integrity: sha512-FRdBLykrPPA6P76GGGqlex/e7fbe0F1ykgxHYNXQsH/iTEtjMj/f9bpY5oQqbjt5VgZvgz/uKXbGuROijh3VLA==}
332
+
333
+ '@floating-ui/dom@1.7.0':
334
+ resolution: {integrity: sha512-lGTor4VlXcesUMh1cupTUTDoCxMb0V6bm3CnxHzQcw8Eaf1jQbgQX4i02fYgT0vJ82tb5MZ4CZk1LRGkktJCzg==}
335
+
336
+ '@floating-ui/utils@0.2.9':
337
+ resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==}
338
+
339
+ '@humanwhocodes/config-array@0.13.0':
340
+ resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
341
+ engines: {node: '>=10.10.0'}
342
+ deprecated: Use @eslint/config-array instead
343
+
344
+ '@humanwhocodes/module-importer@1.0.1':
345
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
346
+ engines: {node: '>=12.22'}
347
+
348
+ '@humanwhocodes/object-schema@2.0.3':
349
+ resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
350
+ deprecated: Use @eslint/object-schema instead
351
+
352
+ '@jridgewell/gen-mapping@0.3.8':
353
+ resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
354
+ engines: {node: '>=6.0.0'}
355
+
356
+ '@jridgewell/resolve-uri@3.1.2':
357
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
358
+ engines: {node: '>=6.0.0'}
359
+
360
+ '@jridgewell/set-array@1.2.1':
361
+ resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
362
+ engines: {node: '>=6.0.0'}
363
+
364
+ '@jridgewell/sourcemap-codec@1.5.0':
365
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
366
+
367
+ '@jridgewell/trace-mapping@0.3.25':
368
+ resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
369
+
370
+ '@nodelib/fs.scandir@2.1.5':
371
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
372
+ engines: {node: '>= 8'}
373
+
374
+ '@nodelib/fs.stat@2.0.5':
375
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
376
+ engines: {node: '>= 8'}
377
+
378
+ '@nodelib/fs.walk@1.2.8':
379
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
380
+ engines: {node: '>= 8'}
381
+
382
+ '@parcel/watcher-android-arm64@2.5.1':
383
+ resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
384
+ engines: {node: '>= 10.0.0'}
385
+ cpu: [arm64]
386
+ os: [android]
387
+
388
+ '@parcel/watcher-darwin-arm64@2.5.1':
389
+ resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==}
390
+ engines: {node: '>= 10.0.0'}
391
+ cpu: [arm64]
392
+ os: [darwin]
393
+
394
+ '@parcel/watcher-darwin-x64@2.5.1':
395
+ resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==}
396
+ engines: {node: '>= 10.0.0'}
397
+ cpu: [x64]
398
+ os: [darwin]
399
+
400
+ '@parcel/watcher-freebsd-x64@2.5.1':
401
+ resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==}
402
+ engines: {node: '>= 10.0.0'}
403
+ cpu: [x64]
404
+ os: [freebsd]
405
+
406
+ '@parcel/watcher-linux-arm-glibc@2.5.1':
407
+ resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==}
408
+ engines: {node: '>= 10.0.0'}
409
+ cpu: [arm]
410
+ os: [linux]
411
+
412
+ '@parcel/watcher-linux-arm-musl@2.5.1':
413
+ resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==}
414
+ engines: {node: '>= 10.0.0'}
415
+ cpu: [arm]
416
+ os: [linux]
417
+
418
+ '@parcel/watcher-linux-arm64-glibc@2.5.1':
419
+ resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==}
420
+ engines: {node: '>= 10.0.0'}
421
+ cpu: [arm64]
422
+ os: [linux]
423
+
424
+ '@parcel/watcher-linux-arm64-musl@2.5.1':
425
+ resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==}
426
+ engines: {node: '>= 10.0.0'}
427
+ cpu: [arm64]
428
+ os: [linux]
429
+
430
+ '@parcel/watcher-linux-x64-glibc@2.5.1':
431
+ resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==}
432
+ engines: {node: '>= 10.0.0'}
433
+ cpu: [x64]
434
+ os: [linux]
435
+
436
+ '@parcel/watcher-linux-x64-musl@2.5.1':
437
+ resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==}
438
+ engines: {node: '>= 10.0.0'}
439
+ cpu: [x64]
440
+ os: [linux]
441
+
442
+ '@parcel/watcher-win32-arm64@2.5.1':
443
+ resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==}
444
+ engines: {node: '>= 10.0.0'}
445
+ cpu: [arm64]
446
+ os: [win32]
447
+
448
+ '@parcel/watcher-win32-ia32@2.5.1':
449
+ resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==}
450
+ engines: {node: '>= 10.0.0'}
451
+ cpu: [ia32]
452
+ os: [win32]
453
+
454
+ '@parcel/watcher-win32-x64@2.5.1':
455
+ resolution: {integrity: sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==}
456
+ engines: {node: '>= 10.0.0'}
457
+ cpu: [x64]
458
+ os: [win32]
459
+
460
+ '@parcel/watcher@2.5.1':
461
+ resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==}
462
+ engines: {node: '>= 10.0.0'}
463
+
464
+ '@rc-component/mini-decimal@1.1.0':
465
+ resolution: {integrity: sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==}
466
+ engines: {node: '>=8.x'}
467
+
468
+ '@react-spring/animated@9.6.1':
469
+ resolution: {integrity: sha512-ls/rJBrAqiAYozjLo5EPPLLOb1LM0lNVQcXODTC1SMtS6DbuBCPaKco5svFUQFMP2dso3O+qcC4k9FsKc0KxMQ==}
470
+ peerDependencies:
471
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
472
+
473
+ '@react-spring/core@9.6.1':
474
+ resolution: {integrity: sha512-3HAAinAyCPessyQNNXe5W0OHzRfa8Yo5P748paPcmMowZ/4sMfaZ2ZB6e5x5khQI8NusOHj8nquoutd6FRY5WQ==}
475
+ peerDependencies:
476
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
477
+
478
+ '@react-spring/rafz@9.6.1':
479
+ resolution: {integrity: sha512-v6qbgNRpztJFFfSE3e2W1Uz+g8KnIBs6SmzCzcVVF61GdGfGOuBrbjIcp+nUz301awVmREKi4eMQb2Ab2gGgyQ==}
480
+
481
+ '@react-spring/shared@9.6.1':
482
+ resolution: {integrity: sha512-PBFBXabxFEuF8enNLkVqMC9h5uLRBo6GQhRMQT/nRTnemVENimgRd+0ZT4yFnAQ0AxWNiJfX3qux+bW2LbG6Bw==}
483
+ peerDependencies:
484
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
485
+
486
+ '@react-spring/types@9.6.1':
487
+ resolution: {integrity: sha512-POu8Mk0hIU3lRXB3bGIGe4VHIwwDsQyoD1F394OK7STTiX9w4dG3cTLljjYswkQN+hDSHRrj4O36kuVa7KPU8Q==}
488
+
489
+ '@react-spring/web@9.6.1':
490
+ resolution: {integrity: sha512-X2zR6q2Z+FjsWfGAmAXlQaoUHbPmfuCaXpuM6TcwXPpLE1ZD4A1eys/wpXboFQmDkjnrlTmKvpVna1MjWpZ5Hw==}
491
+ peerDependencies:
492
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
493
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
494
+
495
+ '@rolldown/pluginutils@1.0.0-beta.9':
496
+ resolution: {integrity: sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==}
497
+
498
+ '@rollup/rollup-android-arm-eabi@4.41.1':
499
+ resolution: {integrity: sha512-NELNvyEWZ6R9QMkiytB4/L4zSEaBC03KIXEghptLGLZWJ6VPrL63ooZQCOnlx36aQPGhzuOMwDerC1Eb2VmrLw==}
500
+ cpu: [arm]
501
+ os: [android]
502
+
503
+ '@rollup/rollup-android-arm64@4.41.1':
504
+ resolution: {integrity: sha512-DXdQe1BJ6TK47ukAoZLehRHhfKnKg9BjnQYUu9gzhI8Mwa1d2fzxA1aw2JixHVl403bwp1+/o/NhhHtxWJBgEA==}
505
+ cpu: [arm64]
506
+ os: [android]
507
+
508
+ '@rollup/rollup-darwin-arm64@4.41.1':
509
+ resolution: {integrity: sha512-5afxvwszzdulsU2w8JKWwY8/sJOLPzf0e1bFuvcW5h9zsEg+RQAojdW0ux2zyYAz7R8HvvzKCjLNJhVq965U7w==}
510
+ cpu: [arm64]
511
+ os: [darwin]
512
+
513
+ '@rollup/rollup-darwin-x64@4.41.1':
514
+ resolution: {integrity: sha512-egpJACny8QOdHNNMZKf8xY0Is6gIMz+tuqXlusxquWu3F833DcMwmGM7WlvCO9sB3OsPjdC4U0wHw5FabzCGZg==}
515
+ cpu: [x64]
516
+ os: [darwin]
517
+
518
+ '@rollup/rollup-freebsd-arm64@4.41.1':
519
+ resolution: {integrity: sha512-DBVMZH5vbjgRk3r0OzgjS38z+atlupJ7xfKIDJdZZL6sM6wjfDNo64aowcLPKIx7LMQi8vybB56uh1Ftck/Atg==}
520
+ cpu: [arm64]
521
+ os: [freebsd]
522
+
523
+ '@rollup/rollup-freebsd-x64@4.41.1':
524
+ resolution: {integrity: sha512-3FkydeohozEskBxNWEIbPfOE0aqQgB6ttTkJ159uWOFn42VLyfAiyD9UK5mhu+ItWzft60DycIN1Xdgiy8o/SA==}
525
+ cpu: [x64]
526
+ os: [freebsd]
527
+
528
+ '@rollup/rollup-linux-arm-gnueabihf@4.41.1':
529
+ resolution: {integrity: sha512-wC53ZNDgt0pqx5xCAgNunkTzFE8GTgdZ9EwYGVcg+jEjJdZGtq9xPjDnFgfFozQI/Xm1mh+D9YlYtl+ueswNEg==}
530
+ cpu: [arm]
531
+ os: [linux]
532
+
533
+ '@rollup/rollup-linux-arm-musleabihf@4.41.1':
534
+ resolution: {integrity: sha512-jwKCca1gbZkZLhLRtsrka5N8sFAaxrGz/7wRJ8Wwvq3jug7toO21vWlViihG85ei7uJTpzbXZRcORotE+xyrLA==}
535
+ cpu: [arm]
536
+ os: [linux]
537
+
538
+ '@rollup/rollup-linux-arm64-gnu@4.41.1':
539
+ resolution: {integrity: sha512-g0UBcNknsmmNQ8V2d/zD2P7WWfJKU0F1nu0k5pW4rvdb+BIqMm8ToluW/eeRmxCared5dD76lS04uL4UaNgpNA==}
540
+ cpu: [arm64]
541
+ os: [linux]
542
+
543
+ '@rollup/rollup-linux-arm64-musl@4.41.1':
544
+ resolution: {integrity: sha512-XZpeGB5TKEZWzIrj7sXr+BEaSgo/ma/kCgrZgL0oo5qdB1JlTzIYQKel/RmhT6vMAvOdM2teYlAaOGJpJ9lahg==}
545
+ cpu: [arm64]
546
+ os: [linux]
547
+
548
+ '@rollup/rollup-linux-loongarch64-gnu@4.41.1':
549
+ resolution: {integrity: sha512-bkCfDJ4qzWfFRCNt5RVV4DOw6KEgFTUZi2r2RuYhGWC8WhCA8lCAJhDeAmrM/fdiAH54m0mA0Vk2FGRPyzI+tw==}
550
+ cpu: [loong64]
551
+ os: [linux]
552
+
553
+ '@rollup/rollup-linux-powerpc64le-gnu@4.41.1':
554
+ resolution: {integrity: sha512-3mr3Xm+gvMX+/8EKogIZSIEF0WUu0HL9di+YWlJpO8CQBnoLAEL/roTCxuLncEdgcfJcvA4UMOf+2dnjl4Ut1A==}
555
+ cpu: [ppc64]
556
+ os: [linux]
557
+
558
+ '@rollup/rollup-linux-riscv64-gnu@4.41.1':
559
+ resolution: {integrity: sha512-3rwCIh6MQ1LGrvKJitQjZFuQnT2wxfU+ivhNBzmxXTXPllewOF7JR1s2vMX/tWtUYFgphygxjqMl76q4aMotGw==}
560
+ cpu: [riscv64]
561
+ os: [linux]
562
+
563
+ '@rollup/rollup-linux-riscv64-musl@4.41.1':
564
+ resolution: {integrity: sha512-LdIUOb3gvfmpkgFZuccNa2uYiqtgZAz3PTzjuM5bH3nvuy9ty6RGc/Q0+HDFrHrizJGVpjnTZ1yS5TNNjFlklw==}
565
+ cpu: [riscv64]
566
+ os: [linux]
567
+
568
+ '@rollup/rollup-linux-s390x-gnu@4.41.1':
569
+ resolution: {integrity: sha512-oIE6M8WC9ma6xYqjvPhzZYk6NbobIURvP/lEbh7FWplcMO6gn7MM2yHKA1eC/GvYwzNKK/1LYgqzdkZ8YFxR8g==}
570
+ cpu: [s390x]
571
+ os: [linux]
572
+
573
+ '@rollup/rollup-linux-x64-gnu@4.41.1':
574
+ resolution: {integrity: sha512-cWBOvayNvA+SyeQMp79BHPK8ws6sHSsYnK5zDcsC3Hsxr1dgTABKjMnMslPq1DvZIp6uO7kIWhiGwaTdR4Og9A==}
575
+ cpu: [x64]
576
+ os: [linux]
577
+
578
+ '@rollup/rollup-linux-x64-musl@4.41.1':
579
+ resolution: {integrity: sha512-y5CbN44M+pUCdGDlZFzGGBSKCA4A/J2ZH4edTYSSxFg7ce1Xt3GtydbVKWLlzL+INfFIZAEg1ZV6hh9+QQf9YQ==}
580
+ cpu: [x64]
581
+ os: [linux]
582
+
583
+ '@rollup/rollup-win32-arm64-msvc@4.41.1':
584
+ resolution: {integrity: sha512-lZkCxIrjlJlMt1dLO/FbpZbzt6J/A8p4DnqzSa4PWqPEUUUnzXLeki/iyPLfV0BmHItlYgHUqJe+3KiyydmiNQ==}
585
+ cpu: [arm64]
586
+ os: [win32]
587
+
588
+ '@rollup/rollup-win32-ia32-msvc@4.41.1':
589
+ resolution: {integrity: sha512-+psFT9+pIh2iuGsxFYYa/LhS5MFKmuivRsx9iPJWNSGbh2XVEjk90fmpUEjCnILPEPJnikAU6SFDiEUyOv90Pg==}
590
+ cpu: [ia32]
591
+ os: [win32]
592
+
593
+ '@rollup/rollup-win32-x64-msvc@4.41.1':
594
+ resolution: {integrity: sha512-Wq2zpapRYLfi4aKxf2Xff0tN+7slj2d4R87WEzqw7ZLsVvO5zwYCIuEGSZYiK41+GlwUo1HiR+GdkLEJnCKTCw==}
595
+ cpu: [x64]
596
+ os: [win32]
597
+
598
+ '@types/babel__core@7.20.5':
599
+ resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
600
+
601
+ '@types/babel__generator@7.27.0':
602
+ resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
603
+
604
+ '@types/babel__template@7.4.4':
605
+ resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
606
+
607
+ '@types/babel__traverse@7.20.7':
608
+ resolution: {integrity: sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==}
609
+
610
+ '@types/estree@1.0.7':
611
+ resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
612
+
613
+ '@types/json-schema@7.0.15':
614
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
615
+
616
+ '@types/node@20.17.50':
617
+ resolution: {integrity: sha512-Mxiq0ULv/zo1OzOhwPqOA13I81CV/W3nvd3ChtQZRT5Cwz3cr0FKo/wMSsbTqL3EXpaBAEQhva2B8ByRkOIh9A==}
618
+
619
+ '@types/prop-types@15.7.14':
620
+ resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==}
621
+
622
+ '@types/react-dom@18.3.7':
623
+ resolution: {integrity: sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==}
624
+ peerDependencies:
625
+ '@types/react': ^18.0.0
626
+
627
+ '@types/react@18.3.22':
628
+ resolution: {integrity: sha512-vUhG0YmQZ7kL/tmKLrD3g5zXbXXreZXB3pmROW8bg3CnLnpjkRVwUlLne7Ufa2r9yJ8+/6B73RzhAek5TBKh2Q==}
629
+
630
+ '@types/semver@7.7.0':
631
+ resolution: {integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==}
632
+
633
+ '@typescript-eslint/eslint-plugin@6.21.0':
634
+ resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==}
635
+ engines: {node: ^16.0.0 || >=18.0.0}
636
+ peerDependencies:
637
+ '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
638
+ eslint: ^7.0.0 || ^8.0.0
639
+ typescript: '*'
640
+ peerDependenciesMeta:
641
+ typescript:
642
+ optional: true
643
+
644
+ '@typescript-eslint/parser@6.21.0':
645
+ resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==}
646
+ engines: {node: ^16.0.0 || >=18.0.0}
647
+ peerDependencies:
648
+ eslint: ^7.0.0 || ^8.0.0
649
+ typescript: '*'
650
+ peerDependenciesMeta:
651
+ typescript:
652
+ optional: true
653
+
654
+ '@typescript-eslint/scope-manager@6.21.0':
655
+ resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==}
656
+ engines: {node: ^16.0.0 || >=18.0.0}
657
+
658
+ '@typescript-eslint/type-utils@6.21.0':
659
+ resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==}
660
+ engines: {node: ^16.0.0 || >=18.0.0}
661
+ peerDependencies:
662
+ eslint: ^7.0.0 || ^8.0.0
663
+ typescript: '*'
664
+ peerDependenciesMeta:
665
+ typescript:
666
+ optional: true
667
+
668
+ '@typescript-eslint/types@6.21.0':
669
+ resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==}
670
+ engines: {node: ^16.0.0 || >=18.0.0}
671
+
672
+ '@typescript-eslint/typescript-estree@6.21.0':
673
+ resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==}
674
+ engines: {node: ^16.0.0 || >=18.0.0}
675
+ peerDependencies:
676
+ typescript: '*'
677
+ peerDependenciesMeta:
678
+ typescript:
679
+ optional: true
680
+
681
+ '@typescript-eslint/utils@6.21.0':
682
+ resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==}
683
+ engines: {node: ^16.0.0 || >=18.0.0}
684
+ peerDependencies:
685
+ eslint: ^7.0.0 || ^8.0.0
686
+
687
+ '@typescript-eslint/visitor-keys@6.21.0':
688
+ resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
689
+ engines: {node: ^16.0.0 || >=18.0.0}
690
+
691
+ '@ungap/structured-clone@1.3.0':
692
+ resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
693
+
694
+ '@use-gesture/core@10.3.0':
695
+ resolution: {integrity: sha512-rh+6MND31zfHcy9VU3dOZCqGY511lvGcfyJenN4cWZe0u1BH6brBpBddLVXhF2r4BMqWbvxfsbL7D287thJU2A==}
696
+
697
+ '@use-gesture/react@10.3.0':
698
+ resolution: {integrity: sha512-3zc+Ve99z4usVP6l9knYVbVnZgfqhKah7sIG+PS2w+vpig2v2OLct05vs+ZXMzwxdNCMka8B+8WlOo0z6Pn6DA==}
699
+ peerDependencies:
700
+ react: '>= 16.8.0'
701
+
702
+ '@vitejs/plugin-react@4.5.0':
703
+ resolution: {integrity: sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg==}
704
+ engines: {node: ^14.18.0 || >=16.0.0}
705
+ peerDependencies:
706
+ vite: ^4.2.0 || ^5.0.0 || ^6.0.0
707
+
708
+ acorn-jsx@5.3.2:
709
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
710
+ peerDependencies:
711
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
712
+
713
+ acorn@8.14.1:
714
+ resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==}
715
+ engines: {node: '>=0.4.0'}
716
+ hasBin: true
717
+
718
+ ahooks@3.8.5:
719
+ resolution: {integrity: sha512-Y+MLoJpBXVdjsnnBjE5rOSPkQ4DK+8i5aPDzLJdIOsCpo/fiAeXcBY1Y7oWgtOK0TpOz0gFa/XcyO1UGdoqLcw==}
720
+ engines: {node: '>=8.0.0'}
721
+ peerDependencies:
722
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
723
+
724
+ ajv@6.12.6:
725
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
726
+
727
+ ansi-regex@5.0.1:
728
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
729
+ engines: {node: '>=8'}
730
+
731
+ ansi-styles@4.3.0:
732
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
733
+ engines: {node: '>=8'}
734
+
735
+ antd-mobile-icons@0.3.0:
736
+ resolution: {integrity: sha512-rqINQpJWZWrva9moCd1Ye695MZYWmqLPE+bY8d2xLRy7iSQwPsinCdZYjpUPp2zL/LnKYSyXxP2ut2A+DC+whQ==}
737
+
738
+ antd-mobile-v5-count@1.0.1:
739
+ resolution: {integrity: sha512-YGsiEDCPUDz3SzfXi6gLZn/HpeSMW+jgPc4qiYUr1fSopg3hkUie2TnooJdExgfiETHefH3Ggs58He0OVfegLA==}
740
+
741
+ antd-mobile@5.39.0:
742
+ resolution: {integrity: sha512-x0cr1KYcYEOzLzD8r5S3NYtViTxTkHSh8krjM5q6RxphjabvEFQTZuf3i7gJzICprirJ4GO/F7K3m8qldCiEjw==}
743
+ peerDependencies:
744
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
745
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
746
+
747
+ argparse@2.0.1:
748
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
749
+
750
+ array-union@2.1.0:
751
+ resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
752
+ engines: {node: '>=8'}
753
+
754
+ async-validator@4.2.5:
755
+ resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
756
+
757
+ asynckit@0.4.0:
758
+ resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
759
+
760
+ autoprefixer@10.4.21:
761
+ resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==}
762
+ engines: {node: ^10 || ^12 || >=14}
763
+ hasBin: true
764
+ peerDependencies:
765
+ postcss: ^8.1.0
766
+
767
+ axios@1.9.0:
768
+ resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==}
769
+
770
+ balanced-match@1.0.2:
771
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
772
+
773
+ brace-expansion@1.1.11:
774
+ resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
775
+
776
+ brace-expansion@2.0.1:
777
+ resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
778
+
779
+ braces@3.0.3:
780
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
781
+ engines: {node: '>=8'}
782
+
783
+ browserslist@4.24.5:
784
+ resolution: {integrity: sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==}
785
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
786
+ hasBin: true
787
+
788
+ buffer-builder@0.2.0:
789
+ resolution: {integrity: sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==}
790
+
791
+ call-bind-apply-helpers@1.0.2:
792
+ resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
793
+ engines: {node: '>= 0.4'}
794
+
795
+ callsites@3.1.0:
796
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
797
+ engines: {node: '>=6'}
798
+
799
+ caniuse-lite@1.0.30001718:
800
+ resolution: {integrity: sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==}
801
+
802
+ chalk@4.1.2:
803
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
804
+ engines: {node: '>=10'}
805
+
806
+ chokidar@4.0.3:
807
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
808
+ engines: {node: '>= 14.16.0'}
809
+
810
+ classnames@2.5.1:
811
+ resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==}
812
+
813
+ color-convert@2.0.1:
814
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
815
+ engines: {node: '>=7.0.0'}
816
+
817
+ color-name@1.1.4:
818
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
819
+
820
+ colorjs.io@0.5.2:
821
+ resolution: {integrity: sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==}
822
+
823
+ combined-stream@1.0.8:
824
+ resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
825
+ engines: {node: '>= 0.8'}
826
+
827
+ concat-map@0.0.1:
828
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
829
+
830
+ convert-source-map@2.0.0:
831
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
832
+
833
+ cookie@1.0.2:
834
+ resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
835
+ engines: {node: '>=18'}
836
+
837
+ copy-anything@2.0.6:
838
+ resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
839
+
840
+ cross-spawn@7.0.6:
841
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
842
+ engines: {node: '>= 8'}
843
+
844
+ csstype@3.1.3:
845
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
846
+
847
+ dayjs@1.11.13:
848
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
849
+
850
+ debug@4.4.1:
851
+ resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
852
+ engines: {node: '>=6.0'}
853
+ peerDependencies:
854
+ supports-color: '*'
855
+ peerDependenciesMeta:
856
+ supports-color:
857
+ optional: true
858
+
859
+ deep-is@0.1.4:
860
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
861
+
862
+ deepmerge@4.3.1:
863
+ resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
864
+ engines: {node: '>=0.10.0'}
865
+
866
+ delayed-stream@1.0.0:
867
+ resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
868
+ engines: {node: '>=0.4.0'}
869
+
870
+ detect-libc@1.0.3:
871
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
872
+ engines: {node: '>=0.10'}
873
+ hasBin: true
874
+
875
+ dir-glob@3.0.1:
876
+ resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
877
+ engines: {node: '>=8'}
878
+
879
+ doctrine@3.0.0:
880
+ resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
881
+ engines: {node: '>=6.0.0'}
882
+
883
+ dunder-proto@1.0.1:
884
+ resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
885
+ engines: {node: '>= 0.4'}
886
+
887
+ electron-to-chromium@1.5.158:
888
+ resolution: {integrity: sha512-9vcp2xHhkvraY6AHw2WMi+GDSLPX42qe2xjYaVoZqFRJiOcilVQFq9mZmpuHEQpzlgGDelKlV7ZiGcmMsc8WxQ==}
889
+
890
+ errno@0.1.8:
891
+ resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
892
+ hasBin: true
893
+
894
+ es-define-property@1.0.1:
895
+ resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
896
+ engines: {node: '>= 0.4'}
897
+
898
+ es-errors@1.3.0:
899
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
900
+ engines: {node: '>= 0.4'}
901
+
902
+ es-object-atoms@1.1.1:
903
+ resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
904
+ engines: {node: '>= 0.4'}
905
+
906
+ es-set-tostringtag@2.1.0:
907
+ resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
908
+ engines: {node: '>= 0.4'}
909
+
910
+ esbuild@0.21.5:
911
+ resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
912
+ engines: {node: '>=12'}
913
+ hasBin: true
914
+
915
+ escalade@3.2.0:
916
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
917
+ engines: {node: '>=6'}
918
+
919
+ escape-string-regexp@4.0.0:
920
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
921
+ engines: {node: '>=10'}
922
+
923
+ eslint-plugin-react-hooks@4.6.2:
924
+ resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
925
+ engines: {node: '>=10'}
926
+ peerDependencies:
927
+ eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
928
+
929
+ eslint-plugin-react-refresh@0.4.20:
930
+ resolution: {integrity: sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA==}
931
+ peerDependencies:
932
+ eslint: '>=8.40'
933
+
934
+ eslint-scope@7.2.2:
935
+ resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
936
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
937
+
938
+ eslint-visitor-keys@3.4.3:
939
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
940
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
941
+
942
+ eslint@8.57.1:
943
+ resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
944
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
945
+ deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
946
+ hasBin: true
947
+
948
+ espree@9.6.1:
949
+ resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
950
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
951
+
952
+ esquery@1.6.0:
953
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
954
+ engines: {node: '>=0.10'}
955
+
956
+ esrecurse@4.3.0:
957
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
958
+ engines: {node: '>=4.0'}
959
+
960
+ estraverse@5.3.0:
961
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
962
+ engines: {node: '>=4.0'}
963
+
964
+ esutils@2.0.3:
965
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
966
+ engines: {node: '>=0.10.0'}
967
+
968
+ fast-deep-equal@3.1.3:
969
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
970
+
971
+ fast-glob@3.3.3:
972
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
973
+ engines: {node: '>=8.6.0'}
974
+
975
+ fast-json-stable-stringify@2.1.0:
976
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
977
+
978
+ fast-levenshtein@2.0.6:
979
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
980
+
981
+ fastq@1.19.1:
982
+ resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
983
+
984
+ file-entry-cache@6.0.1:
985
+ resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
986
+ engines: {node: ^10.12.0 || >=12.0.0}
987
+
988
+ fill-range@7.1.1:
989
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
990
+ engines: {node: '>=8'}
991
+
992
+ find-up@5.0.0:
993
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
994
+ engines: {node: '>=10'}
995
+
996
+ flat-cache@3.2.0:
997
+ resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
998
+ engines: {node: ^10.12.0 || >=12.0.0}
999
+
1000
+ flatted@3.3.3:
1001
+ resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
1002
+
1003
+ follow-redirects@1.15.9:
1004
+ resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
1005
+ engines: {node: '>=4.0'}
1006
+ peerDependencies:
1007
+ debug: '*'
1008
+ peerDependenciesMeta:
1009
+ debug:
1010
+ optional: true
1011
+
1012
+ form-data@4.0.2:
1013
+ resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==}
1014
+ engines: {node: '>= 6'}
1015
+
1016
+ fraction.js@4.3.7:
1017
+ resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
1018
+
1019
+ fs.realpath@1.0.0:
1020
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
1021
+
1022
+ fsevents@2.3.3:
1023
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1024
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1025
+ os: [darwin]
1026
+
1027
+ function-bind@1.1.2:
1028
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1029
+
1030
+ gensync@1.0.0-beta.2:
1031
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1032
+ engines: {node: '>=6.9.0'}
1033
+
1034
+ get-intrinsic@1.3.0:
1035
+ resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
1036
+ engines: {node: '>= 0.4'}
1037
+
1038
+ get-proto@1.0.1:
1039
+ resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
1040
+ engines: {node: '>= 0.4'}
1041
+
1042
+ glob-parent@5.1.2:
1043
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1044
+ engines: {node: '>= 6'}
1045
+
1046
+ glob-parent@6.0.2:
1047
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1048
+ engines: {node: '>=10.13.0'}
1049
+
1050
+ glob@7.2.3:
1051
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
1052
+ deprecated: Glob versions prior to v9 are no longer supported
1053
+
1054
+ globals@11.12.0:
1055
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
1056
+ engines: {node: '>=4'}
1057
+
1058
+ globals@13.24.0:
1059
+ resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
1060
+ engines: {node: '>=8'}
1061
+
1062
+ globby@11.1.0:
1063
+ resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
1064
+ engines: {node: '>=10'}
1065
+
1066
+ gopd@1.2.0:
1067
+ resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
1068
+ engines: {node: '>= 0.4'}
1069
+
1070
+ graceful-fs@4.2.11:
1071
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1072
+
1073
+ graphemer@1.4.0:
1074
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
1075
+
1076
+ has-flag@4.0.0:
1077
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1078
+ engines: {node: '>=8'}
1079
+
1080
+ has-symbols@1.1.0:
1081
+ resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
1082
+ engines: {node: '>= 0.4'}
1083
+
1084
+ has-tostringtag@1.0.2:
1085
+ resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
1086
+ engines: {node: '>= 0.4'}
1087
+
1088
+ hasown@2.0.2:
1089
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
1090
+ engines: {node: '>= 0.4'}
1091
+
1092
+ iconv-lite@0.6.3:
1093
+ resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
1094
+ engines: {node: '>=0.10.0'}
1095
+
1096
+ ignore@5.3.2:
1097
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
1098
+ engines: {node: '>= 4'}
1099
+
1100
+ image-size@0.5.5:
1101
+ resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
1102
+ engines: {node: '>=0.10.0'}
1103
+ hasBin: true
1104
+
1105
+ immutable@5.1.2:
1106
+ resolution: {integrity: sha512-qHKXW1q6liAk1Oys6umoaZbDRqjcjgSrbnrifHsfsttza7zcvRAsL7mMV6xWcyhwQy7Xj5v4hhbr6b+iDYwlmQ==}
1107
+
1108
+ import-fresh@3.3.1:
1109
+ resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1110
+ engines: {node: '>=6'}
1111
+
1112
+ imurmurhash@0.1.4:
1113
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
1114
+ engines: {node: '>=0.8.19'}
1115
+
1116
+ inflight@1.0.6:
1117
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
1118
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
1119
+
1120
+ inherits@2.0.4:
1121
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
1122
+
1123
+ intersection-observer@0.12.2:
1124
+ resolution: {integrity: sha512-7m1vEcPCxXYI8HqnL8CKI6siDyD+eIWSwgB3DZA+ZTogxk9I4CDnj4wilt9x/+/QbHI4YG5YZNmC6458/e9Ktg==}
1125
+
1126
+ is-extglob@2.1.1:
1127
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1128
+ engines: {node: '>=0.10.0'}
1129
+
1130
+ is-glob@4.0.3:
1131
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1132
+ engines: {node: '>=0.10.0'}
1133
+
1134
+ is-number@7.0.0:
1135
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1136
+ engines: {node: '>=0.12.0'}
1137
+
1138
+ is-path-inside@3.0.3:
1139
+ resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
1140
+ engines: {node: '>=8'}
1141
+
1142
+ is-what@3.14.1:
1143
+ resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
1144
+
1145
+ isexe@2.0.0:
1146
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1147
+
1148
+ js-cookie@3.0.5:
1149
+ resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
1150
+ engines: {node: '>=14'}
1151
+
1152
+ js-tokens@4.0.0:
1153
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1154
+
1155
+ js-yaml@4.1.0:
1156
+ resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1157
+ hasBin: true
1158
+
1159
+ jsesc@3.1.0:
1160
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1161
+ engines: {node: '>=6'}
1162
+ hasBin: true
1163
+
1164
+ json-buffer@3.0.1:
1165
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
1166
+
1167
+ json-schema-traverse@0.4.1:
1168
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1169
+
1170
+ json-stable-stringify-without-jsonify@1.0.1:
1171
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1172
+
1173
+ json5@2.2.3:
1174
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1175
+ engines: {node: '>=6'}
1176
+ hasBin: true
1177
+
1178
+ keyv@4.5.4:
1179
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1180
+
1181
+ less@4.3.0:
1182
+ resolution: {integrity: sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==}
1183
+ engines: {node: '>=14'}
1184
+ hasBin: true
1185
+
1186
+ levn@0.4.1:
1187
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1188
+ engines: {node: '>= 0.8.0'}
1189
+
1190
+ locate-path@6.0.0:
1191
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1192
+ engines: {node: '>=10'}
1193
+
1194
+ lodash-es@4.17.21:
1195
+ resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
1196
+
1197
+ lodash.merge@4.6.2:
1198
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1199
+
1200
+ lodash@4.17.21:
1201
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1202
+
1203
+ loose-envify@1.4.0:
1204
+ resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
1205
+ hasBin: true
1206
+
1207
+ lru-cache@5.1.1:
1208
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1209
+
1210
+ make-dir@2.1.0:
1211
+ resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
1212
+ engines: {node: '>=6'}
1213
+
1214
+ math-intrinsics@1.1.0:
1215
+ resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
1216
+ engines: {node: '>= 0.4'}
1217
+
1218
+ merge2@1.4.1:
1219
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1220
+ engines: {node: '>= 8'}
1221
+
1222
+ micromatch@4.0.8:
1223
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1224
+ engines: {node: '>=8.6'}
1225
+
1226
+ mime-db@1.52.0:
1227
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
1228
+ engines: {node: '>= 0.6'}
1229
+
1230
+ mime-types@2.1.35:
1231
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
1232
+ engines: {node: '>= 0.6'}
1233
+
1234
+ mime@1.6.0:
1235
+ resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
1236
+ engines: {node: '>=4'}
1237
+ hasBin: true
1238
+
1239
+ minimatch@3.1.2:
1240
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1241
+
1242
+ minimatch@9.0.3:
1243
+ resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
1244
+ engines: {node: '>=16 || 14 >=14.17'}
1245
+
1246
+ ms@2.1.3:
1247
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1248
+
1249
+ nano-memoize@3.0.16:
1250
+ resolution: {integrity: sha512-JyK96AKVGAwVeMj3MoMhaSXaUNqgMbCRSQB3trUV8tYZfWEzqUBKdK1qJpfuNXgKeHOx1jv/IEYTM659ly7zUA==}
1251
+
1252
+ nanoid@3.3.11:
1253
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1254
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1255
+ hasBin: true
1256
+
1257
+ natural-compare@1.4.0:
1258
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
1259
+
1260
+ needle@3.3.1:
1261
+ resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==}
1262
+ engines: {node: '>= 4.4.x'}
1263
+ hasBin: true
1264
+
1265
+ node-addon-api@7.1.1:
1266
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
1267
+
1268
+ node-releases@2.0.19:
1269
+ resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
1270
+
1271
+ normalize-range@0.1.2:
1272
+ resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
1273
+ engines: {node: '>=0.10.0'}
1274
+
1275
+ object-assign@4.1.1:
1276
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
1277
+ engines: {node: '>=0.10.0'}
1278
+
1279
+ once@1.4.0:
1280
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
1281
+
1282
+ optionator@0.9.4:
1283
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
1284
+ engines: {node: '>= 0.8.0'}
1285
+
1286
+ p-limit@3.1.0:
1287
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1288
+ engines: {node: '>=10'}
1289
+
1290
+ p-locate@5.0.0:
1291
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1292
+ engines: {node: '>=10'}
1293
+
1294
+ parent-module@1.0.1:
1295
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1296
+ engines: {node: '>=6'}
1297
+
1298
+ parse-node-version@1.0.1:
1299
+ resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
1300
+ engines: {node: '>= 0.10'}
1301
+
1302
+ path-exists@4.0.0:
1303
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1304
+ engines: {node: '>=8'}
1305
+
1306
+ path-is-absolute@1.0.1:
1307
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
1308
+ engines: {node: '>=0.10.0'}
1309
+
1310
+ path-key@3.1.1:
1311
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1312
+ engines: {node: '>=8'}
1313
+
1314
+ path-type@4.0.0:
1315
+ resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
1316
+ engines: {node: '>=8'}
1317
+
1318
+ picocolors@1.1.1:
1319
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1320
+
1321
+ picomatch@2.3.1:
1322
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1323
+ engines: {node: '>=8.6'}
1324
+
1325
+ pify@4.0.1:
1326
+ resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
1327
+ engines: {node: '>=6'}
1328
+
1329
+ postcss-px-to-viewport@1.1.1:
1330
+ resolution: {integrity: sha512-2x9oGnBms+e0cYtBJOZdlwrFg/mLR4P1g2IFu7jYKvnqnH/HLhoKyareW2Q/x4sg0BgklHlP1qeWo2oCyPm8FQ==}
1331
+
1332
+ postcss-value-parser@4.2.0:
1333
+ resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
1334
+
1335
+ postcss@8.5.3:
1336
+ resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
1337
+ engines: {node: ^10 || ^12 || >=14}
1338
+
1339
+ prelude-ls@1.2.1:
1340
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
1341
+ engines: {node: '>= 0.8.0'}
1342
+
1343
+ proxy-from-env@1.1.0:
1344
+ resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
1345
+
1346
+ prr@1.0.1:
1347
+ resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
1348
+
1349
+ punycode@2.3.1:
1350
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1351
+ engines: {node: '>=6'}
1352
+
1353
+ queue-microtask@1.2.3:
1354
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1355
+
1356
+ rc-field-form@1.44.0:
1357
+ resolution: {integrity: sha512-el7w87fyDUsca63Y/s8qJcq9kNkf/J5h+iTdqG5WsSHLH0e6Usl7QuYSmSVzJMgtp40mOVZIY/W/QP9zwrp1FA==}
1358
+ engines: {node: '>=8.x'}
1359
+ peerDependencies:
1360
+ react: '>=16.9.0'
1361
+ react-dom: '>=16.9.0'
1362
+
1363
+ rc-motion@2.9.5:
1364
+ resolution: {integrity: sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==}
1365
+ peerDependencies:
1366
+ react: '>=16.9.0'
1367
+ react-dom: '>=16.9.0'
1368
+
1369
+ rc-segmented@2.4.1:
1370
+ resolution: {integrity: sha512-KUi+JJFdKnumV9iXlm+BJ00O4NdVBp2TEexLCk6bK1x/RH83TvYKQMzIz/7m3UTRPD08RM/8VG/JNjWgWbd4cw==}
1371
+ peerDependencies:
1372
+ react: '>=16.0.0'
1373
+ react-dom: '>=16.0.0'
1374
+
1375
+ rc-util@5.44.4:
1376
+ resolution: {integrity: sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==}
1377
+ peerDependencies:
1378
+ react: '>=16.9.0'
1379
+ react-dom: '>=16.9.0'
1380
+
1381
+ react-dom@18.3.1:
1382
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
1383
+ peerDependencies:
1384
+ react: ^18.3.1
1385
+
1386
+ react-fast-compare@3.2.2:
1387
+ resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
1388
+
1389
+ react-is@18.3.1:
1390
+ resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
1391
+
1392
+ react-refresh@0.17.0:
1393
+ resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
1394
+ engines: {node: '>=0.10.0'}
1395
+
1396
+ react-router-dom@7.6.1:
1397
+ resolution: {integrity: sha512-vxU7ei//UfPYQ3iZvHuO1D/5fX3/JOqhNTbRR+WjSBWxf9bIvpWK+ftjmdfJHzPOuMQKe2fiEdG+dZX6E8uUpA==}
1398
+ engines: {node: '>=20.0.0'}
1399
+ peerDependencies:
1400
+ react: '>=18'
1401
+ react-dom: '>=18'
1402
+
1403
+ react-router@7.6.1:
1404
+ resolution: {integrity: sha512-hPJXXxHJZEsPFNVbtATH7+MMX43UDeOauz+EAU4cgqTn7ojdI9qQORqS8Z0qmDlL1TclO/6jLRYUEtbWidtdHQ==}
1405
+ engines: {node: '>=20.0.0'}
1406
+ peerDependencies:
1407
+ react: '>=18'
1408
+ react-dom: '>=18'
1409
+ peerDependenciesMeta:
1410
+ react-dom:
1411
+ optional: true
1412
+
1413
+ react@18.3.1:
1414
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
1415
+ engines: {node: '>=0.10.0'}
1416
+
1417
+ readdirp@4.1.2:
1418
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
1419
+ engines: {node: '>= 14.18.0'}
1420
+
1421
+ resize-observer-polyfill@1.5.1:
1422
+ resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
1423
+
1424
+ resolve-from@4.0.0:
1425
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1426
+ engines: {node: '>=4'}
1427
+
1428
+ reusify@1.1.0:
1429
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
1430
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1431
+
1432
+ rimraf@3.0.2:
1433
+ resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
1434
+ deprecated: Rimraf versions prior to v4 are no longer supported
1435
+ hasBin: true
1436
+
1437
+ rollup@4.41.1:
1438
+ resolution: {integrity: sha512-cPmwD3FnFv8rKMBc1MxWCwVQFxwf1JEmSX3iQXrRVVG15zerAIXRjMFVWnd5Q5QvgKF7Aj+5ykXFhUl+QGnyOw==}
1439
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1440
+ hasBin: true
1441
+
1442
+ run-parallel@1.2.0:
1443
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1444
+
1445
+ runes2@1.1.4:
1446
+ resolution: {integrity: sha512-LNPnEDPOOU4ehF71m5JoQyzT2yxwD6ZreFJ7MxZUAoMKNMY1XrAo60H1CUoX5ncSm0rIuKlqn9JZNRrRkNou2g==}
1447
+
1448
+ rxjs@7.8.2:
1449
+ resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
1450
+
1451
+ safer-buffer@2.1.2:
1452
+ resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
1453
+
1454
+ sass-embedded-android-arm64@1.89.0:
1455
+ resolution: {integrity: sha512-pr4R3p5R+Ul9ZA5nzYbBJQFJXW6dMGzgpNBhmaToYDgDhmNX5kg0mZAUlGLHvisLdTiR6oEfDDr9QI6tnD2nqA==}
1456
+ engines: {node: '>=14.0.0'}
1457
+ cpu: [arm64]
1458
+ os: [android]
1459
+
1460
+ sass-embedded-android-arm@1.89.0:
1461
+ resolution: {integrity: sha512-s6jxkEZQQrtyIGZX6Sbcu7tEixFG2VkqFgrX11flm/jZex7KaxnZtFace+wnYAgHqzzYpx0kNzJUpT+GXxm8CA==}
1462
+ engines: {node: '>=14.0.0'}
1463
+ cpu: [arm]
1464
+ os: [android]
1465
+
1466
+ sass-embedded-android-ia32@1.89.0:
1467
+ resolution: {integrity: sha512-GoNnNGYmp1F0ZMHqQbAurlQsjBMZKtDd5H60Ruq86uQFdnuNqQ9wHKJsJABxMnjfAn60IjefytM5PYTMcAmbfA==}
1468
+ engines: {node: '>=14.0.0'}
1469
+ cpu: [ia32]
1470
+ os: [android]
1471
+
1472
+ sass-embedded-android-riscv64@1.89.0:
1473
+ resolution: {integrity: sha512-di+i4KkKAWTNksaQYTqBEERv46qV/tvv14TPswEfak7vcTQ2pj2mvV4KGjLYfU2LqRkX/NTXix9KFthrzFN51Q==}
1474
+ engines: {node: '>=14.0.0'}
1475
+ cpu: [riscv64]
1476
+ os: [android]
1477
+
1478
+ sass-embedded-android-x64@1.89.0:
1479
+ resolution: {integrity: sha512-1cRRDAnmAS1wLaxfFf6PCHu9sKW8FNxdM7ZkanwxO9mztrCu/uvfqTmaurY9+RaKvPus7sGYFp46/TNtl/wRjg==}
1480
+ engines: {node: '>=14.0.0'}
1481
+ cpu: [x64]
1482
+ os: [android]
1483
+
1484
+ sass-embedded-darwin-arm64@1.89.0:
1485
+ resolution: {integrity: sha512-EUNUzI0UkbQ6dASPyf09S3x7fNT54PjyD594ZGTY14Yh4qTuacIj27ckLmreAJNNu5QxlbhyYuOtz+XN5bMMxA==}
1486
+ engines: {node: '>=14.0.0'}
1487
+ cpu: [arm64]
1488
+ os: [darwin]
1489
+
1490
+ sass-embedded-darwin-x64@1.89.0:
1491
+ resolution: {integrity: sha512-23R8zSuB31Fq/MYpmQ38UR2C26BsYb66VVpJgWmWl/N+sgv/+l9ECuSPMbYNgM3vb9TP9wk9dgL6KkiCS5tAyg==}
1492
+ engines: {node: '>=14.0.0'}
1493
+ cpu: [x64]
1494
+ os: [darwin]
1495
+
1496
+ sass-embedded-linux-arm64@1.89.0:
1497
+ resolution: {integrity: sha512-g9Lp57qyx51ttKj0AN/edV43Hu1fBObvD7LpYwVfs6u3I95r0Adi90KujzNrUqXxJVmsfUwseY8kA8zvcRjhYA==}
1498
+ engines: {node: '>=14.0.0'}
1499
+ cpu: [arm64]
1500
+ os: [linux]
1501
+
1502
+ sass-embedded-linux-arm@1.89.0:
1503
+ resolution: {integrity: sha512-KAzA1XD74d8/fiJXxVnLfFwfpmD2XqUJZz+DL6ZAPNLH1sb+yCP7brktaOyClDc/MBu61JERdHaJjIZhfX0Yqw==}
1504
+ engines: {node: '>=14.0.0'}
1505
+ cpu: [arm]
1506
+ os: [linux]
1507
+
1508
+ sass-embedded-linux-ia32@1.89.0:
1509
+ resolution: {integrity: sha512-5fxBeXyvBr3pb+vyrx9V6yd7QDRXkAPbwmFVVhjqshBABOXelLysEFea7xokh/tM8JAAQ4O8Ls3eW3Eojb477g==}
1510
+ engines: {node: '>=14.0.0'}
1511
+ cpu: [ia32]
1512
+ os: [linux]
1513
+
1514
+ sass-embedded-linux-musl-arm64@1.89.0:
1515
+ resolution: {integrity: sha512-50oelrOtN64u15vJN9uJryIuT0+UPjyeoq0zdWbY8F7LM9294Wf+Idea+nqDUWDCj1MHndyPFmR1mjeuRouJhw==}
1516
+ engines: {node: '>=14.0.0'}
1517
+ cpu: [arm64]
1518
+ os: [linux]
1519
+
1520
+ sass-embedded-linux-musl-arm@1.89.0:
1521
+ resolution: {integrity: sha512-0Q1JeEU4/tzH7fwAwarfIh+Swn3aXG/jPhVsZpbR1c1VzkeaPngmXdmLJcVXsdb35tjk84DuYcFtJlE1HYGw4Q==}
1522
+ engines: {node: '>=14.0.0'}
1523
+ cpu: [arm]
1524
+ os: [linux]
1525
+
1526
+ sass-embedded-linux-musl-ia32@1.89.0:
1527
+ resolution: {integrity: sha512-ILWqpTd+0RdsSw977iVAJf4CLetIbcQgLQf17ycS1N4StZKVRZs1bBfZhg/f/HU/4p5HondPAwepgJepZZdnFA==}
1528
+ engines: {node: '>=14.0.0'}
1529
+ cpu: [ia32]
1530
+ os: [linux]
1531
+
1532
+ sass-embedded-linux-musl-riscv64@1.89.0:
1533
+ resolution: {integrity: sha512-n2V+Tdjj7SAuiuElJYhWiHjjB1YU0cuFvL1/m5K+ecdNStfHFWIzvBT6/vzQnBOWjI4eZECNVuQ8GwGWCufZew==}
1534
+ engines: {node: '>=14.0.0'}
1535
+ cpu: [riscv64]
1536
+ os: [linux]
1537
+
1538
+ sass-embedded-linux-musl-x64@1.89.0:
1539
+ resolution: {integrity: sha512-KOHJdouBK3SLJKZLnFYzuxs3dn+6jaeO3p4p1JUYAcVfndcvh13Sg2sLGfOfpg7Og6ws2Nnqnx0CyL26jPJ7ag==}
1540
+ engines: {node: '>=14.0.0'}
1541
+ cpu: [x64]
1542
+ os: [linux]
1543
+
1544
+ sass-embedded-linux-riscv64@1.89.0:
1545
+ resolution: {integrity: sha512-0A/UWeKX6MYhVLWLkdX3NPKHO+mvIwzaf6TxGCy3vS3TODWaeDUeBhHShAr7YlOKv5xRGxf7Gx7FXCPV0mUyMA==}
1546
+ engines: {node: '>=14.0.0'}
1547
+ cpu: [riscv64]
1548
+ os: [linux]
1549
+
1550
+ sass-embedded-linux-x64@1.89.0:
1551
+ resolution: {integrity: sha512-dRBoOFPDWctHPYK3hTk3YzyX/icVrXiw7oOjbtpaDr6JooqIWBe16FslkWyvQzdmfOFy80raKVjgoqT7DsznkQ==}
1552
+ engines: {node: '>=14.0.0'}
1553
+ cpu: [x64]
1554
+ os: [linux]
1555
+
1556
+ sass-embedded-win32-arm64@1.89.0:
1557
+ resolution: {integrity: sha512-RnlVZ14hC/W7ubzvhqnbGfjU5PFNoFP/y5qycgCy+Mezb0IKbWvZ2Lyzux8TbL3OIjOikkNpfXoNQrX706WLAA==}
1558
+ engines: {node: '>=14.0.0'}
1559
+ cpu: [arm64]
1560
+ os: [win32]
1561
+
1562
+ sass-embedded-win32-ia32@1.89.0:
1563
+ resolution: {integrity: sha512-eFe9VMNG+90nuoE3eXDy+38+uEHGf7xcqalq5+0PVZfR+H9RlaEbvIUNflZV94+LOH8Jb4lrfuekhHgWDJLfSg==}
1564
+ engines: {node: '>=14.0.0'}
1565
+ cpu: [ia32]
1566
+ os: [win32]
1567
+
1568
+ sass-embedded-win32-x64@1.89.0:
1569
+ resolution: {integrity: sha512-AaGpr5R6MLCuSvkvDdRq49ebifwLcuGPk0/10hbYw9nh3jpy2/CylYubQpIpR4yPcuD1wFwFqufTXC3HJYGb0g==}
1570
+ engines: {node: '>=14.0.0'}
1571
+ cpu: [x64]
1572
+ os: [win32]
1573
+
1574
+ sass-embedded@1.89.0:
1575
+ resolution: {integrity: sha512-EDrK1el9zdgJFpocCGlxatDWaP18tJBWoM1hxzo2KJBvjdmBichXI6O6KlQrigvQPO3uJ8DfmFmAAx7s7CG6uw==}
1576
+ engines: {node: '>=16.0.0'}
1577
+ hasBin: true
1578
+
1579
+ sass@1.89.0:
1580
+ resolution: {integrity: sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==}
1581
+ engines: {node: '>=14.0.0'}
1582
+ hasBin: true
1583
+
1584
+ sax@1.4.1:
1585
+ resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
1586
+
1587
+ scheduler@0.23.2:
1588
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
1589
+
1590
+ screenfull@5.2.0:
1591
+ resolution: {integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==}
1592
+ engines: {node: '>=0.10.0'}
1593
+
1594
+ semver@5.7.2:
1595
+ resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
1596
+ hasBin: true
1597
+
1598
+ semver@6.3.1:
1599
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1600
+ hasBin: true
1601
+
1602
+ semver@7.7.2:
1603
+ resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
1604
+ engines: {node: '>=10'}
1605
+ hasBin: true
1606
+
1607
+ set-cookie-parser@2.7.1:
1608
+ resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==}
1609
+
1610
+ shebang-command@2.0.0:
1611
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1612
+ engines: {node: '>=8'}
1613
+
1614
+ shebang-regex@3.0.0:
1615
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1616
+ engines: {node: '>=8'}
1617
+
1618
+ slash@3.0.0:
1619
+ resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
1620
+ engines: {node: '>=8'}
1621
+
1622
+ source-map-js@1.2.1:
1623
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1624
+ engines: {node: '>=0.10.0'}
1625
+
1626
+ source-map@0.6.1:
1627
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
1628
+ engines: {node: '>=0.10.0'}
1629
+
1630
+ staged-components@1.1.3:
1631
+ resolution: {integrity: sha512-9EIswzDqjwlEu+ymkV09TTlJfzSbKgEnNteUnZSTxkpMgr5Wx2CzzA9WcMFWBNCldqVPsHVnRGGrApduq2Se5A==}
1632
+ peerDependencies:
1633
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
1634
+
1635
+ strip-ansi@6.0.1:
1636
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
1637
+ engines: {node: '>=8'}
1638
+
1639
+ strip-json-comments@3.1.1:
1640
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1641
+ engines: {node: '>=8'}
1642
+
1643
+ supports-color@7.2.0:
1644
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1645
+ engines: {node: '>=8'}
1646
+
1647
+ supports-color@8.1.1:
1648
+ resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
1649
+ engines: {node: '>=10'}
1650
+
1651
+ sync-child-process@1.0.2:
1652
+ resolution: {integrity: sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==}
1653
+ engines: {node: '>=16.0.0'}
1654
+
1655
+ sync-message-port@1.1.3:
1656
+ resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==}
1657
+ engines: {node: '>=16.0.0'}
1658
+
1659
+ text-table@0.2.0:
1660
+ resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
1661
+
1662
+ to-regex-range@5.0.1:
1663
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1664
+ engines: {node: '>=8.0'}
1665
+
1666
+ ts-api-utils@1.4.3:
1667
+ resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
1668
+ engines: {node: '>=16'}
1669
+ peerDependencies:
1670
+ typescript: '>=4.2.0'
1671
+
1672
+ tslib@2.8.1:
1673
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1674
+
1675
+ type-check@0.4.0:
1676
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
1677
+ engines: {node: '>= 0.8.0'}
1678
+
1679
+ type-fest@0.20.2:
1680
+ resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
1681
+ engines: {node: '>=10'}
1682
+
1683
+ typescript@5.8.3:
1684
+ resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
1685
+ engines: {node: '>=14.17'}
1686
+ hasBin: true
1687
+
1688
+ undici-types@6.19.8:
1689
+ resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
1690
+
1691
+ update-browserslist-db@1.1.3:
1692
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
1693
+ hasBin: true
1694
+ peerDependencies:
1695
+ browserslist: '>= 4.21.0'
1696
+
1697
+ uri-js@4.4.1:
1698
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
1699
+
1700
+ use-sync-external-store@1.5.0:
1701
+ resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==}
1702
+ peerDependencies:
1703
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1704
+
1705
+ varint@6.0.0:
1706
+ resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==}
1707
+
1708
+ vite@5.4.19:
1709
+ resolution: {integrity: sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==}
1710
+ engines: {node: ^18.0.0 || >=20.0.0}
1711
+ hasBin: true
1712
+ peerDependencies:
1713
+ '@types/node': ^18.0.0 || >=20.0.0
1714
+ less: '*'
1715
+ lightningcss: ^1.21.0
1716
+ sass: '*'
1717
+ sass-embedded: '*'
1718
+ stylus: '*'
1719
+ sugarss: '*'
1720
+ terser: ^5.4.0
1721
+ peerDependenciesMeta:
1722
+ '@types/node':
1723
+ optional: true
1724
+ less:
1725
+ optional: true
1726
+ lightningcss:
1727
+ optional: true
1728
+ sass:
1729
+ optional: true
1730
+ sass-embedded:
1731
+ optional: true
1732
+ stylus:
1733
+ optional: true
1734
+ sugarss:
1735
+ optional: true
1736
+ terser:
1737
+ optional: true
1738
+
1739
+ which@2.0.2:
1740
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
1741
+ engines: {node: '>= 8'}
1742
+ hasBin: true
1743
+
1744
+ word-wrap@1.2.5:
1745
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
1746
+ engines: {node: '>=0.10.0'}
1747
+
1748
+ wrappy@1.0.2:
1749
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
1750
+
1751
+ yallist@3.1.1:
1752
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1753
+
1754
+ yocto-queue@0.1.0:
1755
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
1756
+ engines: {node: '>=10'}
1757
+
1758
+ zustand@5.0.5:
1759
+ resolution: {integrity: sha512-mILtRfKW9xM47hqxGIxCv12gXusoY/xTSHBYApXozR0HmQv299whhBeeAcRy+KrPPybzosvJBCOmVjq6x12fCg==}
1760
+ engines: {node: '>=12.20.0'}
1761
+ peerDependencies:
1762
+ '@types/react': '>=18.0.0'
1763
+ immer: '>=9.0.6'
1764
+ react: '>=18.0.0'
1765
+ use-sync-external-store: '>=1.2.0'
1766
+ peerDependenciesMeta:
1767
+ '@types/react':
1768
+ optional: true
1769
+ immer:
1770
+ optional: true
1771
+ react:
1772
+ optional: true
1773
+ use-sync-external-store:
1774
+ optional: true
1775
+
1776
+ snapshots:
1777
+
1778
+ '@ampproject/remapping@2.3.0':
1779
+ dependencies:
1780
+ '@jridgewell/gen-mapping': 0.3.8
1781
+ '@jridgewell/trace-mapping': 0.3.25
1782
+
1783
+ '@babel/code-frame@7.27.1':
1784
+ dependencies:
1785
+ '@babel/helper-validator-identifier': 7.27.1
1786
+ js-tokens: 4.0.0
1787
+ picocolors: 1.1.1
1788
+
1789
+ '@babel/compat-data@7.27.2': {}
1790
+
1791
+ '@babel/core@7.27.1':
1792
+ dependencies:
1793
+ '@ampproject/remapping': 2.3.0
1794
+ '@babel/code-frame': 7.27.1
1795
+ '@babel/generator': 7.27.1
1796
+ '@babel/helper-compilation-targets': 7.27.2
1797
+ '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.1)
1798
+ '@babel/helpers': 7.27.1
1799
+ '@babel/parser': 7.27.2
1800
+ '@babel/template': 7.27.2
1801
+ '@babel/traverse': 7.27.1
1802
+ '@babel/types': 7.27.1
1803
+ convert-source-map: 2.0.0
1804
+ debug: 4.4.1
1805
+ gensync: 1.0.0-beta.2
1806
+ json5: 2.2.3
1807
+ semver: 6.3.1
1808
+ transitivePeerDependencies:
1809
+ - supports-color
1810
+
1811
+ '@babel/generator@7.27.1':
1812
+ dependencies:
1813
+ '@babel/parser': 7.27.2
1814
+ '@babel/types': 7.27.1
1815
+ '@jridgewell/gen-mapping': 0.3.8
1816
+ '@jridgewell/trace-mapping': 0.3.25
1817
+ jsesc: 3.1.0
1818
+
1819
+ '@babel/helper-compilation-targets@7.27.2':
1820
+ dependencies:
1821
+ '@babel/compat-data': 7.27.2
1822
+ '@babel/helper-validator-option': 7.27.1
1823
+ browserslist: 4.24.5
1824
+ lru-cache: 5.1.1
1825
+ semver: 6.3.1
1826
+
1827
+ '@babel/helper-module-imports@7.27.1':
1828
+ dependencies:
1829
+ '@babel/traverse': 7.27.1
1830
+ '@babel/types': 7.27.1
1831
+ transitivePeerDependencies:
1832
+ - supports-color
1833
+
1834
+ '@babel/helper-module-transforms@7.27.1(@babel/core@7.27.1)':
1835
+ dependencies:
1836
+ '@babel/core': 7.27.1
1837
+ '@babel/helper-module-imports': 7.27.1
1838
+ '@babel/helper-validator-identifier': 7.27.1
1839
+ '@babel/traverse': 7.27.1
1840
+ transitivePeerDependencies:
1841
+ - supports-color
1842
+
1843
+ '@babel/helper-plugin-utils@7.27.1': {}
1844
+
1845
+ '@babel/helper-string-parser@7.27.1': {}
1846
+
1847
+ '@babel/helper-validator-identifier@7.27.1': {}
1848
+
1849
+ '@babel/helper-validator-option@7.27.1': {}
1850
+
1851
+ '@babel/helpers@7.27.1':
1852
+ dependencies:
1853
+ '@babel/template': 7.27.2
1854
+ '@babel/types': 7.27.1
1855
+
1856
+ '@babel/parser@7.27.2':
1857
+ dependencies:
1858
+ '@babel/types': 7.27.1
1859
+
1860
+ '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.27.1)':
1861
+ dependencies:
1862
+ '@babel/core': 7.27.1
1863
+ '@babel/helper-plugin-utils': 7.27.1
1864
+
1865
+ '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.27.1)':
1866
+ dependencies:
1867
+ '@babel/core': 7.27.1
1868
+ '@babel/helper-plugin-utils': 7.27.1
1869
+
1870
+ '@babel/runtime@7.27.1': {}
1871
+
1872
+ '@babel/template@7.27.2':
1873
+ dependencies:
1874
+ '@babel/code-frame': 7.27.1
1875
+ '@babel/parser': 7.27.2
1876
+ '@babel/types': 7.27.1
1877
+
1878
+ '@babel/traverse@7.27.1':
1879
+ dependencies:
1880
+ '@babel/code-frame': 7.27.1
1881
+ '@babel/generator': 7.27.1
1882
+ '@babel/parser': 7.27.2
1883
+ '@babel/template': 7.27.2
1884
+ '@babel/types': 7.27.1
1885
+ debug: 4.4.1
1886
+ globals: 11.12.0
1887
+ transitivePeerDependencies:
1888
+ - supports-color
1889
+
1890
+ '@babel/types@7.27.1':
1891
+ dependencies:
1892
+ '@babel/helper-string-parser': 7.27.1
1893
+ '@babel/helper-validator-identifier': 7.27.1
1894
+
1895
+ '@bufbuild/protobuf@2.5.0':
1896
+ optional: true
1897
+
1898
+ '@esbuild/aix-ppc64@0.21.5':
1899
+ optional: true
1900
+
1901
+ '@esbuild/android-arm64@0.21.5':
1902
+ optional: true
1903
+
1904
+ '@esbuild/android-arm@0.21.5':
1905
+ optional: true
1906
+
1907
+ '@esbuild/android-x64@0.21.5':
1908
+ optional: true
1909
+
1910
+ '@esbuild/darwin-arm64@0.21.5':
1911
+ optional: true
1912
+
1913
+ '@esbuild/darwin-x64@0.21.5':
1914
+ optional: true
1915
+
1916
+ '@esbuild/freebsd-arm64@0.21.5':
1917
+ optional: true
1918
+
1919
+ '@esbuild/freebsd-x64@0.21.5':
1920
+ optional: true
1921
+
1922
+ '@esbuild/linux-arm64@0.21.5':
1923
+ optional: true
1924
+
1925
+ '@esbuild/linux-arm@0.21.5':
1926
+ optional: true
1927
+
1928
+ '@esbuild/linux-ia32@0.21.5':
1929
+ optional: true
1930
+
1931
+ '@esbuild/linux-loong64@0.21.5':
1932
+ optional: true
1933
+
1934
+ '@esbuild/linux-mips64el@0.21.5':
1935
+ optional: true
1936
+
1937
+ '@esbuild/linux-ppc64@0.21.5':
1938
+ optional: true
1939
+
1940
+ '@esbuild/linux-riscv64@0.21.5':
1941
+ optional: true
1942
+
1943
+ '@esbuild/linux-s390x@0.21.5':
1944
+ optional: true
1945
+
1946
+ '@esbuild/linux-x64@0.21.5':
1947
+ optional: true
1948
+
1949
+ '@esbuild/netbsd-x64@0.21.5':
1950
+ optional: true
1951
+
1952
+ '@esbuild/openbsd-x64@0.21.5':
1953
+ optional: true
1954
+
1955
+ '@esbuild/sunos-x64@0.21.5':
1956
+ optional: true
1957
+
1958
+ '@esbuild/win32-arm64@0.21.5':
1959
+ optional: true
1960
+
1961
+ '@esbuild/win32-ia32@0.21.5':
1962
+ optional: true
1963
+
1964
+ '@esbuild/win32-x64@0.21.5':
1965
+ optional: true
1966
+
1967
+ '@eslint-community/eslint-utils@4.7.0(eslint@8.57.1)':
1968
+ dependencies:
1969
+ eslint: 8.57.1
1970
+ eslint-visitor-keys: 3.4.3
1971
+
1972
+ '@eslint-community/regexpp@4.12.1': {}
1973
+
1974
+ '@eslint/eslintrc@2.1.4':
1975
+ dependencies:
1976
+ ajv: 6.12.6
1977
+ debug: 4.4.1
1978
+ espree: 9.6.1
1979
+ globals: 13.24.0
1980
+ ignore: 5.3.2
1981
+ import-fresh: 3.3.1
1982
+ js-yaml: 4.1.0
1983
+ minimatch: 3.1.2
1984
+ strip-json-comments: 3.1.1
1985
+ transitivePeerDependencies:
1986
+ - supports-color
1987
+
1988
+ '@eslint/js@8.57.1': {}
1989
+
1990
+ '@floating-ui/core@1.7.0':
1991
+ dependencies:
1992
+ '@floating-ui/utils': 0.2.9
1993
+
1994
+ '@floating-ui/dom@1.7.0':
1995
+ dependencies:
1996
+ '@floating-ui/core': 1.7.0
1997
+ '@floating-ui/utils': 0.2.9
1998
+
1999
+ '@floating-ui/utils@0.2.9': {}
2000
+
2001
+ '@humanwhocodes/config-array@0.13.0':
2002
+ dependencies:
2003
+ '@humanwhocodes/object-schema': 2.0.3
2004
+ debug: 4.4.1
2005
+ minimatch: 3.1.2
2006
+ transitivePeerDependencies:
2007
+ - supports-color
2008
+
2009
+ '@humanwhocodes/module-importer@1.0.1': {}
2010
+
2011
+ '@humanwhocodes/object-schema@2.0.3': {}
2012
+
2013
+ '@jridgewell/gen-mapping@0.3.8':
2014
+ dependencies:
2015
+ '@jridgewell/set-array': 1.2.1
2016
+ '@jridgewell/sourcemap-codec': 1.5.0
2017
+ '@jridgewell/trace-mapping': 0.3.25
2018
+
2019
+ '@jridgewell/resolve-uri@3.1.2': {}
2020
+
2021
+ '@jridgewell/set-array@1.2.1': {}
2022
+
2023
+ '@jridgewell/sourcemap-codec@1.5.0': {}
2024
+
2025
+ '@jridgewell/trace-mapping@0.3.25':
2026
+ dependencies:
2027
+ '@jridgewell/resolve-uri': 3.1.2
2028
+ '@jridgewell/sourcemap-codec': 1.5.0
2029
+
2030
+ '@nodelib/fs.scandir@2.1.5':
2031
+ dependencies:
2032
+ '@nodelib/fs.stat': 2.0.5
2033
+ run-parallel: 1.2.0
2034
+
2035
+ '@nodelib/fs.stat@2.0.5': {}
2036
+
2037
+ '@nodelib/fs.walk@1.2.8':
2038
+ dependencies:
2039
+ '@nodelib/fs.scandir': 2.1.5
2040
+ fastq: 1.19.1
2041
+
2042
+ '@parcel/watcher-android-arm64@2.5.1':
2043
+ optional: true
2044
+
2045
+ '@parcel/watcher-darwin-arm64@2.5.1':
2046
+ optional: true
2047
+
2048
+ '@parcel/watcher-darwin-x64@2.5.1':
2049
+ optional: true
2050
+
2051
+ '@parcel/watcher-freebsd-x64@2.5.1':
2052
+ optional: true
2053
+
2054
+ '@parcel/watcher-linux-arm-glibc@2.5.1':
2055
+ optional: true
2056
+
2057
+ '@parcel/watcher-linux-arm-musl@2.5.1':
2058
+ optional: true
2059
+
2060
+ '@parcel/watcher-linux-arm64-glibc@2.5.1':
2061
+ optional: true
2062
+
2063
+ '@parcel/watcher-linux-arm64-musl@2.5.1':
2064
+ optional: true
2065
+
2066
+ '@parcel/watcher-linux-x64-glibc@2.5.1':
2067
+ optional: true
2068
+
2069
+ '@parcel/watcher-linux-x64-musl@2.5.1':
2070
+ optional: true
2071
+
2072
+ '@parcel/watcher-win32-arm64@2.5.1':
2073
+ optional: true
2074
+
2075
+ '@parcel/watcher-win32-ia32@2.5.1':
2076
+ optional: true
2077
+
2078
+ '@parcel/watcher-win32-x64@2.5.1':
2079
+ optional: true
2080
+
2081
+ '@parcel/watcher@2.5.1':
2082
+ dependencies:
2083
+ detect-libc: 1.0.3
2084
+ is-glob: 4.0.3
2085
+ micromatch: 4.0.8
2086
+ node-addon-api: 7.1.1
2087
+ optionalDependencies:
2088
+ '@parcel/watcher-android-arm64': 2.5.1
2089
+ '@parcel/watcher-darwin-arm64': 2.5.1
2090
+ '@parcel/watcher-darwin-x64': 2.5.1
2091
+ '@parcel/watcher-freebsd-x64': 2.5.1
2092
+ '@parcel/watcher-linux-arm-glibc': 2.5.1
2093
+ '@parcel/watcher-linux-arm-musl': 2.5.1
2094
+ '@parcel/watcher-linux-arm64-glibc': 2.5.1
2095
+ '@parcel/watcher-linux-arm64-musl': 2.5.1
2096
+ '@parcel/watcher-linux-x64-glibc': 2.5.1
2097
+ '@parcel/watcher-linux-x64-musl': 2.5.1
2098
+ '@parcel/watcher-win32-arm64': 2.5.1
2099
+ '@parcel/watcher-win32-ia32': 2.5.1
2100
+ '@parcel/watcher-win32-x64': 2.5.1
2101
+ optional: true
2102
+
2103
+ '@rc-component/mini-decimal@1.1.0':
2104
+ dependencies:
2105
+ '@babel/runtime': 7.27.1
2106
+
2107
+ '@react-spring/animated@9.6.1(react@18.3.1)':
2108
+ dependencies:
2109
+ '@react-spring/shared': 9.6.1(react@18.3.1)
2110
+ '@react-spring/types': 9.6.1
2111
+ react: 18.3.1
2112
+
2113
+ '@react-spring/core@9.6.1(react@18.3.1)':
2114
+ dependencies:
2115
+ '@react-spring/animated': 9.6.1(react@18.3.1)
2116
+ '@react-spring/rafz': 9.6.1
2117
+ '@react-spring/shared': 9.6.1(react@18.3.1)
2118
+ '@react-spring/types': 9.6.1
2119
+ react: 18.3.1
2120
+
2121
+ '@react-spring/rafz@9.6.1': {}
2122
+
2123
+ '@react-spring/shared@9.6.1(react@18.3.1)':
2124
+ dependencies:
2125
+ '@react-spring/rafz': 9.6.1
2126
+ '@react-spring/types': 9.6.1
2127
+ react: 18.3.1
2128
+
2129
+ '@react-spring/types@9.6.1': {}
2130
+
2131
+ '@react-spring/web@9.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2132
+ dependencies:
2133
+ '@react-spring/animated': 9.6.1(react@18.3.1)
2134
+ '@react-spring/core': 9.6.1(react@18.3.1)
2135
+ '@react-spring/shared': 9.6.1(react@18.3.1)
2136
+ '@react-spring/types': 9.6.1
2137
+ react: 18.3.1
2138
+ react-dom: 18.3.1(react@18.3.1)
2139
+
2140
+ '@rolldown/pluginutils@1.0.0-beta.9': {}
2141
+
2142
+ '@rollup/rollup-android-arm-eabi@4.41.1':
2143
+ optional: true
2144
+
2145
+ '@rollup/rollup-android-arm64@4.41.1':
2146
+ optional: true
2147
+
2148
+ '@rollup/rollup-darwin-arm64@4.41.1':
2149
+ optional: true
2150
+
2151
+ '@rollup/rollup-darwin-x64@4.41.1':
2152
+ optional: true
2153
+
2154
+ '@rollup/rollup-freebsd-arm64@4.41.1':
2155
+ optional: true
2156
+
2157
+ '@rollup/rollup-freebsd-x64@4.41.1':
2158
+ optional: true
2159
+
2160
+ '@rollup/rollup-linux-arm-gnueabihf@4.41.1':
2161
+ optional: true
2162
+
2163
+ '@rollup/rollup-linux-arm-musleabihf@4.41.1':
2164
+ optional: true
2165
+
2166
+ '@rollup/rollup-linux-arm64-gnu@4.41.1':
2167
+ optional: true
2168
+
2169
+ '@rollup/rollup-linux-arm64-musl@4.41.1':
2170
+ optional: true
2171
+
2172
+ '@rollup/rollup-linux-loongarch64-gnu@4.41.1':
2173
+ optional: true
2174
+
2175
+ '@rollup/rollup-linux-powerpc64le-gnu@4.41.1':
2176
+ optional: true
2177
+
2178
+ '@rollup/rollup-linux-riscv64-gnu@4.41.1':
2179
+ optional: true
2180
+
2181
+ '@rollup/rollup-linux-riscv64-musl@4.41.1':
2182
+ optional: true
2183
+
2184
+ '@rollup/rollup-linux-s390x-gnu@4.41.1':
2185
+ optional: true
2186
+
2187
+ '@rollup/rollup-linux-x64-gnu@4.41.1':
2188
+ optional: true
2189
+
2190
+ '@rollup/rollup-linux-x64-musl@4.41.1':
2191
+ optional: true
2192
+
2193
+ '@rollup/rollup-win32-arm64-msvc@4.41.1':
2194
+ optional: true
2195
+
2196
+ '@rollup/rollup-win32-ia32-msvc@4.41.1':
2197
+ optional: true
2198
+
2199
+ '@rollup/rollup-win32-x64-msvc@4.41.1':
2200
+ optional: true
2201
+
2202
+ '@types/babel__core@7.20.5':
2203
+ dependencies:
2204
+ '@babel/parser': 7.27.2
2205
+ '@babel/types': 7.27.1
2206
+ '@types/babel__generator': 7.27.0
2207
+ '@types/babel__template': 7.4.4
2208
+ '@types/babel__traverse': 7.20.7
2209
+
2210
+ '@types/babel__generator@7.27.0':
2211
+ dependencies:
2212
+ '@babel/types': 7.27.1
2213
+
2214
+ '@types/babel__template@7.4.4':
2215
+ dependencies:
2216
+ '@babel/parser': 7.27.2
2217
+ '@babel/types': 7.27.1
2218
+
2219
+ '@types/babel__traverse@7.20.7':
2220
+ dependencies:
2221
+ '@babel/types': 7.27.1
2222
+
2223
+ '@types/estree@1.0.7': {}
2224
+
2225
+ '@types/json-schema@7.0.15': {}
2226
+
2227
+ '@types/node@20.17.50':
2228
+ dependencies:
2229
+ undici-types: 6.19.8
2230
+
2231
+ '@types/prop-types@15.7.14': {}
2232
+
2233
+ '@types/react-dom@18.3.7(@types/react@18.3.22)':
2234
+ dependencies:
2235
+ '@types/react': 18.3.22
2236
+
2237
+ '@types/react@18.3.22':
2238
+ dependencies:
2239
+ '@types/prop-types': 15.7.14
2240
+ csstype: 3.1.3
2241
+
2242
+ '@types/semver@7.7.0': {}
2243
+
2244
+ '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3)':
2245
+ dependencies:
2246
+ '@eslint-community/regexpp': 4.12.1
2247
+ '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.8.3)
2248
+ '@typescript-eslint/scope-manager': 6.21.0
2249
+ '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.8.3)
2250
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.8.3)
2251
+ '@typescript-eslint/visitor-keys': 6.21.0
2252
+ debug: 4.4.1
2253
+ eslint: 8.57.1
2254
+ graphemer: 1.4.0
2255
+ ignore: 5.3.2
2256
+ natural-compare: 1.4.0
2257
+ semver: 7.7.2
2258
+ ts-api-utils: 1.4.3(typescript@5.8.3)
2259
+ optionalDependencies:
2260
+ typescript: 5.8.3
2261
+ transitivePeerDependencies:
2262
+ - supports-color
2263
+
2264
+ '@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.3)':
2265
+ dependencies:
2266
+ '@typescript-eslint/scope-manager': 6.21.0
2267
+ '@typescript-eslint/types': 6.21.0
2268
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.8.3)
2269
+ '@typescript-eslint/visitor-keys': 6.21.0
2270
+ debug: 4.4.1
2271
+ eslint: 8.57.1
2272
+ optionalDependencies:
2273
+ typescript: 5.8.3
2274
+ transitivePeerDependencies:
2275
+ - supports-color
2276
+
2277
+ '@typescript-eslint/scope-manager@6.21.0':
2278
+ dependencies:
2279
+ '@typescript-eslint/types': 6.21.0
2280
+ '@typescript-eslint/visitor-keys': 6.21.0
2281
+
2282
+ '@typescript-eslint/type-utils@6.21.0(eslint@8.57.1)(typescript@5.8.3)':
2283
+ dependencies:
2284
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.8.3)
2285
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.8.3)
2286
+ debug: 4.4.1
2287
+ eslint: 8.57.1
2288
+ ts-api-utils: 1.4.3(typescript@5.8.3)
2289
+ optionalDependencies:
2290
+ typescript: 5.8.3
2291
+ transitivePeerDependencies:
2292
+ - supports-color
2293
+
2294
+ '@typescript-eslint/types@6.21.0': {}
2295
+
2296
+ '@typescript-eslint/typescript-estree@6.21.0(typescript@5.8.3)':
2297
+ dependencies:
2298
+ '@typescript-eslint/types': 6.21.0
2299
+ '@typescript-eslint/visitor-keys': 6.21.0
2300
+ debug: 4.4.1
2301
+ globby: 11.1.0
2302
+ is-glob: 4.0.3
2303
+ minimatch: 9.0.3
2304
+ semver: 7.7.2
2305
+ ts-api-utils: 1.4.3(typescript@5.8.3)
2306
+ optionalDependencies:
2307
+ typescript: 5.8.3
2308
+ transitivePeerDependencies:
2309
+ - supports-color
2310
+
2311
+ '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.8.3)':
2312
+ dependencies:
2313
+ '@eslint-community/eslint-utils': 4.7.0(eslint@8.57.1)
2314
+ '@types/json-schema': 7.0.15
2315
+ '@types/semver': 7.7.0
2316
+ '@typescript-eslint/scope-manager': 6.21.0
2317
+ '@typescript-eslint/types': 6.21.0
2318
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.8.3)
2319
+ eslint: 8.57.1
2320
+ semver: 7.7.2
2321
+ transitivePeerDependencies:
2322
+ - supports-color
2323
+ - typescript
2324
+
2325
+ '@typescript-eslint/visitor-keys@6.21.0':
2326
+ dependencies:
2327
+ '@typescript-eslint/types': 6.21.0
2328
+ eslint-visitor-keys: 3.4.3
2329
+
2330
+ '@ungap/structured-clone@1.3.0': {}
2331
+
2332
+ '@use-gesture/core@10.3.0': {}
2333
+
2334
+ '@use-gesture/react@10.3.0(react@18.3.1)':
2335
+ dependencies:
2336
+ '@use-gesture/core': 10.3.0
2337
+ react: 18.3.1
2338
+
2339
+ '@vitejs/plugin-react@4.5.0(vite@5.4.19(@types/node@20.17.50)(less@4.3.0)(sass-embedded@1.89.0)(sass@1.89.0))':
2340
+ dependencies:
2341
+ '@babel/core': 7.27.1
2342
+ '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.27.1)
2343
+ '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.27.1)
2344
+ '@rolldown/pluginutils': 1.0.0-beta.9
2345
+ '@types/babel__core': 7.20.5
2346
+ react-refresh: 0.17.0
2347
+ vite: 5.4.19(@types/node@20.17.50)(less@4.3.0)(sass-embedded@1.89.0)(sass@1.89.0)
2348
+ transitivePeerDependencies:
2349
+ - supports-color
2350
+
2351
+ acorn-jsx@5.3.2(acorn@8.14.1):
2352
+ dependencies:
2353
+ acorn: 8.14.1
2354
+
2355
+ acorn@8.14.1: {}
2356
+
2357
+ ahooks@3.8.5(react@18.3.1):
2358
+ dependencies:
2359
+ '@babel/runtime': 7.27.1
2360
+ dayjs: 1.11.13
2361
+ intersection-observer: 0.12.2
2362
+ js-cookie: 3.0.5
2363
+ lodash: 4.17.21
2364
+ react: 18.3.1
2365
+ react-fast-compare: 3.2.2
2366
+ resize-observer-polyfill: 1.5.1
2367
+ screenfull: 5.2.0
2368
+ tslib: 2.8.1
2369
+
2370
+ ajv@6.12.6:
2371
+ dependencies:
2372
+ fast-deep-equal: 3.1.3
2373
+ fast-json-stable-stringify: 2.1.0
2374
+ json-schema-traverse: 0.4.1
2375
+ uri-js: 4.4.1
2376
+
2377
+ ansi-regex@5.0.1: {}
2378
+
2379
+ ansi-styles@4.3.0:
2380
+ dependencies:
2381
+ color-convert: 2.0.1
2382
+
2383
+ antd-mobile-icons@0.3.0: {}
2384
+
2385
+ antd-mobile-v5-count@1.0.1: {}
2386
+
2387
+ antd-mobile@5.39.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
2388
+ dependencies:
2389
+ '@floating-ui/dom': 1.7.0
2390
+ '@rc-component/mini-decimal': 1.1.0
2391
+ '@react-spring/web': 9.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2392
+ '@use-gesture/react': 10.3.0(react@18.3.1)
2393
+ ahooks: 3.8.5(react@18.3.1)
2394
+ antd-mobile-icons: 0.3.0
2395
+ antd-mobile-v5-count: 1.0.1
2396
+ classnames: 2.5.1
2397
+ dayjs: 1.11.13
2398
+ deepmerge: 4.3.1
2399
+ nano-memoize: 3.0.16
2400
+ rc-field-form: 1.44.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2401
+ rc-segmented: 2.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2402
+ rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2403
+ react: 18.3.1
2404
+ react-dom: 18.3.1(react@18.3.1)
2405
+ react-fast-compare: 3.2.2
2406
+ react-is: 18.3.1
2407
+ runes2: 1.1.4
2408
+ staged-components: 1.1.3(react@18.3.1)
2409
+ tslib: 2.8.1
2410
+ use-sync-external-store: 1.5.0(react@18.3.1)
2411
+
2412
+ argparse@2.0.1: {}
2413
+
2414
+ array-union@2.1.0: {}
2415
+
2416
+ async-validator@4.2.5: {}
2417
+
2418
+ asynckit@0.4.0: {}
2419
+
2420
+ autoprefixer@10.4.21(postcss@8.5.3):
2421
+ dependencies:
2422
+ browserslist: 4.24.5
2423
+ caniuse-lite: 1.0.30001718
2424
+ fraction.js: 4.3.7
2425
+ normalize-range: 0.1.2
2426
+ picocolors: 1.1.1
2427
+ postcss: 8.5.3
2428
+ postcss-value-parser: 4.2.0
2429
+
2430
+ axios@1.9.0:
2431
+ dependencies:
2432
+ follow-redirects: 1.15.9
2433
+ form-data: 4.0.2
2434
+ proxy-from-env: 1.1.0
2435
+ transitivePeerDependencies:
2436
+ - debug
2437
+
2438
+ balanced-match@1.0.2: {}
2439
+
2440
+ brace-expansion@1.1.11:
2441
+ dependencies:
2442
+ balanced-match: 1.0.2
2443
+ concat-map: 0.0.1
2444
+
2445
+ brace-expansion@2.0.1:
2446
+ dependencies:
2447
+ balanced-match: 1.0.2
2448
+
2449
+ braces@3.0.3:
2450
+ dependencies:
2451
+ fill-range: 7.1.1
2452
+
2453
+ browserslist@4.24.5:
2454
+ dependencies:
2455
+ caniuse-lite: 1.0.30001718
2456
+ electron-to-chromium: 1.5.158
2457
+ node-releases: 2.0.19
2458
+ update-browserslist-db: 1.1.3(browserslist@4.24.5)
2459
+
2460
+ buffer-builder@0.2.0:
2461
+ optional: true
2462
+
2463
+ call-bind-apply-helpers@1.0.2:
2464
+ dependencies:
2465
+ es-errors: 1.3.0
2466
+ function-bind: 1.1.2
2467
+
2468
+ callsites@3.1.0: {}
2469
+
2470
+ caniuse-lite@1.0.30001718: {}
2471
+
2472
+ chalk@4.1.2:
2473
+ dependencies:
2474
+ ansi-styles: 4.3.0
2475
+ supports-color: 7.2.0
2476
+
2477
+ chokidar@4.0.3:
2478
+ dependencies:
2479
+ readdirp: 4.1.2
2480
+
2481
+ classnames@2.5.1: {}
2482
+
2483
+ color-convert@2.0.1:
2484
+ dependencies:
2485
+ color-name: 1.1.4
2486
+
2487
+ color-name@1.1.4: {}
2488
+
2489
+ colorjs.io@0.5.2:
2490
+ optional: true
2491
+
2492
+ combined-stream@1.0.8:
2493
+ dependencies:
2494
+ delayed-stream: 1.0.0
2495
+
2496
+ concat-map@0.0.1: {}
2497
+
2498
+ convert-source-map@2.0.0: {}
2499
+
2500
+ cookie@1.0.2: {}
2501
+
2502
+ copy-anything@2.0.6:
2503
+ dependencies:
2504
+ is-what: 3.14.1
2505
+ optional: true
2506
+
2507
+ cross-spawn@7.0.6:
2508
+ dependencies:
2509
+ path-key: 3.1.1
2510
+ shebang-command: 2.0.0
2511
+ which: 2.0.2
2512
+
2513
+ csstype@3.1.3: {}
2514
+
2515
+ dayjs@1.11.13: {}
2516
+
2517
+ debug@4.4.1:
2518
+ dependencies:
2519
+ ms: 2.1.3
2520
+
2521
+ deep-is@0.1.4: {}
2522
+
2523
+ deepmerge@4.3.1: {}
2524
+
2525
+ delayed-stream@1.0.0: {}
2526
+
2527
+ detect-libc@1.0.3:
2528
+ optional: true
2529
+
2530
+ dir-glob@3.0.1:
2531
+ dependencies:
2532
+ path-type: 4.0.0
2533
+
2534
+ doctrine@3.0.0:
2535
+ dependencies:
2536
+ esutils: 2.0.3
2537
+
2538
+ dunder-proto@1.0.1:
2539
+ dependencies:
2540
+ call-bind-apply-helpers: 1.0.2
2541
+ es-errors: 1.3.0
2542
+ gopd: 1.2.0
2543
+
2544
+ electron-to-chromium@1.5.158: {}
2545
+
2546
+ errno@0.1.8:
2547
+ dependencies:
2548
+ prr: 1.0.1
2549
+ optional: true
2550
+
2551
+ es-define-property@1.0.1: {}
2552
+
2553
+ es-errors@1.3.0: {}
2554
+
2555
+ es-object-atoms@1.1.1:
2556
+ dependencies:
2557
+ es-errors: 1.3.0
2558
+
2559
+ es-set-tostringtag@2.1.0:
2560
+ dependencies:
2561
+ es-errors: 1.3.0
2562
+ get-intrinsic: 1.3.0
2563
+ has-tostringtag: 1.0.2
2564
+ hasown: 2.0.2
2565
+
2566
+ esbuild@0.21.5:
2567
+ optionalDependencies:
2568
+ '@esbuild/aix-ppc64': 0.21.5
2569
+ '@esbuild/android-arm': 0.21.5
2570
+ '@esbuild/android-arm64': 0.21.5
2571
+ '@esbuild/android-x64': 0.21.5
2572
+ '@esbuild/darwin-arm64': 0.21.5
2573
+ '@esbuild/darwin-x64': 0.21.5
2574
+ '@esbuild/freebsd-arm64': 0.21.5
2575
+ '@esbuild/freebsd-x64': 0.21.5
2576
+ '@esbuild/linux-arm': 0.21.5
2577
+ '@esbuild/linux-arm64': 0.21.5
2578
+ '@esbuild/linux-ia32': 0.21.5
2579
+ '@esbuild/linux-loong64': 0.21.5
2580
+ '@esbuild/linux-mips64el': 0.21.5
2581
+ '@esbuild/linux-ppc64': 0.21.5
2582
+ '@esbuild/linux-riscv64': 0.21.5
2583
+ '@esbuild/linux-s390x': 0.21.5
2584
+ '@esbuild/linux-x64': 0.21.5
2585
+ '@esbuild/netbsd-x64': 0.21.5
2586
+ '@esbuild/openbsd-x64': 0.21.5
2587
+ '@esbuild/sunos-x64': 0.21.5
2588
+ '@esbuild/win32-arm64': 0.21.5
2589
+ '@esbuild/win32-ia32': 0.21.5
2590
+ '@esbuild/win32-x64': 0.21.5
2591
+
2592
+ escalade@3.2.0: {}
2593
+
2594
+ escape-string-regexp@4.0.0: {}
2595
+
2596
+ eslint-plugin-react-hooks@4.6.2(eslint@8.57.1):
2597
+ dependencies:
2598
+ eslint: 8.57.1
2599
+
2600
+ eslint-plugin-react-refresh@0.4.20(eslint@8.57.1):
2601
+ dependencies:
2602
+ eslint: 8.57.1
2603
+
2604
+ eslint-scope@7.2.2:
2605
+ dependencies:
2606
+ esrecurse: 4.3.0
2607
+ estraverse: 5.3.0
2608
+
2609
+ eslint-visitor-keys@3.4.3: {}
2610
+
2611
+ eslint@8.57.1:
2612
+ dependencies:
2613
+ '@eslint-community/eslint-utils': 4.7.0(eslint@8.57.1)
2614
+ '@eslint-community/regexpp': 4.12.1
2615
+ '@eslint/eslintrc': 2.1.4
2616
+ '@eslint/js': 8.57.1
2617
+ '@humanwhocodes/config-array': 0.13.0
2618
+ '@humanwhocodes/module-importer': 1.0.1
2619
+ '@nodelib/fs.walk': 1.2.8
2620
+ '@ungap/structured-clone': 1.3.0
2621
+ ajv: 6.12.6
2622
+ chalk: 4.1.2
2623
+ cross-spawn: 7.0.6
2624
+ debug: 4.4.1
2625
+ doctrine: 3.0.0
2626
+ escape-string-regexp: 4.0.0
2627
+ eslint-scope: 7.2.2
2628
+ eslint-visitor-keys: 3.4.3
2629
+ espree: 9.6.1
2630
+ esquery: 1.6.0
2631
+ esutils: 2.0.3
2632
+ fast-deep-equal: 3.1.3
2633
+ file-entry-cache: 6.0.1
2634
+ find-up: 5.0.0
2635
+ glob-parent: 6.0.2
2636
+ globals: 13.24.0
2637
+ graphemer: 1.4.0
2638
+ ignore: 5.3.2
2639
+ imurmurhash: 0.1.4
2640
+ is-glob: 4.0.3
2641
+ is-path-inside: 3.0.3
2642
+ js-yaml: 4.1.0
2643
+ json-stable-stringify-without-jsonify: 1.0.1
2644
+ levn: 0.4.1
2645
+ lodash.merge: 4.6.2
2646
+ minimatch: 3.1.2
2647
+ natural-compare: 1.4.0
2648
+ optionator: 0.9.4
2649
+ strip-ansi: 6.0.1
2650
+ text-table: 0.2.0
2651
+ transitivePeerDependencies:
2652
+ - supports-color
2653
+
2654
+ espree@9.6.1:
2655
+ dependencies:
2656
+ acorn: 8.14.1
2657
+ acorn-jsx: 5.3.2(acorn@8.14.1)
2658
+ eslint-visitor-keys: 3.4.3
2659
+
2660
+ esquery@1.6.0:
2661
+ dependencies:
2662
+ estraverse: 5.3.0
2663
+
2664
+ esrecurse@4.3.0:
2665
+ dependencies:
2666
+ estraverse: 5.3.0
2667
+
2668
+ estraverse@5.3.0: {}
2669
+
2670
+ esutils@2.0.3: {}
2671
+
2672
+ fast-deep-equal@3.1.3: {}
2673
+
2674
+ fast-glob@3.3.3:
2675
+ dependencies:
2676
+ '@nodelib/fs.stat': 2.0.5
2677
+ '@nodelib/fs.walk': 1.2.8
2678
+ glob-parent: 5.1.2
2679
+ merge2: 1.4.1
2680
+ micromatch: 4.0.8
2681
+
2682
+ fast-json-stable-stringify@2.1.0: {}
2683
+
2684
+ fast-levenshtein@2.0.6: {}
2685
+
2686
+ fastq@1.19.1:
2687
+ dependencies:
2688
+ reusify: 1.1.0
2689
+
2690
+ file-entry-cache@6.0.1:
2691
+ dependencies:
2692
+ flat-cache: 3.2.0
2693
+
2694
+ fill-range@7.1.1:
2695
+ dependencies:
2696
+ to-regex-range: 5.0.1
2697
+
2698
+ find-up@5.0.0:
2699
+ dependencies:
2700
+ locate-path: 6.0.0
2701
+ path-exists: 4.0.0
2702
+
2703
+ flat-cache@3.2.0:
2704
+ dependencies:
2705
+ flatted: 3.3.3
2706
+ keyv: 4.5.4
2707
+ rimraf: 3.0.2
2708
+
2709
+ flatted@3.3.3: {}
2710
+
2711
+ follow-redirects@1.15.9: {}
2712
+
2713
+ form-data@4.0.2:
2714
+ dependencies:
2715
+ asynckit: 0.4.0
2716
+ combined-stream: 1.0.8
2717
+ es-set-tostringtag: 2.1.0
2718
+ mime-types: 2.1.35
2719
+
2720
+ fraction.js@4.3.7: {}
2721
+
2722
+ fs.realpath@1.0.0: {}
2723
+
2724
+ fsevents@2.3.3:
2725
+ optional: true
2726
+
2727
+ function-bind@1.1.2: {}
2728
+
2729
+ gensync@1.0.0-beta.2: {}
2730
+
2731
+ get-intrinsic@1.3.0:
2732
+ dependencies:
2733
+ call-bind-apply-helpers: 1.0.2
2734
+ es-define-property: 1.0.1
2735
+ es-errors: 1.3.0
2736
+ es-object-atoms: 1.1.1
2737
+ function-bind: 1.1.2
2738
+ get-proto: 1.0.1
2739
+ gopd: 1.2.0
2740
+ has-symbols: 1.1.0
2741
+ hasown: 2.0.2
2742
+ math-intrinsics: 1.1.0
2743
+
2744
+ get-proto@1.0.1:
2745
+ dependencies:
2746
+ dunder-proto: 1.0.1
2747
+ es-object-atoms: 1.1.1
2748
+
2749
+ glob-parent@5.1.2:
2750
+ dependencies:
2751
+ is-glob: 4.0.3
2752
+
2753
+ glob-parent@6.0.2:
2754
+ dependencies:
2755
+ is-glob: 4.0.3
2756
+
2757
+ glob@7.2.3:
2758
+ dependencies:
2759
+ fs.realpath: 1.0.0
2760
+ inflight: 1.0.6
2761
+ inherits: 2.0.4
2762
+ minimatch: 3.1.2
2763
+ once: 1.4.0
2764
+ path-is-absolute: 1.0.1
2765
+
2766
+ globals@11.12.0: {}
2767
+
2768
+ globals@13.24.0:
2769
+ dependencies:
2770
+ type-fest: 0.20.2
2771
+
2772
+ globby@11.1.0:
2773
+ dependencies:
2774
+ array-union: 2.1.0
2775
+ dir-glob: 3.0.1
2776
+ fast-glob: 3.3.3
2777
+ ignore: 5.3.2
2778
+ merge2: 1.4.1
2779
+ slash: 3.0.0
2780
+
2781
+ gopd@1.2.0: {}
2782
+
2783
+ graceful-fs@4.2.11:
2784
+ optional: true
2785
+
2786
+ graphemer@1.4.0: {}
2787
+
2788
+ has-flag@4.0.0: {}
2789
+
2790
+ has-symbols@1.1.0: {}
2791
+
2792
+ has-tostringtag@1.0.2:
2793
+ dependencies:
2794
+ has-symbols: 1.1.0
2795
+
2796
+ hasown@2.0.2:
2797
+ dependencies:
2798
+ function-bind: 1.1.2
2799
+
2800
+ iconv-lite@0.6.3:
2801
+ dependencies:
2802
+ safer-buffer: 2.1.2
2803
+ optional: true
2804
+
2805
+ ignore@5.3.2: {}
2806
+
2807
+ image-size@0.5.5:
2808
+ optional: true
2809
+
2810
+ immutable@5.1.2: {}
2811
+
2812
+ import-fresh@3.3.1:
2813
+ dependencies:
2814
+ parent-module: 1.0.1
2815
+ resolve-from: 4.0.0
2816
+
2817
+ imurmurhash@0.1.4: {}
2818
+
2819
+ inflight@1.0.6:
2820
+ dependencies:
2821
+ once: 1.4.0
2822
+ wrappy: 1.0.2
2823
+
2824
+ inherits@2.0.4: {}
2825
+
2826
+ intersection-observer@0.12.2: {}
2827
+
2828
+ is-extglob@2.1.1: {}
2829
+
2830
+ is-glob@4.0.3:
2831
+ dependencies:
2832
+ is-extglob: 2.1.1
2833
+
2834
+ is-number@7.0.0: {}
2835
+
2836
+ is-path-inside@3.0.3: {}
2837
+
2838
+ is-what@3.14.1:
2839
+ optional: true
2840
+
2841
+ isexe@2.0.0: {}
2842
+
2843
+ js-cookie@3.0.5: {}
2844
+
2845
+ js-tokens@4.0.0: {}
2846
+
2847
+ js-yaml@4.1.0:
2848
+ dependencies:
2849
+ argparse: 2.0.1
2850
+
2851
+ jsesc@3.1.0: {}
2852
+
2853
+ json-buffer@3.0.1: {}
2854
+
2855
+ json-schema-traverse@0.4.1: {}
2856
+
2857
+ json-stable-stringify-without-jsonify@1.0.1: {}
2858
+
2859
+ json5@2.2.3: {}
2860
+
2861
+ keyv@4.5.4:
2862
+ dependencies:
2863
+ json-buffer: 3.0.1
2864
+
2865
+ less@4.3.0:
2866
+ dependencies:
2867
+ copy-anything: 2.0.6
2868
+ parse-node-version: 1.0.1
2869
+ tslib: 2.8.1
2870
+ optionalDependencies:
2871
+ errno: 0.1.8
2872
+ graceful-fs: 4.2.11
2873
+ image-size: 0.5.5
2874
+ make-dir: 2.1.0
2875
+ mime: 1.6.0
2876
+ needle: 3.3.1
2877
+ source-map: 0.6.1
2878
+ optional: true
2879
+
2880
+ levn@0.4.1:
2881
+ dependencies:
2882
+ prelude-ls: 1.2.1
2883
+ type-check: 0.4.0
2884
+
2885
+ locate-path@6.0.0:
2886
+ dependencies:
2887
+ p-locate: 5.0.0
2888
+
2889
+ lodash-es@4.17.21: {}
2890
+
2891
+ lodash.merge@4.6.2: {}
2892
+
2893
+ lodash@4.17.21: {}
2894
+
2895
+ loose-envify@1.4.0:
2896
+ dependencies:
2897
+ js-tokens: 4.0.0
2898
+
2899
+ lru-cache@5.1.1:
2900
+ dependencies:
2901
+ yallist: 3.1.1
2902
+
2903
+ make-dir@2.1.0:
2904
+ dependencies:
2905
+ pify: 4.0.1
2906
+ semver: 5.7.2
2907
+ optional: true
2908
+
2909
+ math-intrinsics@1.1.0: {}
2910
+
2911
+ merge2@1.4.1: {}
2912
+
2913
+ micromatch@4.0.8:
2914
+ dependencies:
2915
+ braces: 3.0.3
2916
+ picomatch: 2.3.1
2917
+
2918
+ mime-db@1.52.0: {}
2919
+
2920
+ mime-types@2.1.35:
2921
+ dependencies:
2922
+ mime-db: 1.52.0
2923
+
2924
+ mime@1.6.0:
2925
+ optional: true
2926
+
2927
+ minimatch@3.1.2:
2928
+ dependencies:
2929
+ brace-expansion: 1.1.11
2930
+
2931
+ minimatch@9.0.3:
2932
+ dependencies:
2933
+ brace-expansion: 2.0.1
2934
+
2935
+ ms@2.1.3: {}
2936
+
2937
+ nano-memoize@3.0.16: {}
2938
+
2939
+ nanoid@3.3.11: {}
2940
+
2941
+ natural-compare@1.4.0: {}
2942
+
2943
+ needle@3.3.1:
2944
+ dependencies:
2945
+ iconv-lite: 0.6.3
2946
+ sax: 1.4.1
2947
+ optional: true
2948
+
2949
+ node-addon-api@7.1.1:
2950
+ optional: true
2951
+
2952
+ node-releases@2.0.19: {}
2953
+
2954
+ normalize-range@0.1.2: {}
2955
+
2956
+ object-assign@4.1.1: {}
2957
+
2958
+ once@1.4.0:
2959
+ dependencies:
2960
+ wrappy: 1.0.2
2961
+
2962
+ optionator@0.9.4:
2963
+ dependencies:
2964
+ deep-is: 0.1.4
2965
+ fast-levenshtein: 2.0.6
2966
+ levn: 0.4.1
2967
+ prelude-ls: 1.2.1
2968
+ type-check: 0.4.0
2969
+ word-wrap: 1.2.5
2970
+
2971
+ p-limit@3.1.0:
2972
+ dependencies:
2973
+ yocto-queue: 0.1.0
2974
+
2975
+ p-locate@5.0.0:
2976
+ dependencies:
2977
+ p-limit: 3.1.0
2978
+
2979
+ parent-module@1.0.1:
2980
+ dependencies:
2981
+ callsites: 3.1.0
2982
+
2983
+ parse-node-version@1.0.1:
2984
+ optional: true
2985
+
2986
+ path-exists@4.0.0: {}
2987
+
2988
+ path-is-absolute@1.0.1: {}
2989
+
2990
+ path-key@3.1.1: {}
2991
+
2992
+ path-type@4.0.0: {}
2993
+
2994
+ picocolors@1.1.1: {}
2995
+
2996
+ picomatch@2.3.1: {}
2997
+
2998
+ pify@4.0.1:
2999
+ optional: true
3000
+
3001
+ postcss-px-to-viewport@1.1.1:
3002
+ dependencies:
3003
+ object-assign: 4.1.1
3004
+ postcss: 8.5.3
3005
+
3006
+ postcss-value-parser@4.2.0: {}
3007
+
3008
+ postcss@8.5.3:
3009
+ dependencies:
3010
+ nanoid: 3.3.11
3011
+ picocolors: 1.1.1
3012
+ source-map-js: 1.2.1
3013
+
3014
+ prelude-ls@1.2.1: {}
3015
+
3016
+ proxy-from-env@1.1.0: {}
3017
+
3018
+ prr@1.0.1:
3019
+ optional: true
3020
+
3021
+ punycode@2.3.1: {}
3022
+
3023
+ queue-microtask@1.2.3: {}
3024
+
3025
+ rc-field-form@1.44.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3026
+ dependencies:
3027
+ '@babel/runtime': 7.27.1
3028
+ async-validator: 4.2.5
3029
+ rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3030
+ react: 18.3.1
3031
+ react-dom: 18.3.1(react@18.3.1)
3032
+
3033
+ rc-motion@2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3034
+ dependencies:
3035
+ '@babel/runtime': 7.27.1
3036
+ classnames: 2.5.1
3037
+ rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3038
+ react: 18.3.1
3039
+ react-dom: 18.3.1(react@18.3.1)
3040
+
3041
+ rc-segmented@2.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3042
+ dependencies:
3043
+ '@babel/runtime': 7.27.1
3044
+ classnames: 2.5.1
3045
+ rc-motion: 2.9.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3046
+ rc-util: 5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3047
+ react: 18.3.1
3048
+ react-dom: 18.3.1(react@18.3.1)
3049
+
3050
+ rc-util@5.44.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3051
+ dependencies:
3052
+ '@babel/runtime': 7.27.1
3053
+ react: 18.3.1
3054
+ react-dom: 18.3.1(react@18.3.1)
3055
+ react-is: 18.3.1
3056
+
3057
+ react-dom@18.3.1(react@18.3.1):
3058
+ dependencies:
3059
+ loose-envify: 1.4.0
3060
+ react: 18.3.1
3061
+ scheduler: 0.23.2
3062
+
3063
+ react-fast-compare@3.2.2: {}
3064
+
3065
+ react-is@18.3.1: {}
3066
+
3067
+ react-refresh@0.17.0: {}
3068
+
3069
+ react-router-dom@7.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3070
+ dependencies:
3071
+ react: 18.3.1
3072
+ react-dom: 18.3.1(react@18.3.1)
3073
+ react-router: 7.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3074
+
3075
+ react-router@7.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3076
+ dependencies:
3077
+ cookie: 1.0.2
3078
+ react: 18.3.1
3079
+ set-cookie-parser: 2.7.1
3080
+ optionalDependencies:
3081
+ react-dom: 18.3.1(react@18.3.1)
3082
+
3083
+ react@18.3.1:
3084
+ dependencies:
3085
+ loose-envify: 1.4.0
3086
+
3087
+ readdirp@4.1.2: {}
3088
+
3089
+ resize-observer-polyfill@1.5.1: {}
3090
+
3091
+ resolve-from@4.0.0: {}
3092
+
3093
+ reusify@1.1.0: {}
3094
+
3095
+ rimraf@3.0.2:
3096
+ dependencies:
3097
+ glob: 7.2.3
3098
+
3099
+ rollup@4.41.1:
3100
+ dependencies:
3101
+ '@types/estree': 1.0.7
3102
+ optionalDependencies:
3103
+ '@rollup/rollup-android-arm-eabi': 4.41.1
3104
+ '@rollup/rollup-android-arm64': 4.41.1
3105
+ '@rollup/rollup-darwin-arm64': 4.41.1
3106
+ '@rollup/rollup-darwin-x64': 4.41.1
3107
+ '@rollup/rollup-freebsd-arm64': 4.41.1
3108
+ '@rollup/rollup-freebsd-x64': 4.41.1
3109
+ '@rollup/rollup-linux-arm-gnueabihf': 4.41.1
3110
+ '@rollup/rollup-linux-arm-musleabihf': 4.41.1
3111
+ '@rollup/rollup-linux-arm64-gnu': 4.41.1
3112
+ '@rollup/rollup-linux-arm64-musl': 4.41.1
3113
+ '@rollup/rollup-linux-loongarch64-gnu': 4.41.1
3114
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.41.1
3115
+ '@rollup/rollup-linux-riscv64-gnu': 4.41.1
3116
+ '@rollup/rollup-linux-riscv64-musl': 4.41.1
3117
+ '@rollup/rollup-linux-s390x-gnu': 4.41.1
3118
+ '@rollup/rollup-linux-x64-gnu': 4.41.1
3119
+ '@rollup/rollup-linux-x64-musl': 4.41.1
3120
+ '@rollup/rollup-win32-arm64-msvc': 4.41.1
3121
+ '@rollup/rollup-win32-ia32-msvc': 4.41.1
3122
+ '@rollup/rollup-win32-x64-msvc': 4.41.1
3123
+ fsevents: 2.3.3
3124
+
3125
+ run-parallel@1.2.0:
3126
+ dependencies:
3127
+ queue-microtask: 1.2.3
3128
+
3129
+ runes2@1.1.4: {}
3130
+
3131
+ rxjs@7.8.2:
3132
+ dependencies:
3133
+ tslib: 2.8.1
3134
+ optional: true
3135
+
3136
+ safer-buffer@2.1.2:
3137
+ optional: true
3138
+
3139
+ sass-embedded-android-arm64@1.89.0:
3140
+ optional: true
3141
+
3142
+ sass-embedded-android-arm@1.89.0:
3143
+ optional: true
3144
+
3145
+ sass-embedded-android-ia32@1.89.0:
3146
+ optional: true
3147
+
3148
+ sass-embedded-android-riscv64@1.89.0:
3149
+ optional: true
3150
+
3151
+ sass-embedded-android-x64@1.89.0:
3152
+ optional: true
3153
+
3154
+ sass-embedded-darwin-arm64@1.89.0:
3155
+ optional: true
3156
+
3157
+ sass-embedded-darwin-x64@1.89.0:
3158
+ optional: true
3159
+
3160
+ sass-embedded-linux-arm64@1.89.0:
3161
+ optional: true
3162
+
3163
+ sass-embedded-linux-arm@1.89.0:
3164
+ optional: true
3165
+
3166
+ sass-embedded-linux-ia32@1.89.0:
3167
+ optional: true
3168
+
3169
+ sass-embedded-linux-musl-arm64@1.89.0:
3170
+ optional: true
3171
+
3172
+ sass-embedded-linux-musl-arm@1.89.0:
3173
+ optional: true
3174
+
3175
+ sass-embedded-linux-musl-ia32@1.89.0:
3176
+ optional: true
3177
+
3178
+ sass-embedded-linux-musl-riscv64@1.89.0:
3179
+ optional: true
3180
+
3181
+ sass-embedded-linux-musl-x64@1.89.0:
3182
+ optional: true
3183
+
3184
+ sass-embedded-linux-riscv64@1.89.0:
3185
+ optional: true
3186
+
3187
+ sass-embedded-linux-x64@1.89.0:
3188
+ optional: true
3189
+
3190
+ sass-embedded-win32-arm64@1.89.0:
3191
+ optional: true
3192
+
3193
+ sass-embedded-win32-ia32@1.89.0:
3194
+ optional: true
3195
+
3196
+ sass-embedded-win32-x64@1.89.0:
3197
+ optional: true
3198
+
3199
+ sass-embedded@1.89.0:
3200
+ dependencies:
3201
+ '@bufbuild/protobuf': 2.5.0
3202
+ buffer-builder: 0.2.0
3203
+ colorjs.io: 0.5.2
3204
+ immutable: 5.1.2
3205
+ rxjs: 7.8.2
3206
+ supports-color: 8.1.1
3207
+ sync-child-process: 1.0.2
3208
+ varint: 6.0.0
3209
+ optionalDependencies:
3210
+ sass-embedded-android-arm: 1.89.0
3211
+ sass-embedded-android-arm64: 1.89.0
3212
+ sass-embedded-android-ia32: 1.89.0
3213
+ sass-embedded-android-riscv64: 1.89.0
3214
+ sass-embedded-android-x64: 1.89.0
3215
+ sass-embedded-darwin-arm64: 1.89.0
3216
+ sass-embedded-darwin-x64: 1.89.0
3217
+ sass-embedded-linux-arm: 1.89.0
3218
+ sass-embedded-linux-arm64: 1.89.0
3219
+ sass-embedded-linux-ia32: 1.89.0
3220
+ sass-embedded-linux-musl-arm: 1.89.0
3221
+ sass-embedded-linux-musl-arm64: 1.89.0
3222
+ sass-embedded-linux-musl-ia32: 1.89.0
3223
+ sass-embedded-linux-musl-riscv64: 1.89.0
3224
+ sass-embedded-linux-musl-x64: 1.89.0
3225
+ sass-embedded-linux-riscv64: 1.89.0
3226
+ sass-embedded-linux-x64: 1.89.0
3227
+ sass-embedded-win32-arm64: 1.89.0
3228
+ sass-embedded-win32-ia32: 1.89.0
3229
+ sass-embedded-win32-x64: 1.89.0
3230
+ optional: true
3231
+
3232
+ sass@1.89.0:
3233
+ dependencies:
3234
+ chokidar: 4.0.3
3235
+ immutable: 5.1.2
3236
+ source-map-js: 1.2.1
3237
+ optionalDependencies:
3238
+ '@parcel/watcher': 2.5.1
3239
+
3240
+ sax@1.4.1:
3241
+ optional: true
3242
+
3243
+ scheduler@0.23.2:
3244
+ dependencies:
3245
+ loose-envify: 1.4.0
3246
+
3247
+ screenfull@5.2.0: {}
3248
+
3249
+ semver@5.7.2:
3250
+ optional: true
3251
+
3252
+ semver@6.3.1: {}
3253
+
3254
+ semver@7.7.2: {}
3255
+
3256
+ set-cookie-parser@2.7.1: {}
3257
+
3258
+ shebang-command@2.0.0:
3259
+ dependencies:
3260
+ shebang-regex: 3.0.0
3261
+
3262
+ shebang-regex@3.0.0: {}
3263
+
3264
+ slash@3.0.0: {}
3265
+
3266
+ source-map-js@1.2.1: {}
3267
+
3268
+ source-map@0.6.1:
3269
+ optional: true
3270
+
3271
+ staged-components@1.1.3(react@18.3.1):
3272
+ dependencies:
3273
+ react: 18.3.1
3274
+
3275
+ strip-ansi@6.0.1:
3276
+ dependencies:
3277
+ ansi-regex: 5.0.1
3278
+
3279
+ strip-json-comments@3.1.1: {}
3280
+
3281
+ supports-color@7.2.0:
3282
+ dependencies:
3283
+ has-flag: 4.0.0
3284
+
3285
+ supports-color@8.1.1:
3286
+ dependencies:
3287
+ has-flag: 4.0.0
3288
+ optional: true
3289
+
3290
+ sync-child-process@1.0.2:
3291
+ dependencies:
3292
+ sync-message-port: 1.1.3
3293
+ optional: true
3294
+
3295
+ sync-message-port@1.1.3:
3296
+ optional: true
3297
+
3298
+ text-table@0.2.0: {}
3299
+
3300
+ to-regex-range@5.0.1:
3301
+ dependencies:
3302
+ is-number: 7.0.0
3303
+
3304
+ ts-api-utils@1.4.3(typescript@5.8.3):
3305
+ dependencies:
3306
+ typescript: 5.8.3
3307
+
3308
+ tslib@2.8.1: {}
3309
+
3310
+ type-check@0.4.0:
3311
+ dependencies:
3312
+ prelude-ls: 1.2.1
3313
+
3314
+ type-fest@0.20.2: {}
3315
+
3316
+ typescript@5.8.3: {}
3317
+
3318
+ undici-types@6.19.8: {}
3319
+
3320
+ update-browserslist-db@1.1.3(browserslist@4.24.5):
3321
+ dependencies:
3322
+ browserslist: 4.24.5
3323
+ escalade: 3.2.0
3324
+ picocolors: 1.1.1
3325
+
3326
+ uri-js@4.4.1:
3327
+ dependencies:
3328
+ punycode: 2.3.1
3329
+
3330
+ use-sync-external-store@1.5.0(react@18.3.1):
3331
+ dependencies:
3332
+ react: 18.3.1
3333
+
3334
+ varint@6.0.0:
3335
+ optional: true
3336
+
3337
+ vite@5.4.19(@types/node@20.17.50)(less@4.3.0)(sass-embedded@1.89.0)(sass@1.89.0):
3338
+ dependencies:
3339
+ esbuild: 0.21.5
3340
+ postcss: 8.5.3
3341
+ rollup: 4.41.1
3342
+ optionalDependencies:
3343
+ '@types/node': 20.17.50
3344
+ fsevents: 2.3.3
3345
+ less: 4.3.0
3346
+ sass: 1.89.0
3347
+ sass-embedded: 1.89.0
3348
+
3349
+ which@2.0.2:
3350
+ dependencies:
3351
+ isexe: 2.0.0
3352
+
3353
+ word-wrap@1.2.5: {}
3354
+
3355
+ wrappy@1.0.2: {}
3356
+
3357
+ yallist@3.1.1: {}
3358
+
3359
+ yocto-queue@0.1.0: {}
3360
+
3361
+ zustand@5.0.5(@types/react@18.3.22)(react@18.3.1)(use-sync-external-store@1.5.0(react@18.3.1)):
3362
+ optionalDependencies:
3363
+ '@types/react': 18.3.22
3364
+ react: 18.3.1
3365
+ use-sync-external-store: 1.5.0(react@18.3.1)