create-reactivite 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/index.js +42 -0
  2. package/package.json +17 -0
  3. package/template/README.md +73 -0
  4. package/template/components.json +22 -0
  5. package/template/eslint.config.js +23 -0
  6. package/template/index.html +13 -0
  7. package/template/package.json +51 -0
  8. package/template/pnpm-lock.yaml +3519 -0
  9. package/template/public/vite.svg +1 -0
  10. package/template/src/App.css +0 -0
  11. package/template/src/App.tsx +13 -0
  12. package/template/src/assets/react.svg +1 -0
  13. package/template/src/components/home-page-components/features-section.tsx +65 -0
  14. package/template/src/components/home-page-components/header.tsx +43 -0
  15. package/template/src/components/home-page-components/hero.tsx +39 -0
  16. package/template/src/components/home-page-components/template-card.tsx +65 -0
  17. package/template/src/components/home-page-components/template-grid.tsx +68 -0
  18. package/template/src/components/ui/accordion.tsx +64 -0
  19. package/template/src/components/ui/alert.tsx +66 -0
  20. package/template/src/components/ui/avatar.tsx +51 -0
  21. package/template/src/components/ui/badge.tsx +46 -0
  22. package/template/src/components/ui/button-group.tsx +83 -0
  23. package/template/src/components/ui/button.tsx +60 -0
  24. package/template/src/components/ui/calendar.tsx +211 -0
  25. package/template/src/components/ui/card.tsx +92 -0
  26. package/template/src/components/ui/checkbox.tsx +30 -0
  27. package/template/src/components/ui/collapsible.tsx +31 -0
  28. package/template/src/components/ui/dialog.tsx +141 -0
  29. package/template/src/components/ui/select.tsx +185 -0
  30. package/template/src/components/ui/separator.tsx +26 -0
  31. package/template/src/components/ui/sonner.tsx +38 -0
  32. package/template/src/components/ui/spinner.tsx +16 -0
  33. package/template/src/components/ui/table.tsx +114 -0
  34. package/template/src/components/ui/toggle.tsx +45 -0
  35. package/template/src/components/ui/tooltip.tsx +59 -0
  36. package/template/src/global.css +126 -0
  37. package/template/src/lib/utils.ts +6 -0
  38. package/template/src/main.tsx +10 -0
  39. package/template/src/pages/Homepage/Homepage.tsx +16 -0
  40. package/template/tsconfig.app.json +28 -0
  41. package/template/tsconfig.json +14 -0
  42. package/template/tsconfig.node.json +26 -0
  43. package/template/vite.config.ts +14 -0
