better-auth-studio 1.0.5 → 1.0.7

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 (44) hide show
  1. package/package.json +8 -1
  2. package/frontend/index.html +0 -13
  3. package/frontend/package-lock.json +0 -4675
  4. package/frontend/package.json +0 -52
  5. package/frontend/pnpm-lock.yaml +0 -4020
  6. package/frontend/postcss.config.js +0 -6
  7. package/frontend/src/App.tsx +0 -36
  8. package/frontend/src/components/CommandPalette.tsx +0 -219
  9. package/frontend/src/components/Layout.tsx +0 -159
  10. package/frontend/src/components/ui/badge.tsx +0 -40
  11. package/frontend/src/components/ui/button.tsx +0 -53
  12. package/frontend/src/components/ui/card.tsx +0 -78
  13. package/frontend/src/components/ui/input.tsx +0 -20
  14. package/frontend/src/components/ui/label.tsx +0 -19
  15. package/frontend/src/components/ui/select.tsx +0 -71
  16. package/frontend/src/index.css +0 -130
  17. package/frontend/src/lib/utils.ts +0 -6
  18. package/frontend/src/main.tsx +0 -10
  19. package/frontend/src/pages/Dashboard.tsx +0 -231
  20. package/frontend/src/pages/OrganizationDetails.tsx +0 -1281
  21. package/frontend/src/pages/Organizations.tsx +0 -874
  22. package/frontend/src/pages/Sessions.tsx +0 -623
  23. package/frontend/src/pages/Settings.tsx +0 -1019
  24. package/frontend/src/pages/TeamDetails.tsx +0 -666
  25. package/frontend/src/pages/Users.tsx +0 -728
  26. package/frontend/tailwind.config.js +0 -75
  27. package/frontend/tsconfig.json +0 -31
  28. package/frontend/tsconfig.node.json +0 -10
  29. package/frontend/vite.config.ts +0 -31
  30. package/src/auth-adapter.ts +0 -473
  31. package/src/cli.ts +0 -51
  32. package/src/config.ts +0 -320
  33. package/src/data.ts +0 -351
  34. package/src/routes.ts +0 -1585
  35. package/src/studio.ts +0 -86
  36. package/test-project/README.md +0 -0
  37. package/test-project/better-auth.db +0 -0
  38. package/test-project/better-auth_migrations/2025-08-27T15-55-04.099Z.sql +0 -7
  39. package/test-project/better-auth_migrations/2025-09-04T02-33-19.422Z.sql +0 -7
  40. package/test-project/package.json +0 -29
  41. package/test-project/pnpm-lock.yaml +0 -1728
  42. package/test-project/src/auth.ts +0 -47
  43. package/test-project/src/index.ts +0 -40
  44. package/tsconfig.json +0 -21
