better-auth-studio 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 (72) hide show
  1. package/README.md +1 -0
  2. package/dist/auth-adapter.d.ts +24 -0
  3. package/dist/auth-adapter.d.ts.map +1 -0
  4. package/dist/auth-adapter.js +481 -0
  5. package/dist/auth-adapter.js.map +1 -0
  6. package/dist/cli.d.ts +3 -0
  7. package/dist/cli.d.ts.map +1 -0
  8. package/dist/cli.js +49 -0
  9. package/dist/cli.js.map +1 -0
  10. package/dist/config.d.ts +25 -0
  11. package/dist/config.d.ts.map +1 -0
  12. package/dist/config.js +308 -0
  13. package/dist/config.js.map +1 -0
  14. package/dist/data.d.ts +38 -0
  15. package/dist/data.d.ts.map +1 -0
  16. package/dist/data.js +275 -0
  17. package/dist/data.js.map +1 -0
  18. package/dist/routes.d.ts +3 -0
  19. package/dist/routes.d.ts.map +1 -0
  20. package/dist/routes.js +1490 -0
  21. package/dist/routes.js.map +1 -0
  22. package/dist/studio.d.ts +10 -0
  23. package/dist/studio.d.ts.map +1 -0
  24. package/dist/studio.js +70 -0
  25. package/dist/studio.js.map +1 -0
  26. package/frontend/index.html +13 -0
  27. package/frontend/package-lock.json +4675 -0
  28. package/frontend/package.json +52 -0
  29. package/frontend/pnpm-lock.yaml +4020 -0
  30. package/frontend/postcss.config.js +6 -0
  31. package/frontend/src/App.tsx +36 -0
  32. package/frontend/src/components/CommandPalette.tsx +219 -0
  33. package/frontend/src/components/Layout.tsx +159 -0
  34. package/frontend/src/components/ui/badge.tsx +40 -0
  35. package/frontend/src/components/ui/button.tsx +53 -0
  36. package/frontend/src/components/ui/card.tsx +78 -0
  37. package/frontend/src/components/ui/input.tsx +20 -0
  38. package/frontend/src/components/ui/label.tsx +19 -0
  39. package/frontend/src/components/ui/select.tsx +71 -0
  40. package/frontend/src/index.css +130 -0
  41. package/frontend/src/lib/utils.ts +6 -0
  42. package/frontend/src/main.tsx +10 -0
  43. package/frontend/src/pages/Dashboard.tsx +231 -0
  44. package/frontend/src/pages/OrganizationDetails.tsx +1281 -0
  45. package/frontend/src/pages/Organizations.tsx +874 -0
  46. package/frontend/src/pages/Sessions.tsx +623 -0
  47. package/frontend/src/pages/Settings.tsx +1019 -0
  48. package/frontend/src/pages/TeamDetails.tsx +666 -0
  49. package/frontend/src/pages/Users.tsx +728 -0
  50. package/frontend/tailwind.config.js +75 -0
  51. package/frontend/tsconfig.json +31 -0
  52. package/frontend/tsconfig.node.json +10 -0
  53. package/frontend/vite.config.ts +31 -0
  54. package/package.json +59 -0
  55. package/public/assets/main-C-TXCXVW.css +1 -0
  56. package/public/assets/main-CCzTTP3P.js +296 -0
  57. package/public/index.html +14 -0
  58. package/src/auth-adapter.ts +471 -0
  59. package/src/cli.ts +51 -0
  60. package/src/config.ts +318 -0
  61. package/src/data.ts +351 -0
  62. package/src/routes.ts +1585 -0
  63. package/src/studio.ts +86 -0
  64. package/test-project/README.md +0 -0
  65. package/test-project/better-auth.db +0 -0
  66. package/test-project/better-auth_migrations/2025-08-27T15-55-04.099Z.sql +7 -0
  67. package/test-project/better-auth_migrations/2025-09-04T02-33-19.422Z.sql +7 -0
  68. package/test-project/package.json +29 -0
  69. package/test-project/pnpm-lock.yaml +1728 -0
  70. package/test-project/src/auth.ts +47 -0
  71. package/test-project/src/index.ts +40 -0
  72. package/tsconfig.json +21 -0
