@ramme-io/create-app 1.0.5 → 1.1.2

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.
@@ -1,39 +1,18 @@
1
1
  {
2
- "name": "ramme-app",
2
+ "name": "template",
3
3
  "version": "0.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
- "name": "ramme-app",
9
- "version": "0.0.0",
10
8
  "dependencies": {
11
- "@ramme-io/ui": "file:../../ramme-ui",
12
- "ag-grid-community": "^31.3.1",
13
- "ag-grid-enterprise": "^31.3.1",
14
- "ag-grid-react": "^31.3.1",
15
- "framer-motion": "^12.23.12",
16
- "fs-extra": "^11.3.1",
17
- "react": "^18.2.0",
18
- "react-dom": "^18.2.0",
19
- "react-resizable-panels": "^3.0.4",
20
- "react-router-dom": "6.30.1"
21
- },
22
- "devDependencies": {
23
- "@types/node": "^20.14.2",
24
- "@types/react": "^18.2.66",
25
- "@types/react-dom": "^18.2.22",
26
- "@vitejs/plugin-react": "^4.2.1",
27
- "autoprefixer": "^10.4.19",
28
- "postcss": "^8.4.38",
29
- "tailwindcss": "^3.4.4",
30
- "typescript": "^5.2.2",
31
- "vite": "^5.2.0"
9
+ "zod": "^4.1.13"
32
10
  }
33
11
  },
34
12
  "../../ramme-ui": {
35
13
  "name": "@ramme-io/ui",
36
- "version": "0.0.1",
14
+ "version": "1.1.0",
15
+ "extraneous": true,
37
16
  "dependencies": {
38
17
  "@radix-ui/react-slot": "^1.2.3",
39
18
  "@tippyjs/react": "^4.2.6",
@@ -48,7 +27,8 @@
48
27
  "react-syntax-highlighter": "^15.6.6",
49
28
  "recharts": "^2.12.7",
50
29
  "tailwind-merge": "^3.3.1",
51
- "tippy.js": "^6.3.7"
30
+ "tippy.js": "^6.3.7",
31
+ "zod": "^4.1.13"
52
32
  },
53
33
  "devDependencies": {
54
34
  "@storybook/addon-essentials": "8.2.2",
@@ -85,2821 +65,14 @@
85
65
  "tailwindcss": ">=3.0.0"
86
66
  }
87
67
  },