@@ -1,4675 +0,0 @@
1
- {
2
- "name": "better-auth-studio-frontend",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "better-auth-studio-frontend",
9
- "version": "1.0.0",
10
- "dependencies": {
11
- "@radix-ui/react-avatar": "^1.0.4",
12
- "@radix-ui/react-dialog": "^1.0.5",
13
- "@radix-ui/react-dropdown-menu": "^2.0.6",
14
- "@radix-ui/react-label": "^2.0.2",
15
- "@radix-ui/react-select": "^2.0.0",
16
- "@radix-ui/react-separator": "^1.0.3",
17
- "@radix-ui/react-slot": "^1.2.3",
18
- "@radix-ui/react-switch": "^1.0.3",
19
- "@radix-ui/react-tabs": "^1.0.4",
20
- "@radix-ui/react-toast": "^1.1.5",
21
- "@radix-ui/react-tooltip": "^1.0.7",
22
- "@tanstack/react-query": "^5.85.5",
23
- "class-variance-authority": "^0.7.1",
24
- "clsx": "^2.0.0",
25
- "cmdk": "^1.1.1",
26
- "date-fns": "^2.30.0",
27
- "lucide-react": "^0.294.0",
28
- "react": "^18.2.0",
29
- "react-dom": "^18.2.0",
30
- "react-router-dom": "^6.20.1",
31
- "recharts": "^2.8.0",
32
- "sonner": "^2.0.7",
33
- "tailwind-merge": "^2.0.0"
34
- },
35
- "devDependencies": {
36
- "@types/react": "^18.2.37",
37
- "@types/react-dom": "^18.2.15",
38
- "@typescript-eslint/eslint-plugin": "^6.10.0",
39
- "@typescript-eslint/parser": "^6.10.0",
40
- "@vitejs/plugin-react": "^4.1.1",
41
- "autoprefixer": "^10.4.16",
42
- "eslint": "^8.53.0",
43
- "eslint-plugin-react-hooks": "^4.6.0",
44
- "eslint-plugin-react-refresh": "^0.4.4",
45
- "postcss": "^8.4.31",
46
- "tailwindcss": "^3.3.5",
47
- "typescript": "^5.2.2",
48
- "vite": "^5.0.0"
49
- }
50
- },
51
- "node_modules/@alloc/quick-lru": {
52
- "version": "5.2.0",
53
- "dev": true,
54
- "license": "MIT",
55
- "engines": {
56
- "node": ">=10"
57
- },
58
- "funding": {
59
- "url": "https://github.com/sponsors/sindresorhus"
60
- }
61
- },
62
- "node_modules/@ampproject/remapping": {
63
- "version": "2.3.0",
64
- "dev": true,
65
- "license": "Apache-2.0",
66
- "dependencies": {
67
- "@jridgewell/gen-mapping": "^0.3.5",
68
- "@jridgewell/trace-mapping": "^0.3.24"
69
- },
70
- "engines": {
71
- "node": ">=6.0.0"
72
- }
73
- },
74
- "node_modules/@babel/code-frame": {
75
- "version": "7.27.1",
76
- "dev": true,
77
- "license": "MIT",
78
- "dependencies": {
79
- "@babel/helper-validator-identifier": "^7.27.1",
80
- "js-tokens": "^4.0.0",
81
- "picocolors": "^1.1.1"
82
- },
83
- "engines": {
84
- "node": ">=6.9.0"
85
- }
86
- },
87
- "node_modules/@babel/compat-data": {
88
- "version": "7.28.0",
89
- "dev": true,
90
- "license": "MIT",
91
- "engines": {
92
- "node": ">=6.9.0"
93
- }
94
- },
95
- "node_modules/@babel/core": {
96
- "version": "7.28.3",
97
- "dev": true,
98
- "license": "MIT",
99
- "dependencies": {
100
- "@ampproject/remapping": "^2.2.0",
101
- "@babel/code-frame": "^7.27.1",
102
- "@babel/generator": "^7.28.3",
103
- "@babel/helper-compilation-targets": "^7.27.2",
104
- "@babel/helper-module-transforms": "^7.28.3",
105
- "@babel/helpers": "^7.28.3",
106
- "@babel/parser": "^7.28.3",
107
- "@babel/template": "^7.27.2",
108
- "@babel/traverse": "^7.28.3",
109
- "@babel/types": "^7.28.2",
110
- "convert-source-map": "^2.0.0",
111
- "debug": "^4.1.0",
112
- "gensync": "^1.0.0-beta.2",
113
- "json5": "^2.2.3",
114
- "semver": "^6.3.1"
115
- },
116
- "engines": {
117
- "node": ">=6.9.0"
118
- },
119
- "funding": {
120
- "type": "opencollective",
121
- "url": "https://opencollective.com/babel"
122
- }
123
- },
124
- "node_modules/@babel/core/node_modules/semver": {
125
- "version": "6.3.1",
126
- "dev": true,
127
- "license": "ISC",
128
- "bin": {
129
- "semver": "bin/semver.js"
130
- }
131
- },
132
- "node_modules/@babel/generator": {
133
- "version": "7.28.3",
134
- "dev": true,
135
- "license": "MIT",
136
- "dependencies": {
137
- "@babel/parser": "^7.28.3",
138
- "@babel/types": "^7.28.2",
139
- "@jridgewell/gen-mapping": "^0.3.12",
140
- "@jridgewell/trace-mapping": "^0.3.28",
141
- "jsesc": "^3.0.2"
142
- },
143
- "engines": {
144
- "node": ">=6.9.0"
145
- }
146
- },
147
- "node_modules/@babel/helper-compilation-targets": {
148
- "version": "7.27.2",
149
- "dev": true,
150
- "license": "MIT",
151
- "dependencies": {
152
- "@babel/compat-data": "^7.27.2",
153
- "@babel/helper-validator-option": "^7.27.1",
154
- "browserslist": "^4.24.0",
155
- "lru-cache": "^5.1.1",
156
- "semver": "^6.3.1"
157
- },
158
- "engines": {
159
- "node": ">=6.9.0"
160
- }
161
- },
162
- "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
163
- "version": "6.3.1",
164
- "dev": true,
165
- "license": "ISC",
166
- "bin": {
167
- "semver": "bin/semver.js"
168
- }
169
- },
170
- "node_modules/@babel/helper-globals": {
171
- "version": "7.28.0",
172
- "dev": true,
173
- "license": "MIT",
174
- "engines": {
175
- "node": ">=6.9.0"
176
- }
177
- },
178
- "node_modules/@babel/helper-module-imports": {
179
- "version": "7.27.1",
180
- "dev": true,
181
- "license": "MIT",
182
- "dependencies": {
183
- "@babel/traverse": "^7.27.1",
184
- "@babel/types": "^7.27.1"
185
- },
186
- "engines": {
187
- "node": ">=6.9.0"
188
- }
189
- },
190
- "node_modules/@babel/helper-module-transforms": {
191
- "version": "7.28.3",
192
- "dev": true,
193
- "license": "MIT",
194
- "dependencies": {
195
- "@babel/helper-module-imports": "^7.27.1",
196
- "@babel/helper-validator-identifier": "^7.27.1",
197
- "@babel/traverse": "^7.28.3"
198
- },
199
- "engines": {
200
- "node": ">=6.9.0"
201
- },
202
- "peerDependencies": {
203
- "@babel/core": "^7.0.0"
204
- }
205
- },
206
- "node_modules/@babel/helper-plugin-utils": {
207
- "version": "7.27.1",
208
- "dev": true,
209
- "license": "MIT",
210
- "engines": {
211
- "node": ">=6.9.0"
212
- }
213
- },
214
- "node_modules/@babel/helper-string-parser": {
215
- "version": "7.27.1",
216
- "dev": true,
217
- "license": "MIT",
218
- "engines": {
219
- "node": ">=6.9.0"
220
- }
221
- },
222
- "node_modules/@babel/helper-validator-identifier": {
223
- "version": "7.27.1",
224
- "dev": true,
225
- "license": "MIT",
226
- "engines": {
227
- "node": ">=6.9.0"
228
- }
229
- },
230
- "node_modules/@babel/helper-validator-option": {
231
- "version": "7.27.1",
232
- "dev": true,
233
- "license": "MIT",
234
- "engines": {
235
- "node": ">=6.9.0"
236
- }
237
- },
238
- "node_modules/@babel/helpers": {
239
- "version": "7.28.3",
240
- "dev": true,
241
- "license": "MIT",
242
- "dependencies": {
243
- "@babel/template": "^7.27.2",
244
- "@babel/types": "^7.28.2"
245
- },
246
- "engines": {
247
- "node": ">=6.9.0"
248
- }
249
- },
250
- "node_modules/@babel/parser": {
251
- "version": "7.28.3",
252
- "dev": true,
253
- "license": "MIT",
254
- "dependencies": {
255
- "@babel/types": "^7.28.2"
256
- },
257
- "bin": {
258
- "parser": "bin/babel-parser.js"
259
- },
260
- "engines": {
261
- "node": ">=6.0.0"
262
- }
263
- },
264
- "node_modules/@babel/plugin-transform-react-jsx-self": {
265
- "version": "7.27.1",
266
- "dev": true,
267
- "license": "MIT",
268
- "dependencies": {
269
- "@babel/helper-plugin-utils": "^7.27.1"
270
- },
271
- "engines": {
272
- "node": ">=6.9.0"
273
- },
274
- "peerDependencies": {
275
- "@babel/core": "^7.0.0-0"
276
- }
277
- },
278
- "node_modules/@babel/plugin-transform-react-jsx-source": {
279
- "version": "7.27.1",
280
- "dev": true,
281
- "license": "MIT",
282
- "dependencies": {
283
- "@babel/helper-plugin-utils": "^7.27.1"
284
- },
285
- "engines": {
286
- "node": ">=6.9.0"
287
- },
288
- "peerDependencies": {
289
- "@babel/core": "^7.0.0-0"
290
- }
291
- },
292
- "node_modules/@babel/runtime": {
293
- "version": "7.28.3",
294
- "license": "MIT",
295
- "engines": {
296
- "node": ">=6.9.0"
297
- }
298
- },
299
- "node_modules/@babel/template": {
300
- "version": "7.27.2",
301
- "dev": true,
302
- "license": "MIT",
303
- "dependencies": {
304
- "@babel/code-frame": "^7.27.1",
305
- "@babel/parser": "^7.27.2",
306
- "@babel/types": "^7.27.1"
307
- },
308
- "engines": {
309
- "node": ">=6.9.0"
310
- }
311
- },
312
- "node_modules/@babel/traverse": {
313
- "version": "7.28.3",
314
- "dev": true,
315
- "license": "MIT",
316
- "dependencies": {
317
- "@babel/code-frame": "^7.27.1",
318
- "@babel/generator": "^7.28.3",
319
- "@babel/helper-globals": "^7.28.0",
320
- "@babel/parser": "^7.28.3",
321
- "@babel/template": "^7.27.2",
322
- "@babel/types": "^7.28.2",
323
- "debug": "^4.3.1"
324
- },
325
- "engines": {
326
- "node": ">=6.9.0"
327
- }
328
- },
329
- "node_modules/@babel/types": {
330
- "version": "7.28.2",
331
- "dev": true,
332
- "license": "MIT",
333
- "dependencies": {
334
- "@babel/helper-string-parser": "^7.27.1",
335
- "@babel/helper-validator-identifier": "^7.27.1"
336
- },
337
- "engines": {
338
- "node": ">=6.9.0"
339
- }
340
- },
341
- "node_modules/@esbuild/darwin-arm64": {
342
- "version": "0.21.5",
343
- "cpu": [
344
- "arm64"
345
- ],
346
- "dev": true,
347
- "license": "MIT",
348
- "optional": true,
349
- "os": [
350
- "darwin"
351
- ],
352
- "engines": {
353
- "node": ">=12"
354
- }
355
- },
356
- "node_modules/@eslint-community/eslint-utils": {
357
- "version": "4.7.0",
358
- "dev": true,
359
- "license": "MIT",
360
- "dependencies": {
361
- "eslint-visitor-keys": "^3.4.3"
362
- },
363
- "engines": {
364
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
365
- },
366
- "funding": {
367
- "url": "https://opencollective.com/eslint"
368
- },
369
- "peerDependencies": {
370
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
371
- }
372
- },
373
- "node_modules/@eslint-community/regexpp": {
374
- "version": "4.12.1",
375
- "dev": true,
376
- "license": "MIT",
377
- "engines": {
378
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
379
- }
380
- },
381
- "node_modules/@eslint/eslintrc": {
382
- "version": "2.1.4",
383
- "dev": true,
384
- "license": "MIT",
385
- "dependencies": {
386
- "ajv": "^6.12.4",
387
- "debug": "^4.3.2",
388
- "espree": "^9.6.0",
389
- "globals": "^13.19.0",
390
- "ignore": "^5.2.0",
391
- "import-fresh": "^3.2.1",
392
- "js-yaml": "^4.1.0",
393
- "minimatch": "^3.1.2",
394
- "strip-json-comments": "^3.1.1"
395
- },
396
- "engines": {
397
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
398
- },
399
- "funding": {
400
- "url": "https://opencollective.com/eslint"
401
- }
402
- },
403
- "node_modules/@eslint/js": {
404
- "version": "8.57.1",
405
- "dev": true,
406
- "license": "MIT",
407
- "engines": {
408
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
409
- }
410
- },
411
- "node_modules/@floating-ui/core": {
412
- "version": "1.7.3",
413
- "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
414
- "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
415
- "license": "MIT",
416
- "dependencies": {
417
- "@floating-ui/utils": "^0.2.10"
418
- }
419
- },
420
- "node_modules/@floating-ui/dom": {
421
- "version": "1.7.4",
422
- "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
423
- "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
424
- "license": "MIT",
425
- "dependencies": {
426
- "@floating-ui/core": "^1.7.3",
427
- "@floating-ui/utils": "^0.2.10"
428
- }
429
- },
430
- "node_modules/@floating-ui/react-dom": {
431
- "version": "2.1.6",
432
- "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",
433
- "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
434
- "license": "MIT",
435
- "dependencies": {
436
- "@floating-ui/dom": "^1.7.4"
437
- },
438
- "peerDependencies": {
439
- "react": ">=16.8.0",
440
- "react-dom": ">=16.8.0"
441
- }
442
- },
443
- "node_modules/@floating-ui/utils": {
444
- "version": "0.2.10",
445
- "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
446
- "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
447
- "license": "MIT"
448
- },
449
- "node_modules/@humanwhocodes/config-array": {
450
- "version": "0.13.0",
451
- "dev": true,
452
- "license": "Apache-2.0",
453
- "dependencies": {
454
- "@humanwhocodes/object-schema": "^2.0.3",
455
- "debug": "^4.3.1",
456
- "minimatch": "^3.0.5"
457
- },
458
- "engines": {
459
- "node": ">=10.10.0"
460
- }
461
- },
462
- "node_modules/@humanwhocodes/module-importer": {
463
- "version": "1.0.1",
464
- "dev": true,
465
- "license": "Apache-2.0",
466
- "engines": {
467
- "node": ">=12.22"
468
- },
469
- "funding": {
470
- "type": "github",
471
- "url": "https://github.com/sponsors/nzakas"
472
- }
473
- },
474
- "node_modules/@humanwhocodes/object-schema": {
475
- "version": "2.0.3",
476
- "dev": true,
477
- "license": "BSD-3-Clause"
478
- },
479
- "node_modules/@isaacs/cliui": {
480
- "version": "8.0.2",
481
- "dev": true,
482
- "license": "ISC",
483
- "dependencies": {
484
- "string-width": "^5.1.2",
485
- "string-width-cjs": "npm:string-width@^4.2.0",
486
- "strip-ansi": "^7.0.1",
487
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
488
- "wrap-ansi": "^8.1.0",
489
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
490
- },
491
- "engines": {
492
- "node": ">=12"
493
- }
494
- },
495
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
496
- "version": "6.2.0",
497
- "dev": true,
498
- "license": "MIT",
499
- "engines": {
500
- "node": ">=12"
501
- },
502
- "funding": {
503
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
504
- }
505
- },
506
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
507
- "version": "7.1.0",
508
- "dev": true,
509
- "license": "MIT",
510
- "dependencies": {
511
- "ansi-regex": "^6.0.1"
512
- },
513
- "engines": {
514
- "node": ">=12"
515
- },
516
- "funding": {
517
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
518
- }
519
- },
520
- "node_modules/@jridgewell/gen-mapping": {
521
- "version": "0.3.13",
522
- "dev": true,
523
- "license": "MIT",
524
- "dependencies": {
525
- "@jridgewell/sourcemap-codec": "^1.5.0",
526
- "@jridgewell/trace-mapping": "^0.3.24"
527
- }
528
- },
529
- "node_modules/@jridgewell/resolve-uri": {
530
- "version": "3.1.2",
531
- "dev": true,
532
- "license": "MIT",
533
- "engines": {
534
- "node": ">=6.0.0"
535
- }
536
- },
537
- "node_modules/@jridgewell/sourcemap-codec": {
538
- "version": "1.5.5",
539
- "dev": true,
540
- "license": "MIT"
541
- },
542
- "node_modules/@jridgewell/trace-mapping": {
543
- "version": "0.3.30",
544
- "dev": true,
545
- "license": "MIT",
546
- "dependencies": {
547
- "@jridgewell/resolve-uri": "^3.1.0",
548
- "@jridgewell/sourcemap-codec": "^1.4.14"
549
- }
550
- },
551
- "node_modules/@nodelib/fs.scandir": {
552
- "version": "2.1.5",
553
- "dev": true,
554
- "license": "MIT",
555
- "dependencies": {
556
- "@nodelib/fs.stat": "2.0.5",
557
- "run-parallel": "^1.1.9"
558
- },
559
- "engines": {
560
- "node": ">= 8"
561
- }
562
- },
563
- "node_modules/@nodelib/fs.stat": {
564
- "version": "2.0.5",
565
- "dev": true,
566
- "license": "MIT",
567
- "engines": {
568
- "node": ">= 8"
569
- }
570
- },
571
- "node_modules/@nodelib/fs.walk": {
572
- "version": "1.2.8",
573
- "dev": true,
574
- "license": "MIT",
575
- "dependencies": {
576
- "@nodelib/fs.scandir": "2.1.5",
577
- "fastq": "^1.6.0"
578
- },
579
- "engines": {
580
- "node": ">= 8"
581
- }
582
- },
583
- "node_modules/@pkgjs/parseargs": {
584
- "version": "0.11.0",
585
- "dev": true,
586
- "license": "MIT",
587
- "optional": true,
588
- "engines": {
589
- "node": ">=14"
590
- }
591
- },
592
- "node_modules/@radix-ui/number": {
593
- "version": "1.1.1",
594
- "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.1.1.tgz",
595
- "integrity": "sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==",
596
- "license": "MIT"
597
- },
598
- "node_modules/@radix-ui/primitive": {
599
- "version": "1.1.3",
600
- "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz",
601
- "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==",
602
- "license": "MIT"
603
- },
604
- "node_modules/@radix-ui/react-arrow": {
605
- "version": "1.1.7",
606
- "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz",
607
- "integrity": "sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==",
608
- "license": "MIT",
609
- "dependencies": {
610
- "@radix-ui/react-primitive": "2.1.3"
611
- },
612
- "peerDependencies": {
613
- "@types/react": "*",
614
- "@types/react-dom": "*",
615
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
616
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
617
- },
618
- "peerDependenciesMeta": {
619
- "@types/react": {
620
- "optional": true
621
- },
622
- "@types/react-dom": {
623
- "optional": true
624
- }
625
- }
626
- },
627
- "node_modules/@radix-ui/react-avatar": {
628
- "version": "1.1.10",
629
- "resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.10.tgz",
630
- "integrity": "sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==",
631
- "license": "MIT",
632
- "dependencies": {
633
- "@radix-ui/react-context": "1.1.2",
634
- "@radix-ui/react-primitive": "2.1.3",
635
- "@radix-ui/react-use-callback-ref": "1.1.1",
636
- "@radix-ui/react-use-is-hydrated": "0.1.0",
637
- "@radix-ui/react-use-layout-effect": "1.1.1"
638
- },
639
- "peerDependencies": {
640
- "@types/react": "*",
641
- "@types/react-dom": "*",
642
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
643
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
644
- },
645
- "peerDependenciesMeta": {
646
- "@types/react": {
647
- "optional": true
648
- },
649
- "@types/react-dom": {
650
- "optional": true
651
- }
652
- }
653
- },
654
- "node_modules/@radix-ui/react-collection": {
655
- "version": "1.1.7",
656
- "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz",
657
- "integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==",
658
- "license": "MIT",
659
- "dependencies": {
660
- "@radix-ui/react-compose-refs": "1.1.2",
661
- "@radix-ui/react-context": "1.1.2",
662
- "@radix-ui/react-primitive": "2.1.3",
663
- "@radix-ui/react-slot": "1.2.3"
664
- },
665
- "peerDependencies": {
666
- "@types/react": "*",
667
- "@types/react-dom": "*",
668
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
669
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
670
- },
671
- "peerDependenciesMeta": {
672
- "@types/react": {
673
- "optional": true
674
- },
675
- "@types/react-dom": {
676
- "optional": true
677
- }
678
- }
679
- },
680
- "node_modules/@radix-ui/react-compose-refs": {
681
- "version": "1.1.2",
682
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
683
- "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
684
- "license": "MIT",
685
- "peerDependencies": {
686
- "@types/react": "*",
687
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
688
- },
689
- "peerDependenciesMeta": {
690
- "@types/react": {
691
- "optional": true
692
- }
693
- }
694
- },
695
- "node_modules/@radix-ui/react-context": {
696
- "version": "1.1.2",
697
- "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz",
698
- "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==",
699
- "license": "MIT",
700
- "peerDependencies": {
701
- "@types/react": "*",
702
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
703
- },
704
- "peerDependenciesMeta": {
705
- "@types/react": {
706
- "optional": true
707
- }
708
- }
709
- },
710
- "node_modules/@radix-ui/react-dialog": {
711
- "version": "1.1.15",
712
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz",
713
- "integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==",
714
- "license": "MIT",
715
- "dependencies": {
716
- "@radix-ui/primitive": "1.1.3",
717
- "@radix-ui/react-compose-refs": "1.1.2",
718
- "@radix-ui/react-context": "1.1.2",
719
- "@radix-ui/react-dismissable-layer": "1.1.11",
720
- "@radix-ui/react-focus-guards": "1.1.3",
721
- "@radix-ui/react-focus-scope": "1.1.7",
722
- "@radix-ui/react-id": "1.1.1",
723
- "@radix-ui/react-portal": "1.1.9",
724
- "@radix-ui/react-presence": "1.1.5",
725
- "@radix-ui/react-primitive": "2.1.3",
726
- "@radix-ui/react-slot": "1.2.3",
727
- "@radix-ui/react-use-controllable-state": "1.2.2",
728
- "aria-hidden": "^1.2.4",
729
- "react-remove-scroll": "^2.6.3"
730
- },
731
- "peerDependencies": {
732
- "@types/react": "*",
733
- "@types/react-dom": "*",
734
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
735
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
736
- },
737
- "peerDependenciesMeta": {
738
- "@types/react": {
739
- "optional": true
740
- },
741
- "@types/react-dom": {
742
- "optional": true
743
- }
744
- }
745
- },
746
- "node_modules/@radix-ui/react-direction": {
747
- "version": "1.1.1",
748
- "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz",
749
- "integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==",
750
- "license": "MIT",
751
- "peerDependencies": {
752
- "@types/react": "*",
753
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
754
- },
755
- "peerDependenciesMeta": {
756
- "@types/react": {
757
- "optional": true
758
- }
759
- }
760
- },
761
- "node_modules/@radix-ui/react-dismissable-layer": {
762
- "version": "1.1.11",
763
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz",
764
- "integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==",
765
- "license": "MIT",
766
- "dependencies": {
767
- "@radix-ui/primitive": "1.1.3",
768
- "@radix-ui/react-compose-refs": "1.1.2",
769
- "@radix-ui/react-primitive": "2.1.3",
770
- "@radix-ui/react-use-callback-ref": "1.1.1",
771
- "@radix-ui/react-use-escape-keydown": "1.1.1"
772
- },
773
- "peerDependencies": {
774
- "@types/react": "*",
775
- "@types/react-dom": "*",
776
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
777
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
778
- },
779
- "peerDependenciesMeta": {
780
- "@types/react": {
781
- "optional": true
782
- },
783
- "@types/react-dom": {
784
- "optional": true
785
- }
786
- }
787
- },
788
- "node_modules/@radix-ui/react-dropdown-menu": {
789
- "version": "2.1.16",
790
- "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.16.tgz",
791
- "integrity": "sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==",
792
- "license": "MIT",
793
- "dependencies": {
794
- "@radix-ui/primitive": "1.1.3",
795
- "@radix-ui/react-compose-refs": "1.1.2",
796
- "@radix-ui/react-context": "1.1.2",
797
- "@radix-ui/react-id": "1.1.1",
798
- "@radix-ui/react-menu": "2.1.16",
799
- "@radix-ui/react-primitive": "2.1.3",
800
- "@radix-ui/react-use-controllable-state": "1.2.2"
801
- },
802
- "peerDependencies": {
803
- "@types/react": "*",
804
- "@types/react-dom": "*",
805
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
806
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
807
- },
808
- "peerDependenciesMeta": {
809
- "@types/react": {
810
- "optional": true
811
- },
812
- "@types/react-dom": {
813
- "optional": true
814
- }
815
- }
816
- },
817
- "node_modules/@radix-ui/react-focus-guards": {
818
- "version": "1.1.3",
819
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz",
820
- "integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==",
821
- "license": "MIT",
822
- "peerDependencies": {
823
- "@types/react": "*",
824
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
825
- },
826
- "peerDependenciesMeta": {
827
- "@types/react": {
828
- "optional": true
829
- }
830
- }
831
- },
832
- "node_modules/@radix-ui/react-focus-scope": {
833
- "version": "1.1.7",
834
- "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz",
835
- "integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==",
836
- "license": "MIT",
837
- "dependencies": {
838
- "@radix-ui/react-compose-refs": "1.1.2",
839
- "@radix-ui/react-primitive": "2.1.3",
840
- "@radix-ui/react-use-callback-ref": "1.1.1"
841
- },
842
- "peerDependencies": {
843
- "@types/react": "*",
844
- "@types/react-dom": "*",
845
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
846
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
847
- },
848
- "peerDependenciesMeta": {
849
- "@types/react": {
850
- "optional": true
851
- },
852
- "@types/react-dom": {
853
- "optional": true
854
- }
855
- }
856
- },
857
- "node_modules/@radix-ui/react-id": {
858
- "version": "1.1.1",
859
- "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz",
860
- "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
861
- "license": "MIT",
862
- "dependencies": {
863
- "@radix-ui/react-use-layout-effect": "1.1.1"
864
- },
865
- "peerDependencies": {
866
- "@types/react": "*",
867
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
868
- },
869
- "peerDependenciesMeta": {
870
- "@types/react": {
871
- "optional": true
872
- }
873
- }
874
- },
875
- "node_modules/@radix-ui/react-label": {
876
- "version": "2.1.7",
877
- "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-2.1.7.tgz",
878
- "integrity": "sha512-YT1GqPSL8kJn20djelMX7/cTRp/Y9w5IZHvfxQTVHrOqa2yMl7i/UfMqKRU5V7mEyKTrUVgJXhNQPVCG8PBLoQ==",
879
- "license": "MIT",
880
- "dependencies": {
881
- "@radix-ui/react-primitive": "2.1.3"
882
- },
883
- "peerDependencies": {
884
- "@types/react": "*",
885
- "@types/react-dom": "*",
886
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
887
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
888
- },
889
- "peerDependenciesMeta": {
890
- "@types/react": {
891
- "optional": true
892
- },
893
- "@types/react-dom": {
894
- "optional": true
895
- }
896
- }
897
- },
898
- "node_modules/@radix-ui/react-menu": {
899
- "version": "2.1.16",
900
- "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.16.tgz",
901
- "integrity": "sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==",
902
- "license": "MIT",
903
- "dependencies": {
904
- "@radix-ui/primitive": "1.1.3",
905
- "@radix-ui/react-collection": "1.1.7",
906
- "@radix-ui/react-compose-refs": "1.1.2",
907
- "@radix-ui/react-context": "1.1.2",
908
- "@radix-ui/react-direction": "1.1.1",
909
- "@radix-ui/react-dismissable-layer": "1.1.11",
910
- "@radix-ui/react-focus-guards": "1.1.3",
911
- "@radix-ui/react-focus-scope": "1.1.7",
912
- "@radix-ui/react-id": "1.1.1",
913
- "@radix-ui/react-popper": "1.2.8",
914
- "@radix-ui/react-portal": "1.1.9",
915
- "@radix-ui/react-presence": "1.1.5",
916
- "@radix-ui/react-primitive": "2.1.3",
917
- "@radix-ui/react-roving-focus": "1.1.11",
918
- "@radix-ui/react-slot": "1.2.3",
919
- "@radix-ui/react-use-callback-ref": "1.1.1",
920
- "aria-hidden": "^1.2.4",
921
- "react-remove-scroll": "^2.6.3"
922
- },
923
- "peerDependencies": {
924
- "@types/react": "*",
925
- "@types/react-dom": "*",
926
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
927
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
928
- },
929
- "peerDependenciesMeta": {
930
- "@types/react": {
931
- "optional": true
932
- },
933
- "@types/react-dom": {
934
- "optional": true
935
- }
936
- }
937
- },
938
- "node_modules/@radix-ui/react-popper": {
939
- "version": "1.2.8",
940
- "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz",
941
- "integrity": "sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==",
942
- "license": "MIT",
943
- "dependencies": {
944
- "@floating-ui/react-dom": "^2.0.0",
945
- "@radix-ui/react-arrow": "1.1.7",
946
- "@radix-ui/react-compose-refs": "1.1.2",
947
- "@radix-ui/react-context": "1.1.2",
948
- "@radix-ui/react-primitive": "2.1.3",
949
- "@radix-ui/react-use-callback-ref": "1.1.1",
950
- "@radix-ui/react-use-layout-effect": "1.1.1",
951
- "@radix-ui/react-use-rect": "1.1.1",
952
- "@radix-ui/react-use-size": "1.1.1",
953
- "@radix-ui/rect": "1.1.1"
954
- },
955
- "peerDependencies": {
956
- "@types/react": "*",
957
- "@types/react-dom": "*",
958
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
959
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
960
- },
961
- "peerDependenciesMeta": {
962
- "@types/react": {
963
- "optional": true
964
- },
965
- "@types/react-dom": {
966
- "optional": true
967
- }
968
- }
969
- },
970
- "node_modules/@radix-ui/react-portal": {
971
- "version": "1.1.9",
972
- "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz",
973
- "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==",
974
- "license": "MIT",
975
- "dependencies": {
976
- "@radix-ui/react-primitive": "2.1.3",
977
- "@radix-ui/react-use-layout-effect": "1.1.1"
978
- },
979
- "peerDependencies": {
980
- "@types/react": "*",
981
- "@types/react-dom": "*",
982
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
983
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
984
- },
985
- "peerDependenciesMeta": {
986
- "@types/react": {
987
- "optional": true
988
- },
989
- "@types/react-dom": {
990
- "optional": true
991
- }
992
- }
993
- },
994
- "node_modules/@radix-ui/react-presence": {
995
- "version": "1.1.5",
996
- "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz",
997
- "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==",
998
- "license": "MIT",
999
- "dependencies": {
1000
- "@radix-ui/react-compose-refs": "1.1.2",
1001
- "@radix-ui/react-use-layout-effect": "1.1.1"
1002
- },
1003
- "peerDependencies": {
1004
- "@types/react": "*",
1005
- "@types/react-dom": "*",
1006
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1007
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1008
- },
1009
- "peerDependenciesMeta": {
1010
- "@types/react": {
1011
- "optional": true
1012
- },
1013
- "@types/react-dom": {
1014
- "optional": true
1015
- }
1016
- }
1017
- },
1018
- "node_modules/@radix-ui/react-primitive": {
1019
- "version": "2.1.3",
1020
- "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz",
1021
- "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==",
1022
- "license": "MIT",
1023
- "dependencies": {
1024
- "@radix-ui/react-slot": "1.2.3"
1025
- },
1026
- "peerDependencies": {
1027
- "@types/react": "*",
1028
- "@types/react-dom": "*",
1029
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1030
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1031
- },
1032
- "peerDependenciesMeta": {
1033
- "@types/react": {
1034
- "optional": true
1035
- },
1036
- "@types/react-dom": {
1037
- "optional": true
1038
- }
1039
- }
1040
- },
1041
- "node_modules/@radix-ui/react-roving-focus": {
1042
- "version": "1.1.11",
1043
- "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz",
1044
- "integrity": "sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==",
1045
- "license": "MIT",
1046
- "dependencies": {
1047
- "@radix-ui/primitive": "1.1.3",
1048
- "@radix-ui/react-collection": "1.1.7",
1049
- "@radix-ui/react-compose-refs": "1.1.2",
1050
- "@radix-ui/react-context": "1.1.2",
1051
- "@radix-ui/react-direction": "1.1.1",
1052
- "@radix-ui/react-id": "1.1.1",
1053
- "@radix-ui/react-primitive": "2.1.3",
1054
- "@radix-ui/react-use-callback-ref": "1.1.1",
1055
- "@radix-ui/react-use-controllable-state": "1.2.2"
1056
- },
1057
- "peerDependencies": {
1058
- "@types/react": "*",
1059
- "@types/react-dom": "*",
1060
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1061
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1062
- },
1063
- "peerDependenciesMeta": {
1064
- "@types/react": {
1065
- "optional": true
1066
- },
1067
- "@types/react-dom": {
1068
- "optional": true
1069
- }
1070
- }
1071
- },
1072
- "node_modules/@radix-ui/react-select": {
1073
- "version": "2.2.6",
1074
- "resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.2.6.tgz",
1075
- "integrity": "sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==",
1076
- "license": "MIT",
1077
- "dependencies": {
1078
- "@radix-ui/number": "1.1.1",
1079
- "@radix-ui/primitive": "1.1.3",
1080
- "@radix-ui/react-collection": "1.1.7",
1081
- "@radix-ui/react-compose-refs": "1.1.2",
1082
- "@radix-ui/react-context": "1.1.2",
1083
- "@radix-ui/react-direction": "1.1.1",
1084
- "@radix-ui/react-dismissable-layer": "1.1.11",
1085
- "@radix-ui/react-focus-guards": "1.1.3",
1086
- "@radix-ui/react-focus-scope": "1.1.7",
1087
- "@radix-ui/react-id": "1.1.1",
1088
- "@radix-ui/react-popper": "1.2.8",
1089
- "@radix-ui/react-portal": "1.1.9",
1090
- "@radix-ui/react-primitive": "2.1.3",
1091
- "@radix-ui/react-slot": "1.2.3",
1092
- "@radix-ui/react-use-callback-ref": "1.1.1",
1093
- "@radix-ui/react-use-controllable-state": "1.2.2",
1094
- "@radix-ui/react-use-layout-effect": "1.1.1",
1095
- "@radix-ui/react-use-previous": "1.1.1",
1096
- "@radix-ui/react-visually-hidden": "1.2.3",
1097
- "aria-hidden": "^1.2.4",
1098
- "react-remove-scroll": "^2.6.3"
1099
- },
1100
- "peerDependencies": {
1101
- "@types/react": "*",
1102
- "@types/react-dom": "*",
1103
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1104
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1105
- },
1106
- "peerDependenciesMeta": {
1107
- "@types/react": {
1108
- "optional": true
1109
- },
1110
- "@types/react-dom": {
1111
- "optional": true
1112
- }
1113
- }
1114
- },
1115
- "node_modules/@radix-ui/react-separator": {
1116
- "version": "1.1.7",
1117
- "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.1.7.tgz",
1118
- "integrity": "sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==",
1119
- "license": "MIT",
1120
- "dependencies": {
1121
- "@radix-ui/react-primitive": "2.1.3"
1122
- },
1123
- "peerDependencies": {
1124
- "@types/react": "*",
1125
- "@types/react-dom": "*",
1126
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1127
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1128
- },
1129
- "peerDependenciesMeta": {
1130
- "@types/react": {
1131
- "optional": true
1132
- },
1133
- "@types/react-dom": {
1134
- "optional": true
1135
- }
1136
- }
1137
- },
1138
- "node_modules/@radix-ui/react-slot": {
1139
- "version": "1.2.3",
1140
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
1141
- "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
1142
- "license": "MIT",
1143
- "dependencies": {
1144
- "@radix-ui/react-compose-refs": "1.1.2"
1145
- },
1146
- "peerDependencies": {
1147
- "@types/react": "*",
1148
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1149
- },
1150
- "peerDependenciesMeta": {
1151
- "@types/react": {
1152
- "optional": true
1153
- }
1154
- }
1155
- },
1156
- "node_modules/@radix-ui/react-switch": {
1157
- "version": "1.2.6",
1158
- "resolved": "https://registry.npmjs.org/@radix-ui/react-switch/-/react-switch-1.2.6.tgz",
1159
- "integrity": "sha512-bByzr1+ep1zk4VubeEVViV592vu2lHE2BZY5OnzehZqOOgogN80+mNtCqPkhn2gklJqOpxWgPoYTSnhBCqpOXQ==",
1160
- "license": "MIT",
1161
- "dependencies": {
1162
- "@radix-ui/primitive": "1.1.3",
1163
- "@radix-ui/react-compose-refs": "1.1.2",
1164
- "@radix-ui/react-context": "1.1.2",
1165
- "@radix-ui/react-primitive": "2.1.3",
1166
- "@radix-ui/react-use-controllable-state": "1.2.2",
1167
- "@radix-ui/react-use-previous": "1.1.1",
1168
- "@radix-ui/react-use-size": "1.1.1"
1169
- },
1170
- "peerDependencies": {
1171
- "@types/react": "*",
1172
- "@types/react-dom": "*",
1173
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1174
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1175
- },
1176
- "peerDependenciesMeta": {
1177
- "@types/react": {
1178
- "optional": true
1179
- },
1180
- "@types/react-dom": {
1181
- "optional": true
1182
- }
1183
- }
1184
- },
1185
- "node_modules/@radix-ui/react-tabs": {
1186
- "version": "1.1.13",
1187
- "resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz",
1188
- "integrity": "sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==",
1189
- "license": "MIT",
1190
- "dependencies": {
1191
- "@radix-ui/primitive": "1.1.3",
1192
- "@radix-ui/react-context": "1.1.2",
1193
- "@radix-ui/react-direction": "1.1.1",
1194
- "@radix-ui/react-id": "1.1.1",
1195
- "@radix-ui/react-presence": "1.1.5",
1196
- "@radix-ui/react-primitive": "2.1.3",
1197
- "@radix-ui/react-roving-focus": "1.1.11",
1198
- "@radix-ui/react-use-controllable-state": "1.2.2"
1199
- },
1200
- "peerDependencies": {
1201
- "@types/react": "*",
1202
- "@types/react-dom": "*",
1203
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1204
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1205
- },
1206
- "peerDependenciesMeta": {
1207
- "@types/react": {
1208
- "optional": true
1209
- },
1210
- "@types/react-dom": {
1211
- "optional": true
1212
- }
1213
- }
1214
- },
1215
- "node_modules/@radix-ui/react-toast": {
1216
- "version": "1.2.15",
1217
- "resolved": "https://registry.npmjs.org/@radix-ui/react-toast/-/react-toast-1.2.15.tgz",
1218
- "integrity": "sha512-3OSz3TacUWy4WtOXV38DggwxoqJK4+eDkNMl5Z/MJZaoUPaP4/9lf81xXMe1I2ReTAptverZUpbPY4wWwWyL5g==",
1219
- "license": "MIT",
1220
- "dependencies": {
1221
- "@radix-ui/primitive": "1.1.3",
1222
- "@radix-ui/react-collection": "1.1.7",
1223
- "@radix-ui/react-compose-refs": "1.1.2",
1224
- "@radix-ui/react-context": "1.1.2",
1225
- "@radix-ui/react-dismissable-layer": "1.1.11",
1226
- "@radix-ui/react-portal": "1.1.9",
1227
- "@radix-ui/react-presence": "1.1.5",
1228
- "@radix-ui/react-primitive": "2.1.3",
1229
- "@radix-ui/react-use-callback-ref": "1.1.1",
1230
- "@radix-ui/react-use-controllable-state": "1.2.2",
1231
- "@radix-ui/react-use-layout-effect": "1.1.1",
1232
- "@radix-ui/react-visually-hidden": "1.2.3"
1233
- },
1234
- "peerDependencies": {
1235
- "@types/react": "*",
1236
- "@types/react-dom": "*",
1237
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1238
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1239
- },
1240
- "peerDependenciesMeta": {
1241
- "@types/react": {
1242
- "optional": true
1243
- },
1244
- "@types/react-dom": {
1245
- "optional": true
1246
- }
1247
- }
1248
- },
1249
- "node_modules/@radix-ui/react-tooltip": {
1250
- "version": "1.2.8",
1251
- "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.2.8.tgz",
1252
- "integrity": "sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==",
1253
- "license": "MIT",
1254
- "dependencies": {
1255
- "@radix-ui/primitive": "1.1.3",
1256
- "@radix-ui/react-compose-refs": "1.1.2",
1257
- "@radix-ui/react-context": "1.1.2",
1258
- "@radix-ui/react-dismissable-layer": "1.1.11",
1259
- "@radix-ui/react-id": "1.1.1",
1260
- "@radix-ui/react-popper": "1.2.8",
1261
- "@radix-ui/react-portal": "1.1.9",
1262
- "@radix-ui/react-presence": "1.1.5",
1263
- "@radix-ui/react-primitive": "2.1.3",
1264
- "@radix-ui/react-slot": "1.2.3",
1265
- "@radix-ui/react-use-controllable-state": "1.2.2",
1266
- "@radix-ui/react-visually-hidden": "1.2.3"
1267
- },
1268
- "peerDependencies": {
1269
- "@types/react": "*",
1270
- "@types/react-dom": "*",
1271
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1272
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1273
- },
1274
- "peerDependenciesMeta": {
1275
- "@types/react": {
1276
- "optional": true
1277
- },
1278
- "@types/react-dom": {
1279
- "optional": true
1280
- }
1281
- }
1282
- },
1283
- "node_modules/@radix-ui/react-use-callback-ref": {
1284
- "version": "1.1.1",
1285
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz",
1286
- "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==",
1287
- "license": "MIT",
1288
- "peerDependencies": {
1289
- "@types/react": "*",
1290
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1291
- },
1292
- "peerDependenciesMeta": {
1293
- "@types/react": {
1294
- "optional": true
1295
- }
1296
- }
1297
- },
1298
- "node_modules/@radix-ui/react-use-controllable-state": {
1299
- "version": "1.2.2",
1300
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz",
1301
- "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==",
1302
- "license": "MIT",
1303
- "dependencies": {
1304
- "@radix-ui/react-use-effect-event": "0.0.2",
1305
- "@radix-ui/react-use-layout-effect": "1.1.1"
1306
- },
1307
- "peerDependencies": {
1308
- "@types/react": "*",
1309
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1310
- },
1311
- "peerDependenciesMeta": {
1312
- "@types/react": {
1313
- "optional": true
1314
- }
1315
- }
1316
- },
1317
- "node_modules/@radix-ui/react-use-effect-event": {
1318
- "version": "0.0.2",
1319
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz",
1320
- "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==",
1321
- "license": "MIT",
1322
- "dependencies": {
1323
- "@radix-ui/react-use-layout-effect": "1.1.1"
1324
- },
1325
- "peerDependencies": {
1326
- "@types/react": "*",
1327
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1328
- },
1329
- "peerDependenciesMeta": {
1330
- "@types/react": {
1331
- "optional": true
1332
- }
1333
- }
1334
- },
1335
- "node_modules/@radix-ui/react-use-escape-keydown": {
1336
- "version": "1.1.1",
1337
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz",
1338
- "integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==",
1339
- "license": "MIT",
1340
- "dependencies": {
1341
- "@radix-ui/react-use-callback-ref": "1.1.1"
1342
- },
1343
- "peerDependencies": {
1344
- "@types/react": "*",
1345
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1346
- },
1347
- "peerDependenciesMeta": {
1348
- "@types/react": {
1349
- "optional": true
1350
- }
1351
- }
1352
- },
1353
- "node_modules/@radix-ui/react-use-is-hydrated": {
1354
- "version": "0.1.0",
1355
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.0.tgz",
1356
- "integrity": "sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==",
1357
- "license": "MIT",
1358
- "dependencies": {
1359
- "use-sync-external-store": "^1.5.0"
1360
- },
1361
- "peerDependencies": {
1362
- "@types/react": "*",
1363
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1364
- },
1365
- "peerDependenciesMeta": {
1366
- "@types/react": {
1367
- "optional": true
1368
- }
1369
- }
1370
- },
1371
- "node_modules/@radix-ui/react-use-layout-effect": {
1372
- "version": "1.1.1",
1373
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
1374
- "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
1375
- "license": "MIT",
1376
- "peerDependencies": {
1377
- "@types/react": "*",
1378
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1379
- },
1380
- "peerDependenciesMeta": {
1381
- "@types/react": {
1382
- "optional": true
1383
- }
1384
- }
1385
- },
1386
- "node_modules/@radix-ui/react-use-previous": {
1387
- "version": "1.1.1",
1388
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.1.tgz",
1389
- "integrity": "sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==",
1390
- "license": "MIT",
1391
- "peerDependencies": {
1392
- "@types/react": "*",
1393
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1394
- },
1395
- "peerDependenciesMeta": {
1396
- "@types/react": {
1397
- "optional": true
1398
- }
1399
- }
1400
- },
1401
- "node_modules/@radix-ui/react-use-rect": {
1402
- "version": "1.1.1",
1403
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.1.tgz",
1404
- "integrity": "sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==",
1405
- "license": "MIT",
1406
- "dependencies": {
1407
- "@radix-ui/rect": "1.1.1"
1408
- },
1409
- "peerDependencies": {
1410
- "@types/react": "*",
1411
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1412
- },
1413
- "peerDependenciesMeta": {
1414
- "@types/react": {
1415
- "optional": true
1416
- }
1417
- }
1418
- },
1419
- "node_modules/@radix-ui/react-use-size": {
1420
- "version": "1.1.1",
1421
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz",
1422
- "integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==",
1423
- "license": "MIT",
1424
- "dependencies": {
1425
- "@radix-ui/react-use-layout-effect": "1.1.1"
1426
- },
1427
- "peerDependencies": {
1428
- "@types/react": "*",
1429
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1430
- },
1431
- "peerDependenciesMeta": {
1432
- "@types/react": {
1433
- "optional": true
1434
- }
1435
- }
1436
- },
1437
- "node_modules/@radix-ui/react-visually-hidden": {
1438
- "version": "1.2.3",
1439
- "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz",
1440
- "integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==",
1441
- "license": "MIT",
1442
- "dependencies": {
1443
- "@radix-ui/react-primitive": "2.1.3"
1444
- },
1445
- "peerDependencies": {
1446
- "@types/react": "*",
1447
- "@types/react-dom": "*",
1448
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
1449
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
1450
- },
1451
- "peerDependenciesMeta": {
1452
- "@types/react": {
1453
- "optional": true
1454
- },
1455
- "@types/react-dom": {
1456
- "optional": true
1457
- }
1458
- }
1459
- },
1460
- "node_modules/@radix-ui/rect": {
1461
- "version": "1.1.1",
1462
- "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.1.tgz",
1463
- "integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==",
1464
- "license": "MIT"
1465
- },
1466
- "node_modules/@remix-run/router": {
1467
- "version": "1.23.0",
1468
- "license": "MIT",
1469
- "engines": {
1470
- "node": ">=14.0.0"
1471
- }
1472
- },
1473
- "node_modules/@rolldown/pluginutils": {
1474
- "version": "1.0.0-beta.27",
1475
- "dev": true,
1476
- "license": "MIT"
1477
- },
1478
- "node_modules/@rollup/rollup-darwin-arm64": {
1479
- "version": "4.46.3",
1480
- "cpu": [
1481
- "arm64"
1482
- ],
1483
- "dev": true,
1484
- "license": "MIT",
1485
- "optional": true,
1486
- "os": [
1487
- "darwin"
1488
- ]
1489
- },
1490
- "node_modules/@tanstack/query-core": {
1491
- "version": "5.85.5",
1492
- "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.85.5.tgz",
1493
- "integrity": "sha512-KO0WTob4JEApv69iYp1eGvfMSUkgw//IpMnq+//cORBzXf0smyRwPLrUvEe5qtAEGjwZTXrjxg+oJNP/C00t6w==",
1494
- "license": "MIT",
1495
- "funding": {
1496
- "type": "github",
1497
- "url": "https://github.com/sponsors/tannerlinsley"
1498
- }
1499
- },
1500
- "node_modules/@tanstack/react-query": {
1501
- "version": "5.85.5",
1502
- "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.85.5.tgz",
1503
- "integrity": "sha512-/X4EFNcnPiSs8wM2v+b6DqS5mmGeuJQvxBglmDxl6ZQb5V26ouD2SJYAcC3VjbNwqhY2zjxVD15rDA5nGbMn3A==",
1504
- "license": "MIT",
1505
- "dependencies": {
1506
- "@tanstack/query-core": "5.85.5"
1507
- },
1508
- "funding": {
1509
- "type": "github",
1510
- "url": "https://github.com/sponsors/tannerlinsley"
1511
- },
1512
- "peerDependencies": {
1513
- "react": "^18 || ^19"
1514
- }
1515
- },
1516
- "node_modules/@types/babel__core": {
1517
- "version": "7.20.5",
1518
- "dev": true,
1519
- "license": "MIT",
1520
- "dependencies": {
1521
- "@babel/parser": "^7.20.7",
1522
- "@babel/types": "^7.20.7",
1523
- "@types/babel__generator": "*",
1524
- "@types/babel__template": "*",
1525
- "@types/babel__traverse": "*"
1526
- }
1527
- },
1528
- "node_modules/@types/babel__generator": {
1529
- "version": "7.27.0",
1530
- "dev": true,
1531
- "license": "MIT",
1532
- "dependencies": {
1533
- "@babel/types": "^7.0.0"
1534
- }
1535
- },
1536
- "node_modules/@types/babel__template": {
1537
- "version": "7.4.4",
1538
- "dev": true,
1539
- "license": "MIT",
1540
- "dependencies": {
1541
- "@babel/parser": "^7.1.0",
1542
- "@babel/types": "^7.0.0"
1543
- }
1544
- },
1545
- "node_modules/@types/babel__traverse": {
1546
- "version": "7.28.0",
1547
- "dev": true,
1548
- "license": "MIT",
1549
- "dependencies": {
1550
- "@babel/types": "^7.28.2"
1551
- }
1552
- },
1553
- "node_modules/@types/d3-array": {
1554
- "version": "3.2.1",
1555
- "license": "MIT"
1556
- },
1557
- "node_modules/@types/d3-color": {
1558
- "version": "3.1.3",
1559
- "license": "MIT"
1560
- },
1561
- "node_modules/@types/d3-ease": {
1562
- "version": "3.0.2",
1563
- "license": "MIT"
1564
- },
1565
- "node_modules/@types/d3-interpolate": {
1566
- "version": "3.0.4",
1567
- "license": "MIT",
1568
- "dependencies": {
1569
- "@types/d3-color": "*"
1570
- }
1571
- },
1572
- "node_modules/@types/d3-path": {
1573
- "version": "3.1.1",
1574
- "license": "MIT"
1575
- },
1576
- "node_modules/@types/d3-scale": {
1577
- "version": "4.0.9",
1578
- "license": "MIT",
1579
- "dependencies": {
1580
- "@types/d3-time": "*"
1581
- }
1582
- },
1583
- "node_modules/@types/d3-shape": {
1584
- "version": "3.1.7",
1585
- "license": "MIT",
1586
- "dependencies": {
1587
- "@types/d3-path": "*"
1588
- }
1589
- },
1590
- "node_modules/@types/d3-time": {
1591
- "version": "3.0.4",
1592
- "license": "MIT"
1593
- },
1594
- "node_modules/@types/d3-timer": {
1595
- "version": "3.0.2",
1596
- "license": "MIT"
1597
- },
1598
- "node_modules/@types/estree": {
1599
- "version": "1.0.8",
1600
- "dev": true,
1601
- "license": "MIT"
1602
- },
1603
- "node_modules/@types/json-schema": {
1604
- "version": "7.0.15",
1605
- "dev": true,
1606
- "license": "MIT"
1607
- },
1608
- "node_modules/@types/prop-types": {
1609
- "version": "15.7.15",
1610
- "devOptional": true,
1611
- "license": "MIT"
1612
- },
1613
- "node_modules/@types/react": {
1614
- "version": "18.3.23",
1615
- "devOptional": true,
1616
- "license": "MIT",
1617
- "dependencies": {
1618
- "@types/prop-types": "*",
1619
- "csstype": "^3.0.2"
1620
- }
1621
- },
1622
- "node_modules/@types/react-dom": {
1623
- "version": "18.3.7",
1624
- "devOptional": true,
1625
- "license": "MIT",
1626
- "peerDependencies": {
1627
- "@types/react": "^18.0.0"
1628
- }
1629
- },
1630
- "node_modules/@types/semver": {
1631
- "version": "7.7.0",
1632
- "dev": true,
1633
- "license": "MIT"
1634
- },
1635
- "node_modules/@typescript-eslint/eslint-plugin": {
1636
- "version": "6.21.0",
1637
- "dev": true,
1638
- "license": "MIT",
1639
- "dependencies": {
1640
- "@eslint-community/regexpp": "^4.5.1",
1641
- "@typescript-eslint/scope-manager": "6.21.0",
1642
- "@typescript-eslint/type-utils": "6.21.0",
1643
- "@typescript-eslint/utils": "6.21.0",
1644
- "@typescript-eslint/visitor-keys": "6.21.0",
1645
- "debug": "^4.3.4",
1646
- "graphemer": "^1.4.0",
1647
- "ignore": "^5.2.4",
1648
- "natural-compare": "^1.4.0",
1649
- "semver": "^7.5.4",
1650
- "ts-api-utils": "^1.0.1"
1651
- },
1652
- "engines": {
1653
- "node": "^16.0.0 || >=18.0.0"
1654
- },
1655
- "funding": {
1656
- "type": "opencollective",
1657
- "url": "https://opencollective.com/typescript-eslint"
1658
- },
1659
- "peerDependencies": {
1660
- "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
1661
- "eslint": "^7.0.0 || ^8.0.0"
1662
- },
1663
- "peerDependenciesMeta": {
1664
- "typescript": {
1665
- "optional": true
1666
- }
1667
- }
1668
- },
1669
- "node_modules/@typescript-eslint/parser": {
1670
- "version": "6.21.0",
1671
- "dev": true,
1672
- "license": "BSD-2-Clause",
1673
- "dependencies": {
1674
- "@typescript-eslint/scope-manager": "6.21.0",
1675
- "@typescript-eslint/types": "6.21.0",
1676
- "@typescript-eslint/typescript-estree": "6.21.0",
1677
- "@typescript-eslint/visitor-keys": "6.21.0",
1678
- "debug": "^4.3.4"
1679
- },
1680
- "engines": {
1681
- "node": "^16.0.0 || >=18.0.0"
1682
- },
1683
- "funding": {
1684
- "type": "opencollective",
1685
- "url": "https://opencollective.com/typescript-eslint"
1686
- },
1687
- "peerDependencies": {
1688
- "eslint": "^7.0.0 || ^8.0.0"
1689
- },
1690
- "peerDependenciesMeta": {
1691
- "typescript": {
1692
- "optional": true
1693
- }
1694
- }
1695
- },
1696
- "node_modules/@typescript-eslint/scope-manager": {
1697
- "version": "6.21.0",
1698
- "dev": true,
1699
- "license": "MIT",
1700
- "dependencies": {
1701
- "@typescript-eslint/types": "6.21.0",
1702
- "@typescript-eslint/visitor-keys": "6.21.0"
1703
- },
1704
- "engines": {
1705
- "node": "^16.0.0 || >=18.0.0"
1706
- },
1707
- "funding": {
1708
- "type": "opencollective",
1709
- "url": "https://opencollective.com/typescript-eslint"
1710
- }
1711
- },
1712
- "node_modules/@typescript-eslint/type-utils": {
1713
- "version": "6.21.0",
1714
- "dev": true,
1715
- "license": "MIT",
1716
- "dependencies": {
1717
- "@typescript-eslint/typescript-estree": "6.21.0",
1718
- "@typescript-eslint/utils": "6.21.0",
1719
- "debug": "^4.3.4",
1720
- "ts-api-utils": "^1.0.1"
1721
- },
1722
- "engines": {
1723
- "node": "^16.0.0 || >=18.0.0"
1724
- },
1725
- "funding": {
1726
- "type": "opencollective",
1727
- "url": "https://opencollective.com/typescript-eslint"
1728
- },
1729
- "peerDependencies": {
1730
- "eslint": "^7.0.0 || ^8.0.0"
1731
- },
1732
- "peerDependenciesMeta": {
1733
- "typescript": {
1734
- "optional": true
1735
- }
1736
- }
1737
- },
1738
- "node_modules/@typescript-eslint/types": {
1739
- "version": "6.21.0",
1740
- "dev": true,
1741
- "license": "MIT",
1742
- "engines": {
1743
- "node": "^16.0.0 || >=18.0.0"
1744
- },
1745
- "funding": {
1746
- "type": "opencollective",
1747
- "url": "https://opencollective.com/typescript-eslint"
1748
- }
1749
- },
1750
- "node_modules/@typescript-eslint/typescript-estree": {
1751
- "version": "6.21.0",
1752
- "dev": true,
1753
- "license": "BSD-2-Clause",
1754
- "dependencies": {
1755
- "@typescript-eslint/types": "6.21.0",
1756
- "@typescript-eslint/visitor-keys": "6.21.0",
1757
- "debug": "^4.3.4",
1758
- "globby": "^11.1.0",
1759
- "is-glob": "^4.0.3",
1760
- "minimatch": "9.0.3",
1761
- "semver": "^7.5.4",
1762
- "ts-api-utils": "^1.0.1"
1763
- },
1764
- "engines": {
1765
- "node": "^16.0.0 || >=18.0.0"
1766
- },
1767
- "funding": {
1768
- "type": "opencollective",
1769
- "url": "https://opencollective.com/typescript-eslint"
1770
- },
1771
- "peerDependenciesMeta": {
1772
- "typescript": {
1773
- "optional": true
1774
- }
1775
- }
1776
- },
1777
- "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
1778
- "version": "9.0.3",
1779
- "dev": true,
1780
- "license": "ISC",
1781
- "dependencies": {
1782
- "brace-expansion": "^2.0.1"
1783
- },
1784
- "engines": {
1785
- "node": ">=16 || 14 >=14.17"
1786
- },
1787
- "funding": {
1788
- "url": "https://github.com/sponsors/isaacs"
1789
- }
1790
- },
1791
- "node_modules/@typescript-eslint/utils": {
1792
- "version": "6.21.0",
1793
- "dev": true,
1794
- "license": "MIT",
1795
- "dependencies": {
1796
- "@eslint-community/eslint-utils": "^4.4.0",
1797
- "@types/json-schema": "^7.0.12",
1798
- "@types/semver": "^7.5.0",
1799
- "@typescript-eslint/scope-manager": "6.21.0",
1800
- "@typescript-eslint/types": "6.21.0",
1801
- "@typescript-eslint/typescript-estree": "6.21.0",
1802
- "semver": "^7.5.4"
1803
- },
1804
- "engines": {
1805
- "node": "^16.0.0 || >=18.0.0"
1806
- },
1807
- "funding": {
1808
- "type": "opencollective",
1809
- "url": "https://opencollective.com/typescript-eslint"
1810
- },
1811
- "peerDependencies": {
1812
- "eslint": "^7.0.0 || ^8.0.0"
1813
- }
1814
- },
1815
- "node_modules/@typescript-eslint/visitor-keys": {
1816
- "version": "6.21.0",
1817
- "dev": true,
1818
- "license": "MIT",
1819
- "dependencies": {
1820
- "@typescript-eslint/types": "6.21.0",
1821
- "eslint-visitor-keys": "^3.4.1"
1822
- },
1823
- "engines": {
1824
- "node": "^16.0.0 || >=18.0.0"
1825
- },
1826
- "funding": {
1827
- "type": "opencollective",
1828
- "url": "https://opencollective.com/typescript-eslint"
1829
- }
1830
- },
1831
- "node_modules/@ungap/structured-clone": {
1832
- "version": "1.3.0",
1833
- "dev": true,
1834
- "license": "ISC"
1835
- },
1836
- "node_modules/@vitejs/plugin-react": {
1837
- "version": "4.7.0",
1838
- "dev": true,
1839
- "license": "MIT",
1840
- "dependencies": {
1841
- "@babel/core": "^7.28.0",
1842
- "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1843
- "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1844
- "@rolldown/pluginutils": "1.0.0-beta.27",
1845
- "@types/babel__core": "^7.20.5",
1846
- "react-refresh": "^0.17.0"
1847
- },
1848
- "engines": {
1849
- "node": "^14.18.0 || >=16.0.0"
1850
- },
1851
- "peerDependencies": {
1852
- "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1853
- }
1854
- },
1855
- "node_modules/acorn": {
1856
- "version": "8.15.0",
1857
- "dev": true,
1858
- "license": "MIT",
1859
- "bin": {
1860
- "acorn": "bin/acorn"
1861
- },
1862
- "engines": {
1863
- "node": ">=0.4.0"
1864
- }
1865
- },
1866
- "node_modules/acorn-jsx": {
1867
- "version": "5.3.2",
1868
- "dev": true,
1869
- "license": "MIT",
1870
- "peerDependencies": {
1871
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
1872
- }
1873
- },
1874
- "node_modules/ajv": {
1875
- "version": "6.12.6",
1876
- "dev": true,
1877
- "license": "MIT",
1878
- "dependencies": {
1879
- "fast-deep-equal": "^3.1.1",
1880
- "fast-json-stable-stringify": "^2.0.0",
1881
- "json-schema-traverse": "^0.4.1",
1882
- "uri-js": "^4.2.2"
1883
- },
1884
- "funding": {
1885
- "type": "github",
1886
- "url": "https://github.com/sponsors/epoberezkin"
1887
- }
1888
- },
1889
- "node_modules/ansi-regex": {
1890
- "version": "5.0.1",
1891
- "dev": true,
1892
- "license": "MIT",
1893
- "engines": {
1894
- "node": ">=8"
1895
- }
1896
- },
1897
- "node_modules/ansi-styles": {
1898
- "version": "4.3.0",
1899
- "dev": true,
1900
- "license": "MIT",
1901
- "dependencies": {
1902
- "color-convert": "^2.0.1"
1903
- },
1904
- "engines": {
1905
- "node": ">=8"
1906
- },
1907
- "funding": {
1908
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1909
- }
1910
- },
1911
- "node_modules/any-promise": {
1912
- "version": "1.3.0",
1913
- "dev": true,
1914
- "license": "MIT"
1915
- },
1916
- "node_modules/anymatch": {
1917
- "version": "3.1.3",
1918
- "dev": true,
1919
- "license": "ISC",
1920
- "dependencies": {
1921
- "normalize-path": "^3.0.0",
1922
- "picomatch": "^2.0.4"
1923
- },
1924
- "engines": {
1925
- "node": ">= 8"
1926
- }
1927
- },
1928
- "node_modules/arg": {
1929
- "version": "5.0.2",
1930
- "dev": true,
1931
- "license": "MIT"
1932
- },
1933
- "node_modules/argparse": {
1934
- "version": "2.0.1",
1935
- "dev": true,
1936
- "license": "Python-2.0"
1937
- },
1938
- "node_modules/aria-hidden": {
1939
- "version": "1.2.6",
1940
- "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
1941
- "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
1942
- "license": "MIT",
1943
- "dependencies": {
1944
- "tslib": "^2.0.0"
1945
- },
1946
- "engines": {
1947
- "node": ">=10"
1948
- }
1949
- },
1950
- "node_modules/array-union": {
1951
- "version": "2.1.0",
1952
- "dev": true,
1953
- "license": "MIT",
1954
- "engines": {
1955
- "node": ">=8"
1956
- }
1957
- },
1958
- "node_modules/autoprefixer": {
1959
- "version": "10.4.21",
1960
- "dev": true,
1961
- "funding": [
1962
- {
1963
- "type": "opencollective",
1964
- "url": "https://opencollective.com/postcss/"
1965
- },
1966
- {
1967
- "type": "tidelift",
1968
- "url": "https://tidelift.com/funding/github/npm/autoprefixer"
1969
- },
1970
- {
1971
- "type": "github",
1972
- "url": "https://github.com/sponsors/ai"
1973
- }
1974
- ],
1975
- "license": "MIT",
1976
- "dependencies": {
1977
- "browserslist": "^4.24.4",
1978
- "caniuse-lite": "^1.0.30001702",
1979
- "fraction.js": "^4.3.7",
1980
- "normalize-range": "^0.1.2",
1981
- "picocolors": "^1.1.1",
1982
- "postcss-value-parser": "^4.2.0"
1983
- },
1984
- "bin": {
1985
- "autoprefixer": "bin/autoprefixer"
1986
- },
1987
- "engines": {
1988
- "node": "^10 || ^12 || >=14"
1989
- },
1990
- "peerDependencies": {
1991
- "postcss": "^8.1.0"
1992
- }
1993
- },
1994
- "node_modules/balanced-match": {
1995
- "version": "1.0.2",
1996
- "dev": true,
1997
- "license": "MIT"
1998
- },
1999
- "node_modules/binary-extensions": {
2000
- "version": "2.3.0",
2001
- "dev": true,
2002
- "license": "MIT",
2003
- "engines": {
2004
- "node": ">=8"
2005
- },
2006
- "funding": {
2007
- "url": "https://github.com/sponsors/sindresorhus"
2008
- }
2009
- },
2010
- "node_modules/brace-expansion": {
2011
- "version": "2.0.2",
2012
- "dev": true,
2013
- "license": "MIT",
2014
- "dependencies": {
2015
- "balanced-match": "^1.0.0"
2016
- }
2017
- },
2018
- "node_modules/braces": {
2019
- "version": "3.0.3",
2020
- "dev": true,
2021
- "license": "MIT",
2022
- "dependencies": {
2023
- "fill-range": "^7.1.1"
2024
- },
2025
- "engines": {
2026
- "node": ">=8"
2027
- }
2028
- },
2029
- "node_modules/browserslist": {
2030
- "version": "4.25.3",
2031
- "dev": true,
2032
- "funding": [
2033
- {
2034
- "type": "opencollective",
2035
- "url": "https://opencollective.com/browserslist"
2036
- },
2037
- {
2038
- "type": "tidelift",
2039
- "url": "https://tidelift.com/funding/github/npm/browserslist"
2040
- },
2041
- {
2042
- "type": "github",
2043
- "url": "https://github.com/sponsors/ai"
2044
- }
2045
- ],
2046
- "license": "MIT",
2047
- "dependencies": {
2048
- "caniuse-lite": "^1.0.30001735",
2049
- "electron-to-chromium": "^1.5.204",
2050
- "node-releases": "^2.0.19",
2051
- "update-browserslist-db": "^1.1.3"
2052
- },
2053
- "bin": {
2054
- "browserslist": "cli.js"
2055
- },
2056
- "engines": {
2057
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2058
- }
2059
- },
2060
- "node_modules/callsites": {
2061
- "version": "3.1.0",
2062
- "dev": true,
2063
- "license": "MIT",
2064
- "engines": {
2065
- "node": ">=6"
2066
- }
2067
- },
2068
- "node_modules/camelcase-css": {
2069
- "version": "2.0.1",
2070
- "dev": true,
2071
- "license": "MIT",
2072
- "engines": {
2073
- "node": ">= 6"
2074
- }
2075
- },
2076
- "node_modules/caniuse-lite": {
2077
- "version": "1.0.30001735",
2078
- "dev": true,
2079
- "funding": [
2080
- {
2081
- "type": "opencollective",
2082
- "url": "https://opencollective.com/browserslist"
2083
- },
2084
- {
2085
- "type": "tidelift",
2086
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2087
- },
2088
- {
2089
- "type": "github",
2090
- "url": "https://github.com/sponsors/ai"
2091
- }
2092
- ],
2093
- "license": "CC-BY-4.0"
2094
- },
2095
- "node_modules/chalk": {
2096
- "version": "4.1.2",
2097
- "dev": true,
2098
- "license": "MIT",
2099
- "dependencies": {
2100
- "ansi-styles": "^4.1.0",
2101
- "supports-color": "^7.1.0"
2102
- },
2103
- "engines": {
2104
- "node": ">=10"
2105
- },
2106
- "funding": {
2107
- "url": "https://github.com/chalk/chalk?sponsor=1"
2108
- }
2109
- },
2110
- "node_modules/chokidar": {
2111
- "version": "3.6.0",
2112
- "dev": true,
2113
- "license": "MIT",
2114
- "dependencies": {
2115
- "anymatch": "~3.1.2",
2116
- "braces": "~3.0.2",
2117
- "glob-parent": "~5.1.2",
2118
- "is-binary-path": "~2.1.0",
2119
- "is-glob": "~4.0.1",
2120
- "normalize-path": "~3.0.0",
2121
- "readdirp": "~3.6.0"
2122
- },
2123
- "engines": {
2124
- "node": ">= 8.10.0"
2125
- },
2126
- "funding": {
2127
- "url": "https://paulmillr.com/funding/"
2128
- },
2129
- "optionalDependencies": {
2130
- "fsevents": "~2.3.2"
2131
- }
2132
- },
2133
- "node_modules/class-variance-authority": {
2134
- "version": "0.7.1",
2135
- "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
2136
- "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
2137
- "license": "Apache-2.0",
2138
- "dependencies": {
2139
- "clsx": "^2.1.1"
2140
- },
2141
- "funding": {
2142
- "url": "https://polar.sh/cva"
2143
- }
2144
- },
2145
- "node_modules/clsx": {
2146
- "version": "2.1.1",
2147
- "license": "MIT",
2148
- "engines": {
2149
- "node": ">=6"
2150
- }
2151
- },
2152
- "node_modules/cmdk": {
2153
- "version": "1.1.1",
2154
- "resolved": "https://registry.npmjs.org/cmdk/-/cmdk-1.1.1.tgz",
2155
- "integrity": "sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==",
2156
- "license": "MIT",
2157
- "dependencies": {
2158
- "@radix-ui/react-compose-refs": "^1.1.1",
2159
- "@radix-ui/react-dialog": "^1.1.6",
2160
- "@radix-ui/react-id": "^1.1.0",
2161
- "@radix-ui/react-primitive": "^2.0.2"
2162
- },
2163
- "peerDependencies": {
2164
- "react": "^18 || ^19 || ^19.0.0-rc",
2165
- "react-dom": "^18 || ^19 || ^19.0.0-rc"
2166
- }
2167
- },
2168
- "node_modules/color-convert": {
2169
- "version": "2.0.1",
2170
- "dev": true,
2171
- "license": "MIT",
2172
- "dependencies": {
2173
- "color-name": "~1.1.4"
2174
- },
2175
- "engines": {
2176
- "node": ">=7.0.0"
2177
- }
2178
- },
2179
- "node_modules/color-name": {
2180
- "version": "1.1.4",
2181
- "dev": true,
2182
- "license": "MIT"
2183
- },
2184
- "node_modules/commander": {
2185
- "version": "4.1.1",
2186
- "dev": true,
2187
- "license": "MIT",
2188
- "engines": {
2189
- "node": ">= 6"
2190
- }
2191
- },
2192
- "node_modules/concat-map": {
2193
- "version": "0.0.1",
2194
- "dev": true,
2195
- "license": "MIT"
2196
- },
2197
- "node_modules/convert-source-map": {
2198
- "version": "2.0.0",
2199
- "dev": true,
2200
- "license": "MIT"
2201
- },
2202
- "node_modules/cross-spawn": {
2203
- "version": "7.0.6",
2204
- "dev": true,
2205
- "license": "MIT",
2206
- "dependencies": {
2207
- "path-key": "^3.1.0",
2208
- "shebang-command": "^2.0.0",
2209
- "which": "^2.0.1"
2210
- },
2211
- "engines": {
2212
- "node": ">= 8"
2213
- }
2214
- },
2215
- "node_modules/cssesc": {
2216
- "version": "3.0.0",
2217
- "dev": true,
2218
- "license": "MIT",
2219
- "bin": {
2220
- "cssesc": "bin/cssesc"
2221
- },
2222
- "engines": {
2223
- "node": ">=4"
2224
- }
2225
- },
2226
- "node_modules/csstype": {
2227
- "version": "3.1.3",
2228
- "license": "MIT"
2229
- },
2230
- "node_modules/d3-array": {
2231
- "version": "3.2.4",
2232
- "license": "ISC",
2233
- "dependencies": {
2234
- "internmap": "1 - 2"
2235
- },
2236
- "engines": {
2237
- "node": ">=12"
2238
- }
2239
- },
2240
- "node_modules/d3-color": {
2241
- "version": "3.1.0",
2242
- "license": "ISC",
2243
- "engines": {
2244
- "node": ">=12"
2245
- }
2246
- },
2247
- "node_modules/d3-ease": {
2248
- "version": "3.0.1",
2249
- "license": "BSD-3-Clause",
2250
- "engines": {
2251
- "node": ">=12"
2252
- }
2253
- },
2254
- "node_modules/d3-format": {
2255
- "version": "3.1.0",
2256
- "license": "ISC",
2257
- "engines": {
2258
- "node": ">=12"
2259
- }
2260
- },
2261
- "node_modules/d3-interpolate": {
2262
- "version": "3.0.1",
2263
- "license": "ISC",
2264
- "dependencies": {
2265
- "d3-color": "1 - 3"
2266
- },
2267
- "engines": {
2268
- "node": ">=12"
2269
- }
2270
- },
2271
- "node_modules/d3-path": {
2272
- "version": "3.1.0",
2273
- "license": "ISC",
2274
- "engines": {
2275
- "node": ">=12"
2276
- }
2277
- },
2278
- "node_modules/d3-scale": {
2279
- "version": "4.0.2",
2280
- "license": "ISC",
2281
- "dependencies": {
2282
- "d3-array": "2.10.0 - 3",
2283
- "d3-format": "1 - 3",
2284
- "d3-interpolate": "1.2.0 - 3",
2285
- "d3-time": "2.1.1 - 3",
2286
- "d3-time-format": "2 - 4"
2287
- },
2288
- "engines": {
2289
- "node": ">=12"
2290
- }
2291
- },
2292
- "node_modules/d3-shape": {
2293
- "version": "3.2.0",
2294
- "license": "ISC",
2295
- "dependencies": {
2296
- "d3-path": "^3.1.0"
2297
- },
2298
- "engines": {
2299
- "node": ">=12"
2300
- }
2301
- },
2302
- "node_modules/d3-time": {
2303
- "version": "3.1.0",
2304
- "license": "ISC",
2305
- "dependencies": {
2306
- "d3-array": "2 - 3"
2307
- },
2308
- "engines": {
2309
- "node": ">=12"
2310
- }
2311
- },
2312
- "node_modules/d3-time-format": {
2313
- "version": "4.1.0",
2314
- "license": "ISC",
2315
- "dependencies": {
2316
- "d3-time": "1 - 3"
2317
- },
2318
- "engines": {
2319
- "node": ">=12"
2320
- }
2321
- },
2322
- "node_modules/d3-timer": {
2323
- "version": "3.0.1",
2324
- "license": "ISC",
2325
- "engines": {
2326
- "node": ">=12"
2327
- }
2328
- },
2329
- "node_modules/date-fns": {
2330
- "version": "2.30.0",
2331
- "license": "MIT",
2332
- "dependencies": {
2333
- "@babel/runtime": "^7.21.0"
2334
- },
2335
- "engines": {
2336
- "node": ">=0.11"
2337
- },
2338
- "funding": {
2339
- "type": "opencollective",
2340
- "url": "https://opencollective.com/date-fns"
2341
- }
2342
- },
2343
- "node_modules/debug": {
2344
- "version": "4.4.1",
2345
- "dev": true,
2346
- "license": "MIT",
2347
- "dependencies": {
2348
- "ms": "^2.1.3"
2349
- },
2350
- "engines": {
2351
- "node": ">=6.0"
2352
- },
2353
- "peerDependenciesMeta": {
2354
- "supports-color": {
2355
- "optional": true
2356
- }
2357
- }
2358
- },
2359
- "node_modules/decimal.js-light": {
2360
- "version": "2.5.1",
2361
- "license": "MIT"
2362
- },
2363
- "node_modules/deep-is": {
2364
- "version": "0.1.4",
2365
- "dev": true,
2366
- "license": "MIT"
2367
- },
2368
- "node_modules/detect-node-es": {
2369
- "version": "1.1.0",
2370
- "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz",
2371
- "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==",
2372
- "license": "MIT"
2373
- },
2374
- "node_modules/didyoumean": {
2375
- "version": "1.2.2",
2376
- "dev": true,
2377
- "license": "Apache-2.0"
2378
- },
2379
- "node_modules/dir-glob": {
2380
- "version": "3.0.1",
2381
- "dev": true,
2382
- "license": "MIT",
2383
- "dependencies": {
2384
- "path-type": "^4.0.0"
2385
- },
2386
- "engines": {
2387
- "node": ">=8"
2388
- }
2389
- },
2390
- "node_modules/dlv": {
2391
- "version": "1.1.3",
2392
- "dev": true,
2393
- "license": "MIT"
2394
- },
2395
- "node_modules/doctrine": {
2396
- "version": "3.0.0",
2397
- "dev": true,
2398
- "license": "Apache-2.0",
2399
- "dependencies": {
2400
- "esutils": "^2.0.2"
2401
- },
2402
- "engines": {
2403
- "node": ">=6.0.0"
2404
- }
2405
- },
2406
- "node_modules/dom-helpers": {
2407
- "version": "5.2.1",
2408
- "license": "MIT",
2409
- "dependencies": {
2410
- "@babel/runtime": "^7.8.7",
2411
- "csstype": "^3.0.2"
2412
- }
2413
- },
2414
- "node_modules/eastasianwidth": {
2415
- "version": "0.2.0",
2416
- "dev": true,
2417
- "license": "MIT"
2418
- },
2419
- "node_modules/electron-to-chromium": {
2420
- "version": "1.5.207",
2421
- "dev": true,
2422
- "license": "ISC"
2423
- },
2424
- "node_modules/emoji-regex": {
2425
- "version": "8.0.0",
2426
- "dev": true,
2427
- "license": "MIT"
2428
- },
2429
- "node_modules/esbuild": {
2430
- "version": "0.21.5",
2431
- "dev": true,
2432
- "hasInstallScript": true,
2433
- "license": "MIT",
2434
- "bin": {
2435
- "esbuild": "bin/esbuild"
2436
- },
2437
- "engines": {
2438
- "node": ">=12"
2439
- },
2440
- "optionalDependencies": {
2441
- "@esbuild/aix-ppc64": "0.21.5",
2442
- "@esbuild/android-arm": "0.21.5",
2443
- "@esbuild/android-arm64": "0.21.5",
2444
- "@esbuild/android-x64": "0.21.5",
2445
- "@esbuild/darwin-arm64": "0.21.5",
2446
- "@esbuild/darwin-x64": "0.21.5",
2447
- "@esbuild/freebsd-arm64": "0.21.5",
2448
- "@esbuild/freebsd-x64": "0.21.5",
2449
- "@esbuild/linux-arm": "0.21.5",
2450
- "@esbuild/linux-arm64": "0.21.5",
2451
- "@esbuild/linux-ia32": "0.21.5",
2452
- "@esbuild/linux-loong64": "0.21.5",
2453
- "@esbuild/linux-mips64el": "0.21.5",
2454
- "@esbuild/linux-ppc64": "0.21.5",
2455
- "@esbuild/linux-riscv64": "0.21.5",
2456
- "@esbuild/linux-s390x": "0.21.5",
2457
- "@esbuild/linux-x64": "0.21.5",
2458
- "@esbuild/netbsd-x64": "0.21.5",
2459
- "@esbuild/openbsd-x64": "0.21.5",
2460
- "@esbuild/sunos-x64": "0.21.5",
2461
- "@esbuild/win32-arm64": "0.21.5",
2462
- "@esbuild/win32-ia32": "0.21.5",
2463
- "@esbuild/win32-x64": "0.21.5"
2464
- }
2465
- },
2466
- "node_modules/escalade": {
2467
- "version": "3.2.0",
2468
- "dev": true,
2469
- "license": "MIT",
2470
- "engines": {
2471
- "node": ">=6"
2472
- }
2473
- },
2474
- "node_modules/escape-string-regexp": {
2475
- "version": "4.0.0",
2476
- "dev": true,
2477
- "license": "MIT",
2478
- "engines": {
2479
- "node": ">=10"
2480
- },
2481
- "funding": {
2482
- "url": "https://github.com/sponsors/sindresorhus"
2483
- }
2484
- },
2485
- "node_modules/eslint": {
2486
- "version": "8.57.1",
2487
- "dev": true,
2488
- "license": "MIT",
2489
- "dependencies": {
2490
- "@eslint-community/eslint-utils": "^4.2.0",
2491
- "@eslint-community/regexpp": "^4.6.1",
2492
- "@eslint/eslintrc": "^2.1.4",
2493
- "@eslint/js": "8.57.1",
2494
- "@humanwhocodes/config-array": "^0.13.0",
2495
- "@humanwhocodes/module-importer": "^1.0.1",
2496
- "@nodelib/fs.walk": "^1.2.8",
2497
- "@ungap/structured-clone": "^1.2.0",
2498
- "ajv": "^6.12.4",
2499
- "chalk": "^4.0.0",
2500
- "cross-spawn": "^7.0.2",
2501
- "debug": "^4.3.2",
2502
- "doctrine": "^3.0.0",
2503
- "escape-string-regexp": "^4.0.0",
2504
- "eslint-scope": "^7.2.2",
2505
- "eslint-visitor-keys": "^3.4.3",
2506
- "espree": "^9.6.1",
2507
- "esquery": "^1.4.2",
2508
- "esutils": "^2.0.2",
2509
- "fast-deep-equal": "^3.1.3",
2510
- "file-entry-cache": "^6.0.1",
2511
- "find-up": "^5.0.0",
2512
- "glob-parent": "^6.0.2",
2513
- "globals": "^13.19.0",
2514
- "graphemer": "^1.4.0",
2515
- "ignore": "^5.2.0",
2516
- "imurmurhash": "^0.1.4",
2517
- "is-glob": "^4.0.0",
2518
- "is-path-inside": "^3.0.3",
2519
- "js-yaml": "^4.1.0",
2520
- "json-stable-stringify-without-jsonify": "^1.0.1",
2521
- "levn": "^0.4.1",
2522
- "lodash.merge": "^4.6.2",
2523
- "minimatch": "^3.1.2",
2524
- "natural-compare": "^1.4.0",
2525
- "optionator": "^0.9.3",
2526
- "strip-ansi": "^6.0.1",
2527
- "text-table": "^0.2.0"
2528
- },
2529
- "bin": {
2530
- "eslint": "bin/eslint.js"
2531
- },
2532
- "engines": {
2533
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2534
- },
2535
- "funding": {
2536
- "url": "https://opencollective.com/eslint"
2537
- }
2538
- },
2539
- "node_modules/eslint-plugin-react-hooks": {
2540
- "version": "4.6.2",
2541
- "dev": true,
2542
- "license": "MIT",
2543
- "engines": {
2544
- "node": ">=10"
2545
- },
2546
- "peerDependencies": {
2547
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
2548
- }
2549
- },
2550
- "node_modules/eslint-plugin-react-refresh": {
2551
- "version": "0.4.20",
2552
- "dev": true,
2553
- "license": "MIT",
2554
- "peerDependencies": {
2555
- "eslint": ">=8.40"
2556
- }
2557
- },
2558
- "node_modules/eslint-scope": {
2559
- "version": "7.2.2",
2560
- "dev": true,
2561
- "license": "BSD-2-Clause",
2562
- "dependencies": {
2563
- "esrecurse": "^4.3.0",
2564
- "estraverse": "^5.2.0"
2565
- },
2566
- "engines": {
2567
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2568
- },
2569
- "funding": {
2570
- "url": "https://opencollective.com/eslint"
2571
- }
2572
- },
2573
- "node_modules/eslint-visitor-keys": {
2574
- "version": "3.4.3",
2575
- "dev": true,
2576
- "license": "Apache-2.0",
2577
- "engines": {
2578
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2579
- },
2580
- "funding": {
2581
- "url": "https://opencollective.com/eslint"
2582
- }
2583
- },
2584
- "node_modules/eslint/node_modules/glob-parent": {
2585
- "version": "6.0.2",
2586
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
2587
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
2588
- "dev": true,
2589
- "license": "ISC",
2590
- "dependencies": {
2591
- "is-glob": "^4.0.3"
2592
- },
2593
- "engines": {
2594
- "node": ">=10.13.0"
2595
- }
2596
- },
2597
- "node_modules/espree": {
2598
- "version": "9.6.1",
2599
- "dev": true,
2600
- "license": "BSD-2-Clause",
2601
- "dependencies": {
2602
- "acorn": "^8.9.0",
2603
- "acorn-jsx": "^5.3.2",
2604
- "eslint-visitor-keys": "^3.4.1"
2605
- },
2606
- "engines": {
2607
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2608
- },
2609
- "funding": {
2610
- "url": "https://opencollective.com/eslint"
2611
- }
2612
- },
2613
- "node_modules/esquery": {
2614
- "version": "1.6.0",
2615
- "dev": true,
2616
- "license": "BSD-3-Clause",
2617
- "dependencies": {
2618
- "estraverse": "^5.1.0"
2619
- },
2620
- "engines": {
2621
- "node": ">=0.10"
2622
- }
2623
- },
2624
- "node_modules/esrecurse": {
2625
- "version": "4.3.0",
2626
- "dev": true,
2627
- "license": "BSD-2-Clause",
2628
- "dependencies": {
2629
- "estraverse": "^5.2.0"
2630
- },
2631
- "engines": {
2632
- "node": ">=4.0"
2633
- }
2634
- },
2635
- "node_modules/estraverse": {
2636
- "version": "5.3.0",
2637
- "dev": true,
2638
- "license": "BSD-2-Clause",
2639
- "engines": {
2640
- "node": ">=4.0"
2641
- }
2642
- },
2643
- "node_modules/esutils": {
2644
- "version": "2.0.3",
2645
- "dev": true,
2646
- "license": "BSD-2-Clause",
2647
- "engines": {
2648
- "node": ">=0.10.0"
2649
- }
2650
- },
2651
- "node_modules/eventemitter3": {
2652
- "version": "4.0.7",
2653
- "license": "MIT"
2654
- },
2655
- "node_modules/fast-deep-equal": {
2656
- "version": "3.1.3",
2657
- "dev": true,
2658
- "license": "MIT"
2659
- },
2660
- "node_modules/fast-equals": {
2661
- "version": "5.2.2",
2662
- "license": "MIT",
2663
- "engines": {
2664
- "node": ">=6.0.0"
2665
- }
2666
- },
2667
- "node_modules/fast-glob": {
2668
- "version": "3.3.3",
2669
- "dev": true,
2670
- "license": "MIT",
2671
- "dependencies": {
2672
- "@nodelib/fs.stat": "^2.0.2",
2673
- "@nodelib/fs.walk": "^1.2.3",
2674
- "glob-parent": "^5.1.2",
2675
- "merge2": "^1.3.0",
2676
- "micromatch": "^4.0.8"
2677
- },
2678
- "engines": {
2679
- "node": ">=8.6.0"
2680
- }
2681
- },
2682
- "node_modules/fast-json-stable-stringify": {
2683
- "version": "2.1.0",
2684
- "dev": true,
2685
- "license": "MIT"
2686
- },
2687
- "node_modules/fast-levenshtein": {
2688
- "version": "2.0.6",
2689
- "dev": true,
2690
- "license": "MIT"
2691
- },
2692
- "node_modules/fastq": {
2693
- "version": "1.19.1",
2694
- "dev": true,
2695
- "license": "ISC",
2696
- "dependencies": {
2697
- "reusify": "^1.0.4"
2698
- }
2699
- },
2700
- "node_modules/file-entry-cache": {
2701
- "version": "6.0.1",
2702
- "dev": true,
2703
- "license": "MIT",
2704
- "dependencies": {
2705
- "flat-cache": "^3.0.4"
2706
- },
2707
- "engines": {
2708
- "node": "^10.12.0 || >=12.0.0"
2709
- }
2710
- },
2711
- "node_modules/fill-range": {
2712
- "version": "7.1.1",
2713
- "dev": true,
2714
- "license": "MIT",
2715
- "dependencies": {
2716
- "to-regex-range": "^5.0.1"
2717
- },
2718
- "engines": {
2719
- "node": ">=8"
2720
- }
2721
- },
2722
- "node_modules/find-up": {
2723
- "version": "5.0.0",
2724
- "dev": true,
2725
- "license": "MIT",
2726
- "dependencies": {
2727
- "locate-path": "^6.0.0",
2728
- "path-exists": "^4.0.0"
2729
- },
2730
- "engines": {
2731
- "node": ">=10"
2732
- },
2733
- "funding": {
2734
- "url": "https://github.com/sponsors/sindresorhus"
2735
- }
2736
- },
2737
- "node_modules/flat-cache": {
2738
- "version": "3.2.0",
2739
- "dev": true,
2740
- "license": "MIT",
2741
- "dependencies": {
2742
- "flatted": "^3.2.9",
2743
- "keyv": "^4.5.3",
2744
- "rimraf": "^3.0.2"
2745
- },
2746
- "engines": {
2747
- "node": "^10.12.0 || >=12.0.0"
2748
- }
2749
- },
2750
- "node_modules/flatted": {
2751
- "version": "3.3.3",
2752
- "dev": true,
2753
- "license": "ISC"
2754
- },
2755
- "node_modules/foreground-child": {
2756
- "version": "3.3.1",
2757
- "dev": true,
2758
- "license": "ISC",
2759
- "dependencies": {
2760
- "cross-spawn": "^7.0.6",
2761
- "signal-exit": "^4.0.1"
2762
- },
2763
- "engines": {
2764
- "node": ">=14"
2765
- },
2766
- "funding": {
2767
- "url": "https://github.com/sponsors/isaacs"
2768
- }
2769
- },
2770
- "node_modules/fraction.js": {
2771
- "version": "4.3.7",
2772
- "dev": true,
2773
- "license": "MIT",
2774
- "engines": {
2775
- "node": "*"
2776
- },
2777
- "funding": {
2778
- "type": "patreon",
2779
- "url": "https://github.com/sponsors/rawify"
2780
- }
2781
- },
2782
- "node_modules/fs.realpath": {
2783
- "version": "1.0.0",
2784
- "dev": true,
2785
- "license": "ISC"
2786
- },
2787
- "node_modules/fsevents": {
2788
- "version": "2.3.3",
2789
- "dev": true,
2790
- "license": "MIT",
2791
- "optional": true,
2792
- "os": [
2793
- "darwin"
2794
- ],
2795
- "engines": {
2796
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2797
- }
2798
- },
2799
- "node_modules/function-bind": {
2800
- "version": "1.1.2",
2801
- "dev": true,
2802
- "license": "MIT",
2803
- "funding": {
2804
- "url": "https://github.com/sponsors/ljharb"
2805
- }
2806
- },
2807
- "node_modules/gensync": {
2808
- "version": "1.0.0-beta.2",
2809
- "dev": true,
2810
- "license": "MIT",
2811
- "engines": {
2812
- "node": ">=6.9.0"
2813
- }
2814
- },
2815
- "node_modules/get-nonce": {
2816
- "version": "1.0.1",
2817
- "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz",
2818
- "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
2819
- "license": "MIT",
2820
- "engines": {
2821
- "node": ">=6"
2822
- }
2823
- },
2824
- "node_modules/glob": {
2825
- "version": "10.4.5",
2826
- "dev": true,
2827
- "license": "ISC",
2828
- "dependencies": {
2829
- "foreground-child": "^3.1.0",
2830
- "jackspeak": "^3.1.2",
2831
- "minimatch": "^9.0.4",
2832
- "minipass": "^7.1.2",
2833
- "package-json-from-dist": "^1.0.0",
2834
- "path-scurry": "^1.11.1"
2835
- },
2836
- "bin": {
2837
- "glob": "dist/esm/bin.mjs"
2838
- },
2839
- "funding": {
2840
- "url": "https://github.com/sponsors/isaacs"
2841
- }
2842
- },
2843
- "node_modules/glob-parent": {
2844
- "version": "5.1.2",
2845
- "dev": true,
2846
- "license": "ISC",
2847
- "dependencies": {
2848
- "is-glob": "^4.0.1"
2849
- },
2850
- "engines": {
2851
- "node": ">= 6"
2852
- }
2853
- },
2854
- "node_modules/glob/node_modules/minimatch": {
2855
- "version": "9.0.5",
2856
- "dev": true,
2857
- "license": "ISC",
2858
- "dependencies": {
2859
- "brace-expansion": "^2.0.1"
2860
- },
2861
- "engines": {
2862
- "node": ">=16 || 14 >=14.17"
2863
- },
2864
- "funding": {
2865
- "url": "https://github.com/sponsors/isaacs"
2866
- }
2867
- },
2868
- "node_modules/globals": {
2869
- "version": "13.24.0",
2870
- "dev": true,
2871
- "license": "MIT",
2872
- "dependencies": {
2873
- "type-fest": "^0.20.2"
2874
- },
2875
- "engines": {
2876
- "node": ">=8"
2877
- },
2878
- "funding": {
2879
- "url": "https://github.com/sponsors/sindresorhus"
2880
- }
2881
- },
2882
- "node_modules/globby": {
2883
- "version": "11.1.0",
2884
- "dev": true,
2885
- "license": "MIT",
2886
- "dependencies": {
2887
- "array-union": "^2.1.0",
2888
- "dir-glob": "^3.0.1",
2889
- "fast-glob": "^3.2.9",
2890
- "ignore": "^5.2.0",
2891
- "merge2": "^1.4.1",
2892
- "slash": "^3.0.0"
2893
- },
2894
- "engines": {
2895
- "node": ">=10"
2896
- },
2897
- "funding": {
2898
- "url": "https://github.com/sponsors/sindresorhus"
2899
- }
2900
- },
2901
- "node_modules/graphemer": {
2902
- "version": "1.4.0",
2903
- "dev": true,
2904
- "license": "MIT"
2905
- },
2906
- "node_modules/has-flag": {
2907
- "version": "4.0.0",
2908
- "dev": true,
2909
- "license": "MIT",
2910
- "engines": {
2911
- "node": ">=8"
2912
- }
2913
- },
2914
- "node_modules/hasown": {
2915
- "version": "2.0.2",
2916
- "dev": true,
2917
- "license": "MIT",
2918
- "dependencies": {
2919
- "function-bind": "^1.1.2"
2920
- },
2921
- "engines": {
2922
- "node": ">= 0.4"
2923
- }
2924
- },
2925
- "node_modules/ignore": {
2926
- "version": "5.3.2",
2927
- "dev": true,
2928
- "license": "MIT",
2929
- "engines": {
2930
- "node": ">= 4"
2931
- }
2932
- },
2933
- "node_modules/import-fresh": {
2934
- "version": "3.3.1",
2935
- "dev": true,
2936
- "license": "MIT",
2937
- "dependencies": {
2938
- "parent-module": "^1.0.0",
2939
- "resolve-from": "^4.0.0"
2940
- },
2941
- "engines": {
2942
- "node": ">=6"
2943
- },
2944
- "funding": {
2945
- "url": "https://github.com/sponsors/sindresorhus"
2946
- }
2947
- },
2948
- "node_modules/imurmurhash": {
2949
- "version": "0.1.4",
2950
- "dev": true,
2951
- "license": "MIT",
2952
- "engines": {
2953
- "node": ">=0.8.19"
2954
- }
2955
- },
2956
- "node_modules/inflight": {
2957
- "version": "1.0.6",
2958
- "dev": true,
2959
- "license": "ISC",
2960
- "dependencies": {
2961
- "once": "^1.3.0",
2962
- "wrappy": "1"
2963
- }
2964
- },
2965
- "node_modules/inherits": {
2966
- "version": "2.0.4",
2967
- "dev": true,
2968
- "license": "ISC"
2969
- },
2970
- "node_modules/internmap": {
2971
- "version": "2.0.3",
2972
- "license": "ISC",
2973
- "engines": {
2974
- "node": ">=12"
2975
- }
2976
- },
2977
- "node_modules/is-binary-path": {
2978
- "version": "2.1.0",
2979
- "dev": true,
2980
- "license": "MIT",
2981
- "dependencies": {
2982
- "binary-extensions": "^2.0.0"
2983
- },
2984
- "engines": {
2985
- "node": ">=8"
2986
- }
2987
- },
2988
- "node_modules/is-core-module": {
2989
- "version": "2.16.1",
2990
- "dev": true,
2991
- "license": "MIT",
2992
- "dependencies": {
2993
- "hasown": "^2.0.2"
2994
- },
2995
- "engines": {
2996
- "node": ">= 0.4"
2997
- },
2998
- "funding": {
2999
- "url": "https://github.com/sponsors/ljharb"
3000
- }
3001
- },
3002
- "node_modules/is-extglob": {
3003
- "version": "2.1.1",
3004
- "dev": true,
3005
- "license": "MIT",
3006
- "engines": {
3007
- "node": ">=0.10.0"
3008
- }
3009
- },
3010
- "node_modules/is-fullwidth-code-point": {
3011
- "version": "3.0.0",
3012
- "dev": true,
3013
- "license": "MIT",
3014
- "engines": {
3015
- "node": ">=8"
3016
- }
3017
- },
3018
- "node_modules/is-glob": {
3019
- "version": "4.0.3",
3020
- "dev": true,
3021
- "license": "MIT",
3022
- "dependencies": {
3023
- "is-extglob": "^2.1.1"
3024
- },
3025
- "engines": {
3026
- "node": ">=0.10.0"
3027
- }
3028
- },
3029
- "node_modules/is-number": {
3030
- "version": "7.0.0",
3031
- "dev": true,
3032
- "license": "MIT",
3033
- "engines": {
3034
- "node": ">=0.12.0"
3035
- }
3036
- },
3037
- "node_modules/is-path-inside": {
3038
- "version": "3.0.3",
3039
- "dev": true,
3040
- "license": "MIT",
3041
- "engines": {
3042
- "node": ">=8"
3043
- }
3044
- },
3045
- "node_modules/isexe": {
3046
- "version": "2.0.0",
3047
- "dev": true,
3048
- "license": "ISC"
3049
- },
3050
- "node_modules/jackspeak": {
3051
- "version": "3.4.3",
3052
- "dev": true,
3053
- "license": "BlueOak-1.0.0",
3054
- "dependencies": {
3055
- "@isaacs/cliui": "^8.0.2"
3056
- },
3057
- "funding": {
3058
- "url": "https://github.com/sponsors/isaacs"
3059
- },
3060
- "optionalDependencies": {
3061
- "@pkgjs/parseargs": "^0.11.0"
3062
- }
3063
- },
3064
- "node_modules/jiti": {
3065
- "version": "1.21.7",
3066
- "dev": true,
3067
- "license": "MIT",
3068
- "bin": {
3069
- "jiti": "bin/jiti.js"
3070
- }
3071
- },
3072
- "node_modules/js-tokens": {
3073
- "version": "4.0.0",
3074
- "license": "MIT"
3075
- },
3076
- "node_modules/js-yaml": {
3077
- "version": "4.1.0",
3078
- "dev": true,
3079
- "license": "MIT",
3080
- "dependencies": {
3081
- "argparse": "^2.0.1"
3082
- },
3083
- "bin": {
3084
- "js-yaml": "bin/js-yaml.js"
3085
- }
3086
- },
3087
- "node_modules/jsesc": {
3088
- "version": "3.1.0",
3089
- "dev": true,
3090
- "license": "MIT",
3091
- "bin": {
3092
- "jsesc": "bin/jsesc"
3093
- },
3094
- "engines": {
3095
- "node": ">=6"
3096
- }
3097
- },
3098
- "node_modules/json-buffer": {
3099
- "version": "3.0.1",
3100
- "dev": true,
3101
- "license": "MIT"
3102
- },
3103
- "node_modules/json-schema-traverse": {
3104
- "version": "0.4.1",
3105
- "dev": true,
3106
- "license": "MIT"
3107
- },
3108
- "node_modules/json-stable-stringify-without-jsonify": {
3109
- "version": "1.0.1",
3110
- "dev": true,
3111
- "license": "MIT"
3112
- },
3113
- "node_modules/json5": {
3114
- "version": "2.2.3",
3115
- "dev": true,
3116
- "license": "MIT",
3117
- "bin": {
3118
- "json5": "lib/cli.js"
3119
- },
3120
- "engines": {
3121
- "node": ">=6"
3122
- }
3123
- },
3124
- "node_modules/keyv": {
3125
- "version": "4.5.4",
3126
- "dev": true,
3127
- "license": "MIT",
3128
- "dependencies": {
3129
- "json-buffer": "3.0.1"
3130
- }
3131
- },
3132
- "node_modules/levn": {
3133
- "version": "0.4.1",
3134
- "dev": true,
3135
- "license": "MIT",
3136
- "dependencies": {
3137
- "prelude-ls": "^1.2.1",
3138
- "type-check": "~0.4.0"
3139
- },
3140
- "engines": {
3141
- "node": ">= 0.8.0"
3142
- }
3143
- },
3144
- "node_modules/lilconfig": {
3145
- "version": "3.1.3",
3146
- "dev": true,
3147
- "license": "MIT",
3148
- "engines": {
3149
- "node": ">=14"
3150
- },
3151
- "funding": {
3152
- "url": "https://github.com/sponsors/antonk52"
3153
- }
3154
- },
3155
- "node_modules/lines-and-columns": {
3156
- "version": "1.2.4",
3157
- "dev": true,
3158
- "license": "MIT"
3159
- },
3160
- "node_modules/locate-path": {
3161
- "version": "6.0.0",
3162
- "dev": true,
3163
- "license": "MIT",
3164
- "dependencies": {
3165
- "p-locate": "^5.0.0"
3166
- },
3167
- "engines": {
3168
- "node": ">=10"
3169
- },
3170
- "funding": {
3171
- "url": "https://github.com/sponsors/sindresorhus"
3172
- }
3173
- },
3174
- "node_modules/lodash": {
3175
- "version": "4.17.21",
3176
- "license": "MIT"
3177
- },
3178
- "node_modules/lodash.merge": {
3179
- "version": "4.6.2",
3180
- "dev": true,
3181
- "license": "MIT"
3182
- },
3183
- "node_modules/loose-envify": {
3184
- "version": "1.4.0",
3185
- "license": "MIT",
3186
- "dependencies": {
3187
- "js-tokens": "^3.0.0 || ^4.0.0"
3188
- },
3189
- "bin": {
3190
- "loose-envify": "cli.js"
3191
- }
3192
- },
3193
- "node_modules/lru-cache": {
3194
- "version": "5.1.1",
3195
- "dev": true,
3196
- "license": "ISC",
3197
- "dependencies": {
3198
- "yallist": "^3.0.2"
3199
- }
3200
- },
3201
- "node_modules/lucide-react": {
3202
- "version": "0.294.0",
3203
- "license": "ISC",
3204
- "peerDependencies": {
3205
- "react": "^16.5.1 || ^17.0.0 || ^18.0.0"
3206
- }
3207
- },
3208
- "node_modules/merge2": {
3209
- "version": "1.4.1",
3210
- "dev": true,
3211
- "license": "MIT",
3212
- "engines": {
3213
- "node": ">= 8"
3214
- }
3215
- },
3216
- "node_modules/micromatch": {
3217
- "version": "4.0.8",
3218
- "dev": true,
3219
- "license": "MIT",
3220
- "dependencies": {
3221
- "braces": "^3.0.3",
3222
- "picomatch": "^2.3.1"
3223
- },
3224
- "engines": {
3225
- "node": ">=8.6"
3226
- }
3227
- },
3228
- "node_modules/minimatch": {
3229
- "version": "3.1.2",
3230
- "dev": true,
3231
- "license": "ISC",
3232
- "dependencies": {
3233
- "brace-expansion": "^1.1.7"
3234
- },
3235
- "engines": {
3236
- "node": "*"
3237
- }
3238
- },
3239
- "node_modules/minimatch/node_modules/brace-expansion": {
3240
- "version": "1.1.12",
3241
- "dev": true,
3242
- "license": "MIT",
3243
- "dependencies": {
3244
- "balanced-match": "^1.0.0",
3245
- "concat-map": "0.0.1"
3246
- }
3247
- },
3248
- "node_modules/minipass": {
3249
- "version": "7.1.2",
3250
- "dev": true,
3251
- "license": "ISC",
3252
- "engines": {
3253
- "node": ">=16 || 14 >=14.17"
3254
- }
3255
- },
3256
- "node_modules/ms": {
3257
- "version": "2.1.3",
3258
- "dev": true,
3259
- "license": "MIT"
3260
- },
3261
- "node_modules/mz": {
3262
- "version": "2.7.0",
3263
- "dev": true,
3264
- "license": "MIT",
3265
- "dependencies": {
3266
- "any-promise": "^1.0.0",
3267
- "object-assign": "^4.0.1",
3268
- "thenify-all": "^1.0.0"
3269
- }
3270
- },
3271
- "node_modules/nanoid": {
3272
- "version": "3.3.11",
3273
- "dev": true,
3274
- "funding": [
3275
- {
3276
- "type": "github",
3277
- "url": "https://github.com/sponsors/ai"
3278
- }
3279
- ],
3280
- "license": "MIT",
3281
- "bin": {
3282
- "nanoid": "bin/nanoid.cjs"
3283
- },
3284
- "engines": {
3285
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3286
- }
3287
- },
3288
- "node_modules/natural-compare": {
3289
- "version": "1.4.0",
3290
- "dev": true,
3291
- "license": "MIT"
3292
- },
3293
- "node_modules/node-releases": {
3294
- "version": "2.0.19",
3295
- "dev": true,
3296
- "license": "MIT"
3297
- },
3298
- "node_modules/normalize-path": {
3299
- "version": "3.0.0",
3300
- "dev": true,
3301
- "license": "MIT",
3302
- "engines": {
3303
- "node": ">=0.10.0"
3304
- }
3305
- },
3306
- "node_modules/normalize-range": {
3307
- "version": "0.1.2",
3308
- "dev": true,
3309
- "license": "MIT",
3310
- "engines": {
3311
- "node": ">=0.10.0"
3312
- }
3313
- },
3314
- "node_modules/object-assign": {
3315
- "version": "4.1.1",
3316
- "license": "MIT",
3317
- "engines": {
3318
- "node": ">=0.10.0"
3319
- }
3320
- },
3321
- "node_modules/object-hash": {
3322
- "version": "3.0.0",
3323
- "dev": true,
3324
- "license": "MIT",
3325
- "engines": {
3326
- "node": ">= 6"
3327
- }
3328
- },
3329
- "node_modules/once": {
3330
- "version": "1.4.0",
3331
- "dev": true,
3332
- "license": "ISC",
3333
- "dependencies": {
3334
- "wrappy": "1"
3335
- }
3336
- },
3337
- "node_modules/optionator": {
3338
- "version": "0.9.4",
3339
- "dev": true,
3340
- "license": "MIT",
3341
- "dependencies": {
3342
- "deep-is": "^0.1.3",
3343
- "fast-levenshtein": "^2.0.6",
3344
- "levn": "^0.4.1",
3345
- "prelude-ls": "^1.2.1",
3346
- "type-check": "^0.4.0",
3347
- "word-wrap": "^1.2.5"
3348
- },
3349
- "engines": {
3350
- "node": ">= 0.8.0"
3351
- }
3352
- },
3353
- "node_modules/p-limit": {
3354
- "version": "3.1.0",
3355
- "dev": true,
3356
- "license": "MIT",
3357
- "dependencies": {
3358
- "yocto-queue": "^0.1.0"
3359
- },
3360
- "engines": {
3361
- "node": ">=10"
3362
- },
3363
- "funding": {
3364
- "url": "https://github.com/sponsors/sindresorhus"
3365
- }
3366
- },
3367
- "node_modules/p-locate": {
3368
- "version": "5.0.0",
3369
- "dev": true,
3370
- "license": "MIT",
3371
- "dependencies": {
3372
- "p-limit": "^3.0.2"
3373
- },
3374
- "engines": {
3375
- "node": ">=10"
3376
- },
3377
- "funding": {
3378
- "url": "https://github.com/sponsors/sindresorhus"
3379
- }
3380
- },
3381
- "node_modules/package-json-from-dist": {
3382
- "version": "1.0.1",
3383
- "dev": true,
3384
- "license": "BlueOak-1.0.0"
3385
- },
3386
- "node_modules/parent-module": {
3387
- "version": "1.0.1",
3388
- "dev": true,
3389
- "license": "MIT",
3390
- "dependencies": {
3391
- "callsites": "^3.0.0"
3392
- },
3393
- "engines": {
3394
- "node": ">=6"
3395
- }
3396
- },
3397
- "node_modules/path-exists": {
3398
- "version": "4.0.0",
3399
- "dev": true,
3400
- "license": "MIT",
3401
- "engines": {
3402
- "node": ">=8"
3403
- }
3404
- },
3405
- "node_modules/path-is-absolute": {
3406
- "version": "1.0.1",
3407
- "dev": true,
3408
- "license": "MIT",
3409
- "engines": {
3410
- "node": ">=0.10.0"
3411
- }
3412
- },
3413
- "node_modules/path-key": {
3414
- "version": "3.1.1",
3415
- "dev": true,
3416
- "license": "MIT",
3417
- "engines": {
3418
- "node": ">=8"
3419
- }
3420
- },
3421
- "node_modules/path-parse": {
3422
- "version": "1.0.7",
3423
- "dev": true,
3424
- "license": "MIT"
3425
- },
3426
- "node_modules/path-scurry": {
3427
- "version": "1.11.1",
3428
- "dev": true,
3429
- "license": "BlueOak-1.0.0",
3430
- "dependencies": {
3431
- "lru-cache": "^10.2.0",
3432
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
3433
- },
3434
- "engines": {
3435
- "node": ">=16 || 14 >=14.18"
3436
- },
3437
- "funding": {
3438
- "url": "https://github.com/sponsors/isaacs"
3439
- }
3440
- },
3441
- "node_modules/path-scurry/node_modules/lru-cache": {
3442
- "version": "10.4.3",
3443
- "dev": true,
3444
- "license": "ISC"
3445
- },
3446
- "node_modules/path-type": {
3447
- "version": "4.0.0",
3448
- "dev": true,
3449
- "license": "MIT",
3450
- "engines": {
3451
- "node": ">=8"
3452
- }
3453
- },
3454
- "node_modules/picocolors": {
3455
- "version": "1.1.1",
3456
- "dev": true,
3457
- "license": "ISC"
3458
- },
3459
- "node_modules/picomatch": {
3460
- "version": "2.3.1",
3461
- "dev": true,
3462
- "license": "MIT",
3463
- "engines": {
3464
- "node": ">=8.6"
3465
- },
3466
- "funding": {
3467
- "url": "https://github.com/sponsors/jonschlinkert"
3468
- }
3469
- },
3470
- "node_modules/pify": {
3471
- "version": "2.3.0",
3472
- "dev": true,
3473
- "license": "MIT",
3474
- "engines": {
3475
- "node": ">=0.10.0"
3476
- }
3477
- },
3478
- "node_modules/pirates": {
3479
- "version": "4.0.7",
3480
- "dev": true,
3481
- "license": "MIT",
3482
- "engines": {
3483
- "node": ">= 6"
3484
- }
3485
- },
3486
- "node_modules/postcss": {
3487
- "version": "8.5.6",
3488
- "dev": true,
3489
- "funding": [
3490
- {
3491
- "type": "opencollective",
3492
- "url": "https://opencollective.com/postcss/"
3493
- },
3494
- {
3495
- "type": "tidelift",
3496
- "url": "https://tidelift.com/funding/github/npm/postcss"
3497
- },
3498
- {
3499
- "type": "github",
3500
- "url": "https://github.com/sponsors/ai"
3501
- }
3502
- ],
3503
- "license": "MIT",
3504
- "dependencies": {
3505
- "nanoid": "^3.3.11",
3506
- "picocolors": "^1.1.1",
3507
- "source-map-js": "^1.2.1"
3508
- },
3509
- "engines": {
3510
- "node": "^10 || ^12 || >=14"
3511
- }
3512
- },
3513
- "node_modules/postcss-import": {
3514
- "version": "15.1.0",
3515
- "dev": true,
3516
- "license": "MIT",
3517
- "dependencies": {
3518
- "postcss-value-parser": "^4.0.0",
3519
- "read-cache": "^1.0.0",
3520
- "resolve": "^1.1.7"
3521
- },
3522
- "engines": {
3523
- "node": ">=14.0.0"
3524
- },
3525
- "peerDependencies": {
3526
- "postcss": "^8.0.0"
3527
- }
3528
- },
3529
- "node_modules/postcss-js": {
3530
- "version": "4.0.1",
3531
- "dev": true,
3532
- "license": "MIT",
3533
- "dependencies": {
3534
- "camelcase-css": "^2.0.1"
3535
- },
3536
- "engines": {
3537
- "node": "^12 || ^14 || >= 16"
3538
- },
3539
- "funding": {
3540
- "type": "opencollective",
3541
- "url": "https://opencollective.com/postcss/"
3542
- },
3543
- "peerDependencies": {
3544
- "postcss": "^8.4.21"
3545
- }
3546
- },
3547
- "node_modules/postcss-load-config": {
3548
- "version": "4.0.2",
3549
- "dev": true,
3550
- "funding": [
3551
- {
3552
- "type": "opencollective",
3553
- "url": "https://opencollective.com/postcss/"
3554
- },
3555
- {
3556
- "type": "github",
3557
- "url": "https://github.com/sponsors/ai"
3558
- }
3559
- ],
3560
- "license": "MIT",
3561
- "dependencies": {
3562
- "lilconfig": "^3.0.0",
3563
- "yaml": "^2.3.4"
3564
- },
3565
- "engines": {
3566
- "node": ">= 14"
3567
- },
3568
- "peerDependencies": {
3569
- "postcss": ">=8.0.9",
3570
- "ts-node": ">=9.0.0"
3571
- },
3572
- "peerDependenciesMeta": {
3573
- "postcss": {
3574
- "optional": true
3575
- },
3576
- "ts-node": {
3577
- "optional": true
3578
- }
3579
- }
3580
- },
3581
- "node_modules/postcss-nested": {
3582
- "version": "6.2.0",
3583
- "dev": true,
3584
- "funding": [
3585
- {
3586
- "type": "opencollective",
3587
- "url": "https://opencollective.com/postcss/"
3588
- },
3589
- {
3590
- "type": "github",
3591
- "url": "https://github.com/sponsors/ai"
3592
- }
3593
- ],
3594
- "license": "MIT",
3595
- "dependencies": {
3596
- "postcss-selector-parser": "^6.1.1"
3597
- },
3598
- "engines": {
3599
- "node": ">=12.0"
3600
- },
3601
- "peerDependencies": {
3602
- "postcss": "^8.2.14"
3603
- }
3604
- },
3605
- "node_modules/postcss-selector-parser": {
3606
- "version": "6.1.2",
3607
- "dev": true,
3608
- "license": "MIT",
3609
- "dependencies": {
3610
- "cssesc": "^3.0.0",
3611
- "util-deprecate": "^1.0.2"
3612
- },
3613
- "engines": {
3614
- "node": ">=4"
3615
- }
3616
- },
3617
- "node_modules/postcss-value-parser": {
3618
- "version": "4.2.0",
3619
- "dev": true,
3620
- "license": "MIT"
3621
- },
3622
- "node_modules/prelude-ls": {
3623
- "version": "1.2.1",
3624
- "dev": true,
3625
- "license": "MIT",
3626
- "engines": {
3627
- "node": ">= 0.8.0"
3628
- }
3629
- },
3630
- "node_modules/prop-types": {
3631
- "version": "15.8.1",
3632
- "license": "MIT",
3633
- "dependencies": {
3634
- "loose-envify": "^1.4.0",
3635
- "object-assign": "^4.1.1",
3636
- "react-is": "^16.13.1"
3637
- }
3638
- },
3639
- "node_modules/prop-types/node_modules/react-is": {
3640
- "version": "16.13.1",
3641
- "license": "MIT"
3642
- },
3643
- "node_modules/punycode": {
3644
- "version": "2.3.1",
3645
- "dev": true,
3646
- "license": "MIT",
3647
- "engines": {
3648
- "node": ">=6"
3649
- }
3650
- },
3651
- "node_modules/queue-microtask": {
3652
- "version": "1.2.3",
3653
- "dev": true,
3654
- "funding": [
3655
- {
3656
- "type": "github",
3657
- "url": "https://github.com/sponsors/feross"
3658
- },
3659
- {
3660
- "type": "patreon",
3661
- "url": "https://www.patreon.com/feross"
3662
- },
3663
- {
3664
- "type": "consulting",
3665
- "url": "https://feross.org/support"
3666
- }
3667
- ],
3668
- "license": "MIT"
3669
- },
3670
- "node_modules/react": {
3671
- "version": "18.3.1",
3672
- "license": "MIT",
3673
- "dependencies": {
3674
- "loose-envify": "^1.1.0"
3675
- },
3676
- "engines": {
3677
- "node": ">=0.10.0"
3678
- }
3679
- },
3680
- "node_modules/react-dom": {
3681
- "version": "18.3.1",
3682
- "license": "MIT",
3683
- "dependencies": {
3684
- "loose-envify": "^1.1.0",
3685
- "scheduler": "^0.23.2"
3686
- },
3687
- "peerDependencies": {
3688
- "react": "^18.3.1"
3689
- }
3690
- },
3691
- "node_modules/react-is": {
3692
- "version": "18.3.1",
3693
- "license": "MIT"
3694
- },
3695
- "node_modules/react-refresh": {
3696
- "version": "0.17.0",
3697
- "dev": true,
3698
- "license": "MIT",
3699
- "engines": {
3700
- "node": ">=0.10.0"
3701
- }
3702
- },
3703
- "node_modules/react-remove-scroll": {
3704
- "version": "2.7.1",
3705
- "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.1.tgz",
3706
- "integrity": "sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==",
3707
- "license": "MIT",
3708
- "dependencies": {
3709
- "react-remove-scroll-bar": "^2.3.7",
3710
- "react-style-singleton": "^2.2.3",
3711
- "tslib": "^2.1.0",
3712
- "use-callback-ref": "^1.3.3",
3713
- "use-sidecar": "^1.1.3"
3714
- },
3715
- "engines": {
3716
- "node": ">=10"
3717
- },
3718
- "peerDependencies": {
3719
- "@types/react": "*",
3720
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
3721
- },
3722
- "peerDependenciesMeta": {
3723
- "@types/react": {
3724
- "optional": true
3725
- }
3726
- }
3727
- },
3728
- "node_modules/react-remove-scroll-bar": {
3729
- "version": "2.3.8",
3730
- "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
3731
- "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
3732
- "license": "MIT",
3733
- "dependencies": {
3734
- "react-style-singleton": "^2.2.2",
3735
- "tslib": "^2.0.0"
3736
- },
3737
- "engines": {
3738
- "node": ">=10"
3739
- },
3740
- "peerDependencies": {
3741
- "@types/react": "*",
3742
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3743
- },
3744
- "peerDependenciesMeta": {
3745
- "@types/react": {
3746
- "optional": true
3747
- }
3748
- }
3749
- },
3750
- "node_modules/react-router": {
3751
- "version": "6.30.1",
3752
- "license": "MIT",
3753
- "dependencies": {
3754
- "@remix-run/router": "1.23.0"
3755
- },
3756
- "engines": {
3757
- "node": ">=14.0.0"
3758
- },
3759
- "peerDependencies": {
3760
- "react": ">=16.8"
3761
- }
3762
- },
3763
- "node_modules/react-router-dom": {
3764
- "version": "6.30.1",
3765
- "license": "MIT",
3766
- "dependencies": {
3767
- "@remix-run/router": "1.23.0",
3768
- "react-router": "6.30.1"
3769
- },
3770
- "engines": {
3771
- "node": ">=14.0.0"
3772
- },
3773
- "peerDependencies": {
3774
- "react": ">=16.8",
3775
- "react-dom": ">=16.8"
3776
- }
3777
- },
3778
- "node_modules/react-smooth": {
3779
- "version": "4.0.4",
3780
- "license": "MIT",
3781
- "dependencies": {
3782
- "fast-equals": "^5.0.1",
3783
- "prop-types": "^15.8.1",
3784
- "react-transition-group": "^4.4.5"
3785
- },
3786
- "peerDependencies": {
3787
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
3788
- "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3789
- }
3790
- },
3791
- "node_modules/react-style-singleton": {
3792
- "version": "2.2.3",
3793
- "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
3794
- "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
3795
- "license": "MIT",
3796
- "dependencies": {
3797
- "get-nonce": "^1.0.0",
3798
- "tslib": "^2.0.0"
3799
- },
3800
- "engines": {
3801
- "node": ">=10"
3802
- },
3803
- "peerDependencies": {
3804
- "@types/react": "*",
3805
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
3806
- },
3807
- "peerDependenciesMeta": {
3808
- "@types/react": {
3809
- "optional": true
3810
- }
3811
- }
3812
- },
3813
- "node_modules/react-transition-group": {
3814
- "version": "4.4.5",
3815
- "license": "BSD-3-Clause",
3816
- "dependencies": {
3817
- "@babel/runtime": "^7.5.5",
3818
- "dom-helpers": "^5.0.1",
3819
- "loose-envify": "^1.4.0",
3820
- "prop-types": "^15.6.2"
3821
- },
3822
- "peerDependencies": {
3823
- "react": ">=16.6.0",
3824
- "react-dom": ">=16.6.0"
3825
- }
3826
- },
3827
- "node_modules/read-cache": {
3828
- "version": "1.0.0",
3829
- "dev": true,
3830
- "license": "MIT",
3831
- "dependencies": {
3832
- "pify": "^2.3.0"
3833
- }
3834
- },
3835
- "node_modules/readdirp": {
3836
- "version": "3.6.0",
3837
- "dev": true,
3838
- "license": "MIT",
3839
- "dependencies": {
3840
- "picomatch": "^2.2.1"
3841
- },
3842
- "engines": {
3843
- "node": ">=8.10.0"
3844
- }
3845
- },
3846
- "node_modules/recharts": {
3847
- "version": "2.15.4",
3848
- "license": "MIT",
3849
- "dependencies": {
3850
- "clsx": "^2.0.0",
3851
- "eventemitter3": "^4.0.1",
3852
- "lodash": "^4.17.21",
3853
- "react-is": "^18.3.1",
3854
- "react-smooth": "^4.0.4",
3855
- "recharts-scale": "^0.4.4",
3856
- "tiny-invariant": "^1.3.1",
3857
- "victory-vendor": "^36.6.8"
3858
- },
3859
- "engines": {
3860
- "node": ">=14"
3861
- },
3862
- "peerDependencies": {
3863
- "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
3864
- "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3865
- }
3866
- },
3867
- "node_modules/recharts-scale": {
3868
- "version": "0.4.5",
3869
- "license": "MIT",
3870
- "dependencies": {
3871
- "decimal.js-light": "^2.4.1"
3872
- }
3873
- },
3874
- "node_modules/resolve": {
3875
- "version": "1.22.10",
3876
- "dev": true,
3877
- "license": "MIT",
3878
- "dependencies": {
3879
- "is-core-module": "^2.16.0",
3880
- "path-parse": "^1.0.7",
3881
- "supports-preserve-symlinks-flag": "^1.0.0"
3882
- },
3883
- "bin": {
3884
- "resolve": "bin/resolve"
3885
- },
3886
- "engines": {
3887
- "node": ">= 0.4"
3888
- },
3889
- "funding": {
3890
- "url": "https://github.com/sponsors/ljharb"
3891
- }
3892
- },
3893
- "node_modules/resolve-from": {
3894
- "version": "4.0.0",
3895
- "dev": true,
3896
- "license": "MIT",
3897
- "engines": {
3898
- "node": ">=4"
3899
- }
3900
- },
3901
- "node_modules/reusify": {
3902
- "version": "1.1.0",
3903
- "dev": true,
3904
- "license": "MIT",
3905
- "engines": {
3906
- "iojs": ">=1.0.0",
3907
- "node": ">=0.10.0"
3908
- }
3909
- },
3910
- "node_modules/rimraf": {
3911
- "version": "3.0.2",
3912
- "dev": true,
3913
- "license": "ISC",
3914
- "dependencies": {
3915
- "glob": "^7.1.3"
3916
- },
3917
- "bin": {
3918
- "rimraf": "bin.js"
3919
- },
3920
- "funding": {
3921
- "url": "https://github.com/sponsors/isaacs"
3922
- }
3923
- },
3924
- "node_modules/rimraf/node_modules/glob": {
3925
- "version": "7.2.3",
3926
- "dev": true,
3927
- "license": "ISC",
3928
- "dependencies": {
3929
- "fs.realpath": "^1.0.0",
3930
- "inflight": "^1.0.4",
3931
- "inherits": "2",
3932
- "minimatch": "^3.1.1",
3933
- "once": "^1.3.0",
3934
- "path-is-absolute": "^1.0.0"
3935
- },
3936
- "engines": {
3937
- "node": "*"
3938
- },
3939
- "funding": {
3940
- "url": "https://github.com/sponsors/isaacs"
3941
- }
3942
- },
3943
- "node_modules/rollup": {
3944
- "version": "4.46.3",
3945
- "dev": true,
3946
- "license": "MIT",
3947
- "dependencies": {
3948
- "@types/estree": "1.0.8"
3949
- },
3950
- "bin": {
3951
- "rollup": "dist/bin/rollup"
3952
- },
3953
- "engines": {
3954
- "node": ">=18.0.0",
3955
- "npm": ">=8.0.0"
3956
- },
3957
- "optionalDependencies": {
3958
- "@rollup/rollup-android-arm-eabi": "4.46.3",
3959
- "@rollup/rollup-android-arm64": "4.46.3",
3960
- "@rollup/rollup-darwin-arm64": "4.46.3",
3961
- "@rollup/rollup-darwin-x64": "4.46.3",
3962
- "@rollup/rollup-freebsd-arm64": "4.46.3",
3963
- "@rollup/rollup-freebsd-x64": "4.46.3",
3964
- "@rollup/rollup-linux-arm-gnueabihf": "4.46.3",
3965
- "@rollup/rollup-linux-arm-musleabihf": "4.46.3",
3966
- "@rollup/rollup-linux-arm64-gnu": "4.46.3",
3967
- "@rollup/rollup-linux-arm64-musl": "4.46.3",
3968
- "@rollup/rollup-linux-loongarch64-gnu": "4.46.3",
3969
- "@rollup/rollup-linux-ppc64-gnu": "4.46.3",
3970
- "@rollup/rollup-linux-riscv64-gnu": "4.46.3",
3971
- "@rollup/rollup-linux-riscv64-musl": "4.46.3",
3972
- "@rollup/rollup-linux-s390x-gnu": "4.46.3",
3973
- "@rollup/rollup-linux-x64-gnu": "4.46.3",
3974
- "@rollup/rollup-linux-x64-musl": "4.46.3",
3975
- "@rollup/rollup-win32-arm64-msvc": "4.46.3",
3976
- "@rollup/rollup-win32-ia32-msvc": "4.46.3",
3977
- "@rollup/rollup-win32-x64-msvc": "4.46.3",
3978
- "fsevents": "~2.3.2"
3979
- }
3980
- },
3981
- "node_modules/run-parallel": {
3982
- "version": "1.2.0",
3983
- "dev": true,
3984
- "funding": [
3985
- {
3986
- "type": "github",
3987
- "url": "https://github.com/sponsors/feross"
3988
- },
3989
- {
3990
- "type": "patreon",
3991
- "url": "https://www.patreon.com/feross"
3992
- },
3993
- {
3994
- "type": "consulting",
3995
- "url": "https://feross.org/support"
3996
- }
3997
- ],
3998
- "license": "MIT",
3999
- "dependencies": {
4000
- "queue-microtask": "^1.2.2"
4001
- }
4002
- },
4003
- "node_modules/scheduler": {
4004
- "version": "0.23.2",
4005
- "license": "MIT",
4006
- "dependencies": {
4007
- "loose-envify": "^1.1.0"
4008
- }
4009
- },
4010
- "node_modules/semver": {
4011
- "version": "7.7.2",
4012
- "dev": true,
4013
- "license": "ISC",
4014
- "bin": {
4015
- "semver": "bin/semver.js"
4016
- },
4017
- "engines": {
4018
- "node": ">=10"
4019
- }
4020
- },
4021
- "node_modules/shebang-command": {
4022
- "version": "2.0.0",
4023
- "dev": true,
4024
- "license": "MIT",
4025
- "dependencies": {
4026
- "shebang-regex": "^3.0.0"
4027
- },
4028
- "engines": {
4029
- "node": ">=8"
4030
- }
4031
- },
4032
- "node_modules/shebang-regex": {
4033
- "version": "3.0.0",
4034
- "dev": true,
4035
- "license": "MIT",
4036
- "engines": {
4037
- "node": ">=8"
4038
- }
4039
- },
4040
- "node_modules/signal-exit": {
4041
- "version": "4.1.0",
4042
- "dev": true,
4043
- "license": "ISC",
4044
- "engines": {
4045
- "node": ">=14"
4046
- },
4047
- "funding": {
4048
- "url": "https://github.com/sponsors/isaacs"
4049
- }
4050
- },
4051
- "node_modules/slash": {
4052
- "version": "3.0.0",
4053
- "dev": true,
4054
- "license": "MIT",
4055
- "engines": {
4056
- "node": ">=8"
4057
- }
4058
- },
4059
- "node_modules/sonner": {
4060
- "version": "2.0.7",
4061
- "resolved": "https://registry.npmjs.org/sonner/-/sonner-2.0.7.tgz",
4062
- "integrity": "sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==",
4063
- "license": "MIT",
4064
- "peerDependencies": {
4065
- "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
4066
- "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
4067
- }
4068
- },
4069
- "node_modules/source-map-js": {
4070
- "version": "1.2.1",
4071
- "dev": true,
4072
- "license": "BSD-3-Clause",
4073
- "engines": {
4074
- "node": ">=0.10.0"
4075
- }
4076
- },
4077
- "node_modules/string-width": {
4078
- "version": "5.1.2",
4079
- "dev": true,
4080
- "license": "MIT",
4081
- "dependencies": {
4082
- "eastasianwidth": "^0.2.0",
4083
- "emoji-regex": "^9.2.2",
4084
- "strip-ansi": "^7.0.1"
4085
- },
4086
- "engines": {
4087
- "node": ">=12"
4088
- },
4089
- "funding": {
4090
- "url": "https://github.com/sponsors/sindresorhus"
4091
- }
4092
- },
4093
- "node_modules/string-width-cjs": {
4094
- "name": "string-width",
4095
- "version": "4.2.3",
4096
- "dev": true,
4097
- "license": "MIT",
4098
- "dependencies": {
4099
- "emoji-regex": "^8.0.0",
4100
- "is-fullwidth-code-point": "^3.0.0",
4101
- "strip-ansi": "^6.0.1"
4102
- },
4103
- "engines": {
4104
- "node": ">=8"
4105
- }
4106
- },
4107
- "node_modules/string-width/node_modules/ansi-regex": {
4108
- "version": "6.2.0",
4109
- "dev": true,
4110
- "license": "MIT",
4111
- "engines": {
4112
- "node": ">=12"
4113
- },
4114
- "funding": {
4115
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4116
- }
4117
- },
4118
- "node_modules/string-width/node_modules/emoji-regex": {
4119
- "version": "9.2.2",
4120
- "dev": true,
4121
- "license": "MIT"
4122
- },
4123
- "node_modules/string-width/node_modules/strip-ansi": {
4124
- "version": "7.1.0",
4125
- "dev": true,
4126
- "license": "MIT",
4127
- "dependencies": {
4128
- "ansi-regex": "^6.0.1"
4129
- },
4130
- "engines": {
4131
- "node": ">=12"
4132
- },
4133
- "funding": {
4134
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4135
- }
4136
- },
4137
- "node_modules/strip-ansi": {
4138
- "version": "6.0.1",
4139
- "dev": true,
4140
- "license": "MIT",
4141
- "dependencies": {
4142
- "ansi-regex": "^5.0.1"
4143
- },
4144
- "engines": {
4145
- "node": ">=8"
4146
- }
4147
- },
4148
- "node_modules/strip-ansi-cjs": {
4149
- "name": "strip-ansi",
4150
- "version": "6.0.1",
4151
- "dev": true,
4152
- "license": "MIT",
4153
- "dependencies": {
4154
- "ansi-regex": "^5.0.1"
4155
- },
4156
- "engines": {
4157
- "node": ">=8"
4158
- }
4159
- },
4160
- "node_modules/strip-json-comments": {
4161
- "version": "3.1.1",
4162
- "dev": true,
4163
- "license": "MIT",
4164
- "engines": {
4165
- "node": ">=8"
4166
- },
4167
- "funding": {
4168
- "url": "https://github.com/sponsors/sindresorhus"
4169
- }
4170
- },
4171
- "node_modules/sucrase": {
4172
- "version": "3.35.0",
4173
- "dev": true,
4174
- "license": "MIT",
4175
- "dependencies": {
4176
- "@jridgewell/gen-mapping": "^0.3.2",
4177
- "commander": "^4.0.0",
4178
- "glob": "^10.3.10",
4179
- "lines-and-columns": "^1.1.6",
4180
- "mz": "^2.7.0",
4181
- "pirates": "^4.0.1",
4182
- "ts-interface-checker": "^0.1.9"
4183
- },
4184
- "bin": {
4185
- "sucrase": "bin/sucrase",
4186
- "sucrase-node": "bin/sucrase-node"
4187
- },
4188
- "engines": {
4189
- "node": ">=16 || 14 >=14.17"
4190
- }
4191
- },
4192
- "node_modules/supports-color": {
4193
- "version": "7.2.0",
4194
- "dev": true,
4195
- "license": "MIT",
4196
- "dependencies": {
4197
- "has-flag": "^4.0.0"
4198
- },
4199
- "engines": {
4200
- "node": ">=8"
4201
- }
4202
- },
4203
- "node_modules/supports-preserve-symlinks-flag": {
4204
- "version": "1.0.0",
4205
- "dev": true,
4206
- "license": "MIT",
4207
- "engines": {
4208
- "node": ">= 0.4"
4209
- },
4210
- "funding": {
4211
- "url": "https://github.com/sponsors/ljharb"
4212
- }
4213
- },
4214
- "node_modules/tailwind-merge": {
4215
- "version": "2.6.0",
4216
- "license": "MIT",
4217
- "funding": {
4218
- "type": "github",
4219
- "url": "https://github.com/sponsors/dcastil"
4220
- }
4221
- },
4222
- "node_modules/tailwindcss": {
4223
- "version": "3.4.17",
4224
- "dev": true,
4225
- "license": "MIT",
4226
- "dependencies": {
4227
- "@alloc/quick-lru": "^5.2.0",
4228
- "arg": "^5.0.2",
4229
- "chokidar": "^3.6.0",
4230
- "didyoumean": "^1.2.2",
4231
- "dlv": "^1.1.3",
4232
- "fast-glob": "^3.3.2",
4233
- "glob-parent": "^6.0.2",
4234
- "is-glob": "^4.0.3",
4235
- "jiti": "^1.21.6",
4236
- "lilconfig": "^3.1.3",
4237
- "micromatch": "^4.0.8",
4238
- "normalize-path": "^3.0.0",
4239
- "object-hash": "^3.0.0",
4240
- "picocolors": "^1.1.1",
4241
- "postcss": "^8.4.47",
4242
- "postcss-import": "^15.1.0",
4243
- "postcss-js": "^4.0.1",
4244
- "postcss-load-config": "^4.0.2",
4245
- "postcss-nested": "^6.2.0",
4246
- "postcss-selector-parser": "^6.1.2",
4247
- "resolve": "^1.22.8",
4248
- "sucrase": "^3.35.0"
4249
- },
4250
- "bin": {
4251
- "tailwind": "lib/cli.js",
4252
- "tailwindcss": "lib/cli.js"
4253
- },
4254
- "engines": {
4255
- "node": ">=14.0.0"
4256
- }
4257
- },
4258
- "node_modules/tailwindcss/node_modules/glob-parent": {
4259
- "version": "6.0.2",
4260
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
4261
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
4262
- "dev": true,
4263
- "license": "ISC",
4264
- "dependencies": {
4265
- "is-glob": "^4.0.3"
4266
- },
4267
- "engines": {
4268
- "node": ">=10.13.0"
4269
- }
4270
- },
4271
- "node_modules/text-table": {
4272
- "version": "0.2.0",
4273
- "dev": true,
4274
- "license": "MIT"
4275
- },
4276
- "node_modules/thenify": {
4277
- "version": "3.3.1",
4278
- "dev": true,
4279
- "license": "MIT",
4280
- "dependencies": {
4281
- "any-promise": "^1.0.0"
4282
- }
4283
- },
4284
- "node_modules/thenify-all": {
4285
- "version": "1.6.0",
4286
- "dev": true,
4287
- "license": "MIT",
4288
- "dependencies": {
4289
- "thenify": ">= 3.1.0 < 4"
4290
- },
4291
- "engines": {
4292
- "node": ">=0.8"
4293
- }
4294
- },
4295
- "node_modules/tiny-invariant": {
4296
- "version": "1.3.3",
4297
- "license": "MIT"
4298
- },
4299
- "node_modules/to-regex-range": {
4300
- "version": "5.0.1",
4301
- "dev": true,
4302
- "license": "MIT",
4303
- "dependencies": {
4304
- "is-number": "^7.0.0"
4305
- },
4306
- "engines": {
4307
- "node": ">=8.0"
4308
- }
4309
- },
4310
- "node_modules/ts-api-utils": {
4311
- "version": "1.4.3",
4312
- "dev": true,
4313
- "license": "MIT",
4314
- "engines": {
4315
- "node": ">=16"
4316
- },
4317
- "peerDependencies": {
4318
- "typescript": ">=4.2.0"
4319
- }
4320
- },
4321
- "node_modules/ts-interface-checker": {
4322
- "version": "0.1.13",
4323
- "dev": true,
4324
- "license": "Apache-2.0"
4325
- },
4326
- "node_modules/tslib": {
4327
- "version": "2.8.1",
4328
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4329
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4330
- "license": "0BSD"
4331
- },
4332
- "node_modules/type-check": {
4333
- "version": "0.4.0",
4334
- "dev": true,
4335
- "license": "MIT",
4336
- "dependencies": {
4337
- "prelude-ls": "^1.2.1"
4338
- },
4339
- "engines": {
4340
- "node": ">= 0.8.0"
4341
- }
4342
- },
4343
- "node_modules/type-fest": {
4344
- "version": "0.20.2",
4345
- "dev": true,
4346
- "license": "(MIT OR CC0-1.0)",
4347
- "engines": {
4348
- "node": ">=10"
4349
- },
4350
- "funding": {
4351
- "url": "https://github.com/sponsors/sindresorhus"
4352
- }
4353
- },
4354
- "node_modules/typescript": {
4355
- "version": "5.9.2",
4356
- "dev": true,
4357
- "license": "Apache-2.0",
4358
- "bin": {
4359
- "tsc": "bin/tsc",
4360
- "tsserver": "bin/tsserver"
4361
- },
4362
- "engines": {
4363
- "node": ">=14.17"
4364
- }
4365
- },
4366
- "node_modules/update-browserslist-db": {
4367
- "version": "1.1.3",
4368
- "dev": true,
4369
- "funding": [
4370
- {
4371
- "type": "opencollective",
4372
- "url": "https://opencollective.com/browserslist"
4373
- },
4374
- {
4375
- "type": "tidelift",
4376
- "url": "https://tidelift.com/funding/github/npm/browserslist"
4377
- },
4378
- {
4379
- "type": "github",
4380
- "url": "https://github.com/sponsors/ai"
4381
- }
4382
- ],
4383
- "license": "MIT",
4384
- "dependencies": {
4385
- "escalade": "^3.2.0",
4386
- "picocolors": "^1.1.1"
4387
- },
4388
- "bin": {
4389
- "update-browserslist-db": "cli.js"
4390
- },
4391
- "peerDependencies": {
4392
- "browserslist": ">= 4.21.0"
4393
- }
4394
- },
4395
- "node_modules/uri-js": {
4396
- "version": "4.4.1",
4397
- "dev": true,
4398
- "license": "BSD-2-Clause",
4399
- "dependencies": {
4400
- "punycode": "^2.1.0"
4401
- }
4402
- },
4403
- "node_modules/use-callback-ref": {
4404
- "version": "1.3.3",
4405
- "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
4406
- "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
4407
- "license": "MIT",
4408
- "dependencies": {
4409
- "tslib": "^2.0.0"
4410
- },
4411
- "engines": {
4412
- "node": ">=10"
4413
- },
4414
- "peerDependencies": {
4415
- "@types/react": "*",
4416
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
4417
- },
4418
- "peerDependenciesMeta": {
4419
- "@types/react": {
4420
- "optional": true
4421
- }
4422
- }
4423
- },
4424
- "node_modules/use-sidecar": {
4425
- "version": "1.1.3",
4426
- "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
4427
- "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
4428
- "license": "MIT",
4429
- "dependencies": {
4430
- "detect-node-es": "^1.1.0",
4431
- "tslib": "^2.0.0"
4432
- },
4433
- "engines": {
4434
- "node": ">=10"
4435
- },
4436
- "peerDependencies": {
4437
- "@types/react": "*",
4438
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
4439
- },
4440
- "peerDependenciesMeta": {
4441
- "@types/react": {
4442
- "optional": true
4443
- }
4444
- }
4445
- },
4446
- "node_modules/use-sync-external-store": {
4447
- "version": "1.5.0",
4448
- "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
4449
- "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
4450
- "license": "MIT",
4451
- "peerDependencies": {
4452
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4453
- }
4454
- },
4455
- "node_modules/util-deprecate": {
4456
- "version": "1.0.2",
4457
- "dev": true,
4458
- "license": "MIT"
4459
- },
4460
- "node_modules/victory-vendor": {
4461
- "version": "36.9.2",
4462
- "license": "MIT AND ISC",
4463
- "dependencies": {
4464
- "@types/d3-array": "^3.0.3",
4465
- "@types/d3-ease": "^3.0.0",
4466
- "@types/d3-interpolate": "^3.0.1",
4467
- "@types/d3-scale": "^4.0.2",
4468
- "@types/d3-shape": "^3.1.0",
4469
- "@types/d3-time": "^3.0.0",
4470
- "@types/d3-timer": "^3.0.0",
4471
- "d3-array": "^3.1.6",
4472
- "d3-ease": "^3.0.1",
4473
- "d3-interpolate": "^3.0.1",
4474
- "d3-scale": "^4.0.2",
4475
- "d3-shape": "^3.1.0",
4476
- "d3-time": "^3.0.0",
4477
- "d3-timer": "^3.0.1"
4478
- }
4479
- },
4480
- "node_modules/vite": {
4481
- "version": "5.4.19",
4482
- "dev": true,
4483
- "license": "MIT",
4484
- "dependencies": {
4485
- "esbuild": "^0.21.3",
4486
- "postcss": "^8.4.43",
4487
- "rollup": "^4.20.0"
4488
- },
4489
- "bin": {
4490
- "vite": "bin/vite.js"
4491
- },
4492
- "engines": {
4493
- "node": "^18.0.0 || >=20.0.0"
4494
- },
4495
- "funding": {
4496
- "url": "https://github.com/vitejs/vite?sponsor=1"
4497
- },
4498
- "optionalDependencies": {
4499
- "fsevents": "~2.3.3"
4500
- },
4501
- "peerDependencies": {
4502
- "@types/node": "^18.0.0 || >=20.0.0",
4503
- "less": "*",
4504
- "lightningcss": "^1.21.0",
4505
- "sass": "*",
4506
- "sass-embedded": "*",
4507
- "stylus": "*",
4508
- "sugarss": "*",
4509
- "terser": "^5.4.0"
4510
- },
4511
- "peerDependenciesMeta": {
4512
- "@types/node": {
4513
- "optional": true
4514
- },
4515
- "less": {
4516
- "optional": true
4517
- },
4518
- "lightningcss": {
4519
- "optional": true
4520
- },
4521
- "sass": {
4522
- "optional": true
4523
- },
4524
- "sass-embedded": {
4525
- "optional": true
4526
- },
4527
- "stylus": {
4528
- "optional": true
4529
- },
4530
- "sugarss": {
4531
- "optional": true
4532
- },
4533
- "terser": {
4534
- "optional": true
4535
- }
4536
- }
4537
- },
4538
- "node_modules/which": {
4539
- "version": "2.0.2",
4540
- "dev": true,
4541
- "license": "ISC",
4542
- "dependencies": {
4543
- "isexe": "^2.0.0"
4544
- },
4545
- "bin": {
4546
- "node-which": "bin/node-which"
4547
- },
4548
- "engines": {
4549
- "node": ">= 8"
4550
- }
4551
- },
4552
- "node_modules/word-wrap": {
4553
- "version": "1.2.5",
4554
- "dev": true,
4555
- "license": "MIT",
4556
- "engines": {
4557
- "node": ">=0.10.0"
4558
- }
4559
- },
4560
- "node_modules/wrap-ansi": {
4561
- "version": "8.1.0",
4562
- "dev": true,
4563
- "license": "MIT",
4564
- "dependencies": {
4565
- "ansi-styles": "^6.1.0",
4566
- "string-width": "^5.0.1",
4567
- "strip-ansi": "^7.0.1"
4568
- },
4569
- "engines": {
4570
- "node": ">=12"
4571
- },
4572
- "funding": {
4573
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4574
- }
4575
- },
4576
- "node_modules/wrap-ansi-cjs": {
4577
- "name": "wrap-ansi",
4578
- "version": "7.0.0",
4579
- "dev": true,
4580
- "license": "MIT",
4581
- "dependencies": {
4582
- "ansi-styles": "^4.0.0",
4583
- "string-width": "^4.1.0",
4584
- "strip-ansi": "^6.0.0"
4585
- },
4586
- "engines": {
4587
- "node": ">=10"
4588
- },
4589
- "funding": {
4590
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4591
- }
4592
- },
4593
- "node_modules/wrap-ansi-cjs/node_modules/string-width": {
4594
- "version": "4.2.3",
4595
- "dev": true,
4596
- "license": "MIT",
4597
- "dependencies": {
4598
- "emoji-regex": "^8.0.0",
4599
- "is-fullwidth-code-point": "^3.0.0",
4600
- "strip-ansi": "^6.0.1"
4601
- },
4602
- "engines": {
4603
- "node": ">=8"
4604
- }
4605
- },
4606
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
4607
- "version": "6.2.0",
4608
- "dev": true,
4609
- "license": "MIT",
4610
- "engines": {
4611
- "node": ">=12"
4612
- },
4613
- "funding": {
4614
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4615
- }
4616
- },
4617
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
4618
- "version": "6.2.1",
4619
- "dev": true,
4620
- "license": "MIT",
4621
- "engines": {
4622
- "node": ">=12"
4623
- },
4624
- "funding": {
4625
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4626
- }
4627
- },
4628
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
4629
- "version": "7.1.0",
4630
- "dev": true,
4631
- "license": "MIT",
4632
- "dependencies": {
4633
- "ansi-regex": "^6.0.1"
4634
- },
4635
- "engines": {
4636
- "node": ">=12"
4637
- },
4638
- "funding": {
4639
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4640
- }
4641
- },
4642
- "node_modules/wrappy": {
4643
- "version": "1.0.2",
4644
- "dev": true,
4645
- "license": "ISC"
4646
- },
4647
- "node_modules/yallist": {
4648
- "version": "3.1.1",
4649
- "dev": true,
4650
- "license": "ISC"
4651
- },
4652
- "node_modules/yaml": {
4653
- "version": "2.8.1",
4654
- "dev": true,
4655
- "license": "ISC",
4656
- "bin": {
4657
- "yaml": "bin.mjs"
4658
- },
4659
- "engines": {
4660
- "node": ">= 14.6"
4661
- }
4662
- },
4663
- "node_modules/yocto-queue": {
4664
- "version": "0.1.0",
4665
- "dev": true,
4666
- "license": "MIT",
4667
- "engines": {
4668
- "node": ">=10"
4669
- },
4670
- "funding": {
4671
- "url": "https://github.com/sponsors/sindresorhus"
4672
- }
4673
- }
4674
- }
4675
- }