@@ -0,0 +1,4020 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@radix-ui/react-avatar':
12
+ specifier: ^1.0.4
13
+ version: 1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
14
+ '@radix-ui/react-dialog':
15
+ specifier: ^1.0.5
16
+ version: 1.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
17
+ '@radix-ui/react-dropdown-menu':
18
+ specifier: ^2.0.6
19
+ version: 2.1.16(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
20
+ '@radix-ui/react-label':
21
+ specifier: ^2.0.2
22
+ version: 2.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
23
+ '@radix-ui/react-select':
24
+ specifier: ^2.0.0
25
+ version: 2.2.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
26
+ '@radix-ui/react-separator':
27
+ specifier: ^1.0.3
28
+ version: 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
29
+ '@radix-ui/react-slot':
30
+ specifier: ^1.2.3
31
+ version: 1.2.3(@types/react@18.3.23)(react@18.3.1)
32
+ '@radix-ui/react-switch':
33
+ specifier: ^1.0.3
34
+ version: 1.2.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
35
+ '@radix-ui/react-tabs':
36
+ specifier: ^1.0.4
37
+ version: 1.1.13(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
38
+ '@radix-ui/react-toast':
39
+ specifier: ^1.1.5
40
+ version: 1.2.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
41
+ '@radix-ui/react-tooltip':
42
+ specifier: ^1.0.7
43
+ version: 1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
44
+ class-variance-authority:
45
+ specifier: ^0.7.1
46
+ version: 0.7.1
47
+ clsx:
48
+ specifier: ^2.0.0
49
+ version: 2.1.1
50
+ date-fns:
51
+ specifier: ^2.30.0
52
+ version: 2.30.0
53
+ lucide-react:
54
+ specifier: ^0.294.0
55
+ version: 0.294.0(react@18.3.1)
56
+ react:
57
+ specifier: ^18.2.0
58
+ version: 18.3.1
59
+ react-dom:
60
+ specifier: ^18.2.0
61
+ version: 18.3.1(react@18.3.1)
62
+ react-router-dom:
63
+ specifier: ^6.20.1
64
+ version: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
65
+ recharts:
66
+ specifier: ^2.8.0
67
+ version: 2.15.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
68
+ tailwind-merge:
69
+ specifier: ^2.0.0
70
+ version: 2.6.0
71
+ devDependencies:
72
+ '@types/react':
73
+ specifier: ^18.2.37
74
+ version: 18.3.23
75
+ '@types/react-dom':
76
+ specifier: ^18.2.15
77
+ version: 18.3.7(@types/react@18.3.23)
78
+ '@typescript-eslint/eslint-plugin':
79
+ specifier: ^6.10.0
80
+ version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2)
81
+ '@typescript-eslint/parser':
82
+ specifier: ^6.10.0
83
+ version: 6.21.0(eslint@8.57.1)(typescript@5.9.2)
84
+ '@vitejs/plugin-react':
85
+ specifier: ^4.1.1
86
+ version: 4.7.0(vite@5.4.19)
87
+ autoprefixer:
88
+ specifier: ^10.4.16
89
+ version: 10.4.21(postcss@8.5.6)
90
+ eslint:
91
+ specifier: ^8.53.0
92
+ version: 8.57.1
93
+ eslint-plugin-react-hooks:
94
+ specifier: ^4.6.0
95
+ version: 4.6.2(eslint@8.57.1)
96
+ eslint-plugin-react-refresh:
97
+ specifier: ^0.4.4
98
+ version: 0.4.20(eslint@8.57.1)
99
+ postcss:
100
+ specifier: ^8.4.31
101
+ version: 8.5.6
102
+ tailwindcss:
103
+ specifier: ^3.3.5
104
+ version: 3.4.17
105
+ typescript:
106
+ specifier: ^5.2.2
107
+ version: 5.9.2
108
+ vite:
109
+ specifier: ^5.0.0
110
+ version: 5.4.19
111
+
112
+ packages:
113
+
114
+ '@alloc/quick-lru@5.2.0':
115
+ resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
116
+ engines: {node: '>=10'}
117
+
118
+ '@ampproject/remapping@2.3.0':
119
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
120
+ engines: {node: '>=6.0.0'}
121
+
122
+ '@babel/code-frame@7.27.1':
123
+ resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
124
+ engines: {node: '>=6.9.0'}
125
+
126
+ '@babel/compat-data@7.28.0':
127
+ resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==}
128
+ engines: {node: '>=6.9.0'}
129
+
130
+ '@babel/core@7.28.3':
131
+ resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==}
132
+ engines: {node: '>=6.9.0'}
133
+
134
+ '@babel/generator@7.28.3':
135
+ resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
136
+ engines: {node: '>=6.9.0'}
137
+
138
+ '@babel/helper-compilation-targets@7.27.2':
139
+ resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
140
+ engines: {node: '>=6.9.0'}
141
+
142
+ '@babel/helper-globals@7.28.0':
143
+ resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
144
+ engines: {node: '>=6.9.0'}
145
+
146
+ '@babel/helper-module-imports@7.27.1':
147
+ resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
148
+ engines: {node: '>=6.9.0'}
149
+
150
+ '@babel/helper-module-transforms@7.28.3':
151
+ resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
152
+ engines: {node: '>=6.9.0'}
153
+ peerDependencies:
154
+ '@babel/core': ^7.0.0
155
+
156
+ '@babel/helper-plugin-utils@7.27.1':
157
+ resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
158
+ engines: {node: '>=6.9.0'}
159
+
160
+ '@babel/helper-string-parser@7.27.1':
161
+ resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
162
+ engines: {node: '>=6.9.0'}
163
+
164
+ '@babel/helper-validator-identifier@7.27.1':
165
+ resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
166
+ engines: {node: '>=6.9.0'}
167
+
168
+ '@babel/helper-validator-option@7.27.1':
169
+ resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
170
+ engines: {node: '>=6.9.0'}
171
+
172
+ '@babel/helpers@7.28.3':
173
+ resolution: {integrity: sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==}
174
+ engines: {node: '>=6.9.0'}
175
+
176
+ '@babel/parser@7.28.3':
177
+ resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==}
178
+ engines: {node: '>=6.0.0'}
179
+ hasBin: true
180
+
181
+ '@babel/plugin-transform-react-jsx-self@7.27.1':
182
+ resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
183
+ engines: {node: '>=6.9.0'}
184
+ peerDependencies:
185
+ '@babel/core': ^7.0.0-0
186
+
187
+ '@babel/plugin-transform-react-jsx-source@7.27.1':
188
+ resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
189
+ engines: {node: '>=6.9.0'}
190
+ peerDependencies:
191
+ '@babel/core': ^7.0.0-0
192
+
193
+ '@babel/runtime@7.28.3':
194
+ resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==}
195
+ engines: {node: '>=6.9.0'}
196
+
197
+ '@babel/template@7.27.2':
198
+ resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
199
+ engines: {node: '>=6.9.0'}
200
+
201
+ '@babel/traverse@7.28.3':
202
+ resolution: {integrity: sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==}
203
+ engines: {node: '>=6.9.0'}
204
+
205
+ '@babel/types@7.28.2':
206
+ resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
207
+ engines: {node: '>=6.9.0'}
208
+
209
+ '@esbuild/aix-ppc64@0.21.5':
210
+ resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
211
+ engines: {node: '>=12'}
212
+ cpu: [ppc64]
213
+ os: [aix]
214
+
215
+ '@esbuild/android-arm64@0.21.5':
216
+ resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
217
+ engines: {node: '>=12'}
218
+ cpu: [arm64]
219
+ os: [android]
220
+
221
+ '@esbuild/android-arm@0.21.5':
222
+ resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
223
+ engines: {node: '>=12'}
224
+ cpu: [arm]
225
+ os: [android]
226
+
227
+ '@esbuild/android-x64@0.21.5':
228
+ resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
229
+ engines: {node: '>=12'}
230
+ cpu: [x64]
231
+ os: [android]
232
+
233
+ '@esbuild/darwin-arm64@0.21.5':
234
+ resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
235
+ engines: {node: '>=12'}
236
+ cpu: [arm64]
237
+ os: [darwin]
238
+
239
+ '@esbuild/darwin-x64@0.21.5':
240
+ resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
241
+ engines: {node: '>=12'}
242
+ cpu: [x64]
243
+ os: [darwin]
244
+
245
+ '@esbuild/freebsd-arm64@0.21.5':
246
+ resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
247
+ engines: {node: '>=12'}
248
+ cpu: [arm64]
249
+ os: [freebsd]
250
+
251
+ '@esbuild/freebsd-x64@0.21.5':
252
+ resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
253
+ engines: {node: '>=12'}
254
+ cpu: [x64]
255
+ os: [freebsd]
256
+
257
+ '@esbuild/linux-arm64@0.21.5':
258
+ resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
259
+ engines: {node: '>=12'}
260
+ cpu: [arm64]
261
+ os: [linux]
262
+
263
+ '@esbuild/linux-arm@0.21.5':
264
+ resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
265
+ engines: {node: '>=12'}
266
+ cpu: [arm]
267
+ os: [linux]
268
+
269
+ '@esbuild/linux-ia32@0.21.5':
270
+ resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
271
+ engines: {node: '>=12'}
272
+ cpu: [ia32]
273
+ os: [linux]
274
+
275
+ '@esbuild/linux-loong64@0.21.5':
276
+ resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
277
+ engines: {node: '>=12'}
278
+ cpu: [loong64]
279
+ os: [linux]
280
+
281
+ '@esbuild/linux-mips64el@0.21.5':
282
+ resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
283
+ engines: {node: '>=12'}
284
+ cpu: [mips64el]
285
+ os: [linux]
286
+
287
+ '@esbuild/linux-ppc64@0.21.5':
288
+ resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
289
+ engines: {node: '>=12'}
290
+ cpu: [ppc64]
291
+ os: [linux]
292
+
293
+ '@esbuild/linux-riscv64@0.21.5':
294
+ resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
295
+ engines: {node: '>=12'}
296
+ cpu: [riscv64]
297
+ os: [linux]
298
+
299
+ '@esbuild/linux-s390x@0.21.5':
300
+ resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
301
+ engines: {node: '>=12'}
302
+ cpu: [s390x]
303
+ os: [linux]
304
+
305
+ '@esbuild/linux-x64@0.21.5':
306
+ resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
307
+ engines: {node: '>=12'}
308
+ cpu: [x64]
309
+ os: [linux]
310
+
311
+ '@esbuild/netbsd-x64@0.21.5':
312
+ resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
313
+ engines: {node: '>=12'}
314
+ cpu: [x64]
315
+ os: [netbsd]
316
+
317
+ '@esbuild/openbsd-x64@0.21.5':
318
+ resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
319
+ engines: {node: '>=12'}
320
+ cpu: [x64]
321
+ os: [openbsd]
322
+
323
+ '@esbuild/sunos-x64@0.21.5':
324
+ resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
325
+ engines: {node: '>=12'}
326
+ cpu: [x64]
327
+ os: [sunos]
328
+
329
+ '@esbuild/win32-arm64@0.21.5':
330
+ resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
331
+ engines: {node: '>=12'}
332
+ cpu: [arm64]
333
+ os: [win32]
334
+
335
+ '@esbuild/win32-ia32@0.21.5':
336
+ resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
337
+ engines: {node: '>=12'}
338
+ cpu: [ia32]
339
+ os: [win32]
340
+
341
+ '@esbuild/win32-x64@0.21.5':
342
+ resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
343
+ engines: {node: '>=12'}
344
+ cpu: [x64]
345
+ os: [win32]
346
+
347
+ '@eslint-community/eslint-utils@4.7.0':
348
+ resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==}
349
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
350
+ peerDependencies:
351
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
352
+
353
+ '@eslint-community/regexpp@4.12.1':
354
+ resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
355
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
356
+
357
+ '@eslint/eslintrc@2.1.4':
358
+ resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
359
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
360
+
361
+ '@eslint/js@8.57.1':
362
+ resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
363
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
364
+
365
+ '@floating-ui/core@1.7.3':
366
+ resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
367
+
368
+ '@floating-ui/dom@1.7.4':
369
+ resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
370
+
371
+ '@floating-ui/react-dom@2.1.6':
372
+ resolution: {integrity: sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==}
373
+ peerDependencies:
374
+ react: '>=16.8.0'
375
+ react-dom: '>=16.8.0'
376
+
377
+ '@floating-ui/utils@0.2.10':
378
+ resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
379
+
380
+ '@humanwhocodes/config-array@0.13.0':
381
+ resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
382
+ engines: {node: '>=10.10.0'}
383
+ deprecated: Use @eslint/config-array instead
384
+
385
+ '@humanwhocodes/module-importer@1.0.1':
386
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
387
+ engines: {node: '>=12.22'}
388
+
389
+ '@humanwhocodes/object-schema@2.0.3':
390
+ resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
391
+ deprecated: Use @eslint/object-schema instead
392
+
393
+ '@isaacs/cliui@8.0.2':
394
+ resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
395
+ engines: {node: '>=12'}
396
+
397
+ '@jridgewell/gen-mapping@0.3.13':
398
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
399
+
400
+ '@jridgewell/resolve-uri@3.1.2':
401
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
402
+ engines: {node: '>=6.0.0'}
403
+
404
+ '@jridgewell/sourcemap-codec@1.5.5':
405
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
406
+
407
+ '@jridgewell/trace-mapping@0.3.30':
408
+ resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
409
+
410
+ '@nodelib/fs.scandir@2.1.5':
411
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
412
+ engines: {node: '>= 8'}
413
+
414
+ '@nodelib/fs.stat@2.0.5':
415
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
416
+ engines: {node: '>= 8'}
417
+
418
+ '@nodelib/fs.walk@1.2.8':
419
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
420
+ engines: {node: '>= 8'}
421
+
422
+ '@pkgjs/parseargs@0.11.0':
423
+ resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
424
+ engines: {node: '>=14'}
425
+
426
+ '@radix-ui/number@1.1.1':
427
+ resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
428
+
429
+ '@radix-ui/primitive@1.1.3':
430
+ resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==}
431
+
432
+ '@radix-ui/react-arrow@1.1.7':
433
+ resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==}
434
+ peerDependencies:
435
+ '@types/react': '*'
436
+ '@types/react-dom': '*'
437
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
438
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
439
+ peerDependenciesMeta:
440
+ '@types/react':
441
+ optional: true
442
+ '@types/react-dom':
443
+ optional: true
444
+
445
+ '@radix-ui/react-avatar@1.1.10':
446
+ resolution: {integrity: sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==}
447
+ peerDependencies:
448
+ '@types/react': '*'
449
+ '@types/react-dom': '*'
450
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
451
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
452
+ peerDependenciesMeta:
453
+ '@types/react':
454
+ optional: true
455
+ '@types/react-dom':
456
+ optional: true
457
+
458
+ '@radix-ui/react-collection@1.1.7':
459
+ resolution: {integrity: sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==}
460
+ peerDependencies:
461
+ '@types/react': '*'
462
+ '@types/react-dom': '*'
463
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
464
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
465
+ peerDependenciesMeta:
466
+ '@types/react':
467
+ optional: true
468
+ '@types/react-dom':
469
+ optional: true
470
+
471
+ '@radix-ui/react-compose-refs@1.1.2':
472
+ resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
473
+ peerDependencies:
474
+ '@types/react': '*'
475
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
476
+ peerDependenciesMeta:
477
+ '@types/react':
478
+ optional: true
479
+
480
+ '@radix-ui/react-context@1.1.2':
481
+ resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==}
482
+ peerDependencies:
483
+ '@types/react': '*'
484
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
485
+ peerDependenciesMeta:
486
+ '@types/react':
487
+ optional: true
488
+
489
+ '@radix-ui/react-dialog@1.1.15':
490
+ resolution: {integrity: sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==}
491
+ peerDependencies:
492
+ '@types/react': '*'
493
+ '@types/react-dom': '*'
494
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
495
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
496
+ peerDependenciesMeta:
497
+ '@types/react':
498
+ optional: true
499
+ '@types/react-dom':
500
+ optional: true
501
+
502
+ '@radix-ui/react-direction@1.1.1':
503
+ resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==}
504
+ peerDependencies:
505
+ '@types/react': '*'
506
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
507
+ peerDependenciesMeta:
508
+ '@types/react':
509
+ optional: true
510
+
511
+ '@radix-ui/react-dismissable-layer@1.1.11':
512
+ resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==}
513
+ peerDependencies:
514
+ '@types/react': '*'
515
+ '@types/react-dom': '*'
516
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
517
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
518
+ peerDependenciesMeta:
519
+ '@types/react':
520
+ optional: true
521
+ '@types/react-dom':
522
+ optional: true
523
+
524
+ '@radix-ui/react-dropdown-menu@2.1.16':
525
+ resolution: {integrity: sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==}
526
+ peerDependencies:
527
+ '@types/react': '*'
528
+ '@types/react-dom': '*'
529
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
530
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
531
+ peerDependenciesMeta:
532
+ '@types/react':
533
+ optional: true
534
+ '@types/react-dom':
535
+ optional: true
536
+
537
+ '@radix-ui/react-focus-guards@1.1.3':
538
+ resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==}
539
+ peerDependencies:
540
+ '@types/react': '*'
541
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
542
+ peerDependenciesMeta:
543
+ '@types/react':
544
+ optional: true
545
+
546
+ '@radix-ui/react-focus-scope@1.1.7':
547
+ resolution: {integrity: sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==}
548
+ peerDependencies:
549
+ '@types/react': '*'
550
+ '@types/react-dom': '*'
551
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
552
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
553
+ peerDependenciesMeta:
554
+ '@types/react':
555
+ optional: true
556
+ '@types/react-dom':
557
+ optional: true
558
+
559
+ '@radix-ui/react-id@1.1.1':
560
+ resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==}
561
+ peerDependencies:
562
+ '@types/react': '*'
563
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
564
+ peerDependenciesMeta:
565
+ '@types/react':
566
+ optional: true
567
+
568
+ '@radix-ui/react-label@2.1.7':
569
+ resolution: {integrity: sha512-YT1GqPSL8kJn20djelMX7/cTRp/Y9w5IZHvfxQTVHrOqa2yMl7i/UfMqKRU5V7mEyKTrUVgJXhNQPVCG8PBLoQ==}
570
+ peerDependencies:
571
+ '@types/react': '*'
572
+ '@types/react-dom': '*'
573
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
574
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
575
+ peerDependenciesMeta:
576
+ '@types/react':
577
+ optional: true
578
+ '@types/react-dom':
579
+ optional: true
580
+
581
+ '@radix-ui/react-menu@2.1.16':
582
+ resolution: {integrity: sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==}
583
+ peerDependencies:
584
+ '@types/react': '*'
585
+ '@types/react-dom': '*'
586
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
587
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
588
+ peerDependenciesMeta:
589
+ '@types/react':
590
+ optional: true
591
+ '@types/react-dom':
592
+ optional: true
593
+
594
+ '@radix-ui/react-popper@1.2.8':
595
+ resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==}
596
+ peerDependencies:
597
+ '@types/react': '*'
598
+ '@types/react-dom': '*'
599
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
600
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
601
+ peerDependenciesMeta:
602
+ '@types/react':
603
+ optional: true
604
+ '@types/react-dom':
605
+ optional: true
606
+
607
+ '@radix-ui/react-portal@1.1.9':
608
+ resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==}
609
+ peerDependencies:
610
+ '@types/react': '*'
611
+ '@types/react-dom': '*'
612
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
613
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
614
+ peerDependenciesMeta:
615
+ '@types/react':
616
+ optional: true
617
+ '@types/react-dom':
618
+ optional: true
619
+
620
+ '@radix-ui/react-presence@1.1.5':
621
+ resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==}
622
+ peerDependencies:
623
+ '@types/react': '*'
624
+ '@types/react-dom': '*'
625
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
626
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
627
+ peerDependenciesMeta:
628
+ '@types/react':
629
+ optional: true
630
+ '@types/react-dom':
631
+ optional: true
632
+
633
+ '@radix-ui/react-primitive@2.1.3':
634
+ resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==}
635
+ peerDependencies:
636
+ '@types/react': '*'
637
+ '@types/react-dom': '*'
638
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
639
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
640
+ peerDependenciesMeta:
641
+ '@types/react':
642
+ optional: true
643
+ '@types/react-dom':
644
+ optional: true
645
+
646
+ '@radix-ui/react-roving-focus@1.1.11':
647
+ resolution: {integrity: sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==}
648
+ peerDependencies:
649
+ '@types/react': '*'
650
+ '@types/react-dom': '*'
651
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
652
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
653
+ peerDependenciesMeta:
654
+ '@types/react':
655
+ optional: true
656
+ '@types/react-dom':
657
+ optional: true
658
+
659
+ '@radix-ui/react-select@2.2.6':
660
+ resolution: {integrity: sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==}
661
+ peerDependencies:
662
+ '@types/react': '*'
663
+ '@types/react-dom': '*'
664
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
665
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
666
+ peerDependenciesMeta:
667
+ '@types/react':
668
+ optional: true
669
+ '@types/react-dom':
670
+ optional: true
671
+
672
+ '@radix-ui/react-separator@1.1.7':
673
+ resolution: {integrity: sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==}
674
+ peerDependencies:
675
+ '@types/react': '*'
676
+ '@types/react-dom': '*'
677
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
678
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
679
+ peerDependenciesMeta:
680
+ '@types/react':
681
+ optional: true
682
+ '@types/react-dom':
683
+ optional: true
684
+
685
+ '@radix-ui/react-slot@1.2.3':
686
+ resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==}
687
+ peerDependencies:
688
+ '@types/react': '*'
689
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
690
+ peerDependenciesMeta:
691
+ '@types/react':
692
+ optional: true
693
+
694
+ '@radix-ui/react-switch@1.2.6':
695
+ resolution: {integrity: sha512-bByzr1+ep1zk4VubeEVViV592vu2lHE2BZY5OnzehZqOOgogN80+mNtCqPkhn2gklJqOpxWgPoYTSnhBCqpOXQ==}
696
+ peerDependencies:
697
+ '@types/react': '*'
698
+ '@types/react-dom': '*'
699
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
700
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
701
+ peerDependenciesMeta:
702
+ '@types/react':
703
+ optional: true
704
+ '@types/react-dom':
705
+ optional: true
706
+
707
+ '@radix-ui/react-tabs@1.1.13':
708
+ resolution: {integrity: sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==}
709
+ peerDependencies:
710
+ '@types/react': '*'
711
+ '@types/react-dom': '*'
712
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
713
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
714
+ peerDependenciesMeta:
715
+ '@types/react':
716
+ optional: true
717
+ '@types/react-dom':
718
+ optional: true
719
+
720
+ '@radix-ui/react-toast@1.2.15':
721
+ resolution: {integrity: sha512-3OSz3TacUWy4WtOXV38DggwxoqJK4+eDkNMl5Z/MJZaoUPaP4/9lf81xXMe1I2ReTAptverZUpbPY4wWwWyL5g==}
722
+ peerDependencies:
723
+ '@types/react': '*'
724
+ '@types/react-dom': '*'
725
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
726
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
727
+ peerDependenciesMeta:
728
+ '@types/react':
729
+ optional: true
730
+ '@types/react-dom':
731
+ optional: true
732
+
733
+ '@radix-ui/react-tooltip@1.2.8':
734
+ resolution: {integrity: sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==}
735
+ peerDependencies:
736
+ '@types/react': '*'
737
+ '@types/react-dom': '*'
738
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
739
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
740
+ peerDependenciesMeta:
741
+ '@types/react':
742
+ optional: true
743
+ '@types/react-dom':
744
+ optional: true
745
+
746
+ '@radix-ui/react-use-callback-ref@1.1.1':
747
+ resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
748
+ peerDependencies:
749
+ '@types/react': '*'
750
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
751
+ peerDependenciesMeta:
752
+ '@types/react':
753
+ optional: true
754
+
755
+ '@radix-ui/react-use-controllable-state@1.2.2':
756
+ resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==}
757
+ peerDependencies:
758
+ '@types/react': '*'
759
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
760
+ peerDependenciesMeta:
761
+ '@types/react':
762
+ optional: true
763
+
764
+ '@radix-ui/react-use-effect-event@0.0.2':
765
+ resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==}
766
+ peerDependencies:
767
+ '@types/react': '*'
768
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
769
+ peerDependenciesMeta:
770
+ '@types/react':
771
+ optional: true
772
+
773
+ '@radix-ui/react-use-escape-keydown@1.1.1':
774
+ resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==}
775
+ peerDependencies:
776
+ '@types/react': '*'
777
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
778
+ peerDependenciesMeta:
779
+ '@types/react':
780
+ optional: true
781
+
782
+ '@radix-ui/react-use-is-hydrated@0.1.0':
783
+ resolution: {integrity: sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==}
784
+ peerDependencies:
785
+ '@types/react': '*'
786
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
787
+ peerDependenciesMeta:
788
+ '@types/react':
789
+ optional: true
790
+
791
+ '@radix-ui/react-use-layout-effect@1.1.1':
792
+ resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==}
793
+ peerDependencies:
794
+ '@types/react': '*'
795
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
796
+ peerDependenciesMeta:
797
+ '@types/react':
798
+ optional: true
799
+
800
+ '@radix-ui/react-use-previous@1.1.1':
801
+ resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==}
802
+ peerDependencies:
803
+ '@types/react': '*'
804
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
805
+ peerDependenciesMeta:
806
+ '@types/react':
807
+ optional: true
808
+
809
+ '@radix-ui/react-use-rect@1.1.1':
810
+ resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==}
811
+ peerDependencies:
812
+ '@types/react': '*'
813
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
814
+ peerDependenciesMeta:
815
+ '@types/react':
816
+ optional: true
817
+
818
+ '@radix-ui/react-use-size@1.1.1':
819
+ resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==}
820
+ peerDependencies:
821
+ '@types/react': '*'
822
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
823
+ peerDependenciesMeta:
824
+ '@types/react':
825
+ optional: true
826
+
827
+ '@radix-ui/react-visually-hidden@1.2.3':
828
+ resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==}
829
+ peerDependencies:
830
+ '@types/react': '*'
831
+ '@types/react-dom': '*'
832
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
833
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
834
+ peerDependenciesMeta:
835
+ '@types/react':
836
+ optional: true
837
+ '@types/react-dom':
838
+ optional: true
839
+
840
+ '@radix-ui/rect@1.1.1':
841
+ resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
842
+
843
+ '@remix-run/router@1.23.0':
844
+ resolution: {integrity: sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==}
845
+ engines: {node: '>=14.0.0'}
846
+
847
+ '@rolldown/pluginutils@1.0.0-beta.27':
848
+ resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
849
+
850
+ '@rollup/rollup-android-arm-eabi@4.46.3':
851
+ resolution: {integrity: sha512-UmTdvXnLlqQNOCJnyksjPs1G4GqXNGW1LrzCe8+8QoaLhhDeTXYBgJ3k6x61WIhlHX2U+VzEJ55TtIjR/HTySA==}
852
+ cpu: [arm]
853
+ os: [android]
854
+
855
+ '@rollup/rollup-android-arm64@4.46.3':
856
+ resolution: {integrity: sha512-8NoxqLpXm7VyeI0ocidh335D6OKT0UJ6fHdnIxf3+6oOerZZc+O7r+UhvROji6OspyPm+rrIdb1gTXtVIqn+Sg==}
857
+ cpu: [arm64]
858
+ os: [android]
859
+
860
+ '@rollup/rollup-darwin-arm64@4.46.3':
861
+ resolution: {integrity: sha512-csnNavqZVs1+7/hUKtgjMECsNG2cdB8F7XBHP6FfQjqhjF8rzMzb3SLyy/1BG7YSfQ+bG75Ph7DyedbUqwq1rA==}
862
+ cpu: [arm64]
863
+ os: [darwin]
864
+
865
+ '@rollup/rollup-darwin-x64@4.46.3':
866
+ resolution: {integrity: sha512-r2MXNjbuYabSIX5yQqnT8SGSQ26XQc8fmp6UhlYJd95PZJkQD1u82fWP7HqvGUf33IsOC6qsiV+vcuD4SDP6iw==}
867
+ cpu: [x64]
868
+ os: [darwin]
869
+
870
+ '@rollup/rollup-freebsd-arm64@4.46.3':
871
+ resolution: {integrity: sha512-uluObTmgPJDuJh9xqxyr7MV61Imq+0IvVsAlWyvxAaBSNzCcmZlhfYcRhCdMaCsy46ccZa7vtDDripgs9Jkqsw==}
872
+ cpu: [arm64]
873
+ os: [freebsd]
874
+
875
+ '@rollup/rollup-freebsd-x64@4.46.3':
876
+ resolution: {integrity: sha512-AVJXEq9RVHQnejdbFvh1eWEoobohUYN3nqJIPI4mNTMpsyYN01VvcAClxflyk2HIxvLpRcRggpX1m9hkXkpC/A==}
877
+ cpu: [x64]
878
+ os: [freebsd]
879
+
880
+ '@rollup/rollup-linux-arm-gnueabihf@4.46.3':
881
+ resolution: {integrity: sha512-byyflM+huiwHlKi7VHLAYTKr67X199+V+mt1iRgJenAI594vcmGGddWlu6eHujmcdl6TqSNnvqaXJqZdnEWRGA==}
882
+ cpu: [arm]
883
+ os: [linux]
884
+
885
+ '@rollup/rollup-linux-arm-musleabihf@4.46.3':
886
+ resolution: {integrity: sha512-aLm3NMIjr4Y9LklrH5cu7yybBqoVCdr4Nvnm8WB7PKCn34fMCGypVNpGK0JQWdPAzR/FnoEoFtlRqZbBBLhVoQ==}
887
+ cpu: [arm]
888
+ os: [linux]
889
+
890
+ '@rollup/rollup-linux-arm64-gnu@4.46.3':
891
+ resolution: {integrity: sha512-VtilE6eznJRDIoFOzaagQodUksTEfLIsvXymS+UdJiSXrPW7Ai+WG4uapAc3F7Hgs791TwdGh4xyOzbuzIZrnw==}
892
+ cpu: [arm64]
893
+ os: [linux]
894
+
895
+ '@rollup/rollup-linux-arm64-musl@4.46.3':
896
+ resolution: {integrity: sha512-dG3JuS6+cRAL0GQ925Vppafi0qwZnkHdPeuZIxIPXqkCLP02l7ka+OCyBoDEv8S+nKHxfjvjW4OZ7hTdHkx8/w==}
897
+ cpu: [arm64]
898
+ os: [linux]
899
+
900
+ '@rollup/rollup-linux-loongarch64-gnu@4.46.3':
901
+ resolution: {integrity: sha512-iU8DxnxEKJptf8Vcx4XvAUdpkZfaz0KWfRrnIRrOndL0SvzEte+MTM7nDH4A2Now4FvTZ01yFAgj6TX/mZl8hQ==}
902
+ cpu: [loong64]
903
+ os: [linux]
904
+
905
+ '@rollup/rollup-linux-ppc64-gnu@4.46.3':
906
+ resolution: {integrity: sha512-VrQZp9tkk0yozJoQvQcqlWiqaPnLM6uY1qPYXvukKePb0fqaiQtOdMJSxNFUZFsGw5oA5vvVokjHrx8a9Qsz2A==}
907
+ cpu: [ppc64]
908
+ os: [linux]
909
+
910
+ '@rollup/rollup-linux-riscv64-gnu@4.46.3':
911
+ resolution: {integrity: sha512-uf2eucWSUb+M7b0poZ/08LsbcRgaDYL8NCGjUeFMwCWFwOuFcZ8D9ayPl25P3pl+D2FH45EbHdfyUesQ2Lt9wA==}
912
+ cpu: [riscv64]
913
+ os: [linux]
914
+
915
+ '@rollup/rollup-linux-riscv64-musl@4.46.3':
916
+ resolution: {integrity: sha512-7tnUcDvN8DHm/9ra+/nF7lLzYHDeODKKKrh6JmZejbh1FnCNZS8zMkZY5J4sEipy2OW1d1Ncc4gNHUd0DLqkSg==}
917
+ cpu: [riscv64]
918
+ os: [linux]
919
+
920
+ '@rollup/rollup-linux-s390x-gnu@4.46.3':
921
+ resolution: {integrity: sha512-MUpAOallJim8CsJK+4Lc9tQzlfPbHxWDrGXZm2z6biaadNpvh3a5ewcdat478W+tXDoUiHwErX/dOql7ETcLqg==}
922
+ cpu: [s390x]
923
+ os: [linux]
924
+
925
+ '@rollup/rollup-linux-x64-gnu@4.46.3':
926
+ resolution: {integrity: sha512-F42IgZI4JicE2vM2PWCe0N5mR5vR0gIdORPqhGQ32/u1S1v3kLtbZ0C/mi9FFk7C5T0PgdeyWEPajPjaUpyoKg==}
927
+ cpu: [x64]
928
+ os: [linux]
929
+
930
+ '@rollup/rollup-linux-x64-musl@4.46.3':
931
+ resolution: {integrity: sha512-oLc+JrwwvbimJUInzx56Q3ujL3Kkhxehg7O1gWAYzm8hImCd5ld1F2Gry5YDjR21MNb5WCKhC9hXgU7rRlyegQ==}
932
+ cpu: [x64]
933
+ os: [linux]
934
+
935
+ '@rollup/rollup-win32-arm64-msvc@4.46.3':
936
+ resolution: {integrity: sha512-lOrQ+BVRstruD1fkWg9yjmumhowR0oLAAzavB7yFSaGltY8klttmZtCLvOXCmGE9mLIn8IBV/IFrQOWz5xbFPg==}
937
+ cpu: [arm64]
938
+ os: [win32]
939
+
940
+ '@rollup/rollup-win32-ia32-msvc@4.46.3':
941
+ resolution: {integrity: sha512-vvrVKPRS4GduGR7VMH8EylCBqsDcw6U+/0nPDuIjXQRbHJc6xOBj+frx8ksfZAh6+Fptw5wHrN7etlMmQnPQVg==}
942
+ cpu: [ia32]
943
+ os: [win32]
944
+
945
+ '@rollup/rollup-win32-x64-msvc@4.46.3':
946
+ resolution: {integrity: sha512-fi3cPxCnu3ZeM3EwKZPgXbWoGzm2XHgB/WShKI81uj8wG0+laobmqy5wbgEwzstlbLu4MyO8C19FyhhWseYKNQ==}
947
+ cpu: [x64]
948
+ os: [win32]
949
+
950
+ '@types/babel__core@7.20.5':
951
+ resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
952
+
953
+ '@types/babel__generator@7.27.0':
954
+ resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
955
+
956
+ '@types/babel__template@7.4.4':
957
+ resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
958
+
959
+ '@types/babel__traverse@7.28.0':
960
+ resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
961
+
962
+ '@types/d3-array@3.2.1':
963
+ resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==}
964
+
965
+ '@types/d3-color@3.1.3':
966
+ resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
967
+
968
+ '@types/d3-ease@3.0.2':
969
+ resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==}
970
+
971
+ '@types/d3-interpolate@3.0.4':
972
+ resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
973
+
974
+ '@types/d3-path@3.1.1':
975
+ resolution: {integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==}
976
+
977
+ '@types/d3-scale@4.0.9':
978
+ resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==}
979
+
980
+ '@types/d3-shape@3.1.7':
981
+ resolution: {integrity: sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==}
982
+
983
+ '@types/d3-time@3.0.4':
984
+ resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==}
985
+
986
+ '@types/d3-timer@3.0.2':
987
+ resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
988
+
989
+ '@types/estree@1.0.8':
990
+ resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
991
+
992
+ '@types/json-schema@7.0.15':
993
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
994
+
995
+ '@types/prop-types@15.7.15':
996
+ resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
997
+
998
+ '@types/react-dom@18.3.7':
999
+ resolution: {integrity: sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==}
1000
+ peerDependencies:
1001
+ '@types/react': ^18.0.0
1002
+
1003
+ '@types/react@18.3.23':
1004
+ resolution: {integrity: sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==}
1005
+
1006
+ '@types/semver@7.7.0':
1007
+ resolution: {integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==}
1008
+
1009
+ '@typescript-eslint/eslint-plugin@6.21.0':
1010
+ resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==}
1011
+ engines: {node: ^16.0.0 || >=18.0.0}
1012
+ peerDependencies:
1013
+ '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
1014
+ eslint: ^7.0.0 || ^8.0.0
1015
+ typescript: '*'
1016
+ peerDependenciesMeta:
1017
+ typescript:
1018
+ optional: true
1019
+
1020
+ '@typescript-eslint/parser@6.21.0':
1021
+ resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==}
1022
+ engines: {node: ^16.0.0 || >=18.0.0}
1023
+ peerDependencies:
1024
+ eslint: ^7.0.0 || ^8.0.0
1025
+ typescript: '*'
1026
+ peerDependenciesMeta:
1027
+ typescript:
1028
+ optional: true
1029
+
1030
+ '@typescript-eslint/scope-manager@6.21.0':
1031
+ resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==}
1032
+ engines: {node: ^16.0.0 || >=18.0.0}
1033
+
1034
+ '@typescript-eslint/type-utils@6.21.0':
1035
+ resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==}
1036
+ engines: {node: ^16.0.0 || >=18.0.0}
1037
+ peerDependencies:
1038
+ eslint: ^7.0.0 || ^8.0.0
1039
+ typescript: '*'
1040
+ peerDependenciesMeta:
1041
+ typescript:
1042
+ optional: true
1043
+
1044
+ '@typescript-eslint/types@6.21.0':
1045
+ resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==}
1046
+ engines: {node: ^16.0.0 || >=18.0.0}
1047
+
1048
+ '@typescript-eslint/typescript-estree@6.21.0':
1049
+ resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==}
1050
+ engines: {node: ^16.0.0 || >=18.0.0}
1051
+ peerDependencies:
1052
+ typescript: '*'
1053
+ peerDependenciesMeta:
1054
+ typescript:
1055
+ optional: true
1056
+
1057
+ '@typescript-eslint/utils@6.21.0':
1058
+ resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==}
1059
+ engines: {node: ^16.0.0 || >=18.0.0}
1060
+ peerDependencies:
1061
+ eslint: ^7.0.0 || ^8.0.0
1062
+
1063
+ '@typescript-eslint/visitor-keys@6.21.0':
1064
+ resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
1065
+ engines: {node: ^16.0.0 || >=18.0.0}
1066
+
1067
+ '@ungap/structured-clone@1.3.0':
1068
+ resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
1069
+
1070
+ '@vitejs/plugin-react@4.7.0':
1071
+ resolution: {integrity: sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==}
1072
+ engines: {node: ^14.18.0 || >=16.0.0}
1073
+ peerDependencies:
1074
+ vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
1075
+
1076
+ acorn-jsx@5.3.2:
1077
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1078
+ peerDependencies:
1079
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1080
+
1081
+ acorn@8.15.0:
1082
+ resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
1083
+ engines: {node: '>=0.4.0'}
1084
+ hasBin: true
1085
+
1086
+ ajv@6.12.6:
1087
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
1088
+
1089
+ ansi-regex@5.0.1:
1090
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
1091
+ engines: {node: '>=8'}
1092
+
1093
+ ansi-regex@6.2.0:
1094
+ resolution: {integrity: sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==}
1095
+ engines: {node: '>=12'}
1096
+
1097
+ ansi-styles@4.3.0:
1098
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
1099
+ engines: {node: '>=8'}
1100
+
1101
+ ansi-styles@6.2.1:
1102
+ resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
1103
+ engines: {node: '>=12'}
1104
+
1105
+ any-promise@1.3.0:
1106
+ resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
1107
+
1108
+ anymatch@3.1.3:
1109
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
1110
+ engines: {node: '>= 8'}
1111
+
1112
+ arg@5.0.2:
1113
+ resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
1114
+
1115
+ argparse@2.0.1:
1116
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1117
+
1118
+ aria-hidden@1.2.6:
1119
+ resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
1120
+ engines: {node: '>=10'}
1121
+
1122
+ array-union@2.1.0:
1123
+ resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
1124
+ engines: {node: '>=8'}
1125
+
1126
+ autoprefixer@10.4.21:
1127
+ resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==}
1128
+ engines: {node: ^10 || ^12 || >=14}
1129
+ hasBin: true
1130
+ peerDependencies:
1131
+ postcss: ^8.1.0
1132
+
1133
+ balanced-match@1.0.2:
1134
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1135
+
1136
+ binary-extensions@2.3.0:
1137
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
1138
+ engines: {node: '>=8'}
1139
+
1140
+ brace-expansion@1.1.12:
1141
+ resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
1142
+
1143
+ brace-expansion@2.0.2:
1144
+ resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
1145
+
1146
+ braces@3.0.3:
1147
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1148
+ engines: {node: '>=8'}
1149
+
1150
+ browserslist@4.25.3:
1151
+ resolution: {integrity: sha512-cDGv1kkDI4/0e5yON9yM5G/0A5u8sf5TnmdX5C9qHzI9PPu++sQ9zjm1k9NiOrf3riY4OkK0zSGqfvJyJsgCBQ==}
1152
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
1153
+ hasBin: true
1154
+
1155
+ callsites@3.1.0:
1156
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
1157
+ engines: {node: '>=6'}
1158
+
1159
+ camelcase-css@2.0.1:
1160
+ resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
1161
+ engines: {node: '>= 6'}
1162
+
1163
+ caniuse-lite@1.0.30001735:
1164
+ resolution: {integrity: sha512-EV/laoX7Wq2J9TQlyIXRxTJqIw4sxfXS4OYgudGxBYRuTv0q7AM6yMEpU/Vo1I94thg9U6EZ2NfZx9GJq83u7w==}
1165
+
1166
+ chalk@4.1.2:
1167
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
1168
+ engines: {node: '>=10'}
1169
+
1170
+ chokidar@3.6.0:
1171
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
1172
+ engines: {node: '>= 8.10.0'}
1173
+
1174
+ class-variance-authority@0.7.1:
1175
+ resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
1176
+
1177
+ clsx@2.1.1:
1178
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
1179
+ engines: {node: '>=6'}
1180
+
1181
+ color-convert@2.0.1:
1182
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
1183
+ engines: {node: '>=7.0.0'}
1184
+
1185
+ color-name@1.1.4:
1186
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
1187
+
1188
+ commander@4.1.1:
1189
+ resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
1190
+ engines: {node: '>= 6'}
1191
+
1192
+ concat-map@0.0.1:
1193
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
1194
+
1195
+ convert-source-map@2.0.0:
1196
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
1197
+
1198
+ cross-spawn@7.0.6:
1199
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
1200
+ engines: {node: '>= 8'}
1201
+
1202
+ cssesc@3.0.0:
1203
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
1204
+ engines: {node: '>=4'}
1205
+ hasBin: true
1206
+
1207
+ csstype@3.1.3:
1208
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
1209
+
1210
+ d3-array@3.2.4:
1211
+ resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
1212
+ engines: {node: '>=12'}
1213
+
1214
+ d3-color@3.1.0:
1215
+ resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
1216
+ engines: {node: '>=12'}
1217
+
1218
+ d3-ease@3.0.1:
1219
+ resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
1220
+ engines: {node: '>=12'}
1221
+
1222
+ d3-format@3.1.0:
1223
+ resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==}
1224
+ engines: {node: '>=12'}
1225
+
1226
+ d3-interpolate@3.0.1:
1227
+ resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
1228
+ engines: {node: '>=12'}
1229
+
1230
+ d3-path@3.1.0:
1231
+ resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==}
1232
+ engines: {node: '>=12'}
1233
+
1234
+ d3-scale@4.0.2:
1235
+ resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==}
1236
+ engines: {node: '>=12'}
1237
+
1238
+ d3-shape@3.2.0:
1239
+ resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==}
1240
+ engines: {node: '>=12'}
1241
+
1242
+ d3-time-format@4.1.0:
1243
+ resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==}
1244
+ engines: {node: '>=12'}
1245
+
1246
+ d3-time@3.1.0:
1247
+ resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==}
1248
+ engines: {node: '>=12'}
1249
+
1250
+ d3-timer@3.0.1:
1251
+ resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
1252
+ engines: {node: '>=12'}
1253
+
1254
+ date-fns@2.30.0:
1255
+ resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==}
1256
+ engines: {node: '>=0.11'}
1257
+
1258
+ debug@4.4.1:
1259
+ resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
1260
+ engines: {node: '>=6.0'}
1261
+ peerDependencies:
1262
+ supports-color: '*'
1263
+ peerDependenciesMeta:
1264
+ supports-color:
1265
+ optional: true
1266
+
1267
+ decimal.js-light@2.5.1:
1268
+ resolution: {integrity: sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==}
1269
+
1270
+ deep-is@0.1.4:
1271
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
1272
+
1273
+ detect-node-es@1.1.0:
1274
+ resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
1275
+
1276
+ didyoumean@1.2.2:
1277
+ resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
1278
+
1279
+ dir-glob@3.0.1:
1280
+ resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
1281
+ engines: {node: '>=8'}
1282
+
1283
+ dlv@1.1.3:
1284
+ resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
1285
+
1286
+ doctrine@3.0.0:
1287
+ resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
1288
+ engines: {node: '>=6.0.0'}
1289
+
1290
+ dom-helpers@5.2.1:
1291
+ resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
1292
+
1293
+ eastasianwidth@0.2.0:
1294
+ resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
1295
+
1296
+ electron-to-chromium@1.5.207:
1297
+ resolution: {integrity: sha512-mryFrrL/GXDTmAtIVMVf+eIXM09BBPlO5IQ7lUyKmK8d+A4VpRGG+M3ofoVef6qyF8s60rJei8ymlJxjUA8Faw==}
1298
+
1299
+ emoji-regex@8.0.0:
1300
+ resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
1301
+
1302
+ emoji-regex@9.2.2:
1303
+ resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
1304
+
1305
+ esbuild@0.21.5:
1306
+ resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
1307
+ engines: {node: '>=12'}
1308
+ hasBin: true
1309
+
1310
+ escalade@3.2.0:
1311
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
1312
+ engines: {node: '>=6'}
1313
+
1314
+ escape-string-regexp@4.0.0:
1315
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
1316
+ engines: {node: '>=10'}
1317
+
1318
+ eslint-plugin-react-hooks@4.6.2:
1319
+ resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
1320
+ engines: {node: '>=10'}
1321
+ peerDependencies:
1322
+ eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
1323
+
1324
+ eslint-plugin-react-refresh@0.4.20:
1325
+ resolution: {integrity: sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA==}
1326
+ peerDependencies:
1327
+ eslint: '>=8.40'
1328
+
1329
+ eslint-scope@7.2.2:
1330
+ resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
1331
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1332
+
1333
+ eslint-visitor-keys@3.4.3:
1334
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
1335
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1336
+
1337
+ eslint@8.57.1:
1338
+ resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
1339
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1340
+ deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
1341
+ hasBin: true
1342
+
1343
+ espree@9.6.1:
1344
+ resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
1345
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1346
+
1347
+ esquery@1.6.0:
1348
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
1349
+ engines: {node: '>=0.10'}
1350
+
1351
+ esrecurse@4.3.0:
1352
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
1353
+ engines: {node: '>=4.0'}
1354
+
1355
+ estraverse@5.3.0:
1356
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
1357
+ engines: {node: '>=4.0'}
1358
+
1359
+ esutils@2.0.3:
1360
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
1361
+ engines: {node: '>=0.10.0'}
1362
+
1363
+ eventemitter3@4.0.7:
1364
+ resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
1365
+
1366
+ fast-deep-equal@3.1.3:
1367
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
1368
+
1369
+ fast-equals@5.2.2:
1370
+ resolution: {integrity: sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==}
1371
+ engines: {node: '>=6.0.0'}
1372
+
1373
+ fast-glob@3.3.3:
1374
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
1375
+ engines: {node: '>=8.6.0'}
1376
+
1377
+ fast-json-stable-stringify@2.1.0:
1378
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
1379
+
1380
+ fast-levenshtein@2.0.6:
1381
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
1382
+
1383
+ fastq@1.19.1:
1384
+ resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
1385
+
1386
+ file-entry-cache@6.0.1:
1387
+ resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
1388
+ engines: {node: ^10.12.0 || >=12.0.0}
1389
+
1390
+ fill-range@7.1.1:
1391
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1392
+ engines: {node: '>=8'}
1393
+
1394
+ find-up@5.0.0:
1395
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1396
+ engines: {node: '>=10'}
1397
+
1398
+ flat-cache@3.2.0:
1399
+ resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
1400
+ engines: {node: ^10.12.0 || >=12.0.0}
1401
+
1402
+ flatted@3.3.3:
1403
+ resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
1404
+
1405
+ foreground-child@3.3.1:
1406
+ resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
1407
+ engines: {node: '>=14'}
1408
+
1409
+ fraction.js@4.3.7:
1410
+ resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
1411
+
1412
+ fs.realpath@1.0.0:
1413
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
1414
+
1415
+ fsevents@2.3.3:
1416
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1417
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1418
+ os: [darwin]
1419
+
1420
+ function-bind@1.1.2:
1421
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1422
+
1423
+ gensync@1.0.0-beta.2:
1424
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1425
+ engines: {node: '>=6.9.0'}
1426
+
1427
+ get-nonce@1.0.1:
1428
+ resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
1429
+ engines: {node: '>=6'}
1430
+
1431
+ glob-parent@5.1.2:
1432
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1433
+ engines: {node: '>= 6'}
1434
+
1435
+ glob-parent@6.0.2:
1436
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1437
+ engines: {node: '>=10.13.0'}
1438
+
1439
+ glob@10.4.5:
1440
+ resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
1441
+ hasBin: true
1442
+
1443
+ glob@7.2.3:
1444
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
1445
+ deprecated: Glob versions prior to v9 are no longer supported
1446
+
1447
+ globals@13.24.0:
1448
+ resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
1449
+ engines: {node: '>=8'}
1450
+
1451
+ globby@11.1.0:
1452
+ resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
1453
+ engines: {node: '>=10'}
1454
+
1455
+ graphemer@1.4.0:
1456
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
1457
+
1458
+ has-flag@4.0.0:
1459
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1460
+ engines: {node: '>=8'}
1461
+
1462
+ hasown@2.0.2:
1463
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
1464
+ engines: {node: '>= 0.4'}
1465
+
1466
+ ignore@5.3.2:
1467
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
1468
+ engines: {node: '>= 4'}
1469
+
1470
+ import-fresh@3.3.1:
1471
+ resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1472
+ engines: {node: '>=6'}
1473
+
1474
+ imurmurhash@0.1.4:
1475
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
1476
+ engines: {node: '>=0.8.19'}
1477
+
1478
+ inflight@1.0.6:
1479
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
1480
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
1481
+
1482
+ inherits@2.0.4:
1483
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
1484
+
1485
+ internmap@2.0.3:
1486
+ resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
1487
+ engines: {node: '>=12'}
1488
+
1489
+ is-binary-path@2.1.0:
1490
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
1491
+ engines: {node: '>=8'}
1492
+
1493
+ is-core-module@2.16.1:
1494
+ resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
1495
+ engines: {node: '>= 0.4'}
1496
+
1497
+ is-extglob@2.1.1:
1498
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1499
+ engines: {node: '>=0.10.0'}
1500
+
1501
+ is-fullwidth-code-point@3.0.0:
1502
+ resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
1503
+ engines: {node: '>=8'}
1504
+
1505
+ is-glob@4.0.3:
1506
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1507
+ engines: {node: '>=0.10.0'}
1508
+
1509
+ is-number@7.0.0:
1510
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1511
+ engines: {node: '>=0.12.0'}
1512
+
1513
+ is-path-inside@3.0.3:
1514
+ resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
1515
+ engines: {node: '>=8'}
1516
+
1517
+ isexe@2.0.0:
1518
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1519
+
1520
+ jackspeak@3.4.3:
1521
+ resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
1522
+
1523
+ jiti@1.21.7:
1524
+ resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
1525
+ hasBin: true
1526
+
1527
+ js-tokens@4.0.0:
1528
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1529
+
1530
+ js-yaml@4.1.0:
1531
+ resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1532
+ hasBin: true
1533
+
1534
+ jsesc@3.1.0:
1535
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
1536
+ engines: {node: '>=6'}
1537
+ hasBin: true
1538
+
1539
+ json-buffer@3.0.1:
1540
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
1541
+
1542
+ json-schema-traverse@0.4.1:
1543
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1544
+
1545
+ json-stable-stringify-without-jsonify@1.0.1:
1546
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1547
+
1548
+ json5@2.2.3:
1549
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1550
+ engines: {node: '>=6'}
1551
+ hasBin: true
1552
+
1553
+ keyv@4.5.4:
1554
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1555
+
1556
+ levn@0.4.1:
1557
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1558
+ engines: {node: '>= 0.8.0'}
1559
+
1560
+ lilconfig@3.1.3:
1561
+ resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
1562
+ engines: {node: '>=14'}
1563
+
1564
+ lines-and-columns@1.2.4:
1565
+ resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
1566
+
1567
+ locate-path@6.0.0:
1568
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1569
+ engines: {node: '>=10'}
1570
+
1571
+ lodash.merge@4.6.2:
1572
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1573
+
1574
+ lodash@4.17.21:
1575
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1576
+
1577
+ loose-envify@1.4.0:
1578
+ resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
1579
+ hasBin: true
1580
+
1581
+ lru-cache@10.4.3:
1582
+ resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
1583
+
1584
+ lru-cache@5.1.1:
1585
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1586
+
1587
+ lucide-react@0.294.0:
1588
+ resolution: {integrity: sha512-V7o0/VECSGbLHn3/1O67FUgBwWB+hmzshrgDVRJQhMh8uj5D3HBuIvhuAmQTtlupILSplwIZg5FTc4tTKMA2SA==}
1589
+ peerDependencies:
1590
+ react: ^16.5.1 || ^17.0.0 || ^18.0.0
1591
+
1592
+ merge2@1.4.1:
1593
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1594
+ engines: {node: '>= 8'}
1595
+
1596
+ micromatch@4.0.8:
1597
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1598
+ engines: {node: '>=8.6'}
1599
+
1600
+ minimatch@3.1.2:
1601
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1602
+
1603
+ minimatch@9.0.3:
1604
+ resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
1605
+ engines: {node: '>=16 || 14 >=14.17'}
1606
+
1607
+ minimatch@9.0.5:
1608
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
1609
+ engines: {node: '>=16 || 14 >=14.17'}
1610
+
1611
+ minipass@7.1.2:
1612
+ resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
1613
+ engines: {node: '>=16 || 14 >=14.17'}
1614
+
1615
+ ms@2.1.3:
1616
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1617
+
1618
+ mz@2.7.0:
1619
+ resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
1620
+
1621
+ nanoid@3.3.11:
1622
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
1623
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1624
+ hasBin: true
1625
+
1626
+ natural-compare@1.4.0:
1627
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
1628
+
1629
+ node-releases@2.0.19:
1630
+ resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
1631
+
1632
+ normalize-path@3.0.0:
1633
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
1634
+ engines: {node: '>=0.10.0'}
1635
+
1636
+ normalize-range@0.1.2:
1637
+ resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
1638
+ engines: {node: '>=0.10.0'}
1639
+
1640
+ object-assign@4.1.1:
1641
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
1642
+ engines: {node: '>=0.10.0'}
1643
+
1644
+ object-hash@3.0.0:
1645
+ resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
1646
+ engines: {node: '>= 6'}
1647
+
1648
+ once@1.4.0:
1649
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
1650
+
1651
+ optionator@0.9.4:
1652
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
1653
+ engines: {node: '>= 0.8.0'}
1654
+
1655
+ p-limit@3.1.0:
1656
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1657
+ engines: {node: '>=10'}
1658
+
1659
+ p-locate@5.0.0:
1660
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1661
+ engines: {node: '>=10'}
1662
+
1663
+ package-json-from-dist@1.0.1:
1664
+ resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
1665
+
1666
+ parent-module@1.0.1:
1667
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1668
+ engines: {node: '>=6'}
1669
+
1670
+ path-exists@4.0.0:
1671
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1672
+ engines: {node: '>=8'}
1673
+
1674
+ path-is-absolute@1.0.1:
1675
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
1676
+ engines: {node: '>=0.10.0'}
1677
+
1678
+ path-key@3.1.1:
1679
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1680
+ engines: {node: '>=8'}
1681
+
1682
+ path-parse@1.0.7:
1683
+ resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
1684
+
1685
+ path-scurry@1.11.1:
1686
+ resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
1687
+ engines: {node: '>=16 || 14 >=14.18'}
1688
+
1689
+ path-type@4.0.0:
1690
+ resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
1691
+ engines: {node: '>=8'}
1692
+
1693
+ picocolors@1.1.1:
1694
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1695
+
1696
+ picomatch@2.3.1:
1697
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1698
+ engines: {node: '>=8.6'}
1699
+
1700
+ pify@2.3.0:
1701
+ resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
1702
+ engines: {node: '>=0.10.0'}
1703
+
1704
+ pirates@4.0.7:
1705
+ resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
1706
+ engines: {node: '>= 6'}
1707
+
1708
+ postcss-import@15.1.0:
1709
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
1710
+ engines: {node: '>=14.0.0'}
1711
+ peerDependencies:
1712
+ postcss: ^8.0.0
1713
+
1714
+ postcss-js@4.0.1:
1715
+ resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
1716
+ engines: {node: ^12 || ^14 || >= 16}
1717
+ peerDependencies:
1718
+ postcss: ^8.4.21
1719
+
1720
+ postcss-load-config@4.0.2:
1721
+ resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
1722
+ engines: {node: '>= 14'}
1723
+ peerDependencies:
1724
+ postcss: '>=8.0.9'
1725
+ ts-node: '>=9.0.0'
1726
+ peerDependenciesMeta:
1727
+ postcss:
1728
+ optional: true
1729
+ ts-node:
1730
+ optional: true
1731
+
1732
+ postcss-nested@6.2.0:
1733
+ resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==}
1734
+ engines: {node: '>=12.0'}
1735
+ peerDependencies:
1736
+ postcss: ^8.2.14
1737
+
1738
+ postcss-selector-parser@6.1.2:
1739
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
1740
+ engines: {node: '>=4'}
1741
+
1742
+ postcss-value-parser@4.2.0:
1743
+ resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
1744
+
1745
+ postcss@8.5.6:
1746
+ resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
1747
+ engines: {node: ^10 || ^12 || >=14}
1748
+
1749
+ prelude-ls@1.2.1:
1750
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
1751
+ engines: {node: '>= 0.8.0'}
1752
+
1753
+ prop-types@15.8.1:
1754
+ resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
1755
+
1756
+ punycode@2.3.1:
1757
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1758
+ engines: {node: '>=6'}
1759
+
1760
+ queue-microtask@1.2.3:
1761
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1762
+
1763
+ react-dom@18.3.1:
1764
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
1765
+ peerDependencies:
1766
+ react: ^18.3.1
1767
+
1768
+ react-is@16.13.1:
1769
+ resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
1770
+
1771
+ react-is@18.3.1:
1772
+ resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
1773
+
1774
+ react-refresh@0.17.0:
1775
+ resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
1776
+ engines: {node: '>=0.10.0'}
1777
+
1778
+ react-remove-scroll-bar@2.3.8:
1779
+ resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
1780
+ engines: {node: '>=10'}
1781
+ peerDependencies:
1782
+ '@types/react': '*'
1783
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1784
+ peerDependenciesMeta:
1785
+ '@types/react':
1786
+ optional: true
1787
+
1788
+ react-remove-scroll@2.7.1:
1789
+ resolution: {integrity: sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==}
1790
+ engines: {node: '>=10'}
1791
+ peerDependencies:
1792
+ '@types/react': '*'
1793
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1794
+ peerDependenciesMeta:
1795
+ '@types/react':
1796
+ optional: true
1797
+
1798
+ react-router-dom@6.30.1:
1799
+ resolution: {integrity: sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==}
1800
+ engines: {node: '>=14.0.0'}
1801
+ peerDependencies:
1802
+ react: '>=16.8'
1803
+ react-dom: '>=16.8'
1804
+
1805
+ react-router@6.30.1:
1806
+ resolution: {integrity: sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==}
1807
+ engines: {node: '>=14.0.0'}
1808
+ peerDependencies:
1809
+ react: '>=16.8'
1810
+
1811
+ react-smooth@4.0.4:
1812
+ resolution: {integrity: sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==}
1813
+ peerDependencies:
1814
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1815
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1816
+
1817
+ react-style-singleton@2.2.3:
1818
+ resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==}
1819
+ engines: {node: '>=10'}
1820
+ peerDependencies:
1821
+ '@types/react': '*'
1822
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1823
+ peerDependenciesMeta:
1824
+ '@types/react':
1825
+ optional: true
1826
+
1827
+ react-transition-group@4.4.5:
1828
+ resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==}
1829
+ peerDependencies:
1830
+ react: '>=16.6.0'
1831
+ react-dom: '>=16.6.0'
1832
+
1833
+ react@18.3.1:
1834
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
1835
+ engines: {node: '>=0.10.0'}
1836
+
1837
+ read-cache@1.0.0:
1838
+ resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
1839
+
1840
+ readdirp@3.6.0:
1841
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
1842
+ engines: {node: '>=8.10.0'}
1843
+
1844
+ recharts-scale@0.4.5:
1845
+ resolution: {integrity: sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==}
1846
+
1847
+ recharts@2.15.4:
1848
+ resolution: {integrity: sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==}
1849
+ engines: {node: '>=14'}
1850
+ peerDependencies:
1851
+ react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1852
+ react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1853
+
1854
+ resolve-from@4.0.0:
1855
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1856
+ engines: {node: '>=4'}
1857
+
1858
+ resolve@1.22.10:
1859
+ resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
1860
+ engines: {node: '>= 0.4'}
1861
+ hasBin: true
1862
+
1863
+ reusify@1.1.0:
1864
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
1865
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1866
+
1867
+ rimraf@3.0.2:
1868
+ resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
1869
+ deprecated: Rimraf versions prior to v4 are no longer supported
1870
+ hasBin: true
1871
+
1872
+ rollup@4.46.3:
1873
+ resolution: {integrity: sha512-RZn2XTjXb8t5g13f5YclGoilU/kwT696DIkY3sywjdZidNSi3+vseaQov7D7BZXVJCPv3pDWUN69C78GGbXsKw==}
1874
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1875
+ hasBin: true
1876
+
1877
+ run-parallel@1.2.0:
1878
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1879
+
1880
+ scheduler@0.23.2:
1881
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
1882
+
1883
+ semver@6.3.1:
1884
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1885
+ hasBin: true
1886
+
1887
+ semver@7.7.2:
1888
+ resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
1889
+ engines: {node: '>=10'}
1890
+ hasBin: true
1891
+
1892
+ shebang-command@2.0.0:
1893
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1894
+ engines: {node: '>=8'}
1895
+
1896
+ shebang-regex@3.0.0:
1897
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1898
+ engines: {node: '>=8'}
1899
+
1900
+ signal-exit@4.1.0:
1901
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
1902
+ engines: {node: '>=14'}
1903
+
1904
+ slash@3.0.0:
1905
+ resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
1906
+ engines: {node: '>=8'}
1907
+
1908
+ source-map-js@1.2.1:
1909
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1910
+ engines: {node: '>=0.10.0'}
1911
+
1912
+ string-width@4.2.3:
1913
+ resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
1914
+ engines: {node: '>=8'}
1915
+
1916
+ string-width@5.1.2:
1917
+ resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
1918
+ engines: {node: '>=12'}
1919
+
1920
+ strip-ansi@6.0.1:
1921
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
1922
+ engines: {node: '>=8'}
1923
+
1924
+ strip-ansi@7.1.0:
1925
+ resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
1926
+ engines: {node: '>=12'}
1927
+
1928
+ strip-json-comments@3.1.1:
1929
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1930
+ engines: {node: '>=8'}
1931
+
1932
+ sucrase@3.35.0:
1933
+ resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
1934
+ engines: {node: '>=16 || 14 >=14.17'}
1935
+ hasBin: true
1936
+
1937
+ supports-color@7.2.0:
1938
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1939
+ engines: {node: '>=8'}
1940
+
1941
+ supports-preserve-symlinks-flag@1.0.0:
1942
+ resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
1943
+ engines: {node: '>= 0.4'}
1944
+
1945
+ tailwind-merge@2.6.0:
1946
+ resolution: {integrity: sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==}
1947
+
1948
+ tailwindcss@3.4.17:
1949
+ resolution: {integrity: sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==}
1950
+ engines: {node: '>=14.0.0'}
1951
+ hasBin: true
1952
+
1953
+ text-table@0.2.0:
1954
+ resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
1955
+
1956
+ thenify-all@1.6.0:
1957
+ resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
1958
+ engines: {node: '>=0.8'}
1959
+
1960
+ thenify@3.3.1:
1961
+ resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
1962
+
1963
+ tiny-invariant@1.3.3:
1964
+ resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
1965
+
1966
+ to-regex-range@5.0.1:
1967
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1968
+ engines: {node: '>=8.0'}
1969
+
1970
+ ts-api-utils@1.4.3:
1971
+ resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
1972
+ engines: {node: '>=16'}
1973
+ peerDependencies:
1974
+ typescript: '>=4.2.0'
1975
+
1976
+ ts-interface-checker@0.1.13:
1977
+ resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
1978
+
1979
+ tslib@2.8.1:
1980
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1981
+
1982
+ type-check@0.4.0:
1983
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
1984
+ engines: {node: '>= 0.8.0'}
1985
+
1986
+ type-fest@0.20.2:
1987
+ resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
1988
+ engines: {node: '>=10'}
1989
+
1990
+ typescript@5.9.2:
1991
+ resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
1992
+ engines: {node: '>=14.17'}
1993
+ hasBin: true
1994
+
1995
+ update-browserslist-db@1.1.3:
1996
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
1997
+ hasBin: true
1998
+ peerDependencies:
1999
+ browserslist: '>= 4.21.0'
2000
+
2001
+ uri-js@4.4.1:
2002
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
2003
+
2004
+ use-callback-ref@1.3.3:
2005
+ resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
2006
+ engines: {node: '>=10'}
2007
+ peerDependencies:
2008
+ '@types/react': '*'
2009
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
2010
+ peerDependenciesMeta:
2011
+ '@types/react':
2012
+ optional: true
2013
+
2014
+ use-sidecar@1.1.3:
2015
+ resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==}
2016
+ engines: {node: '>=10'}
2017
+ peerDependencies:
2018
+ '@types/react': '*'
2019
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
2020
+ peerDependenciesMeta:
2021
+ '@types/react':
2022
+ optional: true
2023
+
2024
+ use-sync-external-store@1.5.0:
2025
+ resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==}
2026
+ peerDependencies:
2027
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
2028
+
2029
+ util-deprecate@1.0.2:
2030
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
2031
+
2032
+ victory-vendor@36.9.2:
2033
+ resolution: {integrity: sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==}
2034
+
2035
+ vite@5.4.19:
2036
+ resolution: {integrity: sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==}
2037
+ engines: {node: ^18.0.0 || >=20.0.0}
2038
+ hasBin: true
2039
+ peerDependencies:
2040
+ '@types/node': ^18.0.0 || >=20.0.0
2041
+ less: '*'
2042
+ lightningcss: ^1.21.0
2043
+ sass: '*'
2044
+ sass-embedded: '*'
2045
+ stylus: '*'
2046
+ sugarss: '*'
2047
+ terser: ^5.4.0
2048
+ peerDependenciesMeta:
2049
+ '@types/node':
2050
+ optional: true
2051
+ less:
2052
+ optional: true
2053
+ lightningcss:
2054
+ optional: true
2055
+ sass:
2056
+ optional: true
2057
+ sass-embedded:
2058
+ optional: true
2059
+ stylus:
2060
+ optional: true
2061
+ sugarss:
2062
+ optional: true
2063
+ terser:
2064
+ optional: true
2065
+
2066
+ which@2.0.2:
2067
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
2068
+ engines: {node: '>= 8'}
2069
+ hasBin: true
2070
+
2071
+ word-wrap@1.2.5:
2072
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
2073
+ engines: {node: '>=0.10.0'}
2074
+
2075
+ wrap-ansi@7.0.0:
2076
+ resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
2077
+ engines: {node: '>=10'}
2078
+
2079
+ wrap-ansi@8.1.0:
2080
+ resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
2081
+ engines: {node: '>=12'}
2082
+
2083
+ wrappy@1.0.2:
2084
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
2085
+
2086
+ yallist@3.1.1:
2087
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
2088
+
2089
+ yaml@2.8.1:
2090
+ resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==}
2091
+ engines: {node: '>= 14.6'}
2092
+ hasBin: true
2093
+
2094
+ yocto-queue@0.1.0:
2095
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
2096
+ engines: {node: '>=10'}
2097
+
2098
+ snapshots:
2099
+
2100
+ '@alloc/quick-lru@5.2.0': {}
2101
+
2102
+ '@ampproject/remapping@2.3.0':
2103
+ dependencies:
2104
+ '@jridgewell/gen-mapping': 0.3.13
2105
+ '@jridgewell/trace-mapping': 0.3.30
2106
+
2107
+ '@babel/code-frame@7.27.1':
2108
+ dependencies:
2109
+ '@babel/helper-validator-identifier': 7.27.1
2110
+ js-tokens: 4.0.0
2111
+ picocolors: 1.1.1
2112
+
2113
+ '@babel/compat-data@7.28.0': {}
2114
+
2115
+ '@babel/core@7.28.3':
2116
+ dependencies:
2117
+ '@ampproject/remapping': 2.3.0
2118
+ '@babel/code-frame': 7.27.1
2119
+ '@babel/generator': 7.28.3
2120
+ '@babel/helper-compilation-targets': 7.27.2
2121
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3)
2122
+ '@babel/helpers': 7.28.3
2123
+ '@babel/parser': 7.28.3
2124
+ '@babel/template': 7.27.2
2125
+ '@babel/traverse': 7.28.3
2126
+ '@babel/types': 7.28.2
2127
+ convert-source-map: 2.0.0
2128
+ debug: 4.4.1
2129
+ gensync: 1.0.0-beta.2
2130
+ json5: 2.2.3
2131
+ semver: 6.3.1
2132
+ transitivePeerDependencies:
2133
+ - supports-color
2134
+
2135
+ '@babel/generator@7.28.3':
2136
+ dependencies:
2137
+ '@babel/parser': 7.28.3
2138
+ '@babel/types': 7.28.2
2139
+ '@jridgewell/gen-mapping': 0.3.13
2140
+ '@jridgewell/trace-mapping': 0.3.30
2141
+ jsesc: 3.1.0
2142
+
2143
+ '@babel/helper-compilation-targets@7.27.2':
2144
+ dependencies:
2145
+ '@babel/compat-data': 7.28.0
2146
+ '@babel/helper-validator-option': 7.27.1
2147
+ browserslist: 4.25.3
2148
+ lru-cache: 5.1.1
2149
+ semver: 6.3.1
2150
+
2151
+ '@babel/helper-globals@7.28.0': {}
2152
+
2153
+ '@babel/helper-module-imports@7.27.1':
2154
+ dependencies:
2155
+ '@babel/traverse': 7.28.3
2156
+ '@babel/types': 7.28.2
2157
+ transitivePeerDependencies:
2158
+ - supports-color
2159
+
2160
+ '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.3)':
2161
+ dependencies:
2162
+ '@babel/core': 7.28.3
2163
+ '@babel/helper-module-imports': 7.27.1
2164
+ '@babel/helper-validator-identifier': 7.27.1
2165
+ '@babel/traverse': 7.28.3
2166
+ transitivePeerDependencies:
2167
+ - supports-color
2168
+
2169
+ '@babel/helper-plugin-utils@7.27.1': {}
2170
+
2171
+ '@babel/helper-string-parser@7.27.1': {}
2172
+
2173
+ '@babel/helper-validator-identifier@7.27.1': {}
2174
+
2175
+ '@babel/helper-validator-option@7.27.1': {}
2176
+
2177
+ '@babel/helpers@7.28.3':
2178
+ dependencies:
2179
+ '@babel/template': 7.27.2
2180
+ '@babel/types': 7.28.2
2181
+
2182
+ '@babel/parser@7.28.3':
2183
+ dependencies:
2184
+ '@babel/types': 7.28.2
2185
+
2186
+ '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.3)':
2187
+ dependencies:
2188
+ '@babel/core': 7.28.3
2189
+ '@babel/helper-plugin-utils': 7.27.1
2190
+
2191
+ '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.3)':
2192
+ dependencies:
2193
+ '@babel/core': 7.28.3
2194
+ '@babel/helper-plugin-utils': 7.27.1
2195
+
2196
+ '@babel/runtime@7.28.3': {}
2197
+
2198
+ '@babel/template@7.27.2':
2199
+ dependencies:
2200
+ '@babel/code-frame': 7.27.1
2201
+ '@babel/parser': 7.28.3
2202
+ '@babel/types': 7.28.2
2203
+
2204
+ '@babel/traverse@7.28.3':
2205
+ dependencies:
2206
+ '@babel/code-frame': 7.27.1
2207
+ '@babel/generator': 7.28.3
2208
+ '@babel/helper-globals': 7.28.0
2209
+ '@babel/parser': 7.28.3
2210
+ '@babel/template': 7.27.2
2211
+ '@babel/types': 7.28.2
2212
+ debug: 4.4.1
2213
+ transitivePeerDependencies:
2214
+ - supports-color
2215
+
2216
+ '@babel/types@7.28.2':
2217
+ dependencies:
2218
+ '@babel/helper-string-parser': 7.27.1
2219
+ '@babel/helper-validator-identifier': 7.27.1
2220
+
2221
+ '@esbuild/aix-ppc64@0.21.5':
2222
+ optional: true
2223
+
2224
+ '@esbuild/android-arm64@0.21.5':
2225
+ optional: true
2226
+
2227
+ '@esbuild/android-arm@0.21.5':
2228
+ optional: true
2229
+
2230
+ '@esbuild/android-x64@0.21.5':
2231
+ optional: true
2232
+
2233
+ '@esbuild/darwin-arm64@0.21.5':
2234
+ optional: true
2235
+
2236
+ '@esbuild/darwin-x64@0.21.5':
2237
+ optional: true
2238
+
2239
+ '@esbuild/freebsd-arm64@0.21.5':
2240
+ optional: true
2241
+
2242
+ '@esbuild/freebsd-x64@0.21.5':
2243
+ optional: true
2244
+
2245
+ '@esbuild/linux-arm64@0.21.5':
2246
+ optional: true
2247
+
2248
+ '@esbuild/linux-arm@0.21.5':
2249
+ optional: true
2250
+
2251
+ '@esbuild/linux-ia32@0.21.5':
2252
+ optional: true
2253
+
2254
+ '@esbuild/linux-loong64@0.21.5':
2255
+ optional: true
2256
+
2257
+ '@esbuild/linux-mips64el@0.21.5':
2258
+ optional: true
2259
+
2260
+ '@esbuild/linux-ppc64@0.21.5':
2261
+ optional: true
2262
+
2263
+ '@esbuild/linux-riscv64@0.21.5':
2264
+ optional: true
2265
+
2266
+ '@esbuild/linux-s390x@0.21.5':
2267
+ optional: true
2268
+
2269
+ '@esbuild/linux-x64@0.21.5':
2270
+ optional: true
2271
+
2272
+ '@esbuild/netbsd-x64@0.21.5':
2273
+ optional: true
2274
+
2275
+ '@esbuild/openbsd-x64@0.21.5':
2276
+ optional: true
2277
+
2278
+ '@esbuild/sunos-x64@0.21.5':
2279
+ optional: true
2280
+
2281
+ '@esbuild/win32-arm64@0.21.5':
2282
+ optional: true
2283
+
2284
+ '@esbuild/win32-ia32@0.21.5':
2285
+ optional: true
2286
+
2287
+ '@esbuild/win32-x64@0.21.5':
2288
+ optional: true
2289
+
2290
+ '@eslint-community/eslint-utils@4.7.0(eslint@8.57.1)':
2291
+ dependencies:
2292
+ eslint: 8.57.1
2293
+ eslint-visitor-keys: 3.4.3
2294
+
2295
+ '@eslint-community/regexpp@4.12.1': {}
2296
+
2297
+ '@eslint/eslintrc@2.1.4':
2298
+ dependencies:
2299
+ ajv: 6.12.6
2300
+ debug: 4.4.1
2301
+ espree: 9.6.1
2302
+ globals: 13.24.0
2303
+ ignore: 5.3.2
2304
+ import-fresh: 3.3.1
2305
+ js-yaml: 4.1.0
2306
+ minimatch: 3.1.2
2307
+ strip-json-comments: 3.1.1
2308
+ transitivePeerDependencies:
2309
+ - supports-color
2310
+
2311
+ '@eslint/js@8.57.1': {}
2312
+
2313
+ '@floating-ui/core@1.7.3':
2314
+ dependencies:
2315
+ '@floating-ui/utils': 0.2.10
2316
+
2317
+ '@floating-ui/dom@1.7.4':
2318
+ dependencies:
2319
+ '@floating-ui/core': 1.7.3
2320
+ '@floating-ui/utils': 0.2.10
2321
+
2322
+ '@floating-ui/react-dom@2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2323
+ dependencies:
2324
+ '@floating-ui/dom': 1.7.4
2325
+ react: 18.3.1
2326
+ react-dom: 18.3.1(react@18.3.1)
2327
+
2328
+ '@floating-ui/utils@0.2.10': {}
2329
+
2330
+ '@humanwhocodes/config-array@0.13.0':
2331
+ dependencies:
2332
+ '@humanwhocodes/object-schema': 2.0.3
2333
+ debug: 4.4.1
2334
+ minimatch: 3.1.2
2335
+ transitivePeerDependencies:
2336
+ - supports-color
2337
+
2338
+ '@humanwhocodes/module-importer@1.0.1': {}
2339
+
2340
+ '@humanwhocodes/object-schema@2.0.3': {}
2341
+
2342
+ '@isaacs/cliui@8.0.2':
2343
+ dependencies:
2344
+ string-width: 5.1.2
2345
+ string-width-cjs: string-width@4.2.3
2346
+ strip-ansi: 7.1.0
2347
+ strip-ansi-cjs: strip-ansi@6.0.1
2348
+ wrap-ansi: 8.1.0
2349
+ wrap-ansi-cjs: wrap-ansi@7.0.0
2350
+
2351
+ '@jridgewell/gen-mapping@0.3.13':
2352
+ dependencies:
2353
+ '@jridgewell/sourcemap-codec': 1.5.5
2354
+ '@jridgewell/trace-mapping': 0.3.30
2355
+
2356
+ '@jridgewell/resolve-uri@3.1.2': {}
2357
+
2358
+ '@jridgewell/sourcemap-codec@1.5.5': {}
2359
+
2360
+ '@jridgewell/trace-mapping@0.3.30':
2361
+ dependencies:
2362
+ '@jridgewell/resolve-uri': 3.1.2
2363
+ '@jridgewell/sourcemap-codec': 1.5.5
2364
+
2365
+ '@nodelib/fs.scandir@2.1.5':
2366
+ dependencies:
2367
+ '@nodelib/fs.stat': 2.0.5
2368
+ run-parallel: 1.2.0
2369
+
2370
+ '@nodelib/fs.stat@2.0.5': {}
2371
+
2372
+ '@nodelib/fs.walk@1.2.8':
2373
+ dependencies:
2374
+ '@nodelib/fs.scandir': 2.1.5
2375
+ fastq: 1.19.1
2376
+
2377
+ '@pkgjs/parseargs@0.11.0':
2378
+ optional: true
2379
+
2380
+ '@radix-ui/number@1.1.1': {}
2381
+
2382
+ '@radix-ui/primitive@1.1.3': {}
2383
+
2384
+ '@radix-ui/react-arrow@1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2385
+ dependencies:
2386
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2387
+ react: 18.3.1
2388
+ react-dom: 18.3.1(react@18.3.1)
2389
+ optionalDependencies:
2390
+ '@types/react': 18.3.23
2391
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2392
+
2393
+ '@radix-ui/react-avatar@1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2394
+ dependencies:
2395
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2396
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2397
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2398
+ '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@18.3.23)(react@18.3.1)
2399
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2400
+ react: 18.3.1
2401
+ react-dom: 18.3.1(react@18.3.1)
2402
+ optionalDependencies:
2403
+ '@types/react': 18.3.23
2404
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2405
+
2406
+ '@radix-ui/react-collection@1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2407
+ dependencies:
2408
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2409
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2410
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2411
+ '@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
2412
+ react: 18.3.1
2413
+ react-dom: 18.3.1(react@18.3.1)
2414
+ optionalDependencies:
2415
+ '@types/react': 18.3.23
2416
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2417
+
2418
+ '@radix-ui/react-compose-refs@1.1.2(@types/react@18.3.23)(react@18.3.1)':
2419
+ dependencies:
2420
+ react: 18.3.1
2421
+ optionalDependencies:
2422
+ '@types/react': 18.3.23
2423
+
2424
+ '@radix-ui/react-context@1.1.2(@types/react@18.3.23)(react@18.3.1)':
2425
+ dependencies:
2426
+ react: 18.3.1
2427
+ optionalDependencies:
2428
+ '@types/react': 18.3.23
2429
+
2430
+ '@radix-ui/react-dialog@1.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2431
+ dependencies:
2432
+ '@radix-ui/primitive': 1.1.3
2433
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2434
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2435
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2436
+ '@radix-ui/react-focus-guards': 1.1.3(@types/react@18.3.23)(react@18.3.1)
2437
+ '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2438
+ '@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2439
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2440
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2441
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2442
+ '@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
2443
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
2444
+ aria-hidden: 1.2.6
2445
+ react: 18.3.1
2446
+ react-dom: 18.3.1(react@18.3.1)
2447
+ react-remove-scroll: 2.7.1(@types/react@18.3.23)(react@18.3.1)
2448
+ optionalDependencies:
2449
+ '@types/react': 18.3.23
2450
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2451
+
2452
+ '@radix-ui/react-direction@1.1.1(@types/react@18.3.23)(react@18.3.1)':
2453
+ dependencies:
2454
+ react: 18.3.1
2455
+ optionalDependencies:
2456
+ '@types/react': 18.3.23
2457
+
2458
+ '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2459
+ dependencies:
2460
+ '@radix-ui/primitive': 1.1.3
2461
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2462
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2463
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2464
+ '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2465
+ react: 18.3.1
2466
+ react-dom: 18.3.1(react@18.3.1)
2467
+ optionalDependencies:
2468
+ '@types/react': 18.3.23
2469
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2470
+
2471
+ '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2472
+ dependencies:
2473
+ '@radix-ui/primitive': 1.1.3
2474
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2475
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2476
+ '@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2477
+ '@radix-ui/react-menu': 2.1.16(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2478
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2479
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
2480
+ react: 18.3.1
2481
+ react-dom: 18.3.1(react@18.3.1)
2482
+ optionalDependencies:
2483
+ '@types/react': 18.3.23
2484
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2485
+
2486
+ '@radix-ui/react-focus-guards@1.1.3(@types/react@18.3.23)(react@18.3.1)':
2487
+ dependencies:
2488
+ react: 18.3.1
2489
+ optionalDependencies:
2490
+ '@types/react': 18.3.23
2491
+
2492
+ '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2493
+ dependencies:
2494
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2495
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2496
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2497
+ react: 18.3.1
2498
+ react-dom: 18.3.1(react@18.3.1)
2499
+ optionalDependencies:
2500
+ '@types/react': 18.3.23
2501
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2502
+
2503
+ '@radix-ui/react-id@1.1.1(@types/react@18.3.23)(react@18.3.1)':
2504
+ dependencies:
2505
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2506
+ react: 18.3.1
2507
+ optionalDependencies:
2508
+ '@types/react': 18.3.23
2509
+
2510
+ '@radix-ui/react-label@2.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2511
+ dependencies:
2512
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2513
+ react: 18.3.1
2514
+ react-dom: 18.3.1(react@18.3.1)
2515
+ optionalDependencies:
2516
+ '@types/react': 18.3.23
2517
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2518
+
2519
+ '@radix-ui/react-menu@2.1.16(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2520
+ dependencies:
2521
+ '@radix-ui/primitive': 1.1.3
2522
+ '@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2523
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2524
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2525
+ '@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2526
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2527
+ '@radix-ui/react-focus-guards': 1.1.3(@types/react@18.3.23)(react@18.3.1)
2528
+ '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2529
+ '@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2530
+ '@radix-ui/react-popper': 1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2531
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2532
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2533
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2534
+ '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2535
+ '@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
2536
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2537
+ aria-hidden: 1.2.6
2538
+ react: 18.3.1
2539
+ react-dom: 18.3.1(react@18.3.1)
2540
+ react-remove-scroll: 2.7.1(@types/react@18.3.23)(react@18.3.1)
2541
+ optionalDependencies:
2542
+ '@types/react': 18.3.23
2543
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2544
+
2545
+ '@radix-ui/react-popper@1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2546
+ dependencies:
2547
+ '@floating-ui/react-dom': 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2548
+ '@radix-ui/react-arrow': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2549
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2550
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2551
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2552
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2553
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2554
+ '@radix-ui/react-use-rect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2555
+ '@radix-ui/react-use-size': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2556
+ '@radix-ui/rect': 1.1.1
2557
+ react: 18.3.1
2558
+ react-dom: 18.3.1(react@18.3.1)
2559
+ optionalDependencies:
2560
+ '@types/react': 18.3.23
2561
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2562
+
2563
+ '@radix-ui/react-portal@1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2564
+ dependencies:
2565
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2566
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2567
+ react: 18.3.1
2568
+ react-dom: 18.3.1(react@18.3.1)
2569
+ optionalDependencies:
2570
+ '@types/react': 18.3.23
2571
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2572
+
2573
+ '@radix-ui/react-presence@1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2574
+ dependencies:
2575
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2576
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2577
+ react: 18.3.1
2578
+ react-dom: 18.3.1(react@18.3.1)
2579
+ optionalDependencies:
2580
+ '@types/react': 18.3.23
2581
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2582
+
2583
+ '@radix-ui/react-primitive@2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2584
+ dependencies:
2585
+ '@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
2586
+ react: 18.3.1
2587
+ react-dom: 18.3.1(react@18.3.1)
2588
+ optionalDependencies:
2589
+ '@types/react': 18.3.23
2590
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2591
+
2592
+ '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2593
+ dependencies:
2594
+ '@radix-ui/primitive': 1.1.3
2595
+ '@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2596
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2597
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2598
+ '@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2599
+ '@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2600
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2601
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2602
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
2603
+ react: 18.3.1
2604
+ react-dom: 18.3.1(react@18.3.1)
2605
+ optionalDependencies:
2606
+ '@types/react': 18.3.23
2607
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2608
+
2609
+ '@radix-ui/react-select@2.2.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2610
+ dependencies:
2611
+ '@radix-ui/number': 1.1.1
2612
+ '@radix-ui/primitive': 1.1.3
2613
+ '@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2614
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2615
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2616
+ '@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2617
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2618
+ '@radix-ui/react-focus-guards': 1.1.3(@types/react@18.3.23)(react@18.3.1)
2619
+ '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2620
+ '@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2621
+ '@radix-ui/react-popper': 1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2622
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2623
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2624
+ '@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
2625
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2626
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
2627
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2628
+ '@radix-ui/react-use-previous': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2629
+ '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2630
+ aria-hidden: 1.2.6
2631
+ react: 18.3.1
2632
+ react-dom: 18.3.1(react@18.3.1)
2633
+ react-remove-scroll: 2.7.1(@types/react@18.3.23)(react@18.3.1)
2634
+ optionalDependencies:
2635
+ '@types/react': 18.3.23
2636
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2637
+
2638
+ '@radix-ui/react-separator@1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2639
+ dependencies:
2640
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2641
+ react: 18.3.1
2642
+ react-dom: 18.3.1(react@18.3.1)
2643
+ optionalDependencies:
2644
+ '@types/react': 18.3.23
2645
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2646
+
2647
+ '@radix-ui/react-slot@1.2.3(@types/react@18.3.23)(react@18.3.1)':
2648
+ dependencies:
2649
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2650
+ react: 18.3.1
2651
+ optionalDependencies:
2652
+ '@types/react': 18.3.23
2653
+
2654
+ '@radix-ui/react-switch@1.2.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2655
+ dependencies:
2656
+ '@radix-ui/primitive': 1.1.3
2657
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2658
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2659
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2660
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
2661
+ '@radix-ui/react-use-previous': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2662
+ '@radix-ui/react-use-size': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2663
+ react: 18.3.1
2664
+ react-dom: 18.3.1(react@18.3.1)
2665
+ optionalDependencies:
2666
+ '@types/react': 18.3.23
2667
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2668
+
2669
+ '@radix-ui/react-tabs@1.1.13(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2670
+ dependencies:
2671
+ '@radix-ui/primitive': 1.1.3
2672
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2673
+ '@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2674
+ '@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2675
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2676
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2677
+ '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2678
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
2679
+ react: 18.3.1
2680
+ react-dom: 18.3.1(react@18.3.1)
2681
+ optionalDependencies:
2682
+ '@types/react': 18.3.23
2683
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2684
+
2685
+ '@radix-ui/react-toast@1.2.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2686
+ dependencies:
2687
+ '@radix-ui/primitive': 1.1.3
2688
+ '@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2689
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2690
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2691
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2692
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2693
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2694
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2695
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2696
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
2697
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2698
+ '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2699
+ react: 18.3.1
2700
+ react-dom: 18.3.1(react@18.3.1)
2701
+ optionalDependencies:
2702
+ '@types/react': 18.3.23
2703
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2704
+
2705
+ '@radix-ui/react-tooltip@1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2706
+ dependencies:
2707
+ '@radix-ui/primitive': 1.1.3
2708
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2709
+ '@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
2710
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2711
+ '@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2712
+ '@radix-ui/react-popper': 1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2713
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2714
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2715
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2716
+ '@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
2717
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
2718
+ '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2719
+ react: 18.3.1
2720
+ react-dom: 18.3.1(react@18.3.1)
2721
+ optionalDependencies:
2722
+ '@types/react': 18.3.23
2723
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2724
+
2725
+ '@radix-ui/react-use-callback-ref@1.1.1(@types/react@18.3.23)(react@18.3.1)':
2726
+ dependencies:
2727
+ react: 18.3.1
2728
+ optionalDependencies:
2729
+ '@types/react': 18.3.23
2730
+
2731
+ '@radix-ui/react-use-controllable-state@1.2.2(@types/react@18.3.23)(react@18.3.1)':
2732
+ dependencies:
2733
+ '@radix-ui/react-use-effect-event': 0.0.2(@types/react@18.3.23)(react@18.3.1)
2734
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2735
+ react: 18.3.1
2736
+ optionalDependencies:
2737
+ '@types/react': 18.3.23
2738
+
2739
+ '@radix-ui/react-use-effect-event@0.0.2(@types/react@18.3.23)(react@18.3.1)':
2740
+ dependencies:
2741
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2742
+ react: 18.3.1
2743
+ optionalDependencies:
2744
+ '@types/react': 18.3.23
2745
+
2746
+ '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@18.3.23)(react@18.3.1)':
2747
+ dependencies:
2748
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2749
+ react: 18.3.1
2750
+ optionalDependencies:
2751
+ '@types/react': 18.3.23
2752
+
2753
+ '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@18.3.23)(react@18.3.1)':
2754
+ dependencies:
2755
+ react: 18.3.1
2756
+ use-sync-external-store: 1.5.0(react@18.3.1)
2757
+ optionalDependencies:
2758
+ '@types/react': 18.3.23
2759
+
2760
+ '@radix-ui/react-use-layout-effect@1.1.1(@types/react@18.3.23)(react@18.3.1)':
2761
+ dependencies:
2762
+ react: 18.3.1
2763
+ optionalDependencies:
2764
+ '@types/react': 18.3.23
2765
+
2766
+ '@radix-ui/react-use-previous@1.1.1(@types/react@18.3.23)(react@18.3.1)':
2767
+ dependencies:
2768
+ react: 18.3.1
2769
+ optionalDependencies:
2770
+ '@types/react': 18.3.23
2771
+
2772
+ '@radix-ui/react-use-rect@1.1.1(@types/react@18.3.23)(react@18.3.1)':
2773
+ dependencies:
2774
+ '@radix-ui/rect': 1.1.1
2775
+ react: 18.3.1
2776
+ optionalDependencies:
2777
+ '@types/react': 18.3.23
2778
+
2779
+ '@radix-ui/react-use-size@1.1.1(@types/react@18.3.23)(react@18.3.1)':
2780
+ dependencies:
2781
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
2782
+ react: 18.3.1
2783
+ optionalDependencies:
2784
+ '@types/react': 18.3.23
2785
+
2786
+ '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2787
+ dependencies:
2788
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2789
+ react: 18.3.1
2790
+ react-dom: 18.3.1(react@18.3.1)
2791
+ optionalDependencies:
2792
+ '@types/react': 18.3.23
2793
+ '@types/react-dom': 18.3.7(@types/react@18.3.23)
2794
+
2795
+ '@radix-ui/rect@1.1.1': {}
2796
+
2797
+ '@remix-run/router@1.23.0': {}
2798
+
2799
+ '@rolldown/pluginutils@1.0.0-beta.27': {}
2800
+
2801
+ '@rollup/rollup-android-arm-eabi@4.46.3':
2802
+ optional: true
2803
+
2804
+ '@rollup/rollup-android-arm64@4.46.3':
2805
+ optional: true
2806
+
2807
+ '@rollup/rollup-darwin-arm64@4.46.3':
2808
+ optional: true
2809
+
2810
+ '@rollup/rollup-darwin-x64@4.46.3':
2811
+ optional: true
2812
+
2813
+ '@rollup/rollup-freebsd-arm64@4.46.3':
2814
+ optional: true
2815
+
2816
+ '@rollup/rollup-freebsd-x64@4.46.3':
2817
+ optional: true
2818
+
2819
+ '@rollup/rollup-linux-arm-gnueabihf@4.46.3':
2820
+ optional: true
2821
+
2822
+ '@rollup/rollup-linux-arm-musleabihf@4.46.3':
2823
+ optional: true
2824
+
2825
+ '@rollup/rollup-linux-arm64-gnu@4.46.3':
2826
+ optional: true
2827
+
2828
+ '@rollup/rollup-linux-arm64-musl@4.46.3':
2829
+ optional: true
2830
+
2831
+ '@rollup/rollup-linux-loongarch64-gnu@4.46.3':
2832
+ optional: true
2833
+
2834
+ '@rollup/rollup-linux-ppc64-gnu@4.46.3':
2835
+ optional: true
2836
+
2837
+ '@rollup/rollup-linux-riscv64-gnu@4.46.3':
2838
+ optional: true
2839
+
2840
+ '@rollup/rollup-linux-riscv64-musl@4.46.3':
2841
+ optional: true
2842
+
2843
+ '@rollup/rollup-linux-s390x-gnu@4.46.3':
2844
+ optional: true
2845
+
2846
+ '@rollup/rollup-linux-x64-gnu@4.46.3':
2847
+ optional: true
2848
+
2849
+ '@rollup/rollup-linux-x64-musl@4.46.3':
2850
+ optional: true
2851
+
2852
+ '@rollup/rollup-win32-arm64-msvc@4.46.3':
2853
+ optional: true
2854
+
2855
+ '@rollup/rollup-win32-ia32-msvc@4.46.3':
2856
+ optional: true
2857
+
2858
+ '@rollup/rollup-win32-x64-msvc@4.46.3':
2859
+ optional: true
2860
+
2861
+ '@types/babel__core@7.20.5':
2862
+ dependencies:
2863
+ '@babel/parser': 7.28.3
2864
+ '@babel/types': 7.28.2
2865
+ '@types/babel__generator': 7.27.0
2866
+ '@types/babel__template': 7.4.4
2867
+ '@types/babel__traverse': 7.28.0
2868
+
2869
+ '@types/babel__generator@7.27.0':
2870
+ dependencies:
2871
+ '@babel/types': 7.28.2
2872
+
2873
+ '@types/babel__template@7.4.4':
2874
+ dependencies:
2875
+ '@babel/parser': 7.28.3
2876
+ '@babel/types': 7.28.2
2877
+
2878
+ '@types/babel__traverse@7.28.0':
2879
+ dependencies:
2880
+ '@babel/types': 7.28.2
2881
+
2882
+ '@types/d3-array@3.2.1': {}
2883
+
2884
+ '@types/d3-color@3.1.3': {}
2885
+
2886
+ '@types/d3-ease@3.0.2': {}
2887
+
2888
+ '@types/d3-interpolate@3.0.4':
2889
+ dependencies:
2890
+ '@types/d3-color': 3.1.3
2891
+
2892
+ '@types/d3-path@3.1.1': {}
2893
+
2894
+ '@types/d3-scale@4.0.9':
2895
+ dependencies:
2896
+ '@types/d3-time': 3.0.4
2897
+
2898
+ '@types/d3-shape@3.1.7':
2899
+ dependencies:
2900
+ '@types/d3-path': 3.1.1
2901
+
2902
+ '@types/d3-time@3.0.4': {}
2903
+
2904
+ '@types/d3-timer@3.0.2': {}
2905
+
2906
+ '@types/estree@1.0.8': {}
2907
+
2908
+ '@types/json-schema@7.0.15': {}
2909
+
2910
+ '@types/prop-types@15.7.15': {}
2911
+
2912
+ '@types/react-dom@18.3.7(@types/react@18.3.23)':
2913
+ dependencies:
2914
+ '@types/react': 18.3.23
2915
+
2916
+ '@types/react@18.3.23':
2917
+ dependencies:
2918
+ '@types/prop-types': 15.7.15
2919
+ csstype: 3.1.3
2920
+
2921
+ '@types/semver@7.7.0': {}
2922
+
2923
+ '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2)':
2924
+ dependencies:
2925
+ '@eslint-community/regexpp': 4.12.1
2926
+ '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.9.2)
2927
+ '@typescript-eslint/scope-manager': 6.21.0
2928
+ '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.9.2)
2929
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.9.2)
2930
+ '@typescript-eslint/visitor-keys': 6.21.0
2931
+ debug: 4.4.1
2932
+ eslint: 8.57.1
2933
+ graphemer: 1.4.0
2934
+ ignore: 5.3.2
2935
+ natural-compare: 1.4.0
2936
+ semver: 7.7.2
2937
+ ts-api-utils: 1.4.3(typescript@5.9.2)
2938
+ optionalDependencies:
2939
+ typescript: 5.9.2
2940
+ transitivePeerDependencies:
2941
+ - supports-color
2942
+
2943
+ '@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2)':
2944
+ dependencies:
2945
+ '@typescript-eslint/scope-manager': 6.21.0
2946
+ '@typescript-eslint/types': 6.21.0
2947
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.2)
2948
+ '@typescript-eslint/visitor-keys': 6.21.0
2949
+ debug: 4.4.1
2950
+ eslint: 8.57.1
2951
+ optionalDependencies:
2952
+ typescript: 5.9.2
2953
+ transitivePeerDependencies:
2954
+ - supports-color
2955
+
2956
+ '@typescript-eslint/scope-manager@6.21.0':
2957
+ dependencies:
2958
+ '@typescript-eslint/types': 6.21.0
2959
+ '@typescript-eslint/visitor-keys': 6.21.0
2960
+
2961
+ '@typescript-eslint/type-utils@6.21.0(eslint@8.57.1)(typescript@5.9.2)':
2962
+ dependencies:
2963
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.2)
2964
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.9.2)
2965
+ debug: 4.4.1
2966
+ eslint: 8.57.1
2967
+ ts-api-utils: 1.4.3(typescript@5.9.2)
2968
+ optionalDependencies:
2969
+ typescript: 5.9.2
2970
+ transitivePeerDependencies:
2971
+ - supports-color
2972
+
2973
+ '@typescript-eslint/types@6.21.0': {}
2974
+
2975
+ '@typescript-eslint/typescript-estree@6.21.0(typescript@5.9.2)':
2976
+ dependencies:
2977
+ '@typescript-eslint/types': 6.21.0
2978
+ '@typescript-eslint/visitor-keys': 6.21.0
2979
+ debug: 4.4.1
2980
+ globby: 11.1.0
2981
+ is-glob: 4.0.3
2982
+ minimatch: 9.0.3
2983
+ semver: 7.7.2
2984
+ ts-api-utils: 1.4.3(typescript@5.9.2)
2985
+ optionalDependencies:
2986
+ typescript: 5.9.2
2987
+ transitivePeerDependencies:
2988
+ - supports-color
2989
+
2990
+ '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.9.2)':
2991
+ dependencies:
2992
+ '@eslint-community/eslint-utils': 4.7.0(eslint@8.57.1)
2993
+ '@types/json-schema': 7.0.15
2994
+ '@types/semver': 7.7.0
2995
+ '@typescript-eslint/scope-manager': 6.21.0
2996
+ '@typescript-eslint/types': 6.21.0
2997
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.2)
2998
+ eslint: 8.57.1
2999
+ semver: 7.7.2
3000
+ transitivePeerDependencies:
3001
+ - supports-color
3002
+ - typescript
3003
+
3004
+ '@typescript-eslint/visitor-keys@6.21.0':
3005
+ dependencies:
3006
+ '@typescript-eslint/types': 6.21.0
3007
+ eslint-visitor-keys: 3.4.3
3008
+
3009
+ '@ungap/structured-clone@1.3.0': {}
3010
+
3011
+ '@vitejs/plugin-react@4.7.0(vite@5.4.19)':
3012
+ dependencies:
3013
+ '@babel/core': 7.28.3
3014
+ '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.3)
3015
+ '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.3)
3016
+ '@rolldown/pluginutils': 1.0.0-beta.27
3017
+ '@types/babel__core': 7.20.5
3018
+ react-refresh: 0.17.0
3019
+ vite: 5.4.19
3020
+ transitivePeerDependencies:
3021
+ - supports-color
3022
+
3023
+ acorn-jsx@5.3.2(acorn@8.15.0):
3024
+ dependencies:
3025
+ acorn: 8.15.0
3026
+
3027
+ acorn@8.15.0: {}
3028
+
3029
+ ajv@6.12.6:
3030
+ dependencies:
3031
+ fast-deep-equal: 3.1.3
3032
+ fast-json-stable-stringify: 2.1.0
3033
+ json-schema-traverse: 0.4.1
3034
+ uri-js: 4.4.1
3035
+
3036
+ ansi-regex@5.0.1: {}
3037
+
3038
+ ansi-regex@6.2.0: {}
3039
+
3040
+ ansi-styles@4.3.0:
3041
+ dependencies:
3042
+ color-convert: 2.0.1
3043
+
3044
+ ansi-styles@6.2.1: {}
3045
+
3046
+ any-promise@1.3.0: {}
3047
+
3048
+ anymatch@3.1.3:
3049
+ dependencies:
3050
+ normalize-path: 3.0.0
3051
+ picomatch: 2.3.1
3052
+
3053
+ arg@5.0.2: {}
3054
+
3055
+ argparse@2.0.1: {}
3056
+
3057
+ aria-hidden@1.2.6:
3058
+ dependencies:
3059
+ tslib: 2.8.1
3060
+
3061
+ array-union@2.1.0: {}
3062
+
3063
+ autoprefixer@10.4.21(postcss@8.5.6):
3064
+ dependencies:
3065
+ browserslist: 4.25.3
3066
+ caniuse-lite: 1.0.30001735
3067
+ fraction.js: 4.3.7
3068
+ normalize-range: 0.1.2
3069
+ picocolors: 1.1.1
3070
+ postcss: 8.5.6
3071
+ postcss-value-parser: 4.2.0
3072
+
3073
+ balanced-match@1.0.2: {}
3074
+
3075
+ binary-extensions@2.3.0: {}
3076
+
3077
+ brace-expansion@1.1.12:
3078
+ dependencies:
3079
+ balanced-match: 1.0.2
3080
+ concat-map: 0.0.1
3081
+
3082
+ brace-expansion@2.0.2:
3083
+ dependencies:
3084
+ balanced-match: 1.0.2
3085
+
3086
+ braces@3.0.3:
3087
+ dependencies:
3088
+ fill-range: 7.1.1
3089
+
3090
+ browserslist@4.25.3:
3091
+ dependencies:
3092
+ caniuse-lite: 1.0.30001735
3093
+ electron-to-chromium: 1.5.207
3094
+ node-releases: 2.0.19
3095
+ update-browserslist-db: 1.1.3(browserslist@4.25.3)
3096
+
3097
+ callsites@3.1.0: {}
3098
+
3099
+ camelcase-css@2.0.1: {}
3100
+
3101
+ caniuse-lite@1.0.30001735: {}
3102
+
3103
+ chalk@4.1.2:
3104
+ dependencies:
3105
+ ansi-styles: 4.3.0
3106
+ supports-color: 7.2.0
3107
+
3108
+ chokidar@3.6.0:
3109
+ dependencies:
3110
+ anymatch: 3.1.3
3111
+ braces: 3.0.3
3112
+ glob-parent: 5.1.2
3113
+ is-binary-path: 2.1.0
3114
+ is-glob: 4.0.3
3115
+ normalize-path: 3.0.0
3116
+ readdirp: 3.6.0
3117
+ optionalDependencies:
3118
+ fsevents: 2.3.3
3119
+
3120
+ class-variance-authority@0.7.1:
3121
+ dependencies:
3122
+ clsx: 2.1.1
3123
+
3124
+ clsx@2.1.1: {}
3125
+
3126
+ color-convert@2.0.1:
3127
+ dependencies:
3128
+ color-name: 1.1.4
3129
+
3130
+ color-name@1.1.4: {}
3131
+
3132
+ commander@4.1.1: {}
3133
+
3134
+ concat-map@0.0.1: {}
3135
+
3136
+ convert-source-map@2.0.0: {}
3137
+
3138
+ cross-spawn@7.0.6:
3139
+ dependencies:
3140
+ path-key: 3.1.1
3141
+ shebang-command: 2.0.0
3142
+ which: 2.0.2
3143
+
3144
+ cssesc@3.0.0: {}
3145
+
3146
+ csstype@3.1.3: {}
3147
+
3148
+ d3-array@3.2.4:
3149
+ dependencies:
3150
+ internmap: 2.0.3
3151
+
3152
+ d3-color@3.1.0: {}
3153
+
3154
+ d3-ease@3.0.1: {}
3155
+
3156
+ d3-format@3.1.0: {}
3157
+
3158
+ d3-interpolate@3.0.1:
3159
+ dependencies:
3160
+ d3-color: 3.1.0
3161
+
3162
+ d3-path@3.1.0: {}
3163
+
3164
+ d3-scale@4.0.2:
3165
+ dependencies:
3166
+ d3-array: 3.2.4
3167
+ d3-format: 3.1.0
3168
+ d3-interpolate: 3.0.1
3169
+ d3-time: 3.1.0
3170
+ d3-time-format: 4.1.0
3171
+
3172
+ d3-shape@3.2.0:
3173
+ dependencies:
3174
+ d3-path: 3.1.0
3175
+
3176
+ d3-time-format@4.1.0:
3177
+ dependencies:
3178
+ d3-time: 3.1.0
3179
+
3180
+ d3-time@3.1.0:
3181
+ dependencies:
3182
+ d3-array: 3.2.4
3183
+
3184
+ d3-timer@3.0.1: {}
3185
+
3186
+ date-fns@2.30.0:
3187
+ dependencies:
3188
+ '@babel/runtime': 7.28.3
3189
+
3190
+ debug@4.4.1:
3191
+ dependencies:
3192
+ ms: 2.1.3
3193
+
3194
+ decimal.js-light@2.5.1: {}
3195
+
3196
+ deep-is@0.1.4: {}
3197
+
3198
+ detect-node-es@1.1.0: {}
3199
+
3200
+ didyoumean@1.2.2: {}
3201
+
3202
+ dir-glob@3.0.1:
3203
+ dependencies:
3204
+ path-type: 4.0.0
3205
+
3206
+ dlv@1.1.3: {}
3207
+
3208
+ doctrine@3.0.0:
3209
+ dependencies:
3210
+ esutils: 2.0.3
3211
+
3212
+ dom-helpers@5.2.1:
3213
+ dependencies:
3214
+ '@babel/runtime': 7.28.3
3215
+ csstype: 3.1.3
3216
+
3217
+ eastasianwidth@0.2.0: {}
3218
+
3219
+ electron-to-chromium@1.5.207: {}
3220
+
3221
+ emoji-regex@8.0.0: {}
3222
+
3223
+ emoji-regex@9.2.2: {}
3224
+
3225
+ esbuild@0.21.5:
3226
+ optionalDependencies:
3227
+ '@esbuild/aix-ppc64': 0.21.5
3228
+ '@esbuild/android-arm': 0.21.5
3229
+ '@esbuild/android-arm64': 0.21.5
3230
+ '@esbuild/android-x64': 0.21.5
3231
+ '@esbuild/darwin-arm64': 0.21.5
3232
+ '@esbuild/darwin-x64': 0.21.5
3233
+ '@esbuild/freebsd-arm64': 0.21.5
3234
+ '@esbuild/freebsd-x64': 0.21.5
3235
+ '@esbuild/linux-arm': 0.21.5
3236
+ '@esbuild/linux-arm64': 0.21.5
3237
+ '@esbuild/linux-ia32': 0.21.5
3238
+ '@esbuild/linux-loong64': 0.21.5
3239
+ '@esbuild/linux-mips64el': 0.21.5
3240
+ '@esbuild/linux-ppc64': 0.21.5
3241
+ '@esbuild/linux-riscv64': 0.21.5
3242
+ '@esbuild/linux-s390x': 0.21.5
3243
+ '@esbuild/linux-x64': 0.21.5
3244
+ '@esbuild/netbsd-x64': 0.21.5
3245
+ '@esbuild/openbsd-x64': 0.21.5
3246
+ '@esbuild/sunos-x64': 0.21.5
3247
+ '@esbuild/win32-arm64': 0.21.5
3248
+ '@esbuild/win32-ia32': 0.21.5
3249
+ '@esbuild/win32-x64': 0.21.5
3250
+
3251
+ escalade@3.2.0: {}
3252
+
3253
+ escape-string-regexp@4.0.0: {}
3254
+
3255
+ eslint-plugin-react-hooks@4.6.2(eslint@8.57.1):
3256
+ dependencies:
3257
+ eslint: 8.57.1
3258
+
3259
+ eslint-plugin-react-refresh@0.4.20(eslint@8.57.1):
3260
+ dependencies:
3261
+ eslint: 8.57.1
3262
+
3263
+ eslint-scope@7.2.2:
3264
+ dependencies:
3265
+ esrecurse: 4.3.0
3266
+ estraverse: 5.3.0
3267
+
3268
+ eslint-visitor-keys@3.4.3: {}
3269
+
3270
+ eslint@8.57.1:
3271
+ dependencies:
3272
+ '@eslint-community/eslint-utils': 4.7.0(eslint@8.57.1)
3273
+ '@eslint-community/regexpp': 4.12.1
3274
+ '@eslint/eslintrc': 2.1.4
3275
+ '@eslint/js': 8.57.1
3276
+ '@humanwhocodes/config-array': 0.13.0
3277
+ '@humanwhocodes/module-importer': 1.0.1
3278
+ '@nodelib/fs.walk': 1.2.8
3279
+ '@ungap/structured-clone': 1.3.0
3280
+ ajv: 6.12.6
3281
+ chalk: 4.1.2
3282
+ cross-spawn: 7.0.6
3283
+ debug: 4.4.1
3284
+ doctrine: 3.0.0
3285
+ escape-string-regexp: 4.0.0
3286
+ eslint-scope: 7.2.2
3287
+ eslint-visitor-keys: 3.4.3
3288
+ espree: 9.6.1
3289
+ esquery: 1.6.0
3290
+ esutils: 2.0.3
3291
+ fast-deep-equal: 3.1.3
3292
+ file-entry-cache: 6.0.1
3293
+ find-up: 5.0.0
3294
+ glob-parent: 6.0.2
3295
+ globals: 13.24.0
3296
+ graphemer: 1.4.0
3297
+ ignore: 5.3.2
3298
+ imurmurhash: 0.1.4
3299
+ is-glob: 4.0.3
3300
+ is-path-inside: 3.0.3
3301
+ js-yaml: 4.1.0
3302
+ json-stable-stringify-without-jsonify: 1.0.1
3303
+ levn: 0.4.1
3304
+ lodash.merge: 4.6.2
3305
+ minimatch: 3.1.2
3306
+ natural-compare: 1.4.0
3307
+ optionator: 0.9.4
3308
+ strip-ansi: 6.0.1
3309
+ text-table: 0.2.0
3310
+ transitivePeerDependencies:
3311
+ - supports-color
3312
+
3313
+ espree@9.6.1:
3314
+ dependencies:
3315
+ acorn: 8.15.0
3316
+ acorn-jsx: 5.3.2(acorn@8.15.0)
3317
+ eslint-visitor-keys: 3.4.3
3318
+
3319
+ esquery@1.6.0:
3320
+ dependencies:
3321
+ estraverse: 5.3.0
3322
+
3323
+ esrecurse@4.3.0:
3324
+ dependencies:
3325
+ estraverse: 5.3.0
3326
+
3327
+ estraverse@5.3.0: {}
3328
+
3329
+ esutils@2.0.3: {}
3330
+
3331
+ eventemitter3@4.0.7: {}
3332
+
3333
+ fast-deep-equal@3.1.3: {}
3334
+
3335
+ fast-equals@5.2.2: {}
3336
+
3337
+ fast-glob@3.3.3:
3338
+ dependencies:
3339
+ '@nodelib/fs.stat': 2.0.5
3340
+ '@nodelib/fs.walk': 1.2.8
3341
+ glob-parent: 5.1.2
3342
+ merge2: 1.4.1
3343
+ micromatch: 4.0.8
3344
+
3345
+ fast-json-stable-stringify@2.1.0: {}
3346
+
3347
+ fast-levenshtein@2.0.6: {}
3348
+
3349
+ fastq@1.19.1:
3350
+ dependencies:
3351
+ reusify: 1.1.0
3352
+
3353
+ file-entry-cache@6.0.1:
3354
+ dependencies:
3355
+ flat-cache: 3.2.0
3356
+
3357
+ fill-range@7.1.1:
3358
+ dependencies:
3359
+ to-regex-range: 5.0.1
3360
+
3361
+ find-up@5.0.0:
3362
+ dependencies:
3363
+ locate-path: 6.0.0
3364
+ path-exists: 4.0.0
3365
+
3366
+ flat-cache@3.2.0:
3367
+ dependencies:
3368
+ flatted: 3.3.3
3369
+ keyv: 4.5.4
3370
+ rimraf: 3.0.2
3371
+
3372
+ flatted@3.3.3: {}
3373
+
3374
+ foreground-child@3.3.1:
3375
+ dependencies:
3376
+ cross-spawn: 7.0.6
3377
+ signal-exit: 4.1.0
3378
+
3379
+ fraction.js@4.3.7: {}
3380
+
3381
+ fs.realpath@1.0.0: {}
3382
+
3383
+ fsevents@2.3.3:
3384
+ optional: true
3385
+
3386
+ function-bind@1.1.2: {}
3387
+
3388
+ gensync@1.0.0-beta.2: {}
3389
+
3390
+ get-nonce@1.0.1: {}
3391
+
3392
+ glob-parent@5.1.2:
3393
+ dependencies:
3394
+ is-glob: 4.0.3
3395
+
3396
+ glob-parent@6.0.2:
3397
+ dependencies:
3398
+ is-glob: 4.0.3
3399
+
3400
+ glob@10.4.5:
3401
+ dependencies:
3402
+ foreground-child: 3.3.1
3403
+ jackspeak: 3.4.3
3404
+ minimatch: 9.0.5
3405
+ minipass: 7.1.2
3406
+ package-json-from-dist: 1.0.1
3407
+ path-scurry: 1.11.1
3408
+
3409
+ glob@7.2.3:
3410
+ dependencies:
3411
+ fs.realpath: 1.0.0
3412
+ inflight: 1.0.6
3413
+ inherits: 2.0.4
3414
+ minimatch: 3.1.2
3415
+ once: 1.4.0
3416
+ path-is-absolute: 1.0.1
3417
+
3418
+ globals@13.24.0:
3419
+ dependencies:
3420
+ type-fest: 0.20.2
3421
+
3422
+ globby@11.1.0:
3423
+ dependencies:
3424
+ array-union: 2.1.0
3425
+ dir-glob: 3.0.1
3426
+ fast-glob: 3.3.3
3427
+ ignore: 5.3.2
3428
+ merge2: 1.4.1
3429
+ slash: 3.0.0
3430
+
3431
+ graphemer@1.4.0: {}
3432
+
3433
+ has-flag@4.0.0: {}
3434
+
3435
+ hasown@2.0.2:
3436
+ dependencies:
3437
+ function-bind: 1.1.2
3438
+
3439
+ ignore@5.3.2: {}
3440
+
3441
+ import-fresh@3.3.1:
3442
+ dependencies:
3443
+ parent-module: 1.0.1
3444
+ resolve-from: 4.0.0
3445
+
3446
+ imurmurhash@0.1.4: {}
3447
+
3448
+ inflight@1.0.6:
3449
+ dependencies:
3450
+ once: 1.4.0
3451
+ wrappy: 1.0.2
3452
+
3453
+ inherits@2.0.4: {}
3454
+
3455
+ internmap@2.0.3: {}
3456
+
3457
+ is-binary-path@2.1.0:
3458
+ dependencies:
3459
+ binary-extensions: 2.3.0
3460
+
3461
+ is-core-module@2.16.1:
3462
+ dependencies:
3463
+ hasown: 2.0.2
3464
+
3465
+ is-extglob@2.1.1: {}
3466
+
3467
+ is-fullwidth-code-point@3.0.0: {}
3468
+
3469
+ is-glob@4.0.3:
3470
+ dependencies:
3471
+ is-extglob: 2.1.1
3472
+
3473
+ is-number@7.0.0: {}
3474
+
3475
+ is-path-inside@3.0.3: {}
3476
+
3477
+ isexe@2.0.0: {}
3478
+
3479
+ jackspeak@3.4.3:
3480
+ dependencies:
3481
+ '@isaacs/cliui': 8.0.2
3482
+ optionalDependencies:
3483
+ '@pkgjs/parseargs': 0.11.0
3484
+
3485
+ jiti@1.21.7: {}
3486
+
3487
+ js-tokens@4.0.0: {}
3488
+
3489
+ js-yaml@4.1.0:
3490
+ dependencies:
3491
+ argparse: 2.0.1
3492
+
3493
+ jsesc@3.1.0: {}
3494
+
3495
+ json-buffer@3.0.1: {}
3496
+
3497
+ json-schema-traverse@0.4.1: {}
3498
+
3499
+ json-stable-stringify-without-jsonify@1.0.1: {}
3500
+
3501
+ json5@2.2.3: {}
3502
+
3503
+ keyv@4.5.4:
3504
+ dependencies:
3505
+ json-buffer: 3.0.1
3506
+
3507
+ levn@0.4.1:
3508
+ dependencies:
3509
+ prelude-ls: 1.2.1
3510
+ type-check: 0.4.0
3511
+
3512
+ lilconfig@3.1.3: {}
3513
+
3514
+ lines-and-columns@1.2.4: {}
3515
+
3516
+ locate-path@6.0.0:
3517
+ dependencies:
3518
+ p-locate: 5.0.0
3519
+
3520
+ lodash.merge@4.6.2: {}
3521
+
3522
+ lodash@4.17.21: {}
3523
+
3524
+ loose-envify@1.4.0:
3525
+ dependencies:
3526
+ js-tokens: 4.0.0
3527
+
3528
+ lru-cache@10.4.3: {}
3529
+
3530
+ lru-cache@5.1.1:
3531
+ dependencies:
3532
+ yallist: 3.1.1
3533
+
3534
+ lucide-react@0.294.0(react@18.3.1):
3535
+ dependencies:
3536
+ react: 18.3.1
3537
+
3538
+ merge2@1.4.1: {}
3539
+
3540
+ micromatch@4.0.8:
3541
+ dependencies:
3542
+ braces: 3.0.3
3543
+ picomatch: 2.3.1
3544
+
3545
+ minimatch@3.1.2:
3546
+ dependencies:
3547
+ brace-expansion: 1.1.12
3548
+
3549
+ minimatch@9.0.3:
3550
+ dependencies:
3551
+ brace-expansion: 2.0.2
3552
+
3553
+ minimatch@9.0.5:
3554
+ dependencies:
3555
+ brace-expansion: 2.0.2
3556
+
3557
+ minipass@7.1.2: {}
3558
+
3559
+ ms@2.1.3: {}
3560
+
3561
+ mz@2.7.0:
3562
+ dependencies:
3563
+ any-promise: 1.3.0
3564
+ object-assign: 4.1.1
3565
+ thenify-all: 1.6.0
3566
+
3567
+ nanoid@3.3.11: {}
3568
+
3569
+ natural-compare@1.4.0: {}
3570
+
3571
+ node-releases@2.0.19: {}
3572
+
3573
+ normalize-path@3.0.0: {}
3574
+
3575
+ normalize-range@0.1.2: {}
3576
+
3577
+ object-assign@4.1.1: {}
3578
+
3579
+ object-hash@3.0.0: {}
3580
+
3581
+ once@1.4.0:
3582
+ dependencies:
3583
+ wrappy: 1.0.2
3584
+
3585
+ optionator@0.9.4:
3586
+ dependencies:
3587
+ deep-is: 0.1.4
3588
+ fast-levenshtein: 2.0.6
3589
+ levn: 0.4.1
3590
+ prelude-ls: 1.2.1
3591
+ type-check: 0.4.0
3592
+ word-wrap: 1.2.5
3593
+
3594
+ p-limit@3.1.0:
3595
+ dependencies:
3596
+ yocto-queue: 0.1.0
3597
+
3598
+ p-locate@5.0.0:
3599
+ dependencies:
3600
+ p-limit: 3.1.0
3601
+
3602
+ package-json-from-dist@1.0.1: {}
3603
+
3604
+ parent-module@1.0.1:
3605
+ dependencies:
3606
+ callsites: 3.1.0
3607
+
3608
+ path-exists@4.0.0: {}
3609
+
3610
+ path-is-absolute@1.0.1: {}
3611
+
3612
+ path-key@3.1.1: {}
3613
+
3614
+ path-parse@1.0.7: {}
3615
+
3616
+ path-scurry@1.11.1:
3617
+ dependencies:
3618
+ lru-cache: 10.4.3
3619
+ minipass: 7.1.2
3620
+
3621
+ path-type@4.0.0: {}
3622
+
3623
+ picocolors@1.1.1: {}
3624
+
3625
+ picomatch@2.3.1: {}
3626
+
3627
+ pify@2.3.0: {}
3628
+
3629
+ pirates@4.0.7: {}
3630
+
3631
+ postcss-import@15.1.0(postcss@8.5.6):
3632
+ dependencies:
3633
+ postcss: 8.5.6
3634
+ postcss-value-parser: 4.2.0
3635
+ read-cache: 1.0.0
3636
+ resolve: 1.22.10
3637
+
3638
+ postcss-js@4.0.1(postcss@8.5.6):
3639
+ dependencies:
3640
+ camelcase-css: 2.0.1
3641
+ postcss: 8.5.6
3642
+
3643
+ postcss-load-config@4.0.2(postcss@8.5.6):
3644
+ dependencies:
3645
+ lilconfig: 3.1.3
3646
+ yaml: 2.8.1
3647
+ optionalDependencies:
3648
+ postcss: 8.5.6
3649
+
3650
+ postcss-nested@6.2.0(postcss@8.5.6):
3651
+ dependencies:
3652
+ postcss: 8.5.6
3653
+ postcss-selector-parser: 6.1.2
3654
+
3655
+ postcss-selector-parser@6.1.2:
3656
+ dependencies:
3657
+ cssesc: 3.0.0
3658
+ util-deprecate: 1.0.2
3659
+
3660
+ postcss-value-parser@4.2.0: {}
3661
+
3662
+ postcss@8.5.6:
3663
+ dependencies:
3664
+ nanoid: 3.3.11
3665
+ picocolors: 1.1.1
3666
+ source-map-js: 1.2.1
3667
+
3668
+ prelude-ls@1.2.1: {}
3669
+
3670
+ prop-types@15.8.1:
3671
+ dependencies:
3672
+ loose-envify: 1.4.0
3673
+ object-assign: 4.1.1
3674
+ react-is: 16.13.1
3675
+
3676
+ punycode@2.3.1: {}
3677
+
3678
+ queue-microtask@1.2.3: {}
3679
+
3680
+ react-dom@18.3.1(react@18.3.1):
3681
+ dependencies:
3682
+ loose-envify: 1.4.0
3683
+ react: 18.3.1
3684
+ scheduler: 0.23.2
3685
+
3686
+ react-is@16.13.1: {}
3687
+
3688
+ react-is@18.3.1: {}
3689
+
3690
+ react-refresh@0.17.0: {}
3691
+
3692
+ react-remove-scroll-bar@2.3.8(@types/react@18.3.23)(react@18.3.1):
3693
+ dependencies:
3694
+ react: 18.3.1
3695
+ react-style-singleton: 2.2.3(@types/react@18.3.23)(react@18.3.1)
3696
+ tslib: 2.8.1
3697
+ optionalDependencies:
3698
+ '@types/react': 18.3.23
3699
+
3700
+ react-remove-scroll@2.7.1(@types/react@18.3.23)(react@18.3.1):
3701
+ dependencies:
3702
+ react: 18.3.1
3703
+ react-remove-scroll-bar: 2.3.8(@types/react@18.3.23)(react@18.3.1)
3704
+ react-style-singleton: 2.2.3(@types/react@18.3.23)(react@18.3.1)
3705
+ tslib: 2.8.1
3706
+ use-callback-ref: 1.3.3(@types/react@18.3.23)(react@18.3.1)
3707
+ use-sidecar: 1.1.3(@types/react@18.3.23)(react@18.3.1)
3708
+ optionalDependencies:
3709
+ '@types/react': 18.3.23
3710
+
3711
+ react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3712
+ dependencies:
3713
+ '@remix-run/router': 1.23.0
3714
+ react: 18.3.1
3715
+ react-dom: 18.3.1(react@18.3.1)
3716
+ react-router: 6.30.1(react@18.3.1)
3717
+
3718
+ react-router@6.30.1(react@18.3.1):
3719
+ dependencies:
3720
+ '@remix-run/router': 1.23.0
3721
+ react: 18.3.1
3722
+
3723
+ react-smooth@4.0.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3724
+ dependencies:
3725
+ fast-equals: 5.2.2
3726
+ prop-types: 15.8.1
3727
+ react: 18.3.1
3728
+ react-dom: 18.3.1(react@18.3.1)
3729
+ react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3730
+
3731
+ react-style-singleton@2.2.3(@types/react@18.3.23)(react@18.3.1):
3732
+ dependencies:
3733
+ get-nonce: 1.0.1
3734
+ react: 18.3.1
3735
+ tslib: 2.8.1
3736
+ optionalDependencies:
3737
+ '@types/react': 18.3.23
3738
+
3739
+ react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3740
+ dependencies:
3741
+ '@babel/runtime': 7.28.3
3742
+ dom-helpers: 5.2.1
3743
+ loose-envify: 1.4.0
3744
+ prop-types: 15.8.1
3745
+ react: 18.3.1
3746
+ react-dom: 18.3.1(react@18.3.1)
3747
+
3748
+ react@18.3.1:
3749
+ dependencies:
3750
+ loose-envify: 1.4.0
3751
+
3752
+ read-cache@1.0.0:
3753
+ dependencies:
3754
+ pify: 2.3.0
3755
+
3756
+ readdirp@3.6.0:
3757
+ dependencies:
3758
+ picomatch: 2.3.1
3759
+
3760
+ recharts-scale@0.4.5:
3761
+ dependencies:
3762
+ decimal.js-light: 2.5.1
3763
+
3764
+ recharts@2.15.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3765
+ dependencies:
3766
+ clsx: 2.1.1
3767
+ eventemitter3: 4.0.7
3768
+ lodash: 4.17.21
3769
+ react: 18.3.1
3770
+ react-dom: 18.3.1(react@18.3.1)
3771
+ react-is: 18.3.1
3772
+ react-smooth: 4.0.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3773
+ recharts-scale: 0.4.5
3774
+ tiny-invariant: 1.3.3
3775
+ victory-vendor: 36.9.2
3776
+
3777
+ resolve-from@4.0.0: {}
3778
+
3779
+ resolve@1.22.10:
3780
+ dependencies:
3781
+ is-core-module: 2.16.1
3782
+ path-parse: 1.0.7
3783
+ supports-preserve-symlinks-flag: 1.0.0
3784
+
3785
+ reusify@1.1.0: {}
3786
+
3787
+ rimraf@3.0.2:
3788
+ dependencies:
3789
+ glob: 7.2.3
3790
+
3791
+ rollup@4.46.3:
3792
+ dependencies:
3793
+ '@types/estree': 1.0.8
3794
+ optionalDependencies:
3795
+ '@rollup/rollup-android-arm-eabi': 4.46.3
3796
+ '@rollup/rollup-android-arm64': 4.46.3
3797
+ '@rollup/rollup-darwin-arm64': 4.46.3
3798
+ '@rollup/rollup-darwin-x64': 4.46.3
3799
+ '@rollup/rollup-freebsd-arm64': 4.46.3
3800
+ '@rollup/rollup-freebsd-x64': 4.46.3
3801
+ '@rollup/rollup-linux-arm-gnueabihf': 4.46.3
3802
+ '@rollup/rollup-linux-arm-musleabihf': 4.46.3
3803
+ '@rollup/rollup-linux-arm64-gnu': 4.46.3
3804
+ '@rollup/rollup-linux-arm64-musl': 4.46.3
3805
+ '@rollup/rollup-linux-loongarch64-gnu': 4.46.3
3806
+ '@rollup/rollup-linux-ppc64-gnu': 4.46.3
3807
+ '@rollup/rollup-linux-riscv64-gnu': 4.46.3
3808
+ '@rollup/rollup-linux-riscv64-musl': 4.46.3
3809
+ '@rollup/rollup-linux-s390x-gnu': 4.46.3
3810
+ '@rollup/rollup-linux-x64-gnu': 4.46.3
3811
+ '@rollup/rollup-linux-x64-musl': 4.46.3
3812
+ '@rollup/rollup-win32-arm64-msvc': 4.46.3
3813
+ '@rollup/rollup-win32-ia32-msvc': 4.46.3
3814
+ '@rollup/rollup-win32-x64-msvc': 4.46.3
3815
+ fsevents: 2.3.3
3816
+
3817
+ run-parallel@1.2.0:
3818
+ dependencies:
3819
+ queue-microtask: 1.2.3
3820
+
3821
+ scheduler@0.23.2:
3822
+ dependencies:
3823
+ loose-envify: 1.4.0
3824
+
3825
+ semver@6.3.1: {}
3826
+
3827
+ semver@7.7.2: {}
3828
+
3829
+ shebang-command@2.0.0:
3830
+ dependencies:
3831
+ shebang-regex: 3.0.0
3832
+
3833
+ shebang-regex@3.0.0: {}
3834
+
3835
+ signal-exit@4.1.0: {}
3836
+
3837
+ slash@3.0.0: {}
3838
+
3839
+ source-map-js@1.2.1: {}
3840
+
3841
+ string-width@4.2.3:
3842
+ dependencies:
3843
+ emoji-regex: 8.0.0
3844
+ is-fullwidth-code-point: 3.0.0
3845
+ strip-ansi: 6.0.1
3846
+
3847
+ string-width@5.1.2:
3848
+ dependencies:
3849
+ eastasianwidth: 0.2.0
3850
+ emoji-regex: 9.2.2
3851
+ strip-ansi: 7.1.0
3852
+
3853
+ strip-ansi@6.0.1:
3854
+ dependencies:
3855
+ ansi-regex: 5.0.1
3856
+
3857
+ strip-ansi@7.1.0:
3858
+ dependencies:
3859
+ ansi-regex: 6.2.0
3860
+
3861
+ strip-json-comments@3.1.1: {}
3862
+
3863
+ sucrase@3.35.0:
3864
+ dependencies:
3865
+ '@jridgewell/gen-mapping': 0.3.13
3866
+ commander: 4.1.1
3867
+ glob: 10.4.5
3868
+ lines-and-columns: 1.2.4
3869
+ mz: 2.7.0
3870
+ pirates: 4.0.7
3871
+ ts-interface-checker: 0.1.13
3872
+
3873
+ supports-color@7.2.0:
3874
+ dependencies:
3875
+ has-flag: 4.0.0
3876
+
3877
+ supports-preserve-symlinks-flag@1.0.0: {}
3878
+
3879
+ tailwind-merge@2.6.0: {}
3880
+
3881
+ tailwindcss@3.4.17:
3882
+ dependencies:
3883
+ '@alloc/quick-lru': 5.2.0
3884
+ arg: 5.0.2
3885
+ chokidar: 3.6.0
3886
+ didyoumean: 1.2.2
3887
+ dlv: 1.1.3
3888
+ fast-glob: 3.3.3
3889
+ glob-parent: 6.0.2
3890
+ is-glob: 4.0.3
3891
+ jiti: 1.21.7
3892
+ lilconfig: 3.1.3
3893
+ micromatch: 4.0.8
3894
+ normalize-path: 3.0.0
3895
+ object-hash: 3.0.0
3896
+ picocolors: 1.1.1
3897
+ postcss: 8.5.6
3898
+ postcss-import: 15.1.0(postcss@8.5.6)
3899
+ postcss-js: 4.0.1(postcss@8.5.6)
3900
+ postcss-load-config: 4.0.2(postcss@8.5.6)
3901
+ postcss-nested: 6.2.0(postcss@8.5.6)
3902
+ postcss-selector-parser: 6.1.2
3903
+ resolve: 1.22.10
3904
+ sucrase: 3.35.0
3905
+ transitivePeerDependencies:
3906
+ - ts-node
3907
+
3908
+ text-table@0.2.0: {}
3909
+
3910
+ thenify-all@1.6.0:
3911
+ dependencies:
3912
+ thenify: 3.3.1
3913
+
3914
+ thenify@3.3.1:
3915
+ dependencies:
3916
+ any-promise: 1.3.0
3917
+
3918
+ tiny-invariant@1.3.3: {}
3919
+
3920
+ to-regex-range@5.0.1:
3921
+ dependencies:
3922
+ is-number: 7.0.0
3923
+
3924
+ ts-api-utils@1.4.3(typescript@5.9.2):
3925
+ dependencies:
3926
+ typescript: 5.9.2
3927
+
3928
+ ts-interface-checker@0.1.13: {}
3929
+
3930
+ tslib@2.8.1: {}
3931
+
3932
+ type-check@0.4.0:
3933
+ dependencies:
3934
+ prelude-ls: 1.2.1
3935
+
3936
+ type-fest@0.20.2: {}
3937
+
3938
+ typescript@5.9.2: {}
3939
+
3940
+ update-browserslist-db@1.1.3(browserslist@4.25.3):
3941
+ dependencies:
3942
+ browserslist: 4.25.3
3943
+ escalade: 3.2.0
3944
+ picocolors: 1.1.1
3945
+
3946
+ uri-js@4.4.1:
3947
+ dependencies:
3948
+ punycode: 2.3.1
3949
+
3950
+ use-callback-ref@1.3.3(@types/react@18.3.23)(react@18.3.1):
3951
+ dependencies:
3952
+ react: 18.3.1
3953
+ tslib: 2.8.1
3954
+ optionalDependencies:
3955
+ '@types/react': 18.3.23
3956
+
3957
+ use-sidecar@1.1.3(@types/react@18.3.23)(react@18.3.1):
3958
+ dependencies:
3959
+ detect-node-es: 1.1.0
3960
+ react: 18.3.1
3961
+ tslib: 2.8.1
3962
+ optionalDependencies:
3963
+ '@types/react': 18.3.23
3964
+
3965
+ use-sync-external-store@1.5.0(react@18.3.1):
3966
+ dependencies:
3967
+ react: 18.3.1
3968
+
3969
+ util-deprecate@1.0.2: {}
3970
+
3971
+ victory-vendor@36.9.2:
3972
+ dependencies:
3973
+ '@types/d3-array': 3.2.1
3974
+ '@types/d3-ease': 3.0.2
3975
+ '@types/d3-interpolate': 3.0.4
3976
+ '@types/d3-scale': 4.0.9
3977
+ '@types/d3-shape': 3.1.7
3978
+ '@types/d3-time': 3.0.4
3979
+ '@types/d3-timer': 3.0.2
3980
+ d3-array: 3.2.4
3981
+ d3-ease: 3.0.1
3982
+ d3-interpolate: 3.0.1
3983
+ d3-scale: 4.0.2
3984
+ d3-shape: 3.2.0
3985
+ d3-time: 3.1.0
3986
+ d3-timer: 3.0.1
3987
+
3988
+ vite@5.4.19:
3989
+ dependencies:
3990
+ esbuild: 0.21.5
3991
+ postcss: 8.5.6
3992
+ rollup: 4.46.3
3993
+ optionalDependencies:
3994
+ fsevents: 2.3.3
3995
+
3996
+ which@2.0.2:
3997
+ dependencies:
3998
+ isexe: 2.0.0
3999
+
4000
+ word-wrap@1.2.5: {}
4001
+
4002
+ wrap-ansi@7.0.0:
4003
+ dependencies:
4004
+ ansi-styles: 4.3.0
4005
+ string-width: 4.2.3
4006
+ strip-ansi: 6.0.1
4007
+
4008
+ wrap-ansi@8.1.0:
4009
+ dependencies:
4010
+ ansi-styles: 6.2.1
4011
+ string-width: 5.1.2
4012
+ strip-ansi: 7.1.0
4013
+
4014
+ wrappy@1.0.2: {}
4015
+
4016
+ yallist@3.1.1: {}
4017
+
4018
+ yaml@2.8.1: {}
4019
+
4020
+ yocto-queue@0.1.0: {}