88
- "node_modules/@alloc/quick-lru": {
89
- "version": "5.2.0",
90
- "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
91
- "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
92
- "dev": true,
93
- "license": "MIT",
94
- "engines": {
95
- "node": ">=10"
96
- },
97
- "funding": {
98
- "url": "https://github.com/sponsors/sindresorhus"
99
- }
100
- },
101
- "node_modules/@babel/code-frame": {
102
- "version": "7.27.1",
103
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
104
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
105
- "dev": true,
68
+ "node_modules/zod": {
69
+ "version": "4.1.13",
70
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz",
71
+ "integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==",
106
72
  "license": "MIT",
107
- "dependencies": {
108
- "@babel/helper-validator-identifier": "^7.27.1",
109
- "js-tokens": "^4.0.0",
110
- "picocolors": "^1.1.1"
111
- },
112
- "engines": {
113
- "node": ">=6.9.0"
114
- }
115
- },
116
- "node_modules/@babel/compat-data": {
117
- "version": "7.28.5",
118
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
119
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
120
- "dev": true,
121
- "license": "MIT",
122
- "engines": {
123
- "node": ">=6.9.0"
124
- }
125
- },
126
- "node_modules/@babel/core": {
127
- "version": "7.28.5",
128
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
129
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
130
- "dev": true,
131
- "license": "MIT",
132
- "dependencies": {
133
- "@babel/code-frame": "^7.27.1",
134
- "@babel/generator": "^7.28.5",
135
- "@babel/helper-compilation-targets": "^7.27.2",
136
- "@babel/helper-module-transforms": "^7.28.3",
137
- "@babel/helpers": "^7.28.4",
138
- "@babel/parser": "^7.28.5",
139
- "@babel/template": "^7.27.2",
140
- "@babel/traverse": "^7.28.5",
141
- "@babel/types": "^7.28.5",
142
- "@jridgewell/remapping": "^2.3.5",
143
- "convert-source-map": "^2.0.0",
144
- "debug": "^4.1.0",
145
- "gensync": "^1.0.0-beta.2",
146
- "json5": "^2.2.3",
147
- "semver": "^6.3.1"
148
- },
149
- "engines": {
150
- "node": ">=6.9.0"
151
- },
152
73
  "funding": {
153
- "type": "opencollective",
154
- "url": "https://opencollective.com/babel"
155
- }
156
- },
157
- "node_modules/@babel/generator": {
158
- "version": "7.28.5",
159
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
160
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
161
- "dev": true,
162
- "license": "MIT",
163
- "dependencies": {
164
- "@babel/parser": "^7.28.5",
165
- "@babel/types": "^7.28.5",
166
- "@jridgewell/gen-mapping": "^0.3.12",
167
- "@jridgewell/trace-mapping": "^0.3.28",
168
- "jsesc": "^3.0.2"
169
- },
170
- "engines": {
171
- "node": ">=6.9.0"
172
- }
173
- },
174
- "node_modules/@babel/helper-compilation-targets": {
175
- "version": "7.27.2",
176
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
177
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
178
- "dev": true,
179
- "license": "MIT",
180
- "dependencies": {
181
- "@babel/compat-data": "^7.27.2",
182
- "@babel/helper-validator-option": "^7.27.1",
183
- "browserslist": "^4.24.0",
184
- "lru-cache": "^5.1.1",
185
- "semver": "^6.3.1"
186
- },
187
- "engines": {
188
- "node": ">=6.9.0"
189
- }
190
- },
191
- "node_modules/@babel/helper-globals": {
192
- "version": "7.28.0",
193
- "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
194
- "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
195
- "dev": true,
196
- "license": "MIT",
197
- "engines": {
198
- "node": ">=6.9.0"
199
- }
200
- },
201
- "node_modules/@babel/helper-module-imports": {
202
- "version": "7.27.1",
203
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
204
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
205
- "dev": true,
206
- "license": "MIT",
207
- "dependencies": {
208
- "@babel/traverse": "^7.27.1",
209
- "@babel/types": "^7.27.1"
210
- },
211
- "engines": {
212
- "node": ">=6.9.0"
213
- }
214
- },
215
- "node_modules/@babel/helper-module-transforms": {
216
- "version": "7.28.3",
217
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
218
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
219
- "dev": true,
220
- "license": "MIT",
221
- "dependencies": {
222
- "@babel/helper-module-imports": "^7.27.1",
223
- "@babel/helper-validator-identifier": "^7.27.1",
224
- "@babel/traverse": "^7.28.3"
225
- },
226
- "engines": {
227
- "node": ">=6.9.0"
228
- },
229
- "peerDependencies": {
230
- "@babel/core": "^7.0.0"
231
- }
232
- },
233
- "node_modules/@babel/helper-plugin-utils": {
234
- "version": "7.27.1",
235
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
236
- "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
237
- "dev": true,
238
- "license": "MIT",
239
- "engines": {
240
- "node": ">=6.9.0"
241
- }
242
- },
243
- "node_modules/@babel/helper-string-parser": {
244
- "version": "7.27.1",
245
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
246
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
247
- "dev": true,
248
- "license": "MIT",
249
- "engines": {
250
- "node": ">=6.9.0"
251
- }
252
- },
253
- "node_modules/@babel/helper-validator-identifier": {
254
- "version": "7.28.5",
255
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
256
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
257
- "dev": true,
258
- "license": "MIT",
259
- "engines": {
260
- "node": ">=6.9.0"
261
- }
262
- },
263
- "node_modules/@babel/helper-validator-option": {
264
- "version": "7.27.1",
265
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
266
- "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
267
- "dev": true,
268
- "license": "MIT",
269
- "engines": {
270
- "node": ">=6.9.0"
271
- }
272
- },
273
- "node_modules/@babel/helpers": {
274
- "version": "7.28.4",
275
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
276
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
277
- "dev": true,
278
- "license": "MIT",
279
- "dependencies": {
280
- "@babel/template": "^7.27.2",
281
- "@babel/types": "^7.28.4"
282
- },
283
- "engines": {
284
- "node": ">=6.9.0"
285
- }
286
- },
287
- "node_modules/@babel/parser": {
288
- "version": "7.28.5",
289
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
290
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
291
- "dev": true,
292
- "license": "MIT",
293
- "dependencies": {
294
- "@babel/types": "^7.28.5"
295
- },
296
- "bin": {
297
- "parser": "bin/babel-parser.js"
298
- },
299
- "engines": {
300
- "node": ">=6.0.0"
301
- }
302
- },
303
- "node_modules/@babel/plugin-transform-react-jsx-self": {
304
- "version": "7.27.1",
305
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
306
- "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
307
- "dev": true,
308
- "license": "MIT",
309
- "dependencies": {
310
- "@babel/helper-plugin-utils": "^7.27.1"
311
- },
312
- "engines": {
313
- "node": ">=6.9.0"
314
- },
315
- "peerDependencies": {
316
- "@babel/core": "^7.0.0-0"
317
- }
318
- },
319
- "node_modules/@babel/plugin-transform-react-jsx-source": {
320
- "version": "7.27.1",
321
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
322
- "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
323
- "dev": true,
324
- "license": "MIT",
325
- "dependencies": {
326
- "@babel/helper-plugin-utils": "^7.27.1"
327
- },
328
- "engines": {
329
- "node": ">=6.9.0"
330
- },
331
- "peerDependencies": {
332
- "@babel/core": "^7.0.0-0"
333
- }
334
- },
335
- "node_modules/@babel/template": {
336
- "version": "7.27.2",
337
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
338
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
339
- "dev": true,
340
- "license": "MIT",
341
- "dependencies": {
342
- "@babel/code-frame": "^7.27.1",
343
- "@babel/parser": "^7.27.2",
344
- "@babel/types": "^7.27.1"
345
- },
346
- "engines": {
347
- "node": ">=6.9.0"
348
- }
349
- },
350
- "node_modules/@babel/traverse": {
351
- "version": "7.28.5",
352
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
353
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
354
- "dev": true,
355
- "license": "MIT",
356
- "dependencies": {
357
- "@babel/code-frame": "^7.27.1",
358
- "@babel/generator": "^7.28.5",
359
- "@babel/helper-globals": "^7.28.0",
360
- "@babel/parser": "^7.28.5",
361
- "@babel/template": "^7.27.2",
362
- "@babel/types": "^7.28.5",
363
- "debug": "^4.3.1"
364
- },
365
- "engines": {
366
- "node": ">=6.9.0"
367
- }
368
- },
369
- "node_modules/@babel/types": {
370
- "version": "7.28.5",
371
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
372
- "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
373
- "dev": true,
374
- "license": "MIT",
375
- "dependencies": {
376
- "@babel/helper-string-parser": "^7.27.1",
377
- "@babel/helper-validator-identifier": "^7.28.5"
378
- },
379
- "engines": {
380
- "node": ">=6.9.0"
381
- }
382
- },
383
- "node_modules/@esbuild/aix-ppc64": {
384
- "version": "0.21.5",
385
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
386
- "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
387
- "cpu": [
388
- "ppc64"
389
- ],
390
- "dev": true,
391
- "license": "MIT",
392
- "optional": true,
393
- "os": [
394
- "aix"
395
- ],
396
- "engines": {
397
- "node": ">=12"
398
- }
399
- },
400
- "node_modules/@esbuild/android-arm": {
401
- "version": "0.21.5",
402
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
403
- "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
404
- "cpu": [
405
- "arm"
406
- ],
407
- "dev": true,
408
- "license": "MIT",
409
- "optional": true,
410
- "os": [
411
- "android"
412
- ],
413
- "engines": {
414
- "node": ">=12"
415
- }
416
- },
417
- "node_modules/@esbuild/android-arm64": {
418
- "version": "0.21.5",
419
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
420
- "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
421
- "cpu": [
422
- "arm64"
423
- ],
424
- "dev": true,
425
- "license": "MIT",
426
- "optional": true,
427
- "os": [
428
- "android"
429
- ],
430
- "engines": {
431
- "node": ">=12"
432
- }
433
- },
434
- "node_modules/@esbuild/android-x64": {
435
- "version": "0.21.5",
436
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
437
- "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
438
- "cpu": [
439
- "x64"
440
- ],
441
- "dev": true,
442
- "license": "MIT",
443
- "optional": true,
444
- "os": [
445
- "android"
446
- ],
447
- "engines": {
448
- "node": ">=12"
449
- }
450
- },
451
- "node_modules/@esbuild/darwin-arm64": {
452
- "version": "0.21.5",
453
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
454
- "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
455
- "cpu": [
456
- "arm64"
457
- ],
458
- "dev": true,
459
- "license": "MIT",
460
- "optional": true,
461
- "os": [
462
- "darwin"
463
- ],
464
- "engines": {
465
- "node": ">=12"
466
- }
467
- },
468
- "node_modules/@esbuild/darwin-x64": {
469
- "version": "0.21.5",
470
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
471
- "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
472
- "cpu": [
473
- "x64"
474
- ],
475
- "dev": true,
476
- "license": "MIT",
477
- "optional": true,
478
- "os": [
479
- "darwin"
480
- ],
481
- "engines": {
482
- "node": ">=12"
483
- }
484
- },
485
- "node_modules/@esbuild/freebsd-arm64": {
486
- "version": "0.21.5",
487
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
488
- "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
489
- "cpu": [
490
- "arm64"
491
- ],
492
- "dev": true,
493
- "license": "MIT",
494
- "optional": true,
495
- "os": [
496
- "freebsd"
497
- ],
498
- "engines": {
499
- "node": ">=12"
500
- }
501
- },
502
- "node_modules/@esbuild/freebsd-x64": {
503
- "version": "0.21.5",
504
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
505
- "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
506
- "cpu": [
507
- "x64"
508
- ],
509
- "dev": true,
510
- "license": "MIT",
511
- "optional": true,
512
- "os": [
513
- "freebsd"
514
- ],
515
- "engines": {
516
- "node": ">=12"
74
+ "url": "https://github.com/sponsors/colinhacks"
517
75
  }
518
- },
519
- "node_modules/@esbuild/linux-arm": {
520
- "version": "0.21.5",
521
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
522
- "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
523
- "cpu": [
524
- "arm"
525
- ],
526
- "dev": true,
527
- "license": "MIT",
528
- "optional": true,
529
- "os": [
530
- "linux"
531
- ],
532
- "engines": {
533
- "node": ">=12"
534
- }
535
- },
536
- "node_modules/@esbuild/linux-arm64": {
537
- "version": "0.21.5",
538
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
539
- "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
540
- "cpu": [
541
- "arm64"
542
- ],
543
- "dev": true,
544
- "license": "MIT",
545
- "optional": true,
546
- "os": [
547
- "linux"
548
- ],
549
- "engines": {
550
- "node": ">=12"
551
- }
552
- },
553
- "node_modules/@esbuild/linux-ia32": {
554
- "version": "0.21.5",
555
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
556
- "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
557
- "cpu": [
558
- "ia32"
559
- ],
560
- "dev": true,
561
- "license": "MIT",
562
- "optional": true,
563
- "os": [
564
- "linux"
565
- ],
566
- "engines": {
567
- "node": ">=12"
568
- }
569
- },
570
- "node_modules/@esbuild/linux-loong64": {
571
- "version": "0.21.5",
572
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
573
- "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
574
- "cpu": [
575
- "loong64"
576
- ],
577
- "dev": true,
578
- "license": "MIT",
579
- "optional": true,
580
- "os": [
581
- "linux"
582
- ],
583
- "engines": {
584
- "node": ">=12"
585
- }
586
- },
587
- "node_modules/@esbuild/linux-mips64el": {
588
- "version": "0.21.5",
589
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
590
- "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
591
- "cpu": [
592
- "mips64el"
593
- ],
594
- "dev": true,
595
- "license": "MIT",
596
- "optional": true,
597
- "os": [
598
- "linux"
599
- ],
600
- "engines": {
601
- "node": ">=12"
602
- }
603
- },
604
- "node_modules/@esbuild/linux-ppc64": {
605
- "version": "0.21.5",
606
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
607
- "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
608
- "cpu": [
609
- "ppc64"
610
- ],
611
- "dev": true,
612
- "license": "MIT",
613
- "optional": true,
614
- "os": [
615
- "linux"
616
- ],
617
- "engines": {
618
- "node": ">=12"
619
- }
620
- },
621
- "node_modules/@esbuild/linux-riscv64": {
622
- "version": "0.21.5",
623
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
624
- "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
625
- "cpu": [
626
- "riscv64"
627
- ],
628
- "dev": true,
629
- "license": "MIT",
630
- "optional": true,
631
- "os": [
632
- "linux"
633
- ],
634
- "engines": {
635
- "node": ">=12"
636
- }
637
- },
638
- "node_modules/@esbuild/linux-s390x": {
639
- "version": "0.21.5",
640
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
641
- "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
642
- "cpu": [
643
- "s390x"
644
- ],
645
- "dev": true,
646
- "license": "MIT",
647
- "optional": true,
648
- "os": [
649
- "linux"
650
- ],
651
- "engines": {
652
- "node": ">=12"
653
- }
654
- },
655
- "node_modules/@esbuild/linux-x64": {
656
- "version": "0.21.5",
657
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
658
- "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
659
- "cpu": [
660
- "x64"
661
- ],
662
- "dev": true,
663
- "license": "MIT",
664
- "optional": true,
665
- "os": [
666
- "linux"
667
- ],
668
- "engines": {
669
- "node": ">=12"
670
- }
671
- },
672
- "node_modules/@esbuild/netbsd-x64": {
673
- "version": "0.21.5",
674
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
675
- "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
676
- "cpu": [
677
- "x64"
678
- ],
679
- "dev": true,
680
- "license": "MIT",
681
- "optional": true,
682
- "os": [
683
- "netbsd"
684
- ],
685
- "engines": {
686
- "node": ">=12"
687
- }
688
- },
689
- "node_modules/@esbuild/openbsd-x64": {
690
- "version": "0.21.5",
691
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
692
- "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
693
- "cpu": [
694
- "x64"
695
- ],
696
- "dev": true,
697
- "license": "MIT",
698
- "optional": true,
699
- "os": [
700
- "openbsd"
701
- ],
702
- "engines": {
703
- "node": ">=12"
704
- }
705
- },
706
- "node_modules/@esbuild/sunos-x64": {
707
- "version": "0.21.5",
708
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
709
- "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
710
- "cpu": [
711
- "x64"
712
- ],
713
- "dev": true,
714
- "license": "MIT",
715
- "optional": true,
716
- "os": [
717
- "sunos"
718
- ],
719
- "engines": {
720
- "node": ">=12"
721
- }
722
- },
723
- "node_modules/@esbuild/win32-arm64": {
724
- "version": "0.21.5",
725
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
726
- "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
727
- "cpu": [
728
- "arm64"
729
- ],
730
- "dev": true,
731
- "license": "MIT",
732
- "optional": true,
733
- "os": [
734
- "win32"
735
- ],
736
- "engines": {
737
- "node": ">=12"
738
- }
739
- },
740
- "node_modules/@esbuild/win32-ia32": {
741
- "version": "0.21.5",
742
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
743
- "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
744
- "cpu": [
745
- "ia32"
746
- ],
747
- "dev": true,
748
- "license": "MIT",
749
- "optional": true,
750
- "os": [
751
- "win32"
752
- ],
753
- "engines": {
754
- "node": ">=12"
755
- }
756
- },
757
- "node_modules/@esbuild/win32-x64": {
758
- "version": "0.21.5",
759
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
760
- "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
761
- "cpu": [
762
- "x64"
763
- ],
764
- "dev": true,
765
- "license": "MIT",
766
- "optional": true,
767
- "os": [
768
- "win32"
769
- ],
770
- "engines": {
771
- "node": ">=12"
772
- }
773
- },
774
- "node_modules/@jridgewell/gen-mapping": {
775
- "version": "0.3.13",
776
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
777
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
778
- "dev": true,
779
- "license": "MIT",
780
- "dependencies": {
781
- "@jridgewell/sourcemap-codec": "^1.5.0",
782
- "@jridgewell/trace-mapping": "^0.3.24"
783
- }
784
- },
785
- "node_modules/@jridgewell/remapping": {
786
- "version": "2.3.5",
787
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
788
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
789
- "dev": true,
790
- "license": "MIT",
791
- "dependencies": {
792
- "@jridgewell/gen-mapping": "^0.3.5",
793
- "@jridgewell/trace-mapping": "^0.3.24"
794
- }
795
- },
796
- "node_modules/@jridgewell/resolve-uri": {
797
- "version": "3.1.2",
798
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
799
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
800
- "dev": true,
801
- "license": "MIT",
802
- "engines": {
803
- "node": ">=6.0.0"
804
- }
805
- },
806
- "node_modules/@jridgewell/sourcemap-codec": {
807
- "version": "1.5.5",
808
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
809
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
810
- "dev": true,
811
- "license": "MIT"
812
- },
813
- "node_modules/@jridgewell/trace-mapping": {
814
- "version": "0.3.31",
815
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
816
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
817
- "dev": true,
818
- "license": "MIT",
819
- "dependencies": {
820
- "@jridgewell/resolve-uri": "^3.1.0",
821
- "@jridgewell/sourcemap-codec": "^1.4.14"
822
- }
823
- },
824
- "node_modules/@nodelib/fs.scandir": {
825
- "version": "2.1.5",
826
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
827
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
828
- "dev": true,
829
- "license": "MIT",
830
- "dependencies": {
831
- "@nodelib/fs.stat": "2.0.5",
832
- "run-parallel": "^1.1.9"
833
- },
834
- "engines": {
835
- "node": ">= 8"
836
- }
837
- },
838
- "node_modules/@nodelib/fs.stat": {
839
- "version": "2.0.5",
840
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
841
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
842
- "dev": true,
843
- "license": "MIT",
844
- "engines": {
845
- "node": ">= 8"
846
- }
847
- },
848
- "node_modules/@nodelib/fs.walk": {
849
- "version": "1.2.8",
850
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
851
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
852
- "dev": true,
853
- "license": "MIT",
854
- "dependencies": {
855
- "@nodelib/fs.scandir": "2.1.5",
856
- "fastq": "^1.6.0"
857
- },
858
- "engines": {
859
- "node": ">= 8"
860
- }
861
- },
862
- "node_modules/@ramme-io/ui": {
863
- "resolved": "../../ramme-ui",
864
- "link": true
865
- },
866
- "node_modules/@remix-run/router": {
867
- "version": "1.23.0",
868
- "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz",
869
- "integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==",
870
- "license": "MIT",
871
- "engines": {
872
- "node": ">=14.0.0"
873
- }
874
- },
875
- "node_modules/@rolldown/pluginutils": {
876
- "version": "1.0.0-beta.27",
877
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
878
- "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
879
- "dev": true,
880
- "license": "MIT"
881
- },
882
- "node_modules/@rollup/rollup-android-arm-eabi": {
883
- "version": "4.53.3",
884
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.3.tgz",
885
- "integrity": "sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==",
886
- "cpu": [
887
- "arm"
888
- ],
889
- "dev": true,
890
- "license": "MIT",
891
- "optional": true,
892
- "os": [
893
- "android"
894
- ]
895
- },
896
- "node_modules/@rollup/rollup-android-arm64": {
897
- "version": "4.53.3",
898
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.3.tgz",
899
- "integrity": "sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==",
900
- "cpu": [
901
- "arm64"
902
- ],
903
- "dev": true,
904
- "license": "MIT",
905
- "optional": true,
906
- "os": [
907
- "android"
908
- ]
909
- },
910
- "node_modules/@rollup/rollup-darwin-arm64": {
911
- "version": "4.53.3",
912
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.3.tgz",
913
- "integrity": "sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==",
914
- "cpu": [
915
- "arm64"
916
- ],
917
- "dev": true,
918
- "license": "MIT",
919
- "optional": true,
920
- "os": [
921
- "darwin"
922
- ]
923
- },
924
- "node_modules/@rollup/rollup-darwin-x64": {
925
- "version": "4.53.3",
926
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.3.tgz",
927
- "integrity": "sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==",
928
- "cpu": [
929
- "x64"
930
- ],
931
- "dev": true,
932
- "license": "MIT",
933
- "optional": true,
934
- "os": [
935
- "darwin"
936
- ]
937
- },
938
- "node_modules/@rollup/rollup-freebsd-arm64": {
939
- "version": "4.53.3",
940
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.3.tgz",
941
- "integrity": "sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==",
942
- "cpu": [
943
- "arm64"
944
- ],
945
- "dev": true,
946
- "license": "MIT",
947
- "optional": true,
948
- "os": [
949
- "freebsd"
950
- ]
951
- },
952
- "node_modules/@rollup/rollup-freebsd-x64": {
953
- "version": "4.53.3",
954
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.3.tgz",
955
- "integrity": "sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==",
956
- "cpu": [
957
- "x64"
958
- ],
959
- "dev": true,
960
- "license": "MIT",
961
- "optional": true,
962
- "os": [
963
- "freebsd"
964
- ]
965
- },
966
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
967
- "version": "4.53.3",
968
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.3.tgz",
969
- "integrity": "sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==",
970
- "cpu": [
971
- "arm"
972
- ],
973
- "dev": true,
974
- "license": "MIT",
975
- "optional": true,
976
- "os": [
977
- "linux"
978
- ]
979
- },
980
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
981
- "version": "4.53.3",
982
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.3.tgz",
983
- "integrity": "sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==",
984
- "cpu": [
985
- "arm"
986
- ],
987
- "dev": true,
988
- "license": "MIT",
989
- "optional": true,
990
- "os": [
991
- "linux"
992
- ]
993
- },
994
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
995
- "version": "4.53.3",
996
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.3.tgz",
997
- "integrity": "sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==",
998
- "cpu": [
999
- "arm64"
1000
- ],
1001
- "dev": true,
1002
- "license": "MIT",
1003
- "optional": true,
1004
- "os": [
1005
- "linux"
1006
- ]
1007
- },
1008
- "node_modules/@rollup/rollup-linux-arm64-musl": {
1009
- "version": "4.53.3",
1010
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.3.tgz",
1011
- "integrity": "sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==",
1012
- "cpu": [
1013
- "arm64"
1014
- ],
1015
- "dev": true,
1016
- "license": "MIT",
1017
- "optional": true,
1018
- "os": [
1019
- "linux"
1020
- ]
1021
- },
1022
- "node_modules/@rollup/rollup-linux-loong64-gnu": {
1023
- "version": "4.53.3",
1024
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.3.tgz",
1025
- "integrity": "sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==",
1026
- "cpu": [
1027
- "loong64"
1028
- ],
1029
- "dev": true,
1030
- "license": "MIT",
1031
- "optional": true,
1032
- "os": [
1033
- "linux"
1034
- ]
1035
- },
1036
- "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1037
- "version": "4.53.3",
1038
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.3.tgz",
1039
- "integrity": "sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==",
1040
- "cpu": [
1041
- "ppc64"
1042
- ],
1043
- "dev": true,
1044
- "license": "MIT",
1045
- "optional": true,
1046
- "os": [
1047
- "linux"
1048
- ]
1049
- },
1050
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1051
- "version": "4.53.3",
1052
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.3.tgz",
1053
- "integrity": "sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==",
1054
- "cpu": [
1055
- "riscv64"
1056
- ],
1057
- "dev": true,
1058
- "license": "MIT",
1059
- "optional": true,
1060
- "os": [
1061
- "linux"
1062
- ]
1063
- },
1064
- "node_modules/@rollup/rollup-linux-riscv64-musl": {
1065
- "version": "4.53.3",
1066
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.3.tgz",
1067
- "integrity": "sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==",
1068
- "cpu": [
1069
- "riscv64"
1070
- ],
1071
- "dev": true,
1072
- "license": "MIT",
1073
- "optional": true,
1074
- "os": [
1075
- "linux"
1076
- ]
1077
- },
1078
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
1079
- "version": "4.53.3",
1080
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.3.tgz",
1081
- "integrity": "sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==",
1082
- "cpu": [
1083
- "s390x"
1084
- ],
1085
- "dev": true,
1086
- "license": "MIT",
1087
- "optional": true,
1088
- "os": [
1089
- "linux"
1090
- ]
1091
- },
1092
- "node_modules/@rollup/rollup-linux-x64-gnu": {
1093
- "version": "4.53.3",
1094
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz",
1095
- "integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==",
1096
- "cpu": [
1097
- "x64"
1098
- ],
1099
- "dev": true,
1100
- "license": "MIT",
1101
- "optional": true,
1102
- "os": [
1103
- "linux"
1104
- ]
1105
- },
1106
- "node_modules/@rollup/rollup-linux-x64-musl": {
1107
- "version": "4.53.3",
1108
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz",
1109
- "integrity": "sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==",
1110
- "cpu": [
1111
- "x64"
1112
- ],
1113
- "dev": true,
1114
- "license": "MIT",
1115
- "optional": true,
1116
- "os": [
1117
- "linux"
1118
- ]
1119
- },
1120
- "node_modules/@rollup/rollup-openharmony-arm64": {
1121
- "version": "4.53.3",
1122
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.3.tgz",
1123
- "integrity": "sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==",
1124
- "cpu": [
1125
- "arm64"
1126
- ],
1127
- "dev": true,
1128
- "license": "MIT",
1129
- "optional": true,
1130
- "os": [
1131
- "openharmony"
1132
- ]
1133
- },
1134
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
1135
- "version": "4.53.3",
1136
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.3.tgz",
1137
- "integrity": "sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==",
1138
- "cpu": [
1139
- "arm64"
1140
- ],
1141
- "dev": true,
1142
- "license": "MIT",
1143
- "optional": true,
1144
- "os": [
1145
- "win32"
1146
- ]
1147
- },
1148
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
1149
- "version": "4.53.3",
1150
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.3.tgz",
1151
- "integrity": "sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==",
1152
- "cpu": [
1153
- "ia32"
1154
- ],
1155
- "dev": true,
1156
- "license": "MIT",
1157
- "optional": true,
1158
- "os": [
1159
- "win32"
1160
- ]
1161
- },
1162
- "node_modules/@rollup/rollup-win32-x64-gnu": {
1163
- "version": "4.53.3",
1164
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.3.tgz",
1165
- "integrity": "sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==",
1166
- "cpu": [
1167
- "x64"
1168
- ],
1169
- "dev": true,
1170
- "license": "MIT",
1171
- "optional": true,
1172
- "os": [
1173
- "win32"
1174
- ]
1175
- },
1176
- "node_modules/@rollup/rollup-win32-x64-msvc": {
1177
- "version": "4.53.3",
1178
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.3.tgz",
1179
- "integrity": "sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==",
1180
- "cpu": [
1181
- "x64"
1182
- ],
1183
- "dev": true,
1184
- "license": "MIT",
1185
- "optional": true,
1186
- "os": [
1187
- "win32"
1188
- ]
1189
- },
1190
- "node_modules/@types/babel__core": {
1191
- "version": "7.20.5",
1192
- "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1193
- "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1194
- "dev": true,
1195
- "license": "MIT",
1196
- "dependencies": {
1197
- "@babel/parser": "^7.20.7",
1198
- "@babel/types": "^7.20.7",
1199
- "@types/babel__generator": "*",
1200
- "@types/babel__template": "*",
1201
- "@types/babel__traverse": "*"
1202
- }
1203
- },
1204
- "node_modules/@types/babel__generator": {
1205
- "version": "7.27.0",
1206
- "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1207
- "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1208
- "dev": true,
1209
- "license": "MIT",
1210
- "dependencies": {
1211
- "@babel/types": "^7.0.0"
1212
- }
1213
- },
1214
- "node_modules/@types/babel__template": {
1215
- "version": "7.4.4",
1216
- "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1217
- "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1218
- "dev": true,
1219
- "license": "MIT",
1220
- "dependencies": {
1221
- "@babel/parser": "^7.1.0",
1222
- "@babel/types": "^7.0.0"
1223
- }
1224
- },
1225
- "node_modules/@types/babel__traverse": {
1226
- "version": "7.28.0",
1227
- "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1228
- "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1229
- "dev": true,
1230
- "license": "MIT",
1231
- "dependencies": {
1232
- "@babel/types": "^7.28.2"
1233
- }
1234
- },
1235
- "node_modules/@types/estree": {
1236
- "version": "1.0.8",
1237
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1238
- "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1239
- "dev": true,
1240
- "license": "MIT"
1241
- },
1242
- "node_modules/@types/node": {
1243
- "version": "20.19.25",
1244
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.25.tgz",
1245
- "integrity": "sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==",
1246
- "dev": true,
1247
- "license": "MIT",
1248
- "dependencies": {
1249
- "undici-types": "~6.21.0"
1250
- }
1251
- },
1252
- "node_modules/@types/prop-types": {
1253
- "version": "15.7.15",
1254
- "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
1255
- "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
1256
- "dev": true,
1257
- "license": "MIT"
1258
- },
1259
- "node_modules/@types/react": {
1260
- "version": "18.3.27",
1261
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.27.tgz",
1262
- "integrity": "sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==",
1263
- "dev": true,
1264
- "license": "MIT",
1265
- "dependencies": {
1266
- "@types/prop-types": "*",
1267
- "csstype": "^3.2.2"
1268
- }
1269
- },
1270
- "node_modules/@types/react-dom": {
1271
- "version": "18.3.7",
1272
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
1273
- "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
1274
- "dev": true,
1275
- "license": "MIT",
1276
- "peerDependencies": {
1277
- "@types/react": "^18.0.0"
1278
- }
1279
- },
1280
- "node_modules/@vitejs/plugin-react": {
1281
- "version": "4.7.0",
1282
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
1283
- "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
1284
- "dev": true,
1285
- "license": "MIT",
1286
- "dependencies": {
1287
- "@babel/core": "^7.28.0",
1288
- "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1289
- "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1290
- "@rolldown/pluginutils": "1.0.0-beta.27",
1291
- "@types/babel__core": "^7.20.5",
1292
- "react-refresh": "^0.17.0"
1293
- },
1294
- "engines": {
1295
- "node": "^14.18.0 || >=16.0.0"
1296
- },
1297
- "peerDependencies": {
1298
- "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1299
- }
1300
- },
1301
- "node_modules/ag-charts-community": {
1302
- "version": "9.3.2",
1303
- "resolved": "https://registry.npmjs.org/ag-charts-community/-/ag-charts-community-9.3.2.tgz",
1304
- "integrity": "sha512-jw2llxTYzGAZ24m7eQsKS24BnJBhspZKsL03DbqH0wxLepbEcC3eeWICe+02TBQCbFVsWmSsYukjzQg3FkVWRw==",
1305
- "license": "MIT"
1306
- },
1307
- "node_modules/ag-grid-community": {
1308
- "version": "31.3.4",
1309
- "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-31.3.4.tgz",
1310
- "integrity": "sha512-jOxQO86C6eLnk1GdP24HB6aqaouFzMWizgfUwNY5MnetiWzz9ZaAmOGSnW/XBvdjXvC5Fpk3gSbvVKKQ7h9kBw==",
1311
- "license": "MIT"
1312
- },
1313
- "node_modules/ag-grid-enterprise": {
1314
- "version": "31.3.4",
1315
- "resolved": "https://registry.npmjs.org/ag-grid-enterprise/-/ag-grid-enterprise-31.3.4.tgz",
1316
- "integrity": "sha512-kreGRsFjz41APXXchLcQFtginnrmIGQYH48p7ydz33x8v+aja06HS5yEM6NP8j+VVHX43LeXnsl5Y4TLRgSoeg==",
1317
- "license": "Commercial",
1318
- "dependencies": {
1319
- "ag-charts-community": "9.3.2",
1320
- "ag-grid-community": "31.3.4"
1321
- }
1322
- },
1323
- "node_modules/ag-grid-react": {
1324
- "version": "31.3.4",
1325
- "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-31.3.4.tgz",
1326
- "integrity": "sha512-WmPASHRFGSTxCMRStWG5bRtln0Ugsdqbb3+Y8sEyGHeLw4hXqfpqie3lT9kqCOl7wPWUjCpwmFdXzRnWPmyyeg==",
1327
- "license": "MIT",
1328
- "dependencies": {
1329
- "ag-grid-community": "31.3.4",
1330
- "prop-types": "^15.8.1"
1331
- },
1332
- "peerDependencies": {
1333
- "react": "^16.3.0 || ^17.0.0 || ^18.0.0",
1334
- "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
1335
- }
1336
- },
1337
- "node_modules/any-promise": {
1338
- "version": "1.3.0",
1339
- "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
1340
- "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
1341
- "dev": true,
1342
- "license": "MIT"
1343
- },
1344
- "node_modules/anymatch": {
1345
- "version": "3.1.3",
1346
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1347
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1348
- "dev": true,
1349
- "license": "ISC",
1350
- "dependencies": {
1351
- "normalize-path": "^3.0.0",
1352
- "picomatch": "^2.0.4"
1353
- },
1354
- "engines": {
1355
- "node": ">= 8"
1356
- }
1357
- },
1358
- "node_modules/arg": {
1359
- "version": "5.0.2",
1360
- "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
1361
- "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
1362
- "dev": true,
1363
- "license": "MIT"
1364
- },
1365
- "node_modules/autoprefixer": {
1366
- "version": "10.4.22",
1367
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.22.tgz",
1368
- "integrity": "sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==",
1369
- "dev": true,
1370
- "funding": [
1371
- {
1372
- "type": "opencollective",
1373
- "url": "https://opencollective.com/postcss/"
1374
- },
1375
- {
1376
- "type": "tidelift",
1377
- "url": "https://tidelift.com/funding/github/npm/autoprefixer"
1378
- },
1379
- {
1380
- "type": "github",
1381
- "url": "https://github.com/sponsors/ai"
1382
- }
1383
- ],
1384
- "license": "MIT",
1385
- "dependencies": {
1386
- "browserslist": "^4.27.0",
1387
- "caniuse-lite": "^1.0.30001754",
1388
- "fraction.js": "^5.3.4",
1389
- "normalize-range": "^0.1.2",
1390
- "picocolors": "^1.1.1",
1391
- "postcss-value-parser": "^4.2.0"
1392
- },
1393
- "bin": {
1394
- "autoprefixer": "bin/autoprefixer"
1395
- },
1396
- "engines": {
1397
- "node": "^10 || ^12 || >=14"
1398
- },
1399
- "peerDependencies": {
1400
- "postcss": "^8.1.0"
1401
- }
1402
- },
1403
- "node_modules/baseline-browser-mapping": {
1404
- "version": "2.8.32",
1405
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.32.tgz",
1406
- "integrity": "sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==",
1407
- "dev": true,
1408
- "license": "Apache-2.0",
1409
- "bin": {
1410
- "baseline-browser-mapping": "dist/cli.js"
1411
- }
1412
- },
1413
- "node_modules/binary-extensions": {
1414
- "version": "2.3.0",
1415
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
1416
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
1417
- "dev": true,
1418
- "license": "MIT",
1419
- "engines": {
1420
- "node": ">=8"
1421
- },
1422
- "funding": {
1423
- "url": "https://github.com/sponsors/sindresorhus"
1424
- }
1425
- },
1426
- "node_modules/braces": {
1427
- "version": "3.0.3",
1428
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
1429
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1430
- "dev": true,
1431
- "license": "MIT",
1432
- "dependencies": {
1433
- "fill-range": "^7.1.1"
1434
- },
1435
- "engines": {
1436
- "node": ">=8"
1437
- }
1438
- },
1439
- "node_modules/browserslist": {
1440
- "version": "4.28.0",
1441
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz",
1442
- "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
1443
- "dev": true,
1444
- "funding": [
1445
- {
1446
- "type": "opencollective",
1447
- "url": "https://opencollective.com/browserslist"
1448
- },
1449
- {
1450
- "type": "tidelift",
1451
- "url": "https://tidelift.com/funding/github/npm/browserslist"
1452
- },
1453
- {
1454
- "type": "github",
1455
- "url": "https://github.com/sponsors/ai"
1456
- }
1457
- ],
1458
- "license": "MIT",
1459
- "dependencies": {
1460
- "baseline-browser-mapping": "^2.8.25",
1461
- "caniuse-lite": "^1.0.30001754",
1462
- "electron-to-chromium": "^1.5.249",
1463
- "node-releases": "^2.0.27",
1464
- "update-browserslist-db": "^1.1.4"
1465
- },
1466
- "bin": {
1467
- "browserslist": "cli.js"
1468
- },
1469
- "engines": {
1470
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1471
- }
1472
- },
1473
- "node_modules/camelcase-css": {
1474
- "version": "2.0.1",
1475
- "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
1476
- "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
1477
- "dev": true,
1478
- "license": "MIT",
1479
- "engines": {
1480
- "node": ">= 6"
1481
- }
1482
- },
1483
- "node_modules/caniuse-lite": {
1484
- "version": "1.0.30001757",
1485
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz",
1486
- "integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==",
1487
- "dev": true,
1488
- "funding": [
1489
- {
1490
- "type": "opencollective",
1491
- "url": "https://opencollective.com/browserslist"
1492
- },
1493
- {
1494
- "type": "tidelift",
1495
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1496
- },
1497
- {
1498
- "type": "github",
1499
- "url": "https://github.com/sponsors/ai"
1500
- }
1501
- ],
1502
- "license": "CC-BY-4.0"
1503
- },
1504
- "node_modules/chokidar": {
1505
- "version": "3.6.0",
1506
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
1507
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
1508
- "dev": true,
1509
- "license": "MIT",
1510
- "dependencies": {
1511
- "anymatch": "~3.1.2",
1512
- "braces": "~3.0.2",
1513
- "glob-parent": "~5.1.2",
1514
- "is-binary-path": "~2.1.0",
1515
- "is-glob": "~4.0.1",
1516
- "normalize-path": "~3.0.0",
1517
- "readdirp": "~3.6.0"
1518
- },
1519
- "engines": {
1520
- "node": ">= 8.10.0"
1521
- },
1522
- "funding": {
1523
- "url": "https://paulmillr.com/funding/"
1524
- },
1525
- "optionalDependencies": {
1526
- "fsevents": "~2.3.2"
1527
- }
1528
- },
1529
- "node_modules/chokidar/node_modules/glob-parent": {
1530
- "version": "5.1.2",
1531
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1532
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1533
- "dev": true,
1534
- "license": "ISC",
1535
- "dependencies": {
1536
- "is-glob": "^4.0.1"
1537
- },
1538
- "engines": {
1539
- "node": ">= 6"
1540
- }
1541
- },
1542
- "node_modules/commander": {
1543
- "version": "4.1.1",
1544
- "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
1545
- "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
1546
- "dev": true,
1547
- "license": "MIT",
1548
- "engines": {
1549
- "node": ">= 6"
1550
- }
1551
- },
1552
- "node_modules/convert-source-map": {
1553
- "version": "2.0.0",
1554
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1555
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1556
- "dev": true,
1557
- "license": "MIT"
1558
- },
1559
- "node_modules/cssesc": {
1560
- "version": "3.0.0",
1561
- "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
1562
- "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
1563
- "dev": true,
1564
- "license": "MIT",
1565
- "bin": {
1566
- "cssesc": "bin/cssesc"
1567
- },
1568
- "engines": {
1569
- "node": ">=4"
1570
- }
1571
- },
1572
- "node_modules/csstype": {
1573
- "version": "3.2.3",
1574
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1575
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1576
- "dev": true,
1577
- "license": "MIT"
1578
- },
1579
- "node_modules/debug": {
1580
- "version": "4.4.3",
1581
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1582
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1583
- "dev": true,
1584
- "license": "MIT",
1585
- "dependencies": {
1586
- "ms": "^2.1.3"
1587
- },
1588
- "engines": {
1589
- "node": ">=6.0"
1590
- },
1591
- "peerDependenciesMeta": {
1592
- "supports-color": {
1593
- "optional": true
1594
- }
1595
- }
1596
- },
1597
- "node_modules/didyoumean": {
1598
- "version": "1.2.2",
1599
- "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
1600
- "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
1601
- "dev": true,
1602
- "license": "Apache-2.0"
1603
- },
1604
- "node_modules/dlv": {
1605
- "version": "1.1.3",
1606
- "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
1607
- "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
1608
- "dev": true,
1609
- "license": "MIT"
1610
- },
1611
- "node_modules/electron-to-chromium": {
1612
- "version": "1.5.262",
1613
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.262.tgz",
1614
- "integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==",
1615
- "dev": true,
1616
- "license": "ISC"
1617
- },
1618
- "node_modules/esbuild": {
1619
- "version": "0.21.5",
1620
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
1621
- "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
1622
- "dev": true,
1623
- "hasInstallScript": true,
1624
- "license": "MIT",
1625
- "bin": {
1626
- "esbuild": "bin/esbuild"
1627
- },
1628
- "engines": {
1629
- "node": ">=12"
1630
- },
1631
- "optionalDependencies": {
1632
- "@esbuild/aix-ppc64": "0.21.5",
1633
- "@esbuild/android-arm": "0.21.5",
1634
- "@esbuild/android-arm64": "0.21.5",
1635
- "@esbuild/android-x64": "0.21.5",
1636
- "@esbuild/darwin-arm64": "0.21.5",
1637
- "@esbuild/darwin-x64": "0.21.5",
1638
- "@esbuild/freebsd-arm64": "0.21.5",
1639
- "@esbuild/freebsd-x64": "0.21.5",
1640
- "@esbuild/linux-arm": "0.21.5",
1641
- "@esbuild/linux-arm64": "0.21.5",
1642
- "@esbuild/linux-ia32": "0.21.5",
1643
- "@esbuild/linux-loong64": "0.21.5",
1644
- "@esbuild/linux-mips64el": "0.21.5",
1645
- "@esbuild/linux-ppc64": "0.21.5",
1646
- "@esbuild/linux-riscv64": "0.21.5",
1647
- "@esbuild/linux-s390x": "0.21.5",
1648
- "@esbuild/linux-x64": "0.21.5",
1649
- "@esbuild/netbsd-x64": "0.21.5",
1650
- "@esbuild/openbsd-x64": "0.21.5",
1651
- "@esbuild/sunos-x64": "0.21.5",
1652
- "@esbuild/win32-arm64": "0.21.5",
1653
- "@esbuild/win32-ia32": "0.21.5",
1654
- "@esbuild/win32-x64": "0.21.5"
1655
- }
1656
- },
1657
- "node_modules/escalade": {
1658
- "version": "3.2.0",
1659
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1660
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1661
- "dev": true,
1662
- "license": "MIT",
1663
- "engines": {
1664
- "node": ">=6"
1665
- }
1666
- },
1667
- "node_modules/fast-glob": {
1668
- "version": "3.3.3",
1669
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1670
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1671
- "dev": true,
1672
- "license": "MIT",
1673
- "dependencies": {
1674
- "@nodelib/fs.stat": "^2.0.2",
1675
- "@nodelib/fs.walk": "^1.2.3",
1676
- "glob-parent": "^5.1.2",
1677
- "merge2": "^1.3.0",
1678
- "micromatch": "^4.0.8"
1679
- },
1680
- "engines": {
1681
- "node": ">=8.6.0"
1682
- }
1683
- },
1684
- "node_modules/fast-glob/node_modules/glob-parent": {
1685
- "version": "5.1.2",
1686
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1687
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1688
- "dev": true,
1689
- "license": "ISC",
1690
- "dependencies": {
1691
- "is-glob": "^4.0.1"
1692
- },
1693
- "engines": {
1694
- "node": ">= 6"
1695
- }
1696
- },
1697
- "node_modules/fastq": {
1698
- "version": "1.19.1",
1699
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
1700
- "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
1701
- "dev": true,
1702
- "license": "ISC",
1703
- "dependencies": {
1704
- "reusify": "^1.0.4"
1705
- }
1706
- },
1707
- "node_modules/fill-range": {
1708
- "version": "7.1.1",
1709
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1710
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1711
- "dev": true,
1712
- "license": "MIT",
1713
- "dependencies": {
1714
- "to-regex-range": "^5.0.1"
1715
- },
1716
- "engines": {
1717
- "node": ">=8"
1718
- }
1719
- },
1720
- "node_modules/fraction.js": {
1721
- "version": "5.3.4",
1722
- "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
1723
- "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
1724
- "dev": true,
1725
- "license": "MIT",
1726
- "engines": {
1727
- "node": "*"
1728
- },
1729
- "funding": {
1730
- "type": "github",
1731
- "url": "https://github.com/sponsors/rawify"
1732
- }
1733
- },
1734
- "node_modules/framer-motion": {
1735
- "version": "12.23.25",
1736
- "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.25.tgz",
1737
- "integrity": "sha512-gUHGl2e4VG66jOcH0JHhuJQr6ZNwrET9g31ZG0xdXzT0CznP7fHX4P8Bcvuc4MiUB90ysNnWX2ukHRIggkl6hQ==",
1738
- "license": "MIT",
1739
- "dependencies": {
1740
- "motion-dom": "^12.23.23",
1741
- "motion-utils": "^12.23.6",
1742
- "tslib": "^2.4.0"
1743
- },
1744
- "peerDependencies": {
1745
- "@emotion/is-prop-valid": "*",
1746
- "react": "^18.0.0 || ^19.0.0",
1747
- "react-dom": "^18.0.0 || ^19.0.0"
1748
- },
1749
- "peerDependenciesMeta": {
1750
- "@emotion/is-prop-valid": {
1751
- "optional": true
1752
- },
1753
- "react": {
1754
- "optional": true
1755
- },
1756
- "react-dom": {
1757
- "optional": true
1758
- }
1759
- }
1760
- },
1761
- "node_modules/fs-extra": {
1762
- "version": "11.3.2",
1763
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
1764
- "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
1765
- "license": "MIT",
1766
- "dependencies": {
1767
- "graceful-fs": "^4.2.0",
1768
- "jsonfile": "^6.0.1",
1769
- "universalify": "^2.0.0"
1770
- },
1771
- "engines": {
1772
- "node": ">=14.14"
1773
- }
1774
- },
1775
- "node_modules/fsevents": {
1776
- "version": "2.3.3",
1777
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1778
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1779
- "dev": true,
1780
- "hasInstallScript": true,
1781
- "license": "MIT",
1782
- "optional": true,
1783
- "os": [
1784
- "darwin"
1785
- ],
1786
- "engines": {
1787
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1788
- }
1789
- },
1790
- "node_modules/function-bind": {
1791
- "version": "1.1.2",
1792
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1793
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1794
- "dev": true,
1795
- "license": "MIT",
1796
- "funding": {
1797
- "url": "https://github.com/sponsors/ljharb"
1798
- }
1799
- },
1800
- "node_modules/gensync": {
1801
- "version": "1.0.0-beta.2",
1802
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1803
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1804
- "dev": true,
1805
- "license": "MIT",
1806
- "engines": {
1807
- "node": ">=6.9.0"
1808
- }
1809
- },
1810
- "node_modules/glob-parent": {
1811
- "version": "6.0.2",
1812
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1813
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1814
- "dev": true,
1815
- "license": "ISC",
1816
- "dependencies": {
1817
- "is-glob": "^4.0.3"
1818
- },
1819
- "engines": {
1820
- "node": ">=10.13.0"
1821
- }
1822
- },
1823
- "node_modules/graceful-fs": {
1824
- "version": "4.2.11",
1825
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1826
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1827
- "license": "ISC"
1828
- },
1829
- "node_modules/hasown": {
1830
- "version": "2.0.2",
1831
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
1832
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
1833
- "dev": true,
1834
- "license": "MIT",
1835
- "dependencies": {
1836
- "function-bind": "^1.1.2"
1837
- },
1838
- "engines": {
1839
- "node": ">= 0.4"
1840
- }
1841
- },
1842
- "node_modules/is-binary-path": {
1843
- "version": "2.1.0",
1844
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
1845
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
1846
- "dev": true,
1847
- "license": "MIT",
1848
- "dependencies": {
1849
- "binary-extensions": "^2.0.0"
1850
- },
1851
- "engines": {
1852
- "node": ">=8"
1853
- }
1854
- },
1855
- "node_modules/is-core-module": {
1856
- "version": "2.16.1",
1857
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
1858
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
1859
- "dev": true,
1860
- "license": "MIT",
1861
- "dependencies": {
1862
- "hasown": "^2.0.2"
1863
- },
1864
- "engines": {
1865
- "node": ">= 0.4"
1866
- },
1867
- "funding": {
1868
- "url": "https://github.com/sponsors/ljharb"
1869
- }
1870
- },
1871
- "node_modules/is-extglob": {
1872
- "version": "2.1.1",
1873
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1874
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1875
- "dev": true,
1876
- "license": "MIT",
1877
- "engines": {
1878
- "node": ">=0.10.0"
1879
- }
1880
- },
1881
- "node_modules/is-glob": {
1882
- "version": "4.0.3",
1883
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1884
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1885
- "dev": true,
1886
- "license": "MIT",
1887
- "dependencies": {
1888
- "is-extglob": "^2.1.1"
1889
- },
1890
- "engines": {
1891
- "node": ">=0.10.0"
1892
- }
1893
- },
1894
- "node_modules/is-number": {
1895
- "version": "7.0.0",
1896
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1897
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1898
- "dev": true,
1899
- "license": "MIT",
1900
- "engines": {
1901
- "node": ">=0.12.0"
1902
- }
1903
- },
1904
- "node_modules/jiti": {
1905
- "version": "1.21.7",
1906
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
1907
- "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
1908
- "dev": true,
1909
- "license": "MIT",
1910
- "bin": {
1911
- "jiti": "bin/jiti.js"
1912
- }
1913
- },
1914
- "node_modules/js-tokens": {
1915
- "version": "4.0.0",
1916
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1917
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1918
- "license": "MIT"
1919
- },
1920
- "node_modules/jsesc": {
1921
- "version": "3.1.0",
1922
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1923
- "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1924
- "dev": true,
1925
- "license": "MIT",
1926
- "bin": {
1927
- "jsesc": "bin/jsesc"
1928
- },
1929
- "engines": {
1930
- "node": ">=6"
1931
- }
1932
- },
1933
- "node_modules/json5": {
1934
- "version": "2.2.3",
1935
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
1936
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
1937
- "dev": true,
1938
- "license": "MIT",
1939
- "bin": {
1940
- "json5": "lib/cli.js"
1941
- },
1942
- "engines": {
1943
- "node": ">=6"
1944
- }
1945
- },
1946
- "node_modules/jsonfile": {
1947
- "version": "6.2.0",
1948
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
1949
- "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
1950
- "license": "MIT",
1951
- "dependencies": {
1952
- "universalify": "^2.0.0"
1953
- },
1954
- "optionalDependencies": {
1955
- "graceful-fs": "^4.1.6"
1956
- }
1957
- },
1958
- "node_modules/lilconfig": {
1959
- "version": "3.1.3",
1960
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
1961
- "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
1962
- "dev": true,
1963
- "license": "MIT",
1964
- "engines": {
1965
- "node": ">=14"
1966
- },
1967
- "funding": {
1968
- "url": "https://github.com/sponsors/antonk52"
1969
- }
1970
- },
1971
- "node_modules/lines-and-columns": {
1972
- "version": "1.2.4",
1973
- "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
1974
- "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
1975
- "dev": true,
1976
- "license": "MIT"
1977
- },
1978
- "node_modules/loose-envify": {
1979
- "version": "1.4.0",
1980
- "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
1981
- "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
1982
- "license": "MIT",
1983
- "dependencies": {
1984
- "js-tokens": "^3.0.0 || ^4.0.0"
1985
- },
1986
- "bin": {
1987
- "loose-envify": "cli.js"
1988
- }
1989
- },
1990
- "node_modules/lru-cache": {
1991
- "version": "5.1.1",
1992
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
1993
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
1994
- "dev": true,
1995
- "license": "ISC",
1996
- "dependencies": {
1997
- "yallist": "^3.0.2"
1998
- }
1999
- },
2000
- "node_modules/merge2": {
2001
- "version": "1.4.1",
2002
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
2003
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
2004
- "dev": true,
2005
- "license": "MIT",
2006
- "engines": {
2007
- "node": ">= 8"
2008
- }
2009
- },
2010
- "node_modules/micromatch": {
2011
- "version": "4.0.8",
2012
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
2013
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
2014
- "dev": true,
2015
- "license": "MIT",
2016
- "dependencies": {
2017
- "braces": "^3.0.3",
2018
- "picomatch": "^2.3.1"
2019
- },
2020
- "engines": {
2021
- "node": ">=8.6"
2022
- }
2023
- },
2024
- "node_modules/motion-dom": {
2025
- "version": "12.23.23",
2026
- "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.23.tgz",
2027
- "integrity": "sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==",
2028
- "license": "MIT",
2029
- "dependencies": {
2030
- "motion-utils": "^12.23.6"
2031
- }
2032
- },
2033
- "node_modules/motion-utils": {
2034
- "version": "12.23.6",
2035
- "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz",
2036
- "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==",
2037
- "license": "MIT"
2038
- },
2039
- "node_modules/ms": {
2040
- "version": "2.1.3",
2041
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2042
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2043
- "dev": true,
2044
- "license": "MIT"
2045
- },
2046
- "node_modules/mz": {
2047
- "version": "2.7.0",
2048
- "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
2049
- "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
2050
- "dev": true,
2051
- "license": "MIT",
2052
- "dependencies": {
2053
- "any-promise": "^1.0.0",
2054
- "object-assign": "^4.0.1",
2055
- "thenify-all": "^1.0.0"
2056
- }
2057
- },
2058
- "node_modules/nanoid": {
2059
- "version": "3.3.11",
2060
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
2061
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2062
- "dev": true,
2063
- "funding": [
2064
- {
2065
- "type": "github",
2066
- "url": "https://github.com/sponsors/ai"
2067
- }
2068
- ],
2069
- "license": "MIT",
2070
- "bin": {
2071
- "nanoid": "bin/nanoid.cjs"
2072
- },
2073
- "engines": {
2074
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2075
- }
2076
- },
2077
- "node_modules/node-releases": {
2078
- "version": "2.0.27",
2079
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
2080
- "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
2081
- "dev": true,
2082
- "license": "MIT"
2083
- },
2084
- "node_modules/normalize-path": {
2085
- "version": "3.0.0",
2086
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
2087
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
2088
- "dev": true,
2089
- "license": "MIT",
2090
- "engines": {
2091
- "node": ">=0.10.0"
2092
- }
2093
- },
2094
- "node_modules/normalize-range": {
2095
- "version": "0.1.2",
2096
- "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
2097
- "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
2098
- "dev": true,
2099
- "license": "MIT",
2100
- "engines": {
2101
- "node": ">=0.10.0"
2102
- }
2103
- },
2104
- "node_modules/object-assign": {
2105
- "version": "4.1.1",
2106
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
2107
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
2108
- "license": "MIT",
2109
- "engines": {
2110
- "node": ">=0.10.0"
2111
- }
2112
- },
2113
- "node_modules/object-hash": {
2114
- "version": "3.0.0",
2115
- "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
2116
- "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
2117
- "dev": true,
2118
- "license": "MIT",
2119
- "engines": {
2120
- "node": ">= 6"
2121
- }
2122
- },
2123
- "node_modules/path-parse": {
2124
- "version": "1.0.7",
2125
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
2126
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
2127
- "dev": true,
2128
- "license": "MIT"
2129
- },
2130
- "node_modules/picocolors": {
2131
- "version": "1.1.1",
2132
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2133
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2134
- "dev": true,
2135
- "license": "ISC"
2136
- },
2137
- "node_modules/picomatch": {
2138
- "version": "2.3.1",
2139
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
2140
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2141
- "dev": true,
2142
- "license": "MIT",
2143
- "engines": {
2144
- "node": ">=8.6"
2145
- },
2146
- "funding": {
2147
- "url": "https://github.com/sponsors/jonschlinkert"
2148
- }
2149
- },
2150
- "node_modules/pify": {
2151
- "version": "2.3.0",
2152
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
2153
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
2154
- "dev": true,
2155
- "license": "MIT",
2156
- "engines": {
2157
- "node": ">=0.10.0"
2158
- }
2159
- },
2160
- "node_modules/pirates": {
2161
- "version": "4.0.7",
2162
- "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
2163
- "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
2164
- "dev": true,
2165
- "license": "MIT",
2166
- "engines": {
2167
- "node": ">= 6"
2168
- }
2169
- },
2170
- "node_modules/postcss": {
2171
- "version": "8.5.6",
2172
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
2173
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2174
- "dev": true,
2175
- "funding": [
2176
- {
2177
- "type": "opencollective",
2178
- "url": "https://opencollective.com/postcss/"
2179
- },
2180
- {
2181
- "type": "tidelift",
2182
- "url": "https://tidelift.com/funding/github/npm/postcss"
2183
- },
2184
- {
2185
- "type": "github",
2186
- "url": "https://github.com/sponsors/ai"
2187
- }
2188
- ],
2189
- "license": "MIT",
2190
- "dependencies": {
2191
- "nanoid": "^3.3.11",
2192
- "picocolors": "^1.1.1",
2193
- "source-map-js": "^1.2.1"
2194
- },
2195
- "engines": {
2196
- "node": "^10 || ^12 || >=14"
2197
- }
2198
- },
2199
- "node_modules/postcss-import": {
2200
- "version": "15.1.0",
2201
- "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
2202
- "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
2203
- "dev": true,
2204
- "license": "MIT",
2205
- "dependencies": {
2206
- "postcss-value-parser": "^4.0.0",
2207
- "read-cache": "^1.0.0",
2208
- "resolve": "^1.1.7"
2209
- },
2210
- "engines": {
2211
- "node": ">=14.0.0"
2212
- },
2213
- "peerDependencies": {
2214
- "postcss": "^8.0.0"
2215
- }
2216
- },
2217
- "node_modules/postcss-js": {
2218
- "version": "4.1.0",
2219
- "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz",
2220
- "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
2221
- "dev": true,
2222
- "funding": [
2223
- {
2224
- "type": "opencollective",
2225
- "url": "https://opencollective.com/postcss/"
2226
- },
2227
- {
2228
- "type": "github",
2229
- "url": "https://github.com/sponsors/ai"
2230
- }
2231
- ],
2232
- "license": "MIT",
2233
- "dependencies": {
2234
- "camelcase-css": "^2.0.1"
2235
- },
2236
- "engines": {
2237
- "node": "^12 || ^14 || >= 16"
2238
- },
2239
- "peerDependencies": {
2240
- "postcss": "^8.4.21"
2241
- }
2242
- },
2243
- "node_modules/postcss-load-config": {
2244
- "version": "6.0.1",
2245
- "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
2246
- "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
2247
- "dev": true,
2248
- "funding": [
2249
- {
2250
- "type": "opencollective",
2251
- "url": "https://opencollective.com/postcss/"
2252
- },
2253
- {
2254
- "type": "github",
2255
- "url": "https://github.com/sponsors/ai"
2256
- }
2257
- ],
2258
- "license": "MIT",
2259
- "dependencies": {
2260
- "lilconfig": "^3.1.1"
2261
- },
2262
- "engines": {
2263
- "node": ">= 18"
2264
- },
2265
- "peerDependencies": {
2266
- "jiti": ">=1.21.0",
2267
- "postcss": ">=8.0.9",
2268
- "tsx": "^4.8.1",
2269
- "yaml": "^2.4.2"
2270
- },
2271
- "peerDependenciesMeta": {
2272
- "jiti": {
2273
- "optional": true
2274
- },
2275
- "postcss": {
2276
- "optional": true
2277
- },
2278
- "tsx": {
2279
- "optional": true
2280
- },
2281
- "yaml": {
2282
- "optional": true
2283
- }
2284
- }
2285
- },
2286
- "node_modules/postcss-nested": {
2287
- "version": "6.2.0",
2288
- "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
2289
- "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
2290
- "dev": true,
2291
- "funding": [
2292
- {
2293
- "type": "opencollective",
2294
- "url": "https://opencollective.com/postcss/"
2295
- },
2296
- {
2297
- "type": "github",
2298
- "url": "https://github.com/sponsors/ai"
2299
- }
2300
- ],
2301
- "license": "MIT",
2302
- "dependencies": {
2303
- "postcss-selector-parser": "^6.1.1"
2304
- },
2305
- "engines": {
2306
- "node": ">=12.0"
2307
- },
2308
- "peerDependencies": {
2309
- "postcss": "^8.2.14"
2310
- }
2311
- },
2312
- "node_modules/postcss-selector-parser": {
2313
- "version": "6.1.2",
2314
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
2315
- "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
2316
- "dev": true,
2317
- "license": "MIT",
2318
- "dependencies": {
2319
- "cssesc": "^3.0.0",
2320
- "util-deprecate": "^1.0.2"
2321
- },
2322
- "engines": {
2323
- "node": ">=4"
2324
- }
2325
- },
2326
- "node_modules/postcss-value-parser": {
2327
- "version": "4.2.0",
2328
- "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
2329
- "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
2330
- "dev": true,
2331
- "license": "MIT"
2332
- },
2333
- "node_modules/prop-types": {
2334
- "version": "15.8.1",
2335
- "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
2336
- "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
2337
- "license": "MIT",
2338
- "dependencies": {
2339
- "loose-envify": "^1.4.0",
2340
- "object-assign": "^4.1.1",
2341
- "react-is": "^16.13.1"
2342
- }
2343
- },
2344
- "node_modules/queue-microtask": {
2345
- "version": "1.2.3",
2346
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
2347
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2348
- "dev": true,
2349
- "funding": [
2350
- {
2351
- "type": "github",
2352
- "url": "https://github.com/sponsors/feross"
2353
- },
2354
- {
2355
- "type": "patreon",
2356
- "url": "https://www.patreon.com/feross"
2357
- },
2358
- {
2359
- "type": "consulting",
2360
- "url": "https://feross.org/support"
2361
- }
2362
- ],
2363
- "license": "MIT"
2364
- },
2365
- "node_modules/react": {
2366
- "version": "18.3.1",
2367
- "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
2368
- "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
2369
- "license": "MIT",
2370
- "dependencies": {
2371
- "loose-envify": "^1.1.0"
2372
- },
2373
- "engines": {
2374
- "node": ">=0.10.0"
2375
- }
2376
- },
2377
- "node_modules/react-dom": {
2378
- "version": "18.3.1",
2379
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
2380
- "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
2381
- "license": "MIT",
2382
- "dependencies": {
2383
- "loose-envify": "^1.1.0",
2384
- "scheduler": "^0.23.2"
2385
- },
2386
- "peerDependencies": {
2387
- "react": "^18.3.1"
2388
- }
2389
- },
2390
- "node_modules/react-is": {
2391
- "version": "16.13.1",
2392
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
2393
- "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
2394
- "license": "MIT"
2395
- },
2396
- "node_modules/react-refresh": {
2397
- "version": "0.17.0",
2398
- "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
2399
- "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
2400
- "dev": true,
2401
- "license": "MIT",
2402
- "engines": {
2403
- "node": ">=0.10.0"
2404
- }
2405
- },
2406
- "node_modules/react-resizable-panels": {
2407
- "version": "3.0.6",
2408
- "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.6.tgz",
2409
- "integrity": "sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew==",
2410
- "license": "MIT",
2411
- "peerDependencies": {
2412
- "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
2413
- "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
2414
- }
2415
- },
2416
- "node_modules/react-router": {
2417
- "version": "6.30.1",
2418
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.30.1.tgz",
2419
- "integrity": "sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==",
2420
- "license": "MIT",
2421
- "dependencies": {
2422
- "@remix-run/router": "1.23.0"
2423
- },
2424
- "engines": {
2425
- "node": ">=14.0.0"
2426
- },
2427
- "peerDependencies": {
2428
- "react": ">=16.8"
2429
- }
2430
- },
2431
- "node_modules/react-router-dom": {
2432
- "version": "6.30.1",
2433
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.1.tgz",
2434
- "integrity": "sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==",
2435
- "license": "MIT",
2436
- "dependencies": {
2437
- "@remix-run/router": "1.23.0",
2438
- "react-router": "6.30.1"
2439
- },
2440
- "engines": {
2441
- "node": ">=14.0.0"
2442
- },
2443
- "peerDependencies": {
2444
- "react": ">=16.8",
2445
- "react-dom": ">=16.8"
2446
- }
2447
- },
2448
- "node_modules/read-cache": {
2449
- "version": "1.0.0",
2450
- "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
2451
- "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
2452
- "dev": true,
2453
- "license": "MIT",
2454
- "dependencies": {
2455
- "pify": "^2.3.0"
2456
- }
2457
- },
2458
- "node_modules/readdirp": {
2459
- "version": "3.6.0",
2460
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
2461
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
2462
- "dev": true,
2463
- "license": "MIT",
2464
- "dependencies": {
2465
- "picomatch": "^2.2.1"
2466
- },
2467
- "engines": {
2468
- "node": ">=8.10.0"
2469
- }
2470
- },
2471
- "node_modules/resolve": {
2472
- "version": "1.22.11",
2473
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
2474
- "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
2475
- "dev": true,
2476
- "license": "MIT",
2477
- "dependencies": {
2478
- "is-core-module": "^2.16.1",
2479
- "path-parse": "^1.0.7",
2480
- "supports-preserve-symlinks-flag": "^1.0.0"
2481
- },
2482
- "bin": {
2483
- "resolve": "bin/resolve"
2484
- },
2485
- "engines": {
2486
- "node": ">= 0.4"
2487
- },
2488
- "funding": {
2489
- "url": "https://github.com/sponsors/ljharb"
2490
- }
2491
- },
2492
- "node_modules/reusify": {
2493
- "version": "1.1.0",
2494
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
2495
- "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2496
- "dev": true,
2497
- "license": "MIT",
2498
- "engines": {
2499
- "iojs": ">=1.0.0",
2500
- "node": ">=0.10.0"
2501
- }
2502
- },
2503
- "node_modules/rollup": {
2504
- "version": "4.53.3",
2505
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz",
2506
- "integrity": "sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==",
2507
- "dev": true,
2508
- "license": "MIT",
2509
- "dependencies": {
2510
- "@types/estree": "1.0.8"
2511
- },
2512
- "bin": {
2513
- "rollup": "dist/bin/rollup"
2514
- },
2515
- "engines": {
2516
- "node": ">=18.0.0",
2517
- "npm": ">=8.0.0"
2518
- },
2519
- "optionalDependencies": {
2520
- "@rollup/rollup-android-arm-eabi": "4.53.3",
2521
- "@rollup/rollup-android-arm64": "4.53.3",
2522
- "@rollup/rollup-darwin-arm64": "4.53.3",
2523
- "@rollup/rollup-darwin-x64": "4.53.3",
2524
- "@rollup/rollup-freebsd-arm64": "4.53.3",
2525
- "@rollup/rollup-freebsd-x64": "4.53.3",
2526
- "@rollup/rollup-linux-arm-gnueabihf": "4.53.3",
2527
- "@rollup/rollup-linux-arm-musleabihf": "4.53.3",
2528
- "@rollup/rollup-linux-arm64-gnu": "4.53.3",
2529
- "@rollup/rollup-linux-arm64-musl": "4.53.3",
2530
- "@rollup/rollup-linux-loong64-gnu": "4.53.3",
2531
- "@rollup/rollup-linux-ppc64-gnu": "4.53.3",
2532
- "@rollup/rollup-linux-riscv64-gnu": "4.53.3",
2533
- "@rollup/rollup-linux-riscv64-musl": "4.53.3",
2534
- "@rollup/rollup-linux-s390x-gnu": "4.53.3",
2535
- "@rollup/rollup-linux-x64-gnu": "4.53.3",
2536
- "@rollup/rollup-linux-x64-musl": "4.53.3",
2537
- "@rollup/rollup-openharmony-arm64": "4.53.3",
2538
- "@rollup/rollup-win32-arm64-msvc": "4.53.3",
2539
- "@rollup/rollup-win32-ia32-msvc": "4.53.3",
2540
- "@rollup/rollup-win32-x64-gnu": "4.53.3",
2541
- "@rollup/rollup-win32-x64-msvc": "4.53.3",
2542
- "fsevents": "~2.3.2"
2543
- }
2544
- },
2545
- "node_modules/run-parallel": {
2546
- "version": "1.2.0",
2547
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
2548
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2549
- "dev": true,
2550
- "funding": [
2551
- {
2552
- "type": "github",
2553
- "url": "https://github.com/sponsors/feross"
2554
- },
2555
- {
2556
- "type": "patreon",
2557
- "url": "https://www.patreon.com/feross"
2558
- },
2559
- {
2560
- "type": "consulting",
2561
- "url": "https://feross.org/support"
2562
- }
2563
- ],
2564
- "license": "MIT",
2565
- "dependencies": {
2566
- "queue-microtask": "^1.2.2"
2567
- }
2568
- },
2569
- "node_modules/scheduler": {
2570
- "version": "0.23.2",
2571
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
2572
- "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
2573
- "license": "MIT",
2574
- "dependencies": {
2575
- "loose-envify": "^1.1.0"
2576
- }
2577
- },
2578
- "node_modules/semver": {
2579
- "version": "6.3.1",
2580
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2581
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2582
- "dev": true,
2583
- "license": "ISC",
2584
- "bin": {
2585
- "semver": "bin/semver.js"
2586
- }
2587
- },
2588
- "node_modules/source-map-js": {
2589
- "version": "1.2.1",
2590
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2591
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2592
- "dev": true,
2593
- "license": "BSD-3-Clause",
2594
- "engines": {
2595
- "node": ">=0.10.0"
2596
- }
2597
- },
2598
- "node_modules/sucrase": {
2599
- "version": "3.35.1",
2600
- "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
2601
- "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
2602
- "dev": true,
2603
- "license": "MIT",
2604
- "dependencies": {
2605
- "@jridgewell/gen-mapping": "^0.3.2",
2606
- "commander": "^4.0.0",
2607
- "lines-and-columns": "^1.1.6",
2608
- "mz": "^2.7.0",
2609
- "pirates": "^4.0.1",
2610
- "tinyglobby": "^0.2.11",
2611
- "ts-interface-checker": "^0.1.9"
2612
- },
2613
- "bin": {
2614
- "sucrase": "bin/sucrase",
2615
- "sucrase-node": "bin/sucrase-node"
2616
- },
2617
- "engines": {
2618
- "node": ">=16 || 14 >=14.17"
2619
- }
2620
- },
2621
- "node_modules/supports-preserve-symlinks-flag": {
2622
- "version": "1.0.0",
2623
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
2624
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
2625
- "dev": true,
2626
- "license": "MIT",
2627
- "engines": {
2628
- "node": ">= 0.4"
2629
- },
2630
- "funding": {
2631
- "url": "https://github.com/sponsors/ljharb"
2632
- }
2633
- },
2634
- "node_modules/tailwindcss": {
2635
- "version": "3.4.18",
2636
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.18.tgz",
2637
- "integrity": "sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==",
2638
- "dev": true,
2639
- "license": "MIT",
2640
- "dependencies": {
2641
- "@alloc/quick-lru": "^5.2.0",
2642
- "arg": "^5.0.2",
2643
- "chokidar": "^3.6.0",
2644
- "didyoumean": "^1.2.2",
2645
- "dlv": "^1.1.3",
2646
- "fast-glob": "^3.3.2",
2647
- "glob-parent": "^6.0.2",
2648
- "is-glob": "^4.0.3",
2649
- "jiti": "^1.21.7",
2650
- "lilconfig": "^3.1.3",
2651
- "micromatch": "^4.0.8",
2652
- "normalize-path": "^3.0.0",
2653
- "object-hash": "^3.0.0",
2654
- "picocolors": "^1.1.1",
2655
- "postcss": "^8.4.47",
2656
- "postcss-import": "^15.1.0",
2657
- "postcss-js": "^4.0.1",
2658
- "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
2659
- "postcss-nested": "^6.2.0",
2660
- "postcss-selector-parser": "^6.1.2",
2661
- "resolve": "^1.22.8",
2662
- "sucrase": "^3.35.0"
2663
- },
2664
- "bin": {
2665
- "tailwind": "lib/cli.js",
2666
- "tailwindcss": "lib/cli.js"
2667
- },
2668
- "engines": {
2669
- "node": ">=14.0.0"
2670
- }
2671
- },
2672
- "node_modules/thenify": {
2673
- "version": "3.3.1",
2674
- "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
2675
- "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
2676
- "dev": true,
2677
- "license": "MIT",
2678
- "dependencies": {
2679
- "any-promise": "^1.0.0"
2680
- }
2681
- },
2682
- "node_modules/thenify-all": {
2683
- "version": "1.6.0",
2684
- "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
2685
- "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
2686
- "dev": true,
2687
- "license": "MIT",
2688
- "dependencies": {
2689
- "thenify": ">= 3.1.0 < 4"
2690
- },
2691
- "engines": {
2692
- "node": ">=0.8"
2693
- }
2694
- },
2695
- "node_modules/tinyglobby": {
2696
- "version": "0.2.15",
2697
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2698
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2699
- "dev": true,
2700
- "license": "MIT",
2701
- "dependencies": {
2702
- "fdir": "^6.5.0",
2703
- "picomatch": "^4.0.3"
2704
- },
2705
- "engines": {
2706
- "node": ">=12.0.0"
2707
- },
2708
- "funding": {
2709
- "url": "https://github.com/sponsors/SuperchupuDev"
2710
- }
2711
- },
2712
- "node_modules/tinyglobby/node_modules/fdir": {
2713
- "version": "6.5.0",
2714
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2715
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2716
- "dev": true,
2717
- "license": "MIT",
2718
- "engines": {
2719
- "node": ">=12.0.0"
2720
- },
2721
- "peerDependencies": {
2722
- "picomatch": "^3 || ^4"
2723
- },
2724
- "peerDependenciesMeta": {
2725
- "picomatch": {
2726
- "optional": true
2727
- }
2728
- }
2729
- },
2730
- "node_modules/tinyglobby/node_modules/picomatch": {
2731
- "version": "4.0.3",
2732
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2733
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2734
- "dev": true,
2735
- "license": "MIT",
2736
- "engines": {
2737
- "node": ">=12"
2738
- },
2739
- "funding": {
2740
- "url": "https://github.com/sponsors/jonschlinkert"
2741
- }
2742
- },
2743
- "node_modules/to-regex-range": {
2744
- "version": "5.0.1",
2745
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2746
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2747
- "dev": true,
2748
- "license": "MIT",
2749
- "dependencies": {
2750
- "is-number": "^7.0.0"
2751
- },
2752
- "engines": {
2753
- "node": ">=8.0"
2754
- }
2755
- },
2756
- "node_modules/ts-interface-checker": {
2757
- "version": "0.1.13",
2758
- "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
2759
- "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
2760
- "dev": true,
2761
- "license": "Apache-2.0"
2762
- },
2763
- "node_modules/tslib": {
2764
- "version": "2.8.1",
2765
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2766
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2767
- "license": "0BSD"
2768
- },
2769
- "node_modules/typescript": {
2770
- "version": "5.9.3",
2771
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
2772
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
2773
- "dev": true,
2774
- "license": "Apache-2.0",
2775
- "bin": {
2776
- "tsc": "bin/tsc",
2777
- "tsserver": "bin/tsserver"
2778
- },
2779
- "engines": {
2780
- "node": ">=14.17"
2781
- }
2782
- },
2783
- "node_modules/undici-types": {
2784
- "version": "6.21.0",
2785
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
2786
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
2787
- "dev": true,
2788
- "license": "MIT"
2789
- },
2790
- "node_modules/universalify": {
2791
- "version": "2.0.1",
2792
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
2793
- "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
2794
- "license": "MIT",
2795
- "engines": {
2796
- "node": ">= 10.0.0"
2797
- }
2798
- },
2799
- "node_modules/update-browserslist-db": {
2800
- "version": "1.1.4",
2801
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
2802
- "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
2803
- "dev": true,
2804
- "funding": [
2805
- {
2806
- "type": "opencollective",
2807
- "url": "https://opencollective.com/browserslist"
2808
- },
2809
- {
2810
- "type": "tidelift",
2811
- "url": "https://tidelift.com/funding/github/npm/browserslist"
2812
- },
2813
- {
2814
- "type": "github",
2815
- "url": "https://github.com/sponsors/ai"
2816
- }
2817
- ],
2818
- "license": "MIT",
2819
- "dependencies": {
2820
- "escalade": "^3.2.0",
2821
- "picocolors": "^1.1.1"
2822
- },
2823
- "bin": {
2824
- "update-browserslist-db": "cli.js"
2825
- },
2826
- "peerDependencies": {
2827
- "browserslist": ">= 4.21.0"
2828
- }
2829
- },
2830
- "node_modules/util-deprecate": {
2831
- "version": "1.0.2",
2832
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
2833
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
2834
- "dev": true,
2835
- "license": "MIT"
2836
- },
2837
- "node_modules/vite": {
2838
- "version": "5.4.21",
2839
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
2840
- "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
2841
- "dev": true,
2842
- "license": "MIT",
2843
- "dependencies": {
2844
- "esbuild": "^0.21.3",
2845
- "postcss": "^8.4.43",
2846
- "rollup": "^4.20.0"
2847
- },
2848
- "bin": {
2849
- "vite": "bin/vite.js"
2850
- },
2851
- "engines": {
2852
- "node": "^18.0.0 || >=20.0.0"
2853
- },
2854
- "funding": {
2855
- "url": "https://github.com/vitejs/vite?sponsor=1"
2856
- },
2857
- "optionalDependencies": {
2858
- "fsevents": "~2.3.3"
2859
- },
2860
- "peerDependencies": {
2861
- "@types/node": "^18.0.0 || >=20.0.0",
2862
- "less": "*",
2863
- "lightningcss": "^1.21.0",
2864
- "sass": "*",
2865
- "sass-embedded": "*",
2866
- "stylus": "*",
2867
- "sugarss": "*",
2868
- "terser": "^5.4.0"
2869
- },
2870
- "peerDependenciesMeta": {
2871
- "@types/node": {
2872
- "optional": true
2873
- },
2874
- "less": {
2875
- "optional": true
2876
- },
2877
- "lightningcss": {
2878
- "optional": true
2879
- },
2880
- "sass": {
2881
- "optional": true
2882
- },
2883
- "sass-embedded": {
2884
- "optional": true
2885
- },
2886
- "stylus": {
2887
- "optional": true
2888
- },
2889
- "sugarss": {
2890
- "optional": true
2891
- },
2892
- "terser": {
2893
- "optional": true
2894
- }
2895
- }
2896
- },
2897
- "node_modules/yallist": {
2898
- "version": "3.1.1",
2899
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2900
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2901
- "dev": true,
2902
- "license": "ISC"
2903
76
  }
2904
77
  }
2905
78
  }