@@ -0,0 +1,3519 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@radix-ui/react-accordion':
12
+ specifier: ^1.2.12
13
+ version: 1.2.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
14
+ '@radix-ui/react-avatar':
15
+ specifier: ^1.1.10
16
+ version: 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
17
+ '@radix-ui/react-checkbox':
18
+ specifier: ^1.3.3
19
+ version: 1.3.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
20
+ '@radix-ui/react-collapsible':
21
+ specifier: ^1.1.12
22
+ version: 1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
23
+ '@radix-ui/react-dialog':
24
+ specifier: ^1.1.15
25
+ version: 1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
26
+ '@radix-ui/react-select':
27
+ specifier: ^2.2.6
28
+ version: 2.2.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
29
+ '@radix-ui/react-separator':
30
+ specifier: ^1.1.7
31
+ version: 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
32
+ '@radix-ui/react-slot':
33
+ specifier: ^1.2.3
34
+ version: 1.2.3(@types/react@19.2.2)(react@19.2.0)
35
+ '@radix-ui/react-toggle':
36
+ specifier: ^1.1.10
37
+ version: 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
38
+ '@radix-ui/react-tooltip':
39
+ specifier: ^1.2.8
40
+ version: 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
41
+ '@tailwindcss/vite':
42
+ specifier: ^4.1.14
43
+ version: 4.1.14(vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1))
44
+ class-variance-authority:
45
+ specifier: ^0.7.1
46
+ version: 0.7.1
47
+ clsx:
48
+ specifier: ^2.1.1
49
+ version: 2.1.1
50
+ date-fns:
51
+ specifier: ^4.1.0
52
+ version: 4.1.0
53
+ lucide-react:
54
+ specifier: ^0.545.0
55
+ version: 0.545.0(react@19.2.0)
56
+ next-themes:
57
+ specifier: ^0.4.6
58
+ version: 0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
59
+ react:
60
+ specifier: ^19.1.1
61
+ version: 19.2.0
62
+ react-day-picker:
63
+ specifier: ^9.11.1
64
+ version: 9.11.1(react@19.2.0)
65
+ react-dom:
66
+ specifier: ^19.1.1
67
+ version: 19.2.0(react@19.2.0)
68
+ sonner:
69
+ specifier: ^2.0.7
70
+ version: 2.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
71
+ tailwind-merge:
72
+ specifier: ^3.3.1
73
+ version: 3.3.1
74
+ tailwindcss:
75
+ specifier: ^4.1.14
76
+ version: 4.1.14
77
+ devDependencies:
78
+ '@eslint/js':
79
+ specifier: ^9.36.0
80
+ version: 9.37.0
81
+ '@types/node':
82
+ specifier: ^24.6.0
83
+ version: 24.7.2
84
+ '@types/react':
85
+ specifier: ^19.1.16
86
+ version: 19.2.2
87
+ '@types/react-dom':
88
+ specifier: ^19.1.9
89
+ version: 19.2.2(@types/react@19.2.2)
90
+ '@vitejs/plugin-react':
91
+ specifier: ^5.0.4
92
+ version: 5.0.4(vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1))
93
+ eslint:
94
+ specifier: ^9.36.0
95
+ version: 9.37.0(jiti@2.6.1)
96
+ eslint-plugin-react-hooks:
97
+ specifier: ^5.2.0
98
+ version: 5.2.0(eslint@9.37.0(jiti@2.6.1))
99
+ eslint-plugin-react-refresh:
100
+ specifier: ^0.4.22
101
+ version: 0.4.23(eslint@9.37.0(jiti@2.6.1))
102
+ globals:
103
+ specifier: ^16.4.0
104
+ version: 16.4.0
105
+ tw-animate-css:
106
+ specifier: ^1.4.0
107
+ version: 1.4.0
108
+ typescript:
109
+ specifier: ~5.9.3
110
+ version: 5.9.3
111
+ typescript-eslint:
112
+ specifier: ^8.45.0
113
+ version: 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
114
+ vite:
115
+ specifier: ^7.1.7
116
+ version: 7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1)
117
+
118
+ packages:
119
+
120
+ '@babel/code-frame@7.27.1':
121
+ resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
122
+ engines: {node: '>=6.9.0'}
123
+
124
+ '@babel/compat-data@7.28.4':
125
+ resolution: {integrity: sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==}
126
+ engines: {node: '>=6.9.0'}
127
+
128
+ '@babel/core@7.28.4':
129
+ resolution: {integrity: sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==}
130
+ engines: {node: '>=6.9.0'}
131
+
132
+ '@babel/generator@7.28.3':
133
+ resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
134
+ engines: {node: '>=6.9.0'}
135
+
136
+ '@babel/helper-compilation-targets@7.27.2':
137
+ resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
138
+ engines: {node: '>=6.9.0'}
139
+
140
+ '@babel/helper-globals@7.28.0':
141
+ resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
142
+ engines: {node: '>=6.9.0'}
143
+
144
+ '@babel/helper-module-imports@7.27.1':
145
+ resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
146
+ engines: {node: '>=6.9.0'}
147
+
148
+ '@babel/helper-module-transforms@7.28.3':
149
+ resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
150
+ engines: {node: '>=6.9.0'}
151
+ peerDependencies:
152
+ '@babel/core': ^7.0.0
153
+
154
+ '@babel/helper-plugin-utils@7.27.1':
155
+ resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
156
+ engines: {node: '>=6.9.0'}
157
+
158
+ '@babel/helper-string-parser@7.27.1':
159
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
160
+ engines: {node: '>=6.9.0'}
161
+
162
+ '@babel/helper-validator-identifier@7.27.1':
163
+ resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
164
+ engines: {node: '>=6.9.0'}
165
+
166
+ '@babel/helper-validator-option@7.27.1':
167
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
168
+ engines: {node: '>=6.9.0'}
169
+
170
+ '@babel/helpers@7.28.4':
171
+ resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
172
+ engines: {node: '>=6.9.0'}
173
+
174
+ '@babel/parser@7.28.4':
175
+ resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==}
176
+ engines: {node: '>=6.0.0'}
177
+ hasBin: true
178
+
179
+ '@babel/plugin-transform-react-jsx-self@7.27.1':
180
+ resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
181
+ engines: {node: '>=6.9.0'}
182
+ peerDependencies:
183
+ '@babel/core': ^7.0.0-0
184
+
185
+ '@babel/plugin-transform-react-jsx-source@7.27.1':
186
+ resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
187
+ engines: {node: '>=6.9.0'}
188
+ peerDependencies:
189
+ '@babel/core': ^7.0.0-0
190
+
191
+ '@babel/template@7.27.2':
192
+ resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
193
+ engines: {node: '>=6.9.0'}
194
+
195
+ '@babel/traverse@7.28.4':
196
+ resolution: {integrity: sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==}
197
+ engines: {node: '>=6.9.0'}
198
+
199
+ '@babel/types@7.28.4':
200
+ resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
201
+ engines: {node: '>=6.9.0'}
202
+
203
+ '@date-fns/tz@1.4.1':
204
+ resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==}
205
+
206
+ '@esbuild/aix-ppc64@0.25.10':
207
+ resolution: {integrity: sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==}
208
+ engines: {node: '>=18'}
209
+ cpu: [ppc64]
210
+ os: [aix]
211
+
212
+ '@esbuild/android-arm64@0.25.10':
213
+ resolution: {integrity: sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==}
214
+ engines: {node: '>=18'}
215
+ cpu: [arm64]
216
+ os: [android]
217
+
218
+ '@esbuild/android-arm@0.25.10':
219
+ resolution: {integrity: sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==}
220
+ engines: {node: '>=18'}
221
+ cpu: [arm]
222
+ os: [android]
223
+
224
+ '@esbuild/android-x64@0.25.10':
225
+ resolution: {integrity: sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==}
226
+ engines: {node: '>=18'}
227
+ cpu: [x64]
228
+ os: [android]
229
+
230
+ '@esbuild/darwin-arm64@0.25.10':
231
+ resolution: {integrity: sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==}
232
+ engines: {node: '>=18'}
233
+ cpu: [arm64]
234
+ os: [darwin]
235
+
236
+ '@esbuild/darwin-x64@0.25.10':
237
+ resolution: {integrity: sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==}
238
+ engines: {node: '>=18'}
239
+ cpu: [x64]
240
+ os: [darwin]
241
+
242
+ '@esbuild/freebsd-arm64@0.25.10':
243
+ resolution: {integrity: sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==}
244
+ engines: {node: '>=18'}
245
+ cpu: [arm64]
246
+ os: [freebsd]
247
+
248
+ '@esbuild/freebsd-x64@0.25.10':
249
+ resolution: {integrity: sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==}
250
+ engines: {node: '>=18'}
251
+ cpu: [x64]
252
+ os: [freebsd]
253
+
254
+ '@esbuild/linux-arm64@0.25.10':
255
+ resolution: {integrity: sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==}
256
+ engines: {node: '>=18'}
257
+ cpu: [arm64]
258
+ os: [linux]
259
+
260
+ '@esbuild/linux-arm@0.25.10':
261
+ resolution: {integrity: sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==}
262
+ engines: {node: '>=18'}
263
+ cpu: [arm]
264
+ os: [linux]
265
+
266
+ '@esbuild/linux-ia32@0.25.10':
267
+ resolution: {integrity: sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==}
268
+ engines: {node: '>=18'}
269
+ cpu: [ia32]
270
+ os: [linux]
271
+
272
+ '@esbuild/linux-loong64@0.25.10':
273
+ resolution: {integrity: sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==}
274
+ engines: {node: '>=18'}
275
+ cpu: [loong64]
276
+ os: [linux]
277
+
278
+ '@esbuild/linux-mips64el@0.25.10':
279
+ resolution: {integrity: sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==}
280
+ engines: {node: '>=18'}
281
+ cpu: [mips64el]
282
+ os: [linux]
283
+
284
+ '@esbuild/linux-ppc64@0.25.10':
285
+ resolution: {integrity: sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==}
286
+ engines: {node: '>=18'}
287
+ cpu: [ppc64]
288
+ os: [linux]
289
+
290
+ '@esbuild/linux-riscv64@0.25.10':
291
+ resolution: {integrity: sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==}
292
+ engines: {node: '>=18'}
293
+ cpu: [riscv64]
294
+ os: [linux]
295
+
296
+ '@esbuild/linux-s390x@0.25.10':
297
+ resolution: {integrity: sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==}
298
+ engines: {node: '>=18'}
299
+ cpu: [s390x]
300
+ os: [linux]
301
+
302
+ '@esbuild/linux-x64@0.25.10':
303
+ resolution: {integrity: sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==}
304
+ engines: {node: '>=18'}
305
+ cpu: [x64]
306
+ os: [linux]
307
+
308
+ '@esbuild/netbsd-arm64@0.25.10':
309
+ resolution: {integrity: sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==}
310
+ engines: {node: '>=18'}
311
+ cpu: [arm64]
312
+ os: [netbsd]
313
+
314
+ '@esbuild/netbsd-x64@0.25.10':
315
+ resolution: {integrity: sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==}
316
+ engines: {node: '>=18'}
317
+ cpu: [x64]
318
+ os: [netbsd]
319
+
320
+ '@esbuild/openbsd-arm64@0.25.10':
321
+ resolution: {integrity: sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==}
322
+ engines: {node: '>=18'}
323
+ cpu: [arm64]
324
+ os: [openbsd]
325
+
326
+ '@esbuild/openbsd-x64@0.25.10':
327
+ resolution: {integrity: sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==}
328
+ engines: {node: '>=18'}
329
+ cpu: [x64]
330
+ os: [openbsd]
331
+
332
+ '@esbuild/openharmony-arm64@0.25.10':
333
+ resolution: {integrity: sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==}
334
+ engines: {node: '>=18'}
335
+ cpu: [arm64]
336
+ os: [openharmony]
337
+
338
+ '@esbuild/sunos-x64@0.25.10':
339
+ resolution: {integrity: sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==}
340
+ engines: {node: '>=18'}
341
+ cpu: [x64]
342
+ os: [sunos]
343
+
344
+ '@esbuild/win32-arm64@0.25.10':
345
+ resolution: {integrity: sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==}
346
+ engines: {node: '>=18'}
347
+ cpu: [arm64]
348
+ os: [win32]
349
+
350
+ '@esbuild/win32-ia32@0.25.10':
351
+ resolution: {integrity: sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==}
352
+ engines: {node: '>=18'}
353
+ cpu: [ia32]
354
+ os: [win32]
355
+
356
+ '@esbuild/win32-x64@0.25.10':
357
+ resolution: {integrity: sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==}
358
+ engines: {node: '>=18'}
359
+ cpu: [x64]
360
+ os: [win32]
361
+
362
+ '@eslint-community/eslint-utils@4.9.0':
363
+ resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==}
364
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
365
+ peerDependencies:
366
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
367
+
368
+ '@eslint-community/regexpp@4.12.1':
369
+ resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
370
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
371
+
372
+ '@eslint/config-array@0.21.0':
373
+ resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
374
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
375
+
376
+ '@eslint/config-helpers@0.4.0':
377
+ resolution: {integrity: sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==}
378
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
379
+
380
+ '@eslint/core@0.16.0':
381
+ resolution: {integrity: sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==}
382
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
383
+
384
+ '@eslint/eslintrc@3.3.1':
385
+ resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
386
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
387
+
388
+ '@eslint/js@9.37.0':
389
+ resolution: {integrity: sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==}
390
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
391
+
392
+ '@eslint/object-schema@2.1.6':
393
+ resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
394
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
395
+
396
+ '@eslint/plugin-kit@0.4.0':
397
+ resolution: {integrity: sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==}
398
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
399
+
400
+ '@floating-ui/core@1.7.3':
401
+ resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
402
+
403
+ '@floating-ui/dom@1.7.4':
404
+ resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
405
+
406
+ '@floating-ui/react-dom@2.1.6':
407
+ resolution: {integrity: sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==}
408
+ peerDependencies:
409
+ react: '>=16.8.0'
410
+ react-dom: '>=16.8.0'
411
+
412
+ '@floating-ui/utils@0.2.10':
413
+ resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
414
+
415
+ '@humanfs/core@0.19.1':
416
+ resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
417
+ engines: {node: '>=18.18.0'}
418
+
419
+ '@humanfs/node@0.16.7':
420
+ resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
421
+ engines: {node: '>=18.18.0'}
422
+
423
+ '@humanwhocodes/module-importer@1.0.1':
424
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
425
+ engines: {node: '>=12.22'}
426
+
427
+ '@humanwhocodes/retry@0.4.3':
428
+ resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
429
+ engines: {node: '>=18.18'}
430
+
431
+ '@isaacs/fs-minipass@4.0.1':
432
+ resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
433
+ engines: {node: '>=18.0.0'}
434
+
435
+ '@jridgewell/gen-mapping@0.3.13':
436
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
437
+
438
+ '@jridgewell/remapping@2.3.5':
439
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
440
+
441
+ '@jridgewell/resolve-uri@3.1.2':
442
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
443
+ engines: {node: '>=6.0.0'}
444
+
445
+ '@jridgewell/sourcemap-codec@1.5.5':
446
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
447
+
448
+ '@jridgewell/trace-mapping@0.3.31':
449
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
450
+
451
+ '@nodelib/fs.scandir@2.1.5':
452
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
453
+ engines: {node: '>= 8'}
454
+
455
+ '@nodelib/fs.stat@2.0.5':
456
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
457
+ engines: {node: '>= 8'}
458
+
459
+ '@nodelib/fs.walk@1.2.8':
460
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
461
+ engines: {node: '>= 8'}
462
+
463
+ '@radix-ui/number@1.1.1':
464
+ resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
465
+
466
+ '@radix-ui/primitive@1.1.3':
467
+ resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==}
468
+
469
+ '@radix-ui/react-accordion@1.2.12':
470
+ resolution: {integrity: sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==}
471
+ peerDependencies:
472
+ '@types/react': '*'
473
+ '@types/react-dom': '*'
474
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
475
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
476
+ peerDependenciesMeta:
477
+ '@types/react':
478
+ optional: true
479
+ '@types/react-dom':
480
+ optional: true
481
+
482
+ '@radix-ui/react-arrow@1.1.7':
483
+ resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==}
484
+ peerDependencies:
485
+ '@types/react': '*'
486
+ '@types/react-dom': '*'
487
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
488
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
489
+ peerDependenciesMeta:
490
+ '@types/react':
491
+ optional: true
492
+ '@types/react-dom':
493
+ optional: true
494
+
495
+ '@radix-ui/react-avatar@1.1.10':
496
+ resolution: {integrity: sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==}
497
+ peerDependencies:
498
+ '@types/react': '*'
499
+ '@types/react-dom': '*'
500
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
501
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
502
+ peerDependenciesMeta:
503
+ '@types/react':
504
+ optional: true
505
+ '@types/react-dom':
506
+ optional: true
507
+
508
+ '@radix-ui/react-checkbox@1.3.3':
509
+ resolution: {integrity: sha512-wBbpv+NQftHDdG86Qc0pIyXk5IR3tM8Vd0nWLKDcX8nNn4nXFOFwsKuqw2okA/1D/mpaAkmuyndrPJTYDNZtFw==}
510
+ peerDependencies:
511
+ '@types/react': '*'
512
+ '@types/react-dom': '*'
513
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
514
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
515
+ peerDependenciesMeta:
516
+ '@types/react':
517
+ optional: true
518
+ '@types/react-dom':
519
+ optional: true
520
+
521
+ '@radix-ui/react-collapsible@1.1.12':
522
+ resolution: {integrity: sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==}
523
+ peerDependencies:
524
+ '@types/react': '*'
525
+ '@types/react-dom': '*'
526
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
527
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
528
+ peerDependenciesMeta:
529
+ '@types/react':
530
+ optional: true
531
+ '@types/react-dom':
532
+ optional: true
533
+
534
+ '@radix-ui/react-collection@1.1.7':
535
+ resolution: {integrity: sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==}
536
+ peerDependencies:
537
+ '@types/react': '*'
538
+ '@types/react-dom': '*'
539
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
540
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
541
+ peerDependenciesMeta:
542
+ '@types/react':
543
+ optional: true
544
+ '@types/react-dom':
545
+ optional: true
546
+
547
+ '@radix-ui/react-compose-refs@1.1.2':
548
+ resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
549
+ peerDependencies:
550
+ '@types/react': '*'
551
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
552
+ peerDependenciesMeta:
553
+ '@types/react':
554
+ optional: true
555
+
556
+ '@radix-ui/react-context@1.1.2':
557
+ resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==}
558
+ peerDependencies:
559
+ '@types/react': '*'
560
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
561
+ peerDependenciesMeta:
562
+ '@types/react':
563
+ optional: true
564
+
565
+ '@radix-ui/react-dialog@1.1.15':
566
+ resolution: {integrity: sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==}
567
+ peerDependencies:
568
+ '@types/react': '*'
569
+ '@types/react-dom': '*'
570
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
571
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
572
+ peerDependenciesMeta:
573
+ '@types/react':
574
+ optional: true
575
+ '@types/react-dom':
576
+ optional: true
577
+
578
+ '@radix-ui/react-direction@1.1.1':
579
+ resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==}
580
+ peerDependencies:
581
+ '@types/react': '*'
582
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
583
+ peerDependenciesMeta:
584
+ '@types/react':
585
+ optional: true
586
+
587
+ '@radix-ui/react-dismissable-layer@1.1.11':
588
+ resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==}
589
+ peerDependencies:
590
+ '@types/react': '*'
591
+ '@types/react-dom': '*'
592
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
593
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
594
+ peerDependenciesMeta:
595
+ '@types/react':
596
+ optional: true
597
+ '@types/react-dom':
598
+ optional: true
599
+
600
+ '@radix-ui/react-focus-guards@1.1.3':
601
+ resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==}
602
+ peerDependencies:
603
+ '@types/react': '*'
604
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
605
+ peerDependenciesMeta:
606
+ '@types/react':
607
+ optional: true
608
+
609
+ '@radix-ui/react-focus-scope@1.1.7':
610
+ resolution: {integrity: sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==}
611
+ peerDependencies:
612
+ '@types/react': '*'
613
+ '@types/react-dom': '*'
614
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
615
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
616
+ peerDependenciesMeta:
617
+ '@types/react':
618
+ optional: true
619
+ '@types/react-dom':
620
+ optional: true
621
+
622
+ '@radix-ui/react-id@1.1.1':
623
+ resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==}
624
+ peerDependencies:
625
+ '@types/react': '*'
626
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
627
+ peerDependenciesMeta:
628
+ '@types/react':
629
+ optional: true
630
+
631
+ '@radix-ui/react-popper@1.2.8':
632
+ resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==}
633
+ peerDependencies:
634
+ '@types/react': '*'
635
+ '@types/react-dom': '*'
636
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
637
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
638
+ peerDependenciesMeta:
639
+ '@types/react':
640
+ optional: true
641
+ '@types/react-dom':
642
+ optional: true
643
+
644
+ '@radix-ui/react-portal@1.1.9':
645
+ resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==}
646
+ peerDependencies:
647
+ '@types/react': '*'
648
+ '@types/react-dom': '*'
649
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
650
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
651
+ peerDependenciesMeta:
652
+ '@types/react':
653
+ optional: true
654
+ '@types/react-dom':
655
+ optional: true
656
+
657
+ '@radix-ui/react-presence@1.1.5':
658
+ resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==}
659
+ peerDependencies:
660
+ '@types/react': '*'
661
+ '@types/react-dom': '*'
662
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
663
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
664
+ peerDependenciesMeta:
665
+ '@types/react':
666
+ optional: true
667
+ '@types/react-dom':
668
+ optional: true
669
+
670
+ '@radix-ui/react-primitive@2.1.3':
671
+ resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==}
672
+ peerDependencies:
673
+ '@types/react': '*'
674
+ '@types/react-dom': '*'
675
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
676
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
677
+ peerDependenciesMeta:
678
+ '@types/react':
679
+ optional: true
680
+ '@types/react-dom':
681
+ optional: true
682
+
683
+ '@radix-ui/react-select@2.2.6':
684
+ resolution: {integrity: sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==}
685
+ peerDependencies:
686
+ '@types/react': '*'
687
+ '@types/react-dom': '*'
688
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
689
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
690
+ peerDependenciesMeta:
691
+ '@types/react':
692
+ optional: true
693
+ '@types/react-dom':
694
+ optional: true
695
+
696
+ '@radix-ui/react-separator@1.1.7':
697
+ resolution: {integrity: sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==}
698
+ peerDependencies:
699
+ '@types/react': '*'
700
+ '@types/react-dom': '*'
701
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
702
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
703
+ peerDependenciesMeta:
704
+ '@types/react':
705
+ optional: true
706
+ '@types/react-dom':
707
+ optional: true
708
+
709
+ '@radix-ui/react-slot@1.2.3':
710
+ resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==}
711
+ peerDependencies:
712
+ '@types/react': '*'
713
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
714
+ peerDependenciesMeta:
715
+ '@types/react':
716
+ optional: true
717
+
718
+ '@radix-ui/react-toggle@1.1.10':
719
+ resolution: {integrity: sha512-lS1odchhFTeZv3xwHH31YPObmJn8gOg7Lq12inrr0+BH/l3Tsq32VfjqH1oh80ARM3mlkfMic15n0kg4sD1poQ==}
720
+ peerDependencies:
721
+ '@types/react': '*'
722
+ '@types/react-dom': '*'
723
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
724
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
725
+ peerDependenciesMeta:
726
+ '@types/react':
727
+ optional: true
728
+ '@types/react-dom':
729
+ optional: true
730
+
731
+ '@radix-ui/react-tooltip@1.2.8':
732
+ resolution: {integrity: sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==}
733
+ peerDependencies:
734
+ '@types/react': '*'
735
+ '@types/react-dom': '*'
736
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
737
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
738
+ peerDependenciesMeta:
739
+ '@types/react':
740
+ optional: true
741
+ '@types/react-dom':
742
+ optional: true
743
+
744
+ '@radix-ui/react-use-callback-ref@1.1.1':
745
+ resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
746
+ peerDependencies:
747
+ '@types/react': '*'
748
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
749
+ peerDependenciesMeta:
750
+ '@types/react':
751
+ optional: true
752
+
753
+ '@radix-ui/react-use-controllable-state@1.2.2':
754
+ resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==}
755
+ peerDependencies:
756
+ '@types/react': '*'
757
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
758
+ peerDependenciesMeta:
759
+ '@types/react':
760
+ optional: true
761
+
762
+ '@radix-ui/react-use-effect-event@0.0.2':
763
+ resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==}
764
+ peerDependencies:
765
+ '@types/react': '*'
766
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
767
+ peerDependenciesMeta:
768
+ '@types/react':
769
+ optional: true
770
+
771
+ '@radix-ui/react-use-escape-keydown@1.1.1':
772
+ resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==}
773
+ peerDependencies:
774
+ '@types/react': '*'
775
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
776
+ peerDependenciesMeta:
777
+ '@types/react':
778
+ optional: true
779
+
780
+ '@radix-ui/react-use-is-hydrated@0.1.0':
781
+ resolution: {integrity: sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==}
782
+ peerDependencies:
783
+ '@types/react': '*'
784
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
785
+ peerDependenciesMeta:
786
+ '@types/react':
787
+ optional: true
788
+
789
+ '@radix-ui/react-use-layout-effect@1.1.1':
790
+ resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==}
791
+ peerDependencies:
792
+ '@types/react': '*'
793
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
794
+ peerDependenciesMeta:
795
+ '@types/react':
796
+ optional: true
797
+
798
+ '@radix-ui/react-use-previous@1.1.1':
799
+ resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==}
800
+ peerDependencies:
801
+ '@types/react': '*'
802
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
803
+ peerDependenciesMeta:
804
+ '@types/react':
805
+ optional: true
806
+
807
+ '@radix-ui/react-use-rect@1.1.1':
808
+ resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==}
809
+ peerDependencies:
810
+ '@types/react': '*'
811
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
812
+ peerDependenciesMeta:
813
+ '@types/react':
814
+ optional: true
815
+
816
+ '@radix-ui/react-use-size@1.1.1':
817
+ resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==}
818
+ peerDependencies:
819
+ '@types/react': '*'
820
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
821
+ peerDependenciesMeta:
822
+ '@types/react':
823
+ optional: true
824
+
825
+ '@radix-ui/react-visually-hidden@1.2.3':
826
+ resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==}
827
+ peerDependencies:
828
+ '@types/react': '*'
829
+ '@types/react-dom': '*'
830
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
831
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
832
+ peerDependenciesMeta:
833
+ '@types/react':
834
+ optional: true
835
+ '@types/react-dom':
836
+ optional: true
837
+
838
+ '@radix-ui/rect@1.1.1':
839
+ resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
840
+
841
+ '@rolldown/pluginutils@1.0.0-beta.38':
842
+ resolution: {integrity: sha512-N/ICGKleNhA5nc9XXQG/kkKHJ7S55u0x0XUJbbkmdCnFuoRkM1Il12q9q0eX19+M7KKUEPw/daUPIRnxhcxAIw==}
843
+
844
+ '@rollup/rollup-android-arm-eabi@4.52.4':
845
+ resolution: {integrity: sha512-BTm2qKNnWIQ5auf4deoetINJm2JzvihvGb9R6K/ETwKLql/Bb3Eg2H1FBp1gUb4YGbydMA3jcmQTR73q7J+GAA==}
846
+ cpu: [arm]
847
+ os: [android]
848
+
849
+ '@rollup/rollup-android-arm64@4.52.4':
850
+ resolution: {integrity: sha512-P9LDQiC5vpgGFgz7GSM6dKPCiqR3XYN1WwJKA4/BUVDjHpYsf3iBEmVz62uyq20NGYbiGPR5cNHI7T1HqxNs2w==}
851
+ cpu: [arm64]
852
+ os: [android]
853
+
854
+ '@rollup/rollup-darwin-arm64@4.52.4':
855
+ resolution: {integrity: sha512-QRWSW+bVccAvZF6cbNZBJwAehmvG9NwfWHwMy4GbWi/BQIA/laTIktebT2ipVjNncqE6GLPxOok5hsECgAxGZg==}
856
+ cpu: [arm64]
857
+ os: [darwin]
858
+
859
+ '@rollup/rollup-darwin-x64@4.52.4':
860
+ resolution: {integrity: sha512-hZgP05pResAkRJxL1b+7yxCnXPGsXU0fG9Yfd6dUaoGk+FhdPKCJ5L1Sumyxn8kvw8Qi5PvQ8ulenUbRjzeCTw==}
861
+ cpu: [x64]
862
+ os: [darwin]
863
+
864
+ '@rollup/rollup-freebsd-arm64@4.52.4':
865
+ resolution: {integrity: sha512-xmc30VshuBNUd58Xk4TKAEcRZHaXlV+tCxIXELiE9sQuK3kG8ZFgSPi57UBJt8/ogfhAF5Oz4ZSUBN77weM+mQ==}
866
+ cpu: [arm64]
867
+ os: [freebsd]
868
+
869
+ '@rollup/rollup-freebsd-x64@4.52.4':
870
+ resolution: {integrity: sha512-WdSLpZFjOEqNZGmHflxyifolwAiZmDQzuOzIq9L27ButpCVpD7KzTRtEG1I0wMPFyiyUdOO+4t8GvrnBLQSwpw==}
871
+ cpu: [x64]
872
+ os: [freebsd]
873
+
874
+ '@rollup/rollup-linux-arm-gnueabihf@4.52.4':
875
+ resolution: {integrity: sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==}
876
+ cpu: [arm]
877
+ os: [linux]
878
+
879
+ '@rollup/rollup-linux-arm-musleabihf@4.52.4':
880
+ resolution: {integrity: sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==}
881
+ cpu: [arm]
882
+ os: [linux]
883
+
884
+ '@rollup/rollup-linux-arm64-gnu@4.52.4':
885
+ resolution: {integrity: sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==}
886
+ cpu: [arm64]
887
+ os: [linux]
888
+
889
+ '@rollup/rollup-linux-arm64-musl@4.52.4':
890
+ resolution: {integrity: sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==}
891
+ cpu: [arm64]
892
+ os: [linux]
893
+
894
+ '@rollup/rollup-linux-loong64-gnu@4.52.4':
895
+ resolution: {integrity: sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==}
896
+ cpu: [loong64]
897
+ os: [linux]
898
+
899
+ '@rollup/rollup-linux-ppc64-gnu@4.52.4':
900
+ resolution: {integrity: sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==}
901
+ cpu: [ppc64]
902
+ os: [linux]
903
+
904
+ '@rollup/rollup-linux-riscv64-gnu@4.52.4':
905
+ resolution: {integrity: sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==}
906
+ cpu: [riscv64]
907
+ os: [linux]
908
+
909
+ '@rollup/rollup-linux-riscv64-musl@4.52.4':
910
+ resolution: {integrity: sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==}
911
+ cpu: [riscv64]
912
+ os: [linux]
913
+
914
+ '@rollup/rollup-linux-s390x-gnu@4.52.4':
915
+ resolution: {integrity: sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==}
916
+ cpu: [s390x]
917
+ os: [linux]
918
+
919
+ '@rollup/rollup-linux-x64-gnu@4.52.4':
920
+ resolution: {integrity: sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==}
921
+ cpu: [x64]
922
+ os: [linux]
923
+
924
+ '@rollup/rollup-linux-x64-musl@4.52.4':
925
+ resolution: {integrity: sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==}
926
+ cpu: [x64]
927
+ os: [linux]
928
+
929
+ '@rollup/rollup-openharmony-arm64@4.52.4':
930
+ resolution: {integrity: sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==}
931
+ cpu: [arm64]
932
+ os: [openharmony]
933
+
934
+ '@rollup/rollup-win32-arm64-msvc@4.52.4':
935
+ resolution: {integrity: sha512-8GKr640PdFNXwzIE0IrkMWUNUomILLkfeHjXBi/nUvFlpZP+FA8BKGKpacjW6OUUHaNI6sUURxR2U2g78FOHWQ==}
936
+ cpu: [arm64]
937
+ os: [win32]
938
+
939
+ '@rollup/rollup-win32-ia32-msvc@4.52.4':
940
+ resolution: {integrity: sha512-AIy/jdJ7WtJ/F6EcfOb2GjR9UweO0n43jNObQMb6oGxkYTfLcnN7vYYpG+CN3lLxrQkzWnMOoNSHTW54pgbVxw==}
941
+ cpu: [ia32]
942
+ os: [win32]
943
+
944
+ '@rollup/rollup-win32-x64-gnu@4.52.4':
945
+ resolution: {integrity: sha512-UF9KfsH9yEam0UjTwAgdK0anlQ7c8/pWPU2yVjyWcF1I1thABt6WXE47cI71pGiZ8wGvxohBoLnxM04L/wj8mQ==}
946
+ cpu: [x64]
947
+ os: [win32]
948
+
949
+ '@rollup/rollup-win32-x64-msvc@4.52.4':
950
+ resolution: {integrity: sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==}
951
+ cpu: [x64]
952
+ os: [win32]
953
+
954
+ '@tailwindcss/node@4.1.14':
955
+ resolution: {integrity: sha512-hpz+8vFk3Ic2xssIA3e01R6jkmsAhvkQdXlEbRTk6S10xDAtiQiM3FyvZVGsucefq764euO/b8WUW9ysLdThHw==}
956
+
957
+ '@tailwindcss/oxide-android-arm64@4.1.14':
958
+ resolution: {integrity: sha512-a94ifZrGwMvbdeAxWoSuGcIl6/DOP5cdxagid7xJv6bwFp3oebp7y2ImYsnZBMTwjn5Ev5xESvS3FFYUGgPODQ==}
959
+ engines: {node: '>= 10'}
960
+ cpu: [arm64]
961
+ os: [android]
962
+
963
+ '@tailwindcss/oxide-darwin-arm64@4.1.14':
964
+ resolution: {integrity: sha512-HkFP/CqfSh09xCnrPJA7jud7hij5ahKyWomrC3oiO2U9i0UjP17o9pJbxUN0IJ471GTQQmzwhp0DEcpbp4MZTA==}
965
+ engines: {node: '>= 10'}
966
+ cpu: [arm64]
967
+ os: [darwin]
968
+
969
+ '@tailwindcss/oxide-darwin-x64@4.1.14':
970
+ resolution: {integrity: sha512-eVNaWmCgdLf5iv6Qd3s7JI5SEFBFRtfm6W0mphJYXgvnDEAZ5sZzqmI06bK6xo0IErDHdTA5/t7d4eTfWbWOFw==}
971
+ engines: {node: '>= 10'}
972
+ cpu: [x64]
973
+ os: [darwin]
974
+
975
+ '@tailwindcss/oxide-freebsd-x64@4.1.14':
976
+ resolution: {integrity: sha512-QWLoRXNikEuqtNb0dhQN6wsSVVjX6dmUFzuuiL09ZeXju25dsei2uIPl71y2Ic6QbNBsB4scwBoFnlBfabHkEw==}
977
+ engines: {node: '>= 10'}
978
+ cpu: [x64]
979
+ os: [freebsd]
980
+
981
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.14':
982
+ resolution: {integrity: sha512-VB4gjQni9+F0VCASU+L8zSIyjrLLsy03sjcR3bM0V2g4SNamo0FakZFKyUQ96ZVwGK4CaJsc9zd/obQy74o0Fw==}
983
+ engines: {node: '>= 10'}
984
+ cpu: [arm]
985
+ os: [linux]
986
+
987
+ '@tailwindcss/oxide-linux-arm64-gnu@4.1.14':
988
+ resolution: {integrity: sha512-qaEy0dIZ6d9vyLnmeg24yzA8XuEAD9WjpM5nIM1sUgQ/Zv7cVkharPDQcmm/t/TvXoKo/0knI3me3AGfdx6w1w==}
989
+ engines: {node: '>= 10'}
990
+ cpu: [arm64]
991
+ os: [linux]
992
+
993
+ '@tailwindcss/oxide-linux-arm64-musl@4.1.14':
994
+ resolution: {integrity: sha512-ISZjT44s59O8xKsPEIesiIydMG/sCXoMBCqsphDm/WcbnuWLxxb+GcvSIIA5NjUw6F8Tex7s5/LM2yDy8RqYBQ==}
995
+ engines: {node: '>= 10'}
996
+ cpu: [arm64]
997
+ os: [linux]
998
+
999
+ '@tailwindcss/oxide-linux-x64-gnu@4.1.14':
1000
+ resolution: {integrity: sha512-02c6JhLPJj10L2caH4U0zF8Hji4dOeahmuMl23stk0MU1wfd1OraE7rOloidSF8W5JTHkFdVo/O7uRUJJnUAJg==}
1001
+ engines: {node: '>= 10'}
1002
+ cpu: [x64]
1003
+ os: [linux]
1004
+
1005
+ '@tailwindcss/oxide-linux-x64-musl@4.1.14':
1006
+ resolution: {integrity: sha512-TNGeLiN1XS66kQhxHG/7wMeQDOoL0S33x9BgmydbrWAb9Qw0KYdd8o1ifx4HOGDWhVmJ+Ul+JQ7lyknQFilO3Q==}
1007
+ engines: {node: '>= 10'}
1008
+ cpu: [x64]
1009
+ os: [linux]
1010
+
1011
+ '@tailwindcss/oxide-wasm32-wasi@4.1.14':
1012
+ resolution: {integrity: sha512-uZYAsaW/jS/IYkd6EWPJKW/NlPNSkWkBlaeVBi/WsFQNP05/bzkebUL8FH1pdsqx4f2fH/bWFcUABOM9nfiJkQ==}
1013
+ engines: {node: '>=14.0.0'}
1014
+ cpu: [wasm32]
1015
+ bundledDependencies:
1016
+ - '@napi-rs/wasm-runtime'
1017
+ - '@emnapi/core'
1018
+ - '@emnapi/runtime'
1019
+ - '@tybys/wasm-util'
1020
+ - '@emnapi/wasi-threads'
1021
+ - tslib
1022
+
1023
+ '@tailwindcss/oxide-win32-arm64-msvc@4.1.14':
1024
+ resolution: {integrity: sha512-Az0RnnkcvRqsuoLH2Z4n3JfAef0wElgzHD5Aky/e+0tBUxUhIeIqFBTMNQvmMRSP15fWwmvjBxZ3Q8RhsDnxAA==}
1025
+ engines: {node: '>= 10'}
1026
+ cpu: [arm64]
1027
+ os: [win32]
1028
+
1029
+ '@tailwindcss/oxide-win32-x64-msvc@4.1.14':
1030
+ resolution: {integrity: sha512-ttblVGHgf68kEE4om1n/n44I0yGPkCPbLsqzjvybhpwa6mKKtgFfAzy6btc3HRmuW7nHe0OOrSeNP9sQmmH9XA==}
1031
+ engines: {node: '>= 10'}
1032
+ cpu: [x64]
1033
+ os: [win32]
1034
+
1035
+ '@tailwindcss/oxide@4.1.14':
1036
+ resolution: {integrity: sha512-23yx+VUbBwCg2x5XWdB8+1lkPajzLmALEfMb51zZUBYaYVPDQvBSD/WYDqiVyBIo2BZFa3yw1Rpy3G2Jp+K0dw==}
1037
+ engines: {node: '>= 10'}
1038
+
1039
+ '@tailwindcss/vite@4.1.14':
1040
+ resolution: {integrity: sha512-BoFUoU0XqgCUS1UXWhmDJroKKhNXeDzD7/XwabjkDIAbMnc4ULn5e2FuEuBbhZ6ENZoSYzKlzvZ44Yr6EUDUSA==}
1041
+ peerDependencies:
1042
+ vite: ^5.2.0 || ^6 || ^7
1043
+
1044
+ '@types/babel__core@7.20.5':
1045
+ resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
1046
+
1047
+ '@types/babel__generator@7.27.0':
1048
+ resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
1049
+
1050
+ '@types/babel__template@7.4.4':
1051
+ resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
1052
+
1053
+ '@types/babel__traverse@7.28.0':
1054
+ resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
1055
+
1056
+ '@types/estree@1.0.8':
1057
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
1058
+
1059
+ '@types/json-schema@7.0.15':
1060
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
1061
+
1062
+ '@types/node@24.7.2':
1063
+ resolution: {integrity: sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==}
1064
+
1065
+ '@types/react-dom@19.2.2':
1066
+ resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==}
1067
+ peerDependencies:
1068
+ '@types/react': ^19.2.0
1069
+
1070
+ '@types/react@19.2.2':
1071
+ resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==}
1072
+
1073
+ '@typescript-eslint/eslint-plugin@8.46.1':
1074
+ resolution: {integrity: sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==}
1075
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1076
+ peerDependencies:
1077
+ '@typescript-eslint/parser': ^8.46.1
1078
+ eslint: ^8.57.0 || ^9.0.0
1079
+ typescript: '>=4.8.4 <6.0.0'
1080
+
1081
+ '@typescript-eslint/parser@8.46.1':
1082
+ resolution: {integrity: sha512-6JSSaBZmsKvEkbRUkf7Zj7dru/8ZCrJxAqArcLaVMee5907JdtEbKGsZ7zNiIm/UAkpGUkaSMZEXShnN2D1HZA==}
1083
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1084
+ peerDependencies:
1085
+ eslint: ^8.57.0 || ^9.0.0
1086
+ typescript: '>=4.8.4 <6.0.0'
1087
+
1088
+ '@typescript-eslint/project-service@8.46.1':
1089
+ resolution: {integrity: sha512-FOIaFVMHzRskXr5J4Jp8lFVV0gz5ngv3RHmn+E4HYxSJ3DgDzU7fVI1/M7Ijh1zf6S7HIoaIOtln1H5y8V+9Zg==}
1090
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1091
+ peerDependencies:
1092
+ typescript: '>=4.8.4 <6.0.0'
1093
+
1094
+ '@typescript-eslint/scope-manager@8.46.1':
1095
+ resolution: {integrity: sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==}
1096
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1097
+
1098
+ '@typescript-eslint/tsconfig-utils@8.46.1':
1099
+ resolution: {integrity: sha512-X88+J/CwFvlJB+mK09VFqx5FE4H5cXD+H/Bdza2aEWkSb8hnWIQorNcscRl4IEo1Cz9VI/+/r/jnGWkbWPx54g==}
1100
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1101
+ peerDependencies:
1102
+ typescript: '>=4.8.4 <6.0.0'
1103
+
1104
+ '@typescript-eslint/type-utils@8.46.1':
1105
+ resolution: {integrity: sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==}
1106
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1107
+ peerDependencies:
1108
+ eslint: ^8.57.0 || ^9.0.0
1109
+ typescript: '>=4.8.4 <6.0.0'
1110
+
1111
+ '@typescript-eslint/types@8.46.1':
1112
+ resolution: {integrity: sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==}
1113
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1114
+
1115
+ '@typescript-eslint/typescript-estree@8.46.1':
1116
+ resolution: {integrity: sha512-uIifjT4s8cQKFQ8ZBXXyoUODtRoAd7F7+G8MKmtzj17+1UbdzFl52AzRyZRyKqPHhgzvXunnSckVu36flGy8cg==}
1117
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1118
+ peerDependencies:
1119
+ typescript: '>=4.8.4 <6.0.0'
1120
+
1121
+ '@typescript-eslint/utils@8.46.1':
1122
+ resolution: {integrity: sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==}
1123
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1124
+ peerDependencies:
1125
+ eslint: ^8.57.0 || ^9.0.0
1126
+ typescript: '>=4.8.4 <6.0.0'
1127
+
1128
+ '@typescript-eslint/visitor-keys@8.46.1':
1129
+ resolution: {integrity: sha512-ptkmIf2iDkNUjdeu2bQqhFPV1m6qTnFFjg7PPDjxKWaMaP0Z6I9l30Jr3g5QqbZGdw8YdYvLp+XnqnWWZOg/NA==}
1130
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1131
+
1132
+ '@vitejs/plugin-react@5.0.4':
1133
+ resolution: {integrity: sha512-La0KD0vGkVkSk6K+piWDKRUyg8Rl5iAIKRMH0vMJI0Eg47bq1eOxmoObAaQG37WMW9MSyk7Cs8EIWwJC1PtzKA==}
1134
+ engines: {node: ^20.19.0 || >=22.12.0}
1135
+ peerDependencies:
1136
+ vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
1137
+
1138
+ acorn-jsx@5.3.2:
1139
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1140
+ peerDependencies:
1141
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1142
+
1143
+ acorn@8.15.0:
1144
+ resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
1145
+ engines: {node: '>=0.4.0'}
1146
+ hasBin: true
1147
+
1148
+ ajv@6.12.6:
1149
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
1150
+
1151
+ ansi-styles@4.3.0:
1152
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
1153
+ engines: {node: '>=8'}
1154
+
1155
+ argparse@2.0.1:
1156
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1157
+
1158
+ aria-hidden@1.2.6:
1159
+ resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
1160
+ engines: {node: '>=10'}
1161
+
1162
+ balanced-match@1.0.2:
1163
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1164
+
1165
+ baseline-browser-mapping@2.8.16:
1166
+ resolution: {integrity: sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==}
1167
+ hasBin: true
1168
+
1169
+ brace-expansion@1.1.12:
1170
+ resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
1171
+
1172
+ brace-expansion@2.0.2:
1173
+ resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
1174
+
1175
+ braces@3.0.3:
1176
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1177
+ engines: {node: '>=8'}
1178
+
1179
+ browserslist@4.26.3:
1180
+ resolution: {integrity: sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==}
1181
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
1182
+ hasBin: true
1183
+
1184
+ callsites@3.1.0:
1185
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
1186
+ engines: {node: '>=6'}
1187
+
1188
+ caniuse-lite@1.0.30001750:
1189
+ resolution: {integrity: sha512-cuom0g5sdX6rw00qOoLNSFCJ9/mYIsuSOA+yzpDw8eopiFqcVwQvZHqov0vmEighRxX++cfC0Vg1G+1Iy/mSpQ==}
1190
+
1191
+ chalk@4.1.2:
1192
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
1193
+ engines: {node: '>=10'}
1194
+
1195
+ chownr@3.0.0:
1196
+ resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
1197
+ engines: {node: '>=18'}
1198
+
1199
+ class-variance-authority@0.7.1:
1200
+ resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
1201
+
1202
+ clsx@2.1.1:
1203
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
1204
+ engines: {node: '>=6'}
1205
+
1206
+ color-convert@2.0.1:
1207
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
1208
+ engines: {node: '>=7.0.0'}
1209
+
1210
+ color-name@1.1.4:
1211
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
1212
+
1213
+ concat-map@0.0.1:
1214
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
1215
+
1216
+ convert-source-map@2.0.0:
1217
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
1218
+
1219
+ cross-spawn@7.0.6:
1220
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
1221
+ engines: {node: '>= 8'}
1222
+
1223
+ csstype@3.1.3:
1224
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
1225
+
1226
+ date-fns-jalali@4.1.0-0:
1227
+ resolution: {integrity: sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==}
1228
+
1229
+ date-fns@4.1.0:
1230
+ resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
1231
+
1232
+ debug@4.4.3:
1233
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
1234
+ engines: {node: '>=6.0'}
1235
+ peerDependencies:
1236
+ supports-color: '*'
1237
+ peerDependenciesMeta:
1238
+ supports-color:
1239
+ optional: true
1240
+
1241
+ deep-is@0.1.4:
1242
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
1243
+
1244
+ detect-libc@2.1.2:
1245
+ resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
1246
+ engines: {node: '>=8'}
1247
+
1248
+ detect-node-es@1.1.0:
1249
+ resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
1250
+
1251
+ electron-to-chromium@1.5.235:
1252
+ resolution: {integrity: sha512-i/7ntLFwOdoHY7sgjlTIDo4Sl8EdoTjWIaKinYOVfC6bOp71bmwenyZthWHcasxgHDNWbWxvG9M3Ia116zIaYQ==}
1253
+
1254
+ enhanced-resolve@5.18.3:
1255
+ resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
1256
+ engines: {node: '>=10.13.0'}
1257
+
1258
+ esbuild@0.25.10:
1259
+ resolution: {integrity: sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==}
1260
+ engines: {node: '>=18'}
1261
+ hasBin: true
1262
+
1263
+ escalade@3.2.0:
1264
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
1265
+ engines: {node: '>=6'}
1266
+
1267
+ escape-string-regexp@4.0.0:
1268
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
1269
+ engines: {node: '>=10'}
1270
+
1271
+ eslint-plugin-react-hooks@5.2.0:
1272
+ resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==}
1273
+ engines: {node: '>=10'}
1274
+ peerDependencies:
1275
+ eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
1276
+
1277
+ eslint-plugin-react-refresh@0.4.23:
1278
+ resolution: {integrity: sha512-G4j+rv0NmbIR45kni5xJOrYvCtyD3/7LjpVH8MPPcudXDcNu8gv+4ATTDXTtbRR8rTCM5HxECvCSsRmxKnWDsA==}
1279
+ peerDependencies:
1280
+ eslint: '>=8.40'
1281
+
1282
+ eslint-scope@8.4.0:
1283
+ resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
1284
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1285
+
1286
+ eslint-visitor-keys@3.4.3:
1287
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
1288
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1289
+
1290
+ eslint-visitor-keys@4.2.1:
1291
+ resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
1292
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1293
+
1294
+ eslint@9.37.0:
1295
+ resolution: {integrity: sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==}
1296
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1297
+ hasBin: true
1298
+ peerDependencies:
1299
+ jiti: '*'
1300
+ peerDependenciesMeta:
1301
+ jiti:
1302
+ optional: true
1303
+
1304
+ espree@10.4.0:
1305
+ resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
1306
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1307
+
1308
+ esquery@1.6.0:
1309
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
1310
+ engines: {node: '>=0.10'}
1311
+
1312
+ esrecurse@4.3.0:
1313
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
1314
+ engines: {node: '>=4.0'}
1315
+
1316
+ estraverse@5.3.0:
1317
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
1318
+ engines: {node: '>=4.0'}
1319
+
1320
+ esutils@2.0.3:
1321
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
1322
+ engines: {node: '>=0.10.0'}
1323
+
1324
+ fast-deep-equal@3.1.3:
1325
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1326
+
1327
+ fast-glob@3.3.3:
1328
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
1329
+ engines: {node: '>=8.6.0'}
1330
+
1331
+ fast-json-stable-stringify@2.1.0:
1332
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1333
+
1334
+ fast-levenshtein@2.0.6:
1335
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
1336
+
1337
+ fastq@1.19.1:
1338
+ resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
1339
+
1340
+ fdir@6.5.0:
1341
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1342
+ engines: {node: '>=12.0.0'}
1343
+ peerDependencies:
1344
+ picomatch: ^3 || ^4
1345
+ peerDependenciesMeta:
1346
+ picomatch:
1347
+ optional: true
1348
+
1349
+ file-entry-cache@8.0.0:
1350
+ resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
1351
+ engines: {node: '>=16.0.0'}
1352
+
1353
+ fill-range@7.1.1:
1354
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1355
+ engines: {node: '>=8'}
1356
+
1357
+ find-up@5.0.0:
1358
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1359
+ engines: {node: '>=10'}
1360
+
1361
+ flat-cache@4.0.1:
1362
+ resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
1363
+ engines: {node: '>=16'}
1364
+
1365
+ flatted@3.3.3:
1366
+ resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
1367
+
1368
+ fsevents@2.3.3:
1369
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1370
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1371
+ os: [darwin]
1372
+
1373
+ gensync@1.0.0-beta.2:
1374
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1375
+ engines: {node: '>=6.9.0'}
1376
+
1377
+ get-nonce@1.0.1:
1378
+ resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
1379
+ engines: {node: '>=6'}
1380
+
1381
+ glob-parent@5.1.2:
1382
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1383
+ engines: {node: '>= 6'}
1384
+
1385
+ glob-parent@6.0.2:
1386
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1387
+ engines: {node: '>=10.13.0'}
1388
+
1389
+ globals@14.0.0:
1390
+ resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
1391
+ engines: {node: '>=18'}
1392
+
1393
+ globals@16.4.0:
1394
+ resolution: {integrity: sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==}
1395
+ engines: {node: '>=18'}
1396
+
1397
+ graceful-fs@4.2.11:
1398
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1399
+
1400
+ graphemer@1.4.0:
1401
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
1402
+
1403
+ has-flag@4.0.0:
1404
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1405
+ engines: {node: '>=8'}
1406
+
1407
+ ignore@5.3.2:
1408
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
1409
+ engines: {node: '>= 4'}
1410
+
1411
+ ignore@7.0.5:
1412
+ resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
1413
+ engines: {node: '>= 4'}
1414
+
1415
+ import-fresh@3.3.1:
1416
+ resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1417
+ engines: {node: '>=6'}
1418
+
1419
+ imurmurhash@0.1.4:
1420
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
1421
+ engines: {node: '>=0.8.19'}
1422
+
1423
+ is-extglob@2.1.1:
1424
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1425
+ engines: {node: '>=0.10.0'}
1426
+
1427
+ is-glob@4.0.3:
1428
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1429
+ engines: {node: '>=0.10.0'}
1430
+
1431
+ is-number@7.0.0:
1432
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1433
+ engines: {node: '>=0.12.0'}
1434
+
1435
+ isexe@2.0.0:
1436
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1437
+
1438
+ jiti@2.6.1:
1439
+ resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
1440
+ hasBin: true
1441
+
1442
+ js-tokens@4.0.0:
1443
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1444
+
1445
+ js-yaml@4.1.0:
1446
+ resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1447
+ hasBin: true
1448
+
1449
+ jsesc@3.1.0:
1450
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1451
+ engines: {node: '>=6'}
1452
+ hasBin: true
1453
+
1454
+ json-buffer@3.0.1:
1455
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
1456
+
1457
+ json-schema-traverse@0.4.1:
1458
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1459
+
1460
+ json-stable-stringify-without-jsonify@1.0.1:
1461
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1462
+
1463
+ json5@2.2.3:
1464
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1465
+ engines: {node: '>=6'}
1466
+ hasBin: true
1467
+
1468
+ keyv@4.5.4:
1469
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1470
+
1471
+ levn@0.4.1:
1472
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1473
+ engines: {node: '>= 0.8.0'}
1474
+
1475
+ lightningcss-darwin-arm64@1.30.1:
1476
+ resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==}
1477
+ engines: {node: '>= 12.0.0'}
1478
+ cpu: [arm64]
1479
+ os: [darwin]
1480
+
1481
+ lightningcss-darwin-x64@1.30.1:
1482
+ resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==}
1483
+ engines: {node: '>= 12.0.0'}
1484
+ cpu: [x64]
1485
+ os: [darwin]
1486
+
1487
+ lightningcss-freebsd-x64@1.30.1:
1488
+ resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==}
1489
+ engines: {node: '>= 12.0.0'}
1490
+ cpu: [x64]
1491
+ os: [freebsd]
1492
+
1493
+ lightningcss-linux-arm-gnueabihf@1.30.1:
1494
+ resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==}
1495
+ engines: {node: '>= 12.0.0'}
1496
+ cpu: [arm]
1497
+ os: [linux]
1498
+
1499
+ lightningcss-linux-arm64-gnu@1.30.1:
1500
+ resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==}
1501
+ engines: {node: '>= 12.0.0'}
1502
+ cpu: [arm64]
1503
+ os: [linux]
1504
+
1505
+ lightningcss-linux-arm64-musl@1.30.1:
1506
+ resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==}
1507
+ engines: {node: '>= 12.0.0'}
1508
+ cpu: [arm64]
1509
+ os: [linux]
1510
+
1511
+ lightningcss-linux-x64-gnu@1.30.1:
1512
+ resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==}
1513
+ engines: {node: '>= 12.0.0'}
1514
+ cpu: [x64]
1515
+ os: [linux]
1516
+
1517
+ lightningcss-linux-x64-musl@1.30.1:
1518
+ resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==}
1519
+ engines: {node: '>= 12.0.0'}
1520
+ cpu: [x64]
1521
+ os: [linux]
1522
+
1523
+ lightningcss-win32-arm64-msvc@1.30.1:
1524
+ resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==}
1525
+ engines: {node: '>= 12.0.0'}
1526
+ cpu: [arm64]
1527
+ os: [win32]
1528
+
1529
+ lightningcss-win32-x64-msvc@1.30.1:
1530
+ resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==}
1531
+ engines: {node: '>= 12.0.0'}
1532
+ cpu: [x64]
1533
+ os: [win32]
1534
+
1535
+ lightningcss@1.30.1:
1536
+ resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==}
1537
+ engines: {node: '>= 12.0.0'}
1538
+
1539
+ locate-path@6.0.0:
1540
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1541
+ engines: {node: '>=10'}
1542
+
1543
+ lodash.merge@4.6.2:
1544
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1545
+
1546
+ lru-cache@5.1.1:
1547
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1548
+
1549
+ lucide-react@0.545.0:
1550
+ resolution: {integrity: sha512-7r1/yUuflQDSt4f1bpn5ZAocyIxcTyVyBBChSVtBKn5M+392cPmI5YJMWOJKk/HUWGm5wg83chlAZtCcGbEZtw==}
1551
+ peerDependencies:
1552
+ react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
1553
+
1554
+ magic-string@0.30.19:
1555
+ resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==}
1556
+
1557
+ merge2@1.4.1:
1558
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1559
+ engines: {node: '>= 8'}
1560
+
1561
+ micromatch@4.0.8:
1562
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1563
+ engines: {node: '>=8.6'}
1564
+
1565
+ minimatch@3.1.2:
1566
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1567
+
1568
+ minimatch@9.0.5:
1569
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
1570
+ engines: {node: '>=16 || 14 >=14.17'}
1571
+
1572
+ minipass@7.1.2:
1573
+ resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
1574
+ engines: {node: '>=16 || 14 >=14.17'}
1575
+
1576
+ minizlib@3.1.0:
1577
+ resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==}
1578
+ engines: {node: '>= 18'}
1579
+
1580
+ ms@2.1.3:
1581
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1582
+
1583
+ nanoid@3.3.11:
1584
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1585
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1586
+ hasBin: true
1587
+
1588
+ natural-compare@1.4.0:
1589
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
1590
+
1591
+ next-themes@0.4.6:
1592
+ resolution: {integrity: sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==}
1593
+ peerDependencies:
1594
+ react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
1595
+ react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
1596
+
1597
+ node-releases@2.0.23:
1598
+ resolution: {integrity: sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==}
1599
+
1600
+ optionator@0.9.4:
1601
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
1602
+ engines: {node: '>= 0.8.0'}
1603
+
1604
+ p-limit@3.1.0:
1605
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1606
+ engines: {node: '>=10'}
1607
+
1608
+ p-locate@5.0.0:
1609
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1610
+ engines: {node: '>=10'}
1611
+
1612
+ parent-module@1.0.1:
1613
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1614
+ engines: {node: '>=6'}
1615
+
1616
+ path-exists@4.0.0:
1617
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1618
+ engines: {node: '>=8'}
1619
+
1620
+ path-key@3.1.1:
1621
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1622
+ engines: {node: '>=8'}
1623
+
1624
+ picocolors@1.1.1:
1625
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1626
+
1627
+ picomatch@2.3.1:
1628
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1629
+ engines: {node: '>=8.6'}
1630
+
1631
+ picomatch@4.0.3:
1632
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
1633
+ engines: {node: '>=12'}
1634
+
1635
+ postcss@8.5.6:
1636
+ resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1637
+ engines: {node: ^10 || ^12 || >=14}
1638
+
1639
+ prelude-ls@1.2.1:
1640
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
1641
+ engines: {node: '>= 0.8.0'}
1642
+
1643
+ punycode@2.3.1:
1644
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1645
+ engines: {node: '>=6'}
1646
+
1647
+ queue-microtask@1.2.3:
1648
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1649
+
1650
+ react-day-picker@9.11.1:
1651
+ resolution: {integrity: sha512-l3ub6o8NlchqIjPKrRFUCkTUEq6KwemQlfv3XZzzwpUeGwmDJ+0u0Upmt38hJyd7D/vn2dQoOoLV/qAp0o3uUw==}
1652
+ engines: {node: '>=18'}
1653
+ peerDependencies:
1654
+ react: '>=16.8.0'
1655
+
1656
+ react-dom@19.2.0:
1657
+ resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==}
1658
+ peerDependencies:
1659
+ react: ^19.2.0
1660
+
1661
+ react-refresh@0.17.0:
1662
+ resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
1663
+ engines: {node: '>=0.10.0'}
1664
+
1665
+ react-remove-scroll-bar@2.3.8:
1666
+ resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
1667
+ engines: {node: '>=10'}
1668
+ peerDependencies:
1669
+ '@types/react': '*'
1670
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1671
+ peerDependenciesMeta:
1672
+ '@types/react':
1673
+ optional: true
1674
+
1675
+ react-remove-scroll@2.7.1:
1676
+ resolution: {integrity: sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==}
1677
+ engines: {node: '>=10'}
1678
+ peerDependencies:
1679
+ '@types/react': '*'
1680
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1681
+ peerDependenciesMeta:
1682
+ '@types/react':
1683
+ optional: true
1684
+
1685
+ react-style-singleton@2.2.3:
1686
+ resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==}
1687
+ engines: {node: '>=10'}
1688
+ peerDependencies:
1689
+ '@types/react': '*'
1690
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1691
+ peerDependenciesMeta:
1692
+ '@types/react':
1693
+ optional: true
1694
+
1695
+ react@19.2.0:
1696
+ resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==}
1697
+ engines: {node: '>=0.10.0'}
1698
+
1699
+ resolve-from@4.0.0:
1700
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1701
+ engines: {node: '>=4'}
1702
+
1703
+ reusify@1.1.0:
1704
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
1705
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1706
+
1707
+ rollup@4.52.4:
1708
+ resolution: {integrity: sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ==}
1709
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1710
+ hasBin: true
1711
+
1712
+ run-parallel@1.2.0:
1713
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1714
+
1715
+ scheduler@0.27.0:
1716
+ resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
1717
+
1718
+ semver@6.3.1:
1719
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1720
+ hasBin: true
1721
+
1722
+ semver@7.7.3:
1723
+ resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
1724
+ engines: {node: '>=10'}
1725
+ hasBin: true
1726
+
1727
+ shebang-command@2.0.0:
1728
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1729
+ engines: {node: '>=8'}
1730
+
1731
+ shebang-regex@3.0.0:
1732
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1733
+ engines: {node: '>=8'}
1734
+
1735
+ sonner@2.0.7:
1736
+ resolution: {integrity: sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==}
1737
+ peerDependencies:
1738
+ react: ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1739
+ react-dom: ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1740
+
1741
+ source-map-js@1.2.1:
1742
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1743
+ engines: {node: '>=0.10.0'}
1744
+
1745
+ strip-json-comments@3.1.1:
1746
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1747
+ engines: {node: '>=8'}
1748
+
1749
+ supports-color@7.2.0:
1750
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1751
+ engines: {node: '>=8'}
1752
+
1753
+ tailwind-merge@3.3.1:
1754
+ resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==}
1755
+
1756
+ tailwindcss@4.1.14:
1757
+ resolution: {integrity: sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==}
1758
+
1759
+ tapable@2.3.0:
1760
+ resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
1761
+ engines: {node: '>=6'}
1762
+
1763
+ tar@7.5.1:
1764
+ resolution: {integrity: sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==}
1765
+ engines: {node: '>=18'}
1766
+
1767
+ tinyglobby@0.2.15:
1768
+ resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
1769
+ engines: {node: '>=12.0.0'}
1770
+
1771
+ to-regex-range@5.0.1:
1772
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1773
+ engines: {node: '>=8.0'}
1774
+
1775
+ ts-api-utils@2.1.0:
1776
+ resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
1777
+ engines: {node: '>=18.12'}
1778
+ peerDependencies:
1779
+ typescript: '>=4.8.4'
1780
+
1781
+ tslib@2.8.1:
1782
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1783
+
1784
+ tw-animate-css@1.4.0:
1785
+ resolution: {integrity: sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==}
1786
+
1787
+ type-check@0.4.0:
1788
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
1789
+ engines: {node: '>= 0.8.0'}
1790
+
1791
+ typescript-eslint@8.46.1:
1792
+ resolution: {integrity: sha512-VHgijW803JafdSsDO8I761r3SHrgk4T00IdyQ+/UsthtgPRsBWQLqoSxOolxTpxRKi1kGXK0bSz4CoAc9ObqJA==}
1793
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1794
+ peerDependencies:
1795
+ eslint: ^8.57.0 || ^9.0.0
1796
+ typescript: '>=4.8.4 <6.0.0'
1797
+
1798
+ typescript@5.9.3:
1799
+ resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
1800
+ engines: {node: '>=14.17'}
1801
+ hasBin: true
1802
+
1803
+ undici-types@7.14.0:
1804
+ resolution: {integrity: sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==}
1805
+
1806
+ update-browserslist-db@1.1.3:
1807
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
1808
+ hasBin: true
1809
+ peerDependencies:
1810
+ browserslist: '>= 4.21.0'
1811
+
1812
+ uri-js@4.4.1:
1813
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
1814
+
1815
+ use-callback-ref@1.3.3:
1816
+ resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
1817
+ engines: {node: '>=10'}
1818
+ peerDependencies:
1819
+ '@types/react': '*'
1820
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1821
+ peerDependenciesMeta:
1822
+ '@types/react':
1823
+ optional: true
1824
+
1825
+ use-sidecar@1.1.3:
1826
+ resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==}
1827
+ engines: {node: '>=10'}
1828
+ peerDependencies:
1829
+ '@types/react': '*'
1830
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1831
+ peerDependenciesMeta:
1832
+ '@types/react':
1833
+ optional: true
1834
+
1835
+ use-sync-external-store@1.6.0:
1836
+ resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
1837
+ peerDependencies:
1838
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1839
+
1840
+ vite@7.1.9:
1841
+ resolution: {integrity: sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==}
1842
+ engines: {node: ^20.19.0 || >=22.12.0}
1843
+ hasBin: true
1844
+ peerDependencies:
1845
+ '@types/node': ^20.19.0 || >=22.12.0
1846
+ jiti: '>=1.21.0'
1847
+ less: ^4.0.0
1848
+ lightningcss: ^1.21.0
1849
+ sass: ^1.70.0
1850
+ sass-embedded: ^1.70.0
1851
+ stylus: '>=0.54.8'
1852
+ sugarss: ^5.0.0
1853
+ terser: ^5.16.0
1854
+ tsx: ^4.8.1
1855
+ yaml: ^2.4.2
1856
+ peerDependenciesMeta:
1857
+ '@types/node':
1858
+ optional: true
1859
+ jiti:
1860
+ optional: true
1861
+ less:
1862
+ optional: true
1863
+ lightningcss:
1864
+ optional: true
1865
+ sass:
1866
+ optional: true
1867
+ sass-embedded:
1868
+ optional: true
1869
+ stylus:
1870
+ optional: true
1871
+ sugarss:
1872
+ optional: true
1873
+ terser:
1874
+ optional: true
1875
+ tsx:
1876
+ optional: true
1877
+ yaml:
1878
+ optional: true
1879
+
1880
+ which@2.0.2:
1881
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
1882
+ engines: {node: '>= 8'}
1883
+ hasBin: true
1884
+
1885
+ word-wrap@1.2.5:
1886
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
1887
+ engines: {node: '>=0.10.0'}
1888
+
1889
+ yallist@3.1.1:
1890
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1891
+
1892
+ yallist@5.0.0:
1893
+ resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
1894
+ engines: {node: '>=18'}
1895
+
1896
+ yocto-queue@0.1.0:
1897
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
1898
+ engines: {node: '>=10'}
1899
+
1900
+ snapshots:
1901
+
1902
+ '@babel/code-frame@7.27.1':
1903
+ dependencies:
1904
+ '@babel/helper-validator-identifier': 7.27.1
1905
+ js-tokens: 4.0.0
1906
+ picocolors: 1.1.1
1907
+
1908
+ '@babel/compat-data@7.28.4': {}
1909
+
1910
+ '@babel/core@7.28.4':
1911
+ dependencies:
1912
+ '@babel/code-frame': 7.27.1
1913
+ '@babel/generator': 7.28.3
1914
+ '@babel/helper-compilation-targets': 7.27.2
1915
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
1916
+ '@babel/helpers': 7.28.4
1917
+ '@babel/parser': 7.28.4
1918
+ '@babel/template': 7.27.2
1919
+ '@babel/traverse': 7.28.4
1920
+ '@babel/types': 7.28.4
1921
+ '@jridgewell/remapping': 2.3.5
1922
+ convert-source-map: 2.0.0
1923
+ debug: 4.4.3
1924
+ gensync: 1.0.0-beta.2
1925
+ json5: 2.2.3
1926
+ semver: 6.3.1
1927
+ transitivePeerDependencies:
1928
+ - supports-color
1929
+
1930
+ '@babel/generator@7.28.3':
1931
+ dependencies:
1932
+ '@babel/parser': 7.28.4
1933
+ '@babel/types': 7.28.4
1934
+ '@jridgewell/gen-mapping': 0.3.13
1935
+ '@jridgewell/trace-mapping': 0.3.31
1936
+ jsesc: 3.1.0
1937
+
1938
+ '@babel/helper-compilation-targets@7.27.2':
1939
+ dependencies:
1940
+ '@babel/compat-data': 7.28.4
1941
+ '@babel/helper-validator-option': 7.27.1
1942
+ browserslist: 4.26.3
1943
+ lru-cache: 5.1.1
1944
+ semver: 6.3.1
1945
+
1946
+ '@babel/helper-globals@7.28.0': {}
1947
+
1948
+ '@babel/helper-module-imports@7.27.1':
1949
+ dependencies:
1950
+ '@babel/traverse': 7.28.4
1951
+ '@babel/types': 7.28.4
1952
+ transitivePeerDependencies:
1953
+ - supports-color
1954
+
1955
+ '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)':
1956
+ dependencies:
1957
+ '@babel/core': 7.28.4
1958
+ '@babel/helper-module-imports': 7.27.1
1959
+ '@babel/helper-validator-identifier': 7.27.1
1960
+ '@babel/traverse': 7.28.4
1961
+ transitivePeerDependencies:
1962
+ - supports-color
1963
+
1964
+ '@babel/helper-plugin-utils@7.27.1': {}
1965
+
1966
+ '@babel/helper-string-parser@7.27.1': {}
1967
+
1968
+ '@babel/helper-validator-identifier@7.27.1': {}
1969
+
1970
+ '@babel/helper-validator-option@7.27.1': {}
1971
+
1972
+ '@babel/helpers@7.28.4':
1973
+ dependencies:
1974
+ '@babel/template': 7.27.2
1975
+ '@babel/types': 7.28.4
1976
+
1977
+ '@babel/parser@7.28.4':
1978
+ dependencies:
1979
+ '@babel/types': 7.28.4
1980
+
1981
+ '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.4)':
1982
+ dependencies:
1983
+ '@babel/core': 7.28.4
1984
+ '@babel/helper-plugin-utils': 7.27.1
1985
+
1986
+ '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.4)':
1987
+ dependencies:
1988
+ '@babel/core': 7.28.4
1989
+ '@babel/helper-plugin-utils': 7.27.1
1990
+
1991
+ '@babel/template@7.27.2':
1992
+ dependencies:
1993
+ '@babel/code-frame': 7.27.1
1994
+ '@babel/parser': 7.28.4
1995
+ '@babel/types': 7.28.4
1996
+
1997
+ '@babel/traverse@7.28.4':
1998
+ dependencies:
1999
+ '@babel/code-frame': 7.27.1
2000
+ '@babel/generator': 7.28.3
2001
+ '@babel/helper-globals': 7.28.0
2002
+ '@babel/parser': 7.28.4
2003
+ '@babel/template': 7.27.2
2004
+ '@babel/types': 7.28.4
2005
+ debug: 4.4.3
2006
+ transitivePeerDependencies:
2007
+ - supports-color
2008
+
2009
+ '@babel/types@7.28.4':
2010
+ dependencies:
2011
+ '@babel/helper-string-parser': 7.27.1
2012
+ '@babel/helper-validator-identifier': 7.27.1
2013
+
2014
+ '@date-fns/tz@1.4.1': {}
2015
+
2016
+ '@esbuild/aix-ppc64@0.25.10':
2017
+ optional: true
2018
+
2019
+ '@esbuild/android-arm64@0.25.10':
2020
+ optional: true
2021
+
2022
+ '@esbuild/android-arm@0.25.10':
2023
+ optional: true
2024
+
2025
+ '@esbuild/android-x64@0.25.10':
2026
+ optional: true
2027
+
2028
+ '@esbuild/darwin-arm64@0.25.10':
2029
+ optional: true
2030
+
2031
+ '@esbuild/darwin-x64@0.25.10':
2032
+ optional: true
2033
+
2034
+ '@esbuild/freebsd-arm64@0.25.10':
2035
+ optional: true
2036
+
2037
+ '@esbuild/freebsd-x64@0.25.10':
2038
+ optional: true
2039
+
2040
+ '@esbuild/linux-arm64@0.25.10':
2041
+ optional: true
2042
+
2043
+ '@esbuild/linux-arm@0.25.10':
2044
+ optional: true
2045
+
2046
+ '@esbuild/linux-ia32@0.25.10':
2047
+ optional: true
2048
+
2049
+ '@esbuild/linux-loong64@0.25.10':
2050
+ optional: true
2051
+
2052
+ '@esbuild/linux-mips64el@0.25.10':
2053
+ optional: true
2054
+
2055
+ '@esbuild/linux-ppc64@0.25.10':
2056
+ optional: true
2057
+
2058
+ '@esbuild/linux-riscv64@0.25.10':
2059
+ optional: true
2060
+
2061
+ '@esbuild/linux-s390x@0.25.10':
2062
+ optional: true
2063
+
2064
+ '@esbuild/linux-x64@0.25.10':
2065
+ optional: true
2066
+
2067
+ '@esbuild/netbsd-arm64@0.25.10':
2068
+ optional: true
2069
+
2070
+ '@esbuild/netbsd-x64@0.25.10':
2071
+ optional: true
2072
+
2073
+ '@esbuild/openbsd-arm64@0.25.10':
2074
+ optional: true
2075
+
2076
+ '@esbuild/openbsd-x64@0.25.10':
2077
+ optional: true
2078
+
2079
+ '@esbuild/openharmony-arm64@0.25.10':
2080
+ optional: true
2081
+
2082
+ '@esbuild/sunos-x64@0.25.10':
2083
+ optional: true
2084
+
2085
+ '@esbuild/win32-arm64@0.25.10':
2086
+ optional: true
2087
+
2088
+ '@esbuild/win32-ia32@0.25.10':
2089
+ optional: true
2090
+
2091
+ '@esbuild/win32-x64@0.25.10':
2092
+ optional: true
2093
+
2094
+ '@eslint-community/eslint-utils@4.9.0(eslint@9.37.0(jiti@2.6.1))':
2095
+ dependencies:
2096
+ eslint: 9.37.0(jiti@2.6.1)
2097
+ eslint-visitor-keys: 3.4.3
2098
+
2099
+ '@eslint-community/regexpp@4.12.1': {}
2100
+
2101
+ '@eslint/config-array@0.21.0':
2102
+ dependencies:
2103
+ '@eslint/object-schema': 2.1.6
2104
+ debug: 4.4.3
2105
+ minimatch: 3.1.2
2106
+ transitivePeerDependencies:
2107
+ - supports-color
2108
+
2109
+ '@eslint/config-helpers@0.4.0':
2110
+ dependencies:
2111
+ '@eslint/core': 0.16.0
2112
+
2113
+ '@eslint/core@0.16.0':
2114
+ dependencies:
2115
+ '@types/json-schema': 7.0.15
2116
+
2117
+ '@eslint/eslintrc@3.3.1':
2118
+ dependencies:
2119
+ ajv: 6.12.6
2120
+ debug: 4.4.3
2121
+ espree: 10.4.0
2122
+ globals: 14.0.0
2123
+ ignore: 5.3.2
2124
+ import-fresh: 3.3.1
2125
+ js-yaml: 4.1.0
2126
+ minimatch: 3.1.2
2127
+ strip-json-comments: 3.1.1
2128
+ transitivePeerDependencies:
2129
+ - supports-color
2130
+
2131
+ '@eslint/js@9.37.0': {}
2132
+
2133
+ '@eslint/object-schema@2.1.6': {}
2134
+
2135
+ '@eslint/plugin-kit@0.4.0':
2136
+ dependencies:
2137
+ '@eslint/core': 0.16.0
2138
+ levn: 0.4.1
2139
+
2140
+ '@floating-ui/core@1.7.3':
2141
+ dependencies:
2142
+ '@floating-ui/utils': 0.2.10
2143
+
2144
+ '@floating-ui/dom@1.7.4':
2145
+ dependencies:
2146
+ '@floating-ui/core': 1.7.3
2147
+ '@floating-ui/utils': 0.2.10
2148
+
2149
+ '@floating-ui/react-dom@2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2150
+ dependencies:
2151
+ '@floating-ui/dom': 1.7.4
2152
+ react: 19.2.0
2153
+ react-dom: 19.2.0(react@19.2.0)
2154
+
2155
+ '@floating-ui/utils@0.2.10': {}
2156
+
2157
+ '@humanfs/core@0.19.1': {}
2158
+
2159
+ '@humanfs/node@0.16.7':
2160
+ dependencies:
2161
+ '@humanfs/core': 0.19.1
2162
+ '@humanwhocodes/retry': 0.4.3
2163
+
2164
+ '@humanwhocodes/module-importer@1.0.1': {}
2165
+
2166
+ '@humanwhocodes/retry@0.4.3': {}
2167
+
2168
+ '@isaacs/fs-minipass@4.0.1':
2169
+ dependencies:
2170
+ minipass: 7.1.2
2171
+
2172
+ '@jridgewell/gen-mapping@0.3.13':
2173
+ dependencies:
2174
+ '@jridgewell/sourcemap-codec': 1.5.5
2175
+ '@jridgewell/trace-mapping': 0.3.31
2176
+
2177
+ '@jridgewell/remapping@2.3.5':
2178
+ dependencies:
2179
+ '@jridgewell/gen-mapping': 0.3.13
2180
+ '@jridgewell/trace-mapping': 0.3.31
2181
+
2182
+ '@jridgewell/resolve-uri@3.1.2': {}
2183
+
2184
+ '@jridgewell/sourcemap-codec@1.5.5': {}
2185
+
2186
+ '@jridgewell/trace-mapping@0.3.31':
2187
+ dependencies:
2188
+ '@jridgewell/resolve-uri': 3.1.2
2189
+ '@jridgewell/sourcemap-codec': 1.5.5
2190
+
2191
+ '@nodelib/fs.scandir@2.1.5':
2192
+ dependencies:
2193
+ '@nodelib/fs.stat': 2.0.5
2194
+ run-parallel: 1.2.0
2195
+
2196
+ '@nodelib/fs.stat@2.0.5': {}
2197
+
2198
+ '@nodelib/fs.walk@1.2.8':
2199
+ dependencies:
2200
+ '@nodelib/fs.scandir': 2.1.5
2201
+ fastq: 1.19.1
2202
+
2203
+ '@radix-ui/number@1.1.1': {}
2204
+
2205
+ '@radix-ui/primitive@1.1.3': {}
2206
+
2207
+ '@radix-ui/react-accordion@1.2.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2208
+ dependencies:
2209
+ '@radix-ui/primitive': 1.1.3
2210
+ '@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2211
+ '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2212
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2213
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2214
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2215
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2216
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2217
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2218
+ react: 19.2.0
2219
+ react-dom: 19.2.0(react@19.2.0)
2220
+ optionalDependencies:
2221
+ '@types/react': 19.2.2
2222
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2223
+
2224
+ '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2225
+ dependencies:
2226
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2227
+ react: 19.2.0
2228
+ react-dom: 19.2.0(react@19.2.0)
2229
+ optionalDependencies:
2230
+ '@types/react': 19.2.2
2231
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2232
+
2233
+ '@radix-ui/react-avatar@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2234
+ dependencies:
2235
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2236
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2237
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2238
+ '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.2)(react@19.2.0)
2239
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2240
+ react: 19.2.0
2241
+ react-dom: 19.2.0(react@19.2.0)
2242
+ optionalDependencies:
2243
+ '@types/react': 19.2.2
2244
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2245
+
2246
+ '@radix-ui/react-checkbox@1.3.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2247
+ dependencies:
2248
+ '@radix-ui/primitive': 1.1.3
2249
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2250
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2251
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2252
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2253
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2254
+ '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2255
+ '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2256
+ react: 19.2.0
2257
+ react-dom: 19.2.0(react@19.2.0)
2258
+ optionalDependencies:
2259
+ '@types/react': 19.2.2
2260
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2261
+
2262
+ '@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2263
+ dependencies:
2264
+ '@radix-ui/primitive': 1.1.3
2265
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2266
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2267
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2268
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2269
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2270
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2271
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2272
+ react: 19.2.0
2273
+ react-dom: 19.2.0(react@19.2.0)
2274
+ optionalDependencies:
2275
+ '@types/react': 19.2.2
2276
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2277
+
2278
+ '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2279
+ dependencies:
2280
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2281
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2282
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2283
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2284
+ react: 19.2.0
2285
+ react-dom: 19.2.0(react@19.2.0)
2286
+ optionalDependencies:
2287
+ '@types/react': 19.2.2
2288
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2289
+
2290
+ '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.2)(react@19.2.0)':
2291
+ dependencies:
2292
+ react: 19.2.0
2293
+ optionalDependencies:
2294
+ '@types/react': 19.2.2
2295
+
2296
+ '@radix-ui/react-context@1.1.2(@types/react@19.2.2)(react@19.2.0)':
2297
+ dependencies:
2298
+ react: 19.2.0
2299
+ optionalDependencies:
2300
+ '@types/react': 19.2.2
2301
+
2302
+ '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2303
+ dependencies:
2304
+ '@radix-ui/primitive': 1.1.3
2305
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2306
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2307
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2308
+ '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.2)(react@19.2.0)
2309
+ '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2310
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2311
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2312
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2313
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2314
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2315
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2316
+ aria-hidden: 1.2.6
2317
+ react: 19.2.0
2318
+ react-dom: 19.2.0(react@19.2.0)
2319
+ react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0)
2320
+ optionalDependencies:
2321
+ '@types/react': 19.2.2
2322
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2323
+
2324
+ '@radix-ui/react-direction@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2325
+ dependencies:
2326
+ react: 19.2.0
2327
+ optionalDependencies:
2328
+ '@types/react': 19.2.2
2329
+
2330
+ '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2331
+ dependencies:
2332
+ '@radix-ui/primitive': 1.1.3
2333
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2334
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2335
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2336
+ '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2337
+ react: 19.2.0
2338
+ react-dom: 19.2.0(react@19.2.0)
2339
+ optionalDependencies:
2340
+ '@types/react': 19.2.2
2341
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2342
+
2343
+ '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.2)(react@19.2.0)':
2344
+ dependencies:
2345
+ react: 19.2.0
2346
+ optionalDependencies:
2347
+ '@types/react': 19.2.2
2348
+
2349
+ '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2350
+ dependencies:
2351
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2352
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2353
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2354
+ react: 19.2.0
2355
+ react-dom: 19.2.0(react@19.2.0)
2356
+ optionalDependencies:
2357
+ '@types/react': 19.2.2
2358
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2359
+
2360
+ '@radix-ui/react-id@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2361
+ dependencies:
2362
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2363
+ react: 19.2.0
2364
+ optionalDependencies:
2365
+ '@types/react': 19.2.2
2366
+
2367
+ '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2368
+ dependencies:
2369
+ '@floating-ui/react-dom': 2.1.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2370
+ '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2371
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2372
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2373
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2374
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2375
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2376
+ '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2377
+ '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2378
+ '@radix-ui/rect': 1.1.1
2379
+ react: 19.2.0
2380
+ react-dom: 19.2.0(react@19.2.0)
2381
+ optionalDependencies:
2382
+ '@types/react': 19.2.2
2383
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2384
+
2385
+ '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2386
+ dependencies:
2387
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2388
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2389
+ react: 19.2.0
2390
+ react-dom: 19.2.0(react@19.2.0)
2391
+ optionalDependencies:
2392
+ '@types/react': 19.2.2
2393
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2394
+
2395
+ '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2396
+ dependencies:
2397
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2398
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2399
+ react: 19.2.0
2400
+ react-dom: 19.2.0(react@19.2.0)
2401
+ optionalDependencies:
2402
+ '@types/react': 19.2.2
2403
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2404
+
2405
+ '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2406
+ dependencies:
2407
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2408
+ react: 19.2.0
2409
+ react-dom: 19.2.0(react@19.2.0)
2410
+ optionalDependencies:
2411
+ '@types/react': 19.2.2
2412
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2413
+
2414
+ '@radix-ui/react-select@2.2.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2415
+ dependencies:
2416
+ '@radix-ui/number': 1.1.1
2417
+ '@radix-ui/primitive': 1.1.3
2418
+ '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2419
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2420
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2421
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2422
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2423
+ '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.2)(react@19.2.0)
2424
+ '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2425
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2426
+ '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2427
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2428
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2429
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2430
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2431
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2432
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2433
+ '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2434
+ '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2435
+ aria-hidden: 1.2.6
2436
+ react: 19.2.0
2437
+ react-dom: 19.2.0(react@19.2.0)
2438
+ react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0)
2439
+ optionalDependencies:
2440
+ '@types/react': 19.2.2
2441
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2442
+
2443
+ '@radix-ui/react-separator@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2444
+ dependencies:
2445
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2446
+ react: 19.2.0
2447
+ react-dom: 19.2.0(react@19.2.0)
2448
+ optionalDependencies:
2449
+ '@types/react': 19.2.2
2450
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2451
+
2452
+ '@radix-ui/react-slot@1.2.3(@types/react@19.2.2)(react@19.2.0)':
2453
+ dependencies:
2454
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2455
+ react: 19.2.0
2456
+ optionalDependencies:
2457
+ '@types/react': 19.2.2
2458
+
2459
+ '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2460
+ dependencies:
2461
+ '@radix-ui/primitive': 1.1.3
2462
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2463
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2464
+ react: 19.2.0
2465
+ react-dom: 19.2.0(react@19.2.0)
2466
+ optionalDependencies:
2467
+ '@types/react': 19.2.2
2468
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2469
+
2470
+ '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2471
+ dependencies:
2472
+ '@radix-ui/primitive': 1.1.3
2473
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2474
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0)
2475
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2476
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2477
+ '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2478
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2479
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2480
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2481
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0)
2482
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0)
2483
+ '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2484
+ react: 19.2.0
2485
+ react-dom: 19.2.0(react@19.2.0)
2486
+ optionalDependencies:
2487
+ '@types/react': 19.2.2
2488
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2489
+
2490
+ '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2491
+ dependencies:
2492
+ react: 19.2.0
2493
+ optionalDependencies:
2494
+ '@types/react': 19.2.2
2495
+
2496
+ '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.2)(react@19.2.0)':
2497
+ dependencies:
2498
+ '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.2)(react@19.2.0)
2499
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2500
+ react: 19.2.0
2501
+ optionalDependencies:
2502
+ '@types/react': 19.2.2
2503
+
2504
+ '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.2)(react@19.2.0)':
2505
+ dependencies:
2506
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2507
+ react: 19.2.0
2508
+ optionalDependencies:
2509
+ '@types/react': 19.2.2
2510
+
2511
+ '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2512
+ dependencies:
2513
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2514
+ react: 19.2.0
2515
+ optionalDependencies:
2516
+ '@types/react': 19.2.2
2517
+
2518
+ '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.2)(react@19.2.0)':
2519
+ dependencies:
2520
+ react: 19.2.0
2521
+ use-sync-external-store: 1.6.0(react@19.2.0)
2522
+ optionalDependencies:
2523
+ '@types/react': 19.2.2
2524
+
2525
+ '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2526
+ dependencies:
2527
+ react: 19.2.0
2528
+ optionalDependencies:
2529
+ '@types/react': 19.2.2
2530
+
2531
+ '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2532
+ dependencies:
2533
+ react: 19.2.0
2534
+ optionalDependencies:
2535
+ '@types/react': 19.2.2
2536
+
2537
+ '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2538
+ dependencies:
2539
+ '@radix-ui/rect': 1.1.1
2540
+ react: 19.2.0
2541
+ optionalDependencies:
2542
+ '@types/react': 19.2.2
2543
+
2544
+ '@radix-ui/react-use-size@1.1.1(@types/react@19.2.2)(react@19.2.0)':
2545
+ dependencies:
2546
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0)
2547
+ react: 19.2.0
2548
+ optionalDependencies:
2549
+ '@types/react': 19.2.2
2550
+
2551
+ '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
2552
+ dependencies:
2553
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
2554
+ react: 19.2.0
2555
+ react-dom: 19.2.0(react@19.2.0)
2556
+ optionalDependencies:
2557
+ '@types/react': 19.2.2
2558
+ '@types/react-dom': 19.2.2(@types/react@19.2.2)
2559
+
2560
+ '@radix-ui/rect@1.1.1': {}
2561
+
2562
+ '@rolldown/pluginutils@1.0.0-beta.38': {}
2563
+
2564
+ '@rollup/rollup-android-arm-eabi@4.52.4':
2565
+ optional: true
2566
+
2567
+ '@rollup/rollup-android-arm64@4.52.4':
2568
+ optional: true
2569
+
2570
+ '@rollup/rollup-darwin-arm64@4.52.4':
2571
+ optional: true
2572
+
2573
+ '@rollup/rollup-darwin-x64@4.52.4':
2574
+ optional: true
2575
+
2576
+ '@rollup/rollup-freebsd-arm64@4.52.4':
2577
+ optional: true
2578
+
2579
+ '@rollup/rollup-freebsd-x64@4.52.4':
2580
+ optional: true
2581
+
2582
+ '@rollup/rollup-linux-arm-gnueabihf@4.52.4':
2583
+ optional: true
2584
+
2585
+ '@rollup/rollup-linux-arm-musleabihf@4.52.4':
2586
+ optional: true
2587
+
2588
+ '@rollup/rollup-linux-arm64-gnu@4.52.4':
2589
+ optional: true
2590
+
2591
+ '@rollup/rollup-linux-arm64-musl@4.52.4':
2592
+ optional: true
2593
+
2594
+ '@rollup/rollup-linux-loong64-gnu@4.52.4':
2595
+ optional: true
2596
+
2597
+ '@rollup/rollup-linux-ppc64-gnu@4.52.4':
2598
+ optional: true
2599
+
2600
+ '@rollup/rollup-linux-riscv64-gnu@4.52.4':
2601
+ optional: true
2602
+
2603
+ '@rollup/rollup-linux-riscv64-musl@4.52.4':
2604
+ optional: true
2605
+
2606
+ '@rollup/rollup-linux-s390x-gnu@4.52.4':
2607
+ optional: true
2608
+
2609
+ '@rollup/rollup-linux-x64-gnu@4.52.4':
2610
+ optional: true
2611
+
2612
+ '@rollup/rollup-linux-x64-musl@4.52.4':
2613
+ optional: true
2614
+
2615
+ '@rollup/rollup-openharmony-arm64@4.52.4':
2616
+ optional: true
2617
+
2618
+ '@rollup/rollup-win32-arm64-msvc@4.52.4':
2619
+ optional: true
2620
+
2621
+ '@rollup/rollup-win32-ia32-msvc@4.52.4':
2622
+ optional: true
2623
+
2624
+ '@rollup/rollup-win32-x64-gnu@4.52.4':
2625
+ optional: true
2626
+
2627
+ '@rollup/rollup-win32-x64-msvc@4.52.4':
2628
+ optional: true
2629
+
2630
+ '@tailwindcss/node@4.1.14':
2631
+ dependencies:
2632
+ '@jridgewell/remapping': 2.3.5
2633
+ enhanced-resolve: 5.18.3
2634
+ jiti: 2.6.1
2635
+ lightningcss: 1.30.1
2636
+ magic-string: 0.30.19
2637
+ source-map-js: 1.2.1
2638
+ tailwindcss: 4.1.14
2639
+
2640
+ '@tailwindcss/oxide-android-arm64@4.1.14':
2641
+ optional: true
2642
+
2643
+ '@tailwindcss/oxide-darwin-arm64@4.1.14':
2644
+ optional: true
2645
+
2646
+ '@tailwindcss/oxide-darwin-x64@4.1.14':
2647
+ optional: true
2648
+
2649
+ '@tailwindcss/oxide-freebsd-x64@4.1.14':
2650
+ optional: true
2651
+
2652
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.14':
2653
+ optional: true
2654
+
2655
+ '@tailwindcss/oxide-linux-arm64-gnu@4.1.14':
2656
+ optional: true
2657
+
2658
+ '@tailwindcss/oxide-linux-arm64-musl@4.1.14':
2659
+ optional: true
2660
+
2661
+ '@tailwindcss/oxide-linux-x64-gnu@4.1.14':
2662
+ optional: true
2663
+
2664
+ '@tailwindcss/oxide-linux-x64-musl@4.1.14':
2665
+ optional: true
2666
+
2667
+ '@tailwindcss/oxide-wasm32-wasi@4.1.14':
2668
+ optional: true
2669
+
2670
+ '@tailwindcss/oxide-win32-arm64-msvc@4.1.14':
2671
+ optional: true
2672
+
2673
+ '@tailwindcss/oxide-win32-x64-msvc@4.1.14':
2674
+ optional: true
2675
+
2676
+ '@tailwindcss/oxide@4.1.14':
2677
+ dependencies:
2678
+ detect-libc: 2.1.2
2679
+ tar: 7.5.1
2680
+ optionalDependencies:
2681
+ '@tailwindcss/oxide-android-arm64': 4.1.14
2682
+ '@tailwindcss/oxide-darwin-arm64': 4.1.14
2683
+ '@tailwindcss/oxide-darwin-x64': 4.1.14
2684
+ '@tailwindcss/oxide-freebsd-x64': 4.1.14
2685
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.14
2686
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.1.14
2687
+ '@tailwindcss/oxide-linux-arm64-musl': 4.1.14
2688
+ '@tailwindcss/oxide-linux-x64-gnu': 4.1.14
2689
+ '@tailwindcss/oxide-linux-x64-musl': 4.1.14
2690
+ '@tailwindcss/oxide-wasm32-wasi': 4.1.14
2691
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.1.14
2692
+ '@tailwindcss/oxide-win32-x64-msvc': 4.1.14
2693
+
2694
+ '@tailwindcss/vite@4.1.14(vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1))':
2695
+ dependencies:
2696
+ '@tailwindcss/node': 4.1.14
2697
+ '@tailwindcss/oxide': 4.1.14
2698
+ tailwindcss: 4.1.14
2699
+ vite: 7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1)
2700
+
2701
+ '@types/babel__core@7.20.5':
2702
+ dependencies:
2703
+ '@babel/parser': 7.28.4
2704
+ '@babel/types': 7.28.4
2705
+ '@types/babel__generator': 7.27.0
2706
+ '@types/babel__template': 7.4.4
2707
+ '@types/babel__traverse': 7.28.0
2708
+
2709
+ '@types/babel__generator@7.27.0':
2710
+ dependencies:
2711
+ '@babel/types': 7.28.4
2712
+
2713
+ '@types/babel__template@7.4.4':
2714
+ dependencies:
2715
+ '@babel/parser': 7.28.4
2716
+ '@babel/types': 7.28.4
2717
+
2718
+ '@types/babel__traverse@7.28.0':
2719
+ dependencies:
2720
+ '@babel/types': 7.28.4
2721
+
2722
+ '@types/estree@1.0.8': {}
2723
+
2724
+ '@types/json-schema@7.0.15': {}
2725
+
2726
+ '@types/node@24.7.2':
2727
+ dependencies:
2728
+ undici-types: 7.14.0
2729
+
2730
+ '@types/react-dom@19.2.2(@types/react@19.2.2)':
2731
+ dependencies:
2732
+ '@types/react': 19.2.2
2733
+
2734
+ '@types/react@19.2.2':
2735
+ dependencies:
2736
+ csstype: 3.1.3
2737
+
2738
+ '@typescript-eslint/eslint-plugin@8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)':
2739
+ dependencies:
2740
+ '@eslint-community/regexpp': 4.12.1
2741
+ '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
2742
+ '@typescript-eslint/scope-manager': 8.46.1
2743
+ '@typescript-eslint/type-utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
2744
+ '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
2745
+ '@typescript-eslint/visitor-keys': 8.46.1
2746
+ eslint: 9.37.0(jiti@2.6.1)
2747
+ graphemer: 1.4.0
2748
+ ignore: 7.0.5
2749
+ natural-compare: 1.4.0
2750
+ ts-api-utils: 2.1.0(typescript@5.9.3)
2751
+ typescript: 5.9.3
2752
+ transitivePeerDependencies:
2753
+ - supports-color
2754
+
2755
+ '@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)':
2756
+ dependencies:
2757
+ '@typescript-eslint/scope-manager': 8.46.1
2758
+ '@typescript-eslint/types': 8.46.1
2759
+ '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3)
2760
+ '@typescript-eslint/visitor-keys': 8.46.1
2761
+ debug: 4.4.3
2762
+ eslint: 9.37.0(jiti@2.6.1)
2763
+ typescript: 5.9.3
2764
+ transitivePeerDependencies:
2765
+ - supports-color
2766
+
2767
+ '@typescript-eslint/project-service@8.46.1(typescript@5.9.3)':
2768
+ dependencies:
2769
+ '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3)
2770
+ '@typescript-eslint/types': 8.46.1
2771
+ debug: 4.4.3
2772
+ typescript: 5.9.3
2773
+ transitivePeerDependencies:
2774
+ - supports-color
2775
+
2776
+ '@typescript-eslint/scope-manager@8.46.1':
2777
+ dependencies:
2778
+ '@typescript-eslint/types': 8.46.1
2779
+ '@typescript-eslint/visitor-keys': 8.46.1
2780
+
2781
+ '@typescript-eslint/tsconfig-utils@8.46.1(typescript@5.9.3)':
2782
+ dependencies:
2783
+ typescript: 5.9.3
2784
+
2785
+ '@typescript-eslint/type-utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)':
2786
+ dependencies:
2787
+ '@typescript-eslint/types': 8.46.1
2788
+ '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3)
2789
+ '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
2790
+ debug: 4.4.3
2791
+ eslint: 9.37.0(jiti@2.6.1)
2792
+ ts-api-utils: 2.1.0(typescript@5.9.3)
2793
+ typescript: 5.9.3
2794
+ transitivePeerDependencies:
2795
+ - supports-color
2796
+
2797
+ '@typescript-eslint/types@8.46.1': {}
2798
+
2799
+ '@typescript-eslint/typescript-estree@8.46.1(typescript@5.9.3)':
2800
+ dependencies:
2801
+ '@typescript-eslint/project-service': 8.46.1(typescript@5.9.3)
2802
+ '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3)
2803
+ '@typescript-eslint/types': 8.46.1
2804
+ '@typescript-eslint/visitor-keys': 8.46.1
2805
+ debug: 4.4.3
2806
+ fast-glob: 3.3.3
2807
+ is-glob: 4.0.3
2808
+ minimatch: 9.0.5
2809
+ semver: 7.7.3
2810
+ ts-api-utils: 2.1.0(typescript@5.9.3)
2811
+ typescript: 5.9.3
2812
+ transitivePeerDependencies:
2813
+ - supports-color
2814
+
2815
+ '@typescript-eslint/utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)':
2816
+ dependencies:
2817
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.37.0(jiti@2.6.1))
2818
+ '@typescript-eslint/scope-manager': 8.46.1
2819
+ '@typescript-eslint/types': 8.46.1
2820
+ '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3)
2821
+ eslint: 9.37.0(jiti@2.6.1)
2822
+ typescript: 5.9.3
2823
+ transitivePeerDependencies:
2824
+ - supports-color
2825
+
2826
+ '@typescript-eslint/visitor-keys@8.46.1':
2827
+ dependencies:
2828
+ '@typescript-eslint/types': 8.46.1
2829
+ eslint-visitor-keys: 4.2.1
2830
+
2831
+ '@vitejs/plugin-react@5.0.4(vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1))':
2832
+ dependencies:
2833
+ '@babel/core': 7.28.4
2834
+ '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4)
2835
+ '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.4)
2836
+ '@rolldown/pluginutils': 1.0.0-beta.38
2837
+ '@types/babel__core': 7.20.5
2838
+ react-refresh: 0.17.0
2839
+ vite: 7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1)
2840
+ transitivePeerDependencies:
2841
+ - supports-color
2842
+
2843
+ acorn-jsx@5.3.2(acorn@8.15.0):
2844
+ dependencies:
2845
+ acorn: 8.15.0
2846
+
2847
+ acorn@8.15.0: {}
2848
+
2849
+ ajv@6.12.6:
2850
+ dependencies:
2851
+ fast-deep-equal: 3.1.3
2852
+ fast-json-stable-stringify: 2.1.0
2853
+ json-schema-traverse: 0.4.1
2854
+ uri-js: 4.4.1
2855
+
2856
+ ansi-styles@4.3.0:
2857
+ dependencies:
2858
+ color-convert: 2.0.1
2859
+
2860
+ argparse@2.0.1: {}
2861
+
2862
+ aria-hidden@1.2.6:
2863
+ dependencies:
2864
+ tslib: 2.8.1
2865
+
2866
+ balanced-match@1.0.2: {}
2867
+
2868
+ baseline-browser-mapping@2.8.16: {}
2869
+
2870
+ brace-expansion@1.1.12:
2871
+ dependencies:
2872
+ balanced-match: 1.0.2
2873
+ concat-map: 0.0.1
2874
+
2875
+ brace-expansion@2.0.2:
2876
+ dependencies:
2877
+ balanced-match: 1.0.2
2878
+
2879
+ braces@3.0.3:
2880
+ dependencies:
2881
+ fill-range: 7.1.1
2882
+
2883
+ browserslist@4.26.3:
2884
+ dependencies:
2885
+ baseline-browser-mapping: 2.8.16
2886
+ caniuse-lite: 1.0.30001750
2887
+ electron-to-chromium: 1.5.235
2888
+ node-releases: 2.0.23
2889
+ update-browserslist-db: 1.1.3(browserslist@4.26.3)
2890
+
2891
+ callsites@3.1.0: {}
2892
+
2893
+ caniuse-lite@1.0.30001750: {}
2894
+
2895
+ chalk@4.1.2:
2896
+ dependencies:
2897
+ ansi-styles: 4.3.0
2898
+ supports-color: 7.2.0
2899
+
2900
+ chownr@3.0.0: {}
2901
+
2902
+ class-variance-authority@0.7.1:
2903
+ dependencies:
2904
+ clsx: 2.1.1
2905
+
2906
+ clsx@2.1.1: {}
2907
+
2908
+ color-convert@2.0.1:
2909
+ dependencies:
2910
+ color-name: 1.1.4
2911
+
2912
+ color-name@1.1.4: {}
2913
+
2914
+ concat-map@0.0.1: {}
2915
+
2916
+ convert-source-map@2.0.0: {}
2917
+
2918
+ cross-spawn@7.0.6:
2919
+ dependencies:
2920
+ path-key: 3.1.1
2921
+ shebang-command: 2.0.0
2922
+ which: 2.0.2
2923
+
2924
+ csstype@3.1.3: {}
2925
+
2926
+ date-fns-jalali@4.1.0-0: {}
2927
+
2928
+ date-fns@4.1.0: {}
2929
+
2930
+ debug@4.4.3:
2931
+ dependencies:
2932
+ ms: 2.1.3
2933
+
2934
+ deep-is@0.1.4: {}
2935
+
2936
+ detect-libc@2.1.2: {}
2937
+
2938
+ detect-node-es@1.1.0: {}
2939
+
2940
+ electron-to-chromium@1.5.235: {}
2941
+
2942
+ enhanced-resolve@5.18.3:
2943
+ dependencies:
2944
+ graceful-fs: 4.2.11
2945
+ tapable: 2.3.0
2946
+
2947
+ esbuild@0.25.10:
2948
+ optionalDependencies:
2949
+ '@esbuild/aix-ppc64': 0.25.10
2950
+ '@esbuild/android-arm': 0.25.10
2951
+ '@esbuild/android-arm64': 0.25.10
2952
+ '@esbuild/android-x64': 0.25.10
2953
+ '@esbuild/darwin-arm64': 0.25.10
2954
+ '@esbuild/darwin-x64': 0.25.10
2955
+ '@esbuild/freebsd-arm64': 0.25.10
2956
+ '@esbuild/freebsd-x64': 0.25.10
2957
+ '@esbuild/linux-arm': 0.25.10
2958
+ '@esbuild/linux-arm64': 0.25.10
2959
+ '@esbuild/linux-ia32': 0.25.10
2960
+ '@esbuild/linux-loong64': 0.25.10
2961
+ '@esbuild/linux-mips64el': 0.25.10
2962
+ '@esbuild/linux-ppc64': 0.25.10
2963
+ '@esbuild/linux-riscv64': 0.25.10
2964
+ '@esbuild/linux-s390x': 0.25.10
2965
+ '@esbuild/linux-x64': 0.25.10
2966
+ '@esbuild/netbsd-arm64': 0.25.10
2967
+ '@esbuild/netbsd-x64': 0.25.10
2968
+ '@esbuild/openbsd-arm64': 0.25.10
2969
+ '@esbuild/openbsd-x64': 0.25.10
2970
+ '@esbuild/openharmony-arm64': 0.25.10
2971
+ '@esbuild/sunos-x64': 0.25.10
2972
+ '@esbuild/win32-arm64': 0.25.10
2973
+ '@esbuild/win32-ia32': 0.25.10
2974
+ '@esbuild/win32-x64': 0.25.10
2975
+
2976
+ escalade@3.2.0: {}
2977
+
2978
+ escape-string-regexp@4.0.0: {}
2979
+
2980
+ eslint-plugin-react-hooks@5.2.0(eslint@9.37.0(jiti@2.6.1)):
2981
+ dependencies:
2982
+ eslint: 9.37.0(jiti@2.6.1)
2983
+
2984
+ eslint-plugin-react-refresh@0.4.23(eslint@9.37.0(jiti@2.6.1)):
2985
+ dependencies:
2986
+ eslint: 9.37.0(jiti@2.6.1)
2987
+
2988
+ eslint-scope@8.4.0:
2989
+ dependencies:
2990
+ esrecurse: 4.3.0
2991
+ estraverse: 5.3.0
2992
+
2993
+ eslint-visitor-keys@3.4.3: {}
2994
+
2995
+ eslint-visitor-keys@4.2.1: {}
2996
+
2997
+ eslint@9.37.0(jiti@2.6.1):
2998
+ dependencies:
2999
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.37.0(jiti@2.6.1))
3000
+ '@eslint-community/regexpp': 4.12.1
3001
+ '@eslint/config-array': 0.21.0
3002
+ '@eslint/config-helpers': 0.4.0
3003
+ '@eslint/core': 0.16.0
3004
+ '@eslint/eslintrc': 3.3.1
3005
+ '@eslint/js': 9.37.0
3006
+ '@eslint/plugin-kit': 0.4.0
3007
+ '@humanfs/node': 0.16.7
3008
+ '@humanwhocodes/module-importer': 1.0.1
3009
+ '@humanwhocodes/retry': 0.4.3
3010
+ '@types/estree': 1.0.8
3011
+ '@types/json-schema': 7.0.15
3012
+ ajv: 6.12.6
3013
+ chalk: 4.1.2
3014
+ cross-spawn: 7.0.6
3015
+ debug: 4.4.3
3016
+ escape-string-regexp: 4.0.0
3017
+ eslint-scope: 8.4.0
3018
+ eslint-visitor-keys: 4.2.1
3019
+ espree: 10.4.0
3020
+ esquery: 1.6.0
3021
+ esutils: 2.0.3
3022
+ fast-deep-equal: 3.1.3
3023
+ file-entry-cache: 8.0.0
3024
+ find-up: 5.0.0
3025
+ glob-parent: 6.0.2
3026
+ ignore: 5.3.2
3027
+ imurmurhash: 0.1.4
3028
+ is-glob: 4.0.3
3029
+ json-stable-stringify-without-jsonify: 1.0.1
3030
+ lodash.merge: 4.6.2
3031
+ minimatch: 3.1.2
3032
+ natural-compare: 1.4.0
3033
+ optionator: 0.9.4
3034
+ optionalDependencies:
3035
+ jiti: 2.6.1
3036
+ transitivePeerDependencies:
3037
+ - supports-color
3038
+
3039
+ espree@10.4.0:
3040
+ dependencies:
3041
+ acorn: 8.15.0
3042
+ acorn-jsx: 5.3.2(acorn@8.15.0)
3043
+ eslint-visitor-keys: 4.2.1
3044
+
3045
+ esquery@1.6.0:
3046
+ dependencies:
3047
+ estraverse: 5.3.0
3048
+
3049
+ esrecurse@4.3.0:
3050
+ dependencies:
3051
+ estraverse: 5.3.0
3052
+
3053
+ estraverse@5.3.0: {}
3054
+
3055
+ esutils@2.0.3: {}
3056
+
3057
+ fast-deep-equal@3.1.3: {}
3058
+
3059
+ fast-glob@3.3.3:
3060
+ dependencies:
3061
+ '@nodelib/fs.stat': 2.0.5
3062
+ '@nodelib/fs.walk': 1.2.8
3063
+ glob-parent: 5.1.2
3064
+ merge2: 1.4.1
3065
+ micromatch: 4.0.8
3066
+
3067
+ fast-json-stable-stringify@2.1.0: {}
3068
+
3069
+ fast-levenshtein@2.0.6: {}
3070
+
3071
+ fastq@1.19.1:
3072
+ dependencies:
3073
+ reusify: 1.1.0
3074
+
3075
+ fdir@6.5.0(picomatch@4.0.3):
3076
+ optionalDependencies:
3077
+ picomatch: 4.0.3
3078
+
3079
+ file-entry-cache@8.0.0:
3080
+ dependencies:
3081
+ flat-cache: 4.0.1
3082
+
3083
+ fill-range@7.1.1:
3084
+ dependencies:
3085
+ to-regex-range: 5.0.1
3086
+
3087
+ find-up@5.0.0:
3088
+ dependencies:
3089
+ locate-path: 6.0.0
3090
+ path-exists: 4.0.0
3091
+
3092
+ flat-cache@4.0.1:
3093
+ dependencies:
3094
+ flatted: 3.3.3
3095
+ keyv: 4.5.4
3096
+
3097
+ flatted@3.3.3: {}
3098
+
3099
+ fsevents@2.3.3:
3100
+ optional: true
3101
+
3102
+ gensync@1.0.0-beta.2: {}
3103
+
3104
+ get-nonce@1.0.1: {}
3105
+
3106
+ glob-parent@5.1.2:
3107
+ dependencies:
3108
+ is-glob: 4.0.3
3109
+
3110
+ glob-parent@6.0.2:
3111
+ dependencies:
3112
+ is-glob: 4.0.3
3113
+
3114
+ globals@14.0.0: {}
3115
+
3116
+ globals@16.4.0: {}
3117
+
3118
+ graceful-fs@4.2.11: {}
3119
+
3120
+ graphemer@1.4.0: {}
3121
+
3122
+ has-flag@4.0.0: {}
3123
+
3124
+ ignore@5.3.2: {}
3125
+
3126
+ ignore@7.0.5: {}
3127
+
3128
+ import-fresh@3.3.1:
3129
+ dependencies:
3130
+ parent-module: 1.0.1
3131
+ resolve-from: 4.0.0
3132
+
3133
+ imurmurhash@0.1.4: {}
3134
+
3135
+ is-extglob@2.1.1: {}
3136
+
3137
+ is-glob@4.0.3:
3138
+ dependencies:
3139
+ is-extglob: 2.1.1
3140
+
3141
+ is-number@7.0.0: {}
3142
+
3143
+ isexe@2.0.0: {}
3144
+
3145
+ jiti@2.6.1: {}
3146
+
3147
+ js-tokens@4.0.0: {}
3148
+
3149
+ js-yaml@4.1.0:
3150
+ dependencies:
3151
+ argparse: 2.0.1
3152
+
3153
+ jsesc@3.1.0: {}
3154
+
3155
+ json-buffer@3.0.1: {}
3156
+
3157
+ json-schema-traverse@0.4.1: {}
3158
+
3159
+ json-stable-stringify-without-jsonify@1.0.1: {}
3160
+
3161
+ json5@2.2.3: {}
3162
+
3163
+ keyv@4.5.4:
3164
+ dependencies:
3165
+ json-buffer: 3.0.1
3166
+
3167
+ levn@0.4.1:
3168
+ dependencies:
3169
+ prelude-ls: 1.2.1
3170
+ type-check: 0.4.0
3171
+
3172
+ lightningcss-darwin-arm64@1.30.1:
3173
+ optional: true
3174
+
3175
+ lightningcss-darwin-x64@1.30.1:
3176
+ optional: true
3177
+
3178
+ lightningcss-freebsd-x64@1.30.1:
3179
+ optional: true
3180
+
3181
+ lightningcss-linux-arm-gnueabihf@1.30.1:
3182
+ optional: true
3183
+
3184
+ lightningcss-linux-arm64-gnu@1.30.1:
3185
+ optional: true
3186
+
3187
+ lightningcss-linux-arm64-musl@1.30.1:
3188
+ optional: true
3189
+
3190
+ lightningcss-linux-x64-gnu@1.30.1:
3191
+ optional: true
3192
+
3193
+ lightningcss-linux-x64-musl@1.30.1:
3194
+ optional: true
3195
+
3196
+ lightningcss-win32-arm64-msvc@1.30.1:
3197
+ optional: true
3198
+
3199
+ lightningcss-win32-x64-msvc@1.30.1:
3200
+ optional: true
3201
+
3202
+ lightningcss@1.30.1:
3203
+ dependencies:
3204
+ detect-libc: 2.1.2
3205
+ optionalDependencies:
3206
+ lightningcss-darwin-arm64: 1.30.1
3207
+ lightningcss-darwin-x64: 1.30.1
3208
+ lightningcss-freebsd-x64: 1.30.1
3209
+ lightningcss-linux-arm-gnueabihf: 1.30.1
3210
+ lightningcss-linux-arm64-gnu: 1.30.1
3211
+ lightningcss-linux-arm64-musl: 1.30.1
3212
+ lightningcss-linux-x64-gnu: 1.30.1
3213
+ lightningcss-linux-x64-musl: 1.30.1
3214
+ lightningcss-win32-arm64-msvc: 1.30.1
3215
+ lightningcss-win32-x64-msvc: 1.30.1
3216
+
3217
+ locate-path@6.0.0:
3218
+ dependencies:
3219
+ p-locate: 5.0.0
3220
+
3221
+ lodash.merge@4.6.2: {}
3222
+
3223
+ lru-cache@5.1.1:
3224
+ dependencies:
3225
+ yallist: 3.1.1
3226
+
3227
+ lucide-react@0.545.0(react@19.2.0):
3228
+ dependencies:
3229
+ react: 19.2.0
3230
+
3231
+ magic-string@0.30.19:
3232
+ dependencies:
3233
+ '@jridgewell/sourcemap-codec': 1.5.5
3234
+
3235
+ merge2@1.4.1: {}
3236
+
3237
+ micromatch@4.0.8:
3238
+ dependencies:
3239
+ braces: 3.0.3
3240
+ picomatch: 2.3.1
3241
+
3242
+ minimatch@3.1.2:
3243
+ dependencies:
3244
+ brace-expansion: 1.1.12
3245
+
3246
+ minimatch@9.0.5:
3247
+ dependencies:
3248
+ brace-expansion: 2.0.2
3249
+
3250
+ minipass@7.1.2: {}
3251
+
3252
+ minizlib@3.1.0:
3253
+ dependencies:
3254
+ minipass: 7.1.2
3255
+
3256
+ ms@2.1.3: {}
3257
+
3258
+ nanoid@3.3.11: {}
3259
+
3260
+ natural-compare@1.4.0: {}
3261
+
3262
+ next-themes@0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
3263
+ dependencies:
3264
+ react: 19.2.0
3265
+ react-dom: 19.2.0(react@19.2.0)
3266
+
3267
+ node-releases@2.0.23: {}
3268
+
3269
+ optionator@0.9.4:
3270
+ dependencies:
3271
+ deep-is: 0.1.4
3272
+ fast-levenshtein: 2.0.6
3273
+ levn: 0.4.1
3274
+ prelude-ls: 1.2.1
3275
+ type-check: 0.4.0
3276
+ word-wrap: 1.2.5
3277
+
3278
+ p-limit@3.1.0:
3279
+ dependencies:
3280
+ yocto-queue: 0.1.0
3281
+
3282
+ p-locate@5.0.0:
3283
+ dependencies:
3284
+ p-limit: 3.1.0
3285
+
3286
+ parent-module@1.0.1:
3287
+ dependencies:
3288
+ callsites: 3.1.0
3289
+
3290
+ path-exists@4.0.0: {}
3291
+
3292
+ path-key@3.1.1: {}
3293
+
3294
+ picocolors@1.1.1: {}
3295
+
3296
+ picomatch@2.3.1: {}
3297
+
3298
+ picomatch@4.0.3: {}
3299
+
3300
+ postcss@8.5.6:
3301
+ dependencies:
3302
+ nanoid: 3.3.11
3303
+ picocolors: 1.1.1
3304
+ source-map-js: 1.2.1
3305
+
3306
+ prelude-ls@1.2.1: {}
3307
+
3308
+ punycode@2.3.1: {}
3309
+
3310
+ queue-microtask@1.2.3: {}
3311
+
3312
+ react-day-picker@9.11.1(react@19.2.0):
3313
+ dependencies:
3314
+ '@date-fns/tz': 1.4.1
3315
+ date-fns: 4.1.0
3316
+ date-fns-jalali: 4.1.0-0
3317
+ react: 19.2.0
3318
+
3319
+ react-dom@19.2.0(react@19.2.0):
3320
+ dependencies:
3321
+ react: 19.2.0
3322
+ scheduler: 0.27.0
3323
+
3324
+ react-refresh@0.17.0: {}
3325
+
3326
+ react-remove-scroll-bar@2.3.8(@types/react@19.2.2)(react@19.2.0):
3327
+ dependencies:
3328
+ react: 19.2.0
3329
+ react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0)
3330
+ tslib: 2.8.1
3331
+ optionalDependencies:
3332
+ '@types/react': 19.2.2
3333
+
3334
+ react-remove-scroll@2.7.1(@types/react@19.2.2)(react@19.2.0):
3335
+ dependencies:
3336
+ react: 19.2.0
3337
+ react-remove-scroll-bar: 2.3.8(@types/react@19.2.2)(react@19.2.0)
3338
+ react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0)
3339
+ tslib: 2.8.1
3340
+ use-callback-ref: 1.3.3(@types/react@19.2.2)(react@19.2.0)
3341
+ use-sidecar: 1.1.3(@types/react@19.2.2)(react@19.2.0)
3342
+ optionalDependencies:
3343
+ '@types/react': 19.2.2
3344
+
3345
+ react-style-singleton@2.2.3(@types/react@19.2.2)(react@19.2.0):
3346
+ dependencies:
3347
+ get-nonce: 1.0.1
3348
+ react: 19.2.0
3349
+ tslib: 2.8.1
3350
+ optionalDependencies:
3351
+ '@types/react': 19.2.2
3352
+
3353
+ react@19.2.0: {}
3354
+
3355
+ resolve-from@4.0.0: {}
3356
+
3357
+ reusify@1.1.0: {}
3358
+
3359
+ rollup@4.52.4:
3360
+ dependencies:
3361
+ '@types/estree': 1.0.8
3362
+ optionalDependencies:
3363
+ '@rollup/rollup-android-arm-eabi': 4.52.4
3364
+ '@rollup/rollup-android-arm64': 4.52.4
3365
+ '@rollup/rollup-darwin-arm64': 4.52.4
3366
+ '@rollup/rollup-darwin-x64': 4.52.4
3367
+ '@rollup/rollup-freebsd-arm64': 4.52.4
3368
+ '@rollup/rollup-freebsd-x64': 4.52.4
3369
+ '@rollup/rollup-linux-arm-gnueabihf': 4.52.4
3370
+ '@rollup/rollup-linux-arm-musleabihf': 4.52.4
3371
+ '@rollup/rollup-linux-arm64-gnu': 4.52.4
3372
+ '@rollup/rollup-linux-arm64-musl': 4.52.4
3373
+ '@rollup/rollup-linux-loong64-gnu': 4.52.4
3374
+ '@rollup/rollup-linux-ppc64-gnu': 4.52.4
3375
+ '@rollup/rollup-linux-riscv64-gnu': 4.52.4
3376
+ '@rollup/rollup-linux-riscv64-musl': 4.52.4
3377
+ '@rollup/rollup-linux-s390x-gnu': 4.52.4
3378
+ '@rollup/rollup-linux-x64-gnu': 4.52.4
3379
+ '@rollup/rollup-linux-x64-musl': 4.52.4
3380
+ '@rollup/rollup-openharmony-arm64': 4.52.4
3381
+ '@rollup/rollup-win32-arm64-msvc': 4.52.4
3382
+ '@rollup/rollup-win32-ia32-msvc': 4.52.4
3383
+ '@rollup/rollup-win32-x64-gnu': 4.52.4
3384
+ '@rollup/rollup-win32-x64-msvc': 4.52.4
3385
+ fsevents: 2.3.3
3386
+
3387
+ run-parallel@1.2.0:
3388
+ dependencies:
3389
+ queue-microtask: 1.2.3
3390
+
3391
+ scheduler@0.27.0: {}
3392
+
3393
+ semver@6.3.1: {}
3394
+
3395
+ semver@7.7.3: {}
3396
+
3397
+ shebang-command@2.0.0:
3398
+ dependencies:
3399
+ shebang-regex: 3.0.0
3400
+
3401
+ shebang-regex@3.0.0: {}
3402
+
3403
+ sonner@2.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
3404
+ dependencies:
3405
+ react: 19.2.0
3406
+ react-dom: 19.2.0(react@19.2.0)
3407
+
3408
+ source-map-js@1.2.1: {}
3409
+
3410
+ strip-json-comments@3.1.1: {}
3411
+
3412
+ supports-color@7.2.0:
3413
+ dependencies:
3414
+ has-flag: 4.0.0
3415
+
3416
+ tailwind-merge@3.3.1: {}
3417
+
3418
+ tailwindcss@4.1.14: {}
3419
+
3420
+ tapable@2.3.0: {}
3421
+
3422
+ tar@7.5.1:
3423
+ dependencies:
3424
+ '@isaacs/fs-minipass': 4.0.1
3425
+ chownr: 3.0.0
3426
+ minipass: 7.1.2
3427
+ minizlib: 3.1.0
3428
+ yallist: 5.0.0
3429
+
3430
+ tinyglobby@0.2.15:
3431
+ dependencies:
3432
+ fdir: 6.5.0(picomatch@4.0.3)
3433
+ picomatch: 4.0.3
3434
+
3435
+ to-regex-range@5.0.1:
3436
+ dependencies:
3437
+ is-number: 7.0.0
3438
+
3439
+ ts-api-utils@2.1.0(typescript@5.9.3):
3440
+ dependencies:
3441
+ typescript: 5.9.3
3442
+
3443
+ tslib@2.8.1: {}
3444
+
3445
+ tw-animate-css@1.4.0: {}
3446
+
3447
+ type-check@0.4.0:
3448
+ dependencies:
3449
+ prelude-ls: 1.2.1
3450
+
3451
+ typescript-eslint@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3):
3452
+ dependencies:
3453
+ '@typescript-eslint/eslint-plugin': 8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
3454
+ '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
3455
+ '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3)
3456
+ '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
3457
+ eslint: 9.37.0(jiti@2.6.1)
3458
+ typescript: 5.9.3
3459
+ transitivePeerDependencies:
3460
+ - supports-color
3461
+
3462
+ typescript@5.9.3: {}
3463
+
3464
+ undici-types@7.14.0: {}
3465
+
3466
+ update-browserslist-db@1.1.3(browserslist@4.26.3):
3467
+ dependencies:
3468
+ browserslist: 4.26.3
3469
+ escalade: 3.2.0
3470
+ picocolors: 1.1.1
3471
+
3472
+ uri-js@4.4.1:
3473
+ dependencies:
3474
+ punycode: 2.3.1
3475
+
3476
+ use-callback-ref@1.3.3(@types/react@19.2.2)(react@19.2.0):
3477
+ dependencies:
3478
+ react: 19.2.0
3479
+ tslib: 2.8.1
3480
+ optionalDependencies:
3481
+ '@types/react': 19.2.2
3482
+
3483
+ use-sidecar@1.1.3(@types/react@19.2.2)(react@19.2.0):
3484
+ dependencies:
3485
+ detect-node-es: 1.1.0
3486
+ react: 19.2.0
3487
+ tslib: 2.8.1
3488
+ optionalDependencies:
3489
+ '@types/react': 19.2.2
3490
+
3491
+ use-sync-external-store@1.6.0(react@19.2.0):
3492
+ dependencies:
3493
+ react: 19.2.0
3494
+
3495
+ vite@7.1.9(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.1):
3496
+ dependencies:
3497
+ esbuild: 0.25.10
3498
+ fdir: 6.5.0(picomatch@4.0.3)
3499
+ picomatch: 4.0.3
3500
+ postcss: 8.5.6
3501
+ rollup: 4.52.4
3502
+ tinyglobby: 0.2.15
3503
+ optionalDependencies:
3504
+ '@types/node': 24.7.2
3505
+ fsevents: 2.3.3
3506
+ jiti: 2.6.1
3507
+ lightningcss: 1.30.1
3508
+
3509
+ which@2.0.2:
3510
+ dependencies:
3511
+ isexe: 2.0.0
3512
+
3513
+ word-wrap@1.2.5: {}
3514
+
3515
+ yallist@3.1.1: {}
3516
+
3517
+ yallist@5.0.0: {}
3518
+
3519
+ yocto-queue@0.1.0: {}