create-bluecopa-react-app 1.0.0 → 1.0.1
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.
- package/README.md +69 -28
- package/bin/create-bluecopa-react-app.js +1 -1
- package/package.json +1 -1
- package/templates/latest/.env.example +14 -0
- package/templates/latest/.eslintrc.cjs +42 -0
- package/templates/latest/README.md +264 -0
- package/templates/latest/clean.sh +39 -0
- package/templates/latest/index.html +14 -0
- package/templates/{basic → latest}/package-lock.json +1099 -1084
- package/templates/latest/package.json +61 -0
- package/templates/{basic/postcss.config.js → latest/postcss.config.cjs} +1 -1
- package/templates/latest/public/bluecopa-logo.svg +30 -0
- package/templates/latest/public/favicon-32x32.png +0 -0
- package/templates/latest/public/favicon-96x96.png +0 -0
- package/templates/latest/public/favicon.ico +0 -0
- package/templates/latest/setup.sh +55 -0
- package/templates/latest/src/App.tsx +15 -0
- package/templates/latest/src/components/layout/dashboard-header.tsx +139 -0
- package/templates/latest/src/components/layout/dashboard-layout.tsx +29 -0
- package/templates/latest/src/components/layout/sidebar.tsx +54 -0
- package/templates/latest/src/components/page/dashboard.tsx +1506 -0
- package/templates/latest/src/components/page/navbar.tsx +104 -0
- package/templates/latest/src/components/tables/data-grid.tsx +439 -0
- package/templates/latest/src/components/ui/alert.tsx +59 -0
- package/templates/latest/src/components/ui/avatar.tsx +50 -0
- package/templates/latest/src/components/ui/badge.tsx +36 -0
- package/templates/latest/src/components/ui/bluecopa-logo.tsx +54 -0
- package/templates/{basic → latest}/src/components/ui/button.tsx +5 -11
- package/templates/latest/src/components/ui/dropdown-menu.tsx +200 -0
- package/templates/latest/src/components/ui/input.tsx +24 -0
- package/templates/latest/src/components/ui/label.tsx +23 -0
- package/templates/latest/src/components/ui/select.tsx +29 -0
- package/templates/latest/src/hooks/use-api.ts +55 -0
- package/templates/{basic → latest}/src/index.css +1 -1
- package/templates/{basic → latest}/src/main.tsx +6 -2
- package/templates/latest/src/pages/Dashboard.tsx +13 -0
- package/templates/latest/src/pages/Home.tsx +622 -0
- package/templates/latest/src/providers/query-provider.tsx +48 -0
- package/templates/latest/src/single-spa.tsx +105 -0
- package/templates/{basic/src/types/index.ts → latest/src/types/api.ts} +19 -35
- package/templates/latest/src/vite-env.d.ts +11 -0
- package/templates/{basic → latest}/tailwind.config.js +15 -4
- package/templates/{basic/tsconfig.json → latest/tsconfig.app.json} +5 -10
- package/templates/latest/tsconfig.json +19 -0
- package/templates/latest/vite.config.ts +64 -0
- package/templates/basic/.editorconfig +0 -12
- package/templates/basic/.env.example +0 -10
- package/templates/basic/README.md +0 -213
- package/templates/basic/index.html +0 -13
- package/templates/basic/package.json +0 -68
- package/templates/basic/setup.sh +0 -46
- package/templates/basic/src/App.tsx +0 -95
- package/templates/basic/src/components/dashboard/AdvancedAnalytics.tsx +0 -351
- package/templates/basic/src/components/dashboard/MetricsOverview.tsx +0 -150
- package/templates/basic/src/components/dashboard/TransactionCharts.tsx +0 -215
- package/templates/basic/src/components/dashboard/TransactionTable.tsx +0 -172
- package/templates/basic/src/components/ui/tabs.tsx +0 -53
- package/templates/basic/src/pages/Dashboard.tsx +0 -135
- package/templates/basic/vite.config.ts +0 -13
- /package/templates/{basic → latest}/src/components/ui/card.tsx +0 -0
- /package/templates/{basic → latest}/src/lib/utils.ts +0 -0
- /package/templates/{basic → latest}/tsconfig.node.json +0 -0
|
@@ -1,66 +1,50 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "bluecopa-
|
|
2
|
+
"name": "@bluecopa/react-router-template",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
|
-
"name": "bluecopa-
|
|
8
|
+
"name": "@bluecopa/react-router-template",
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@bluecopa/react": "^0.1.3",
|
|
12
|
-
"@radix-ui/react-
|
|
13
|
-
"@radix-ui/react-
|
|
14
|
-
"@radix-ui/react-
|
|
15
|
-
"@radix-ui/react-
|
|
16
|
-
"@radix-ui/react-
|
|
17
|
-
"@radix-ui/react-
|
|
18
|
-
"@radix-ui/react-dialog": "^1.0.5",
|
|
19
|
-
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
20
|
-
"@radix-ui/react-hover-card": "^1.0.7",
|
|
21
|
-
"@radix-ui/react-label": "^2.0.2",
|
|
22
|
-
"@radix-ui/react-menubar": "^1.0.4",
|
|
23
|
-
"@radix-ui/react-navigation-menu": "^1.1.4",
|
|
24
|
-
"@radix-ui/react-popover": "^1.0.7",
|
|
25
|
-
"@radix-ui/react-progress": "^1.0.3",
|
|
26
|
-
"@radix-ui/react-radio-group": "^1.1.3",
|
|
27
|
-
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
28
|
-
"@radix-ui/react-select": "^2.0.0",
|
|
29
|
-
"@radix-ui/react-separator": "^1.0.3",
|
|
30
|
-
"@radix-ui/react-slider": "^1.1.2",
|
|
31
|
-
"@radix-ui/react-slot": "^1.0.2",
|
|
32
|
-
"@radix-ui/react-switch": "^1.0.3",
|
|
33
|
-
"@radix-ui/react-tabs": "^1.0.4",
|
|
34
|
-
"@radix-ui/react-toast": "^1.1.5",
|
|
35
|
-
"@radix-ui/react-toggle": "^1.0.3",
|
|
36
|
-
"@radix-ui/react-toggle-group": "^1.0.4",
|
|
37
|
-
"@radix-ui/react-tooltip": "^1.0.7",
|
|
38
|
-
"axios": "^1.6.0",
|
|
12
|
+
"@radix-ui/react-avatar": "^1.1.0",
|
|
13
|
+
"@radix-ui/react-dropdown-menu": "^2.1.0",
|
|
14
|
+
"@radix-ui/react-select": "^2.1.0",
|
|
15
|
+
"@radix-ui/react-separator": "^1.1.0",
|
|
16
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
17
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
|
39
18
|
"class-variance-authority": "^0.7.0",
|
|
40
|
-
"clsx": "^2.
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"react": "^18.
|
|
44
|
-
"react-dom": "^
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
19
|
+
"clsx": "^2.1.0",
|
|
20
|
+
"lucide-react": "^0.445.0",
|
|
21
|
+
"react": "^18.3.0",
|
|
22
|
+
"react-dom": "^18.3.0",
|
|
23
|
+
"react-router-dom": "^6.26.0",
|
|
24
|
+
"recharts": "^2.12.0",
|
|
25
|
+
"single-spa": "^6.0.3",
|
|
26
|
+
"single-spa-react": "^6.0.2",
|
|
27
|
+
"tailwind-merge": "^2.5.0",
|
|
48
28
|
"tailwindcss-animate": "^1.0.7"
|
|
49
29
|
},
|
|
50
30
|
"devDependencies": {
|
|
51
|
-
"@
|
|
52
|
-
"@types/
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"
|
|
57
|
-
"eslint": "^
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
31
|
+
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
32
|
+
"@types/node": "^24.3.1",
|
|
33
|
+
"@types/react": "^18.3.0",
|
|
34
|
+
"@types/react-dom": "^18.3.0",
|
|
35
|
+
"@types/systemjs": "^6.15.3",
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
37
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
38
|
+
"@vitejs/plugin-react": "^4.3.0",
|
|
39
|
+
"@vitejs/plugin-react-swc": "^4.0.1",
|
|
40
|
+
"autoprefixer": "^10.4.20",
|
|
41
|
+
"eslint": "^8.57.0",
|
|
42
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
43
|
+
"eslint-plugin-react-refresh": "^0.4.9",
|
|
44
|
+
"postcss": "^8.4.47",
|
|
45
|
+
"tailwindcss": "^3.4.17",
|
|
46
|
+
"typescript": "^5.6.0",
|
|
47
|
+
"vite": "^5.4.20"
|
|
64
48
|
}
|
|
65
49
|
},
|
|
66
50
|
"node_modules/@alloc/quick-lru": {
|
|
@@ -75,20 +59,6 @@
|
|
|
75
59
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
76
60
|
}
|
|
77
61
|
},
|
|
78
|
-
"node_modules/@ampproject/remapping": {
|
|
79
|
-
"version": "2.3.0",
|
|
80
|
-
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
81
|
-
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
|
|
82
|
-
"dev": true,
|
|
83
|
-
"license": "Apache-2.0",
|
|
84
|
-
"dependencies": {
|
|
85
|
-
"@jridgewell/gen-mapping": "^0.3.5",
|
|
86
|
-
"@jridgewell/trace-mapping": "^0.3.24"
|
|
87
|
-
},
|
|
88
|
-
"engines": {
|
|
89
|
-
"node": ">=6.0.0"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
62
|
"node_modules/@babel/code-frame": {
|
|
93
63
|
"version": "7.27.1",
|
|
94
64
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
@@ -105,9 +75,9 @@
|
|
|
105
75
|
}
|
|
106
76
|
},
|
|
107
77
|
"node_modules/@babel/compat-data": {
|
|
108
|
-
"version": "7.28.
|
|
109
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.
|
|
110
|
-
"integrity": "sha512-
|
|
78
|
+
"version": "7.28.4",
|
|
79
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.4.tgz",
|
|
80
|
+
"integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==",
|
|
111
81
|
"dev": true,
|
|
112
82
|
"license": "MIT",
|
|
113
83
|
"engines": {
|
|
@@ -115,22 +85,22 @@
|
|
|
115
85
|
}
|
|
116
86
|
},
|
|
117
87
|
"node_modules/@babel/core": {
|
|
118
|
-
"version": "7.28.
|
|
119
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.
|
|
120
|
-
"integrity": "sha512-
|
|
88
|
+
"version": "7.28.4",
|
|
89
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
90
|
+
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
121
91
|
"dev": true,
|
|
122
92
|
"license": "MIT",
|
|
123
93
|
"dependencies": {
|
|
124
|
-
"@ampproject/remapping": "^2.2.0",
|
|
125
94
|
"@babel/code-frame": "^7.27.1",
|
|
126
95
|
"@babel/generator": "^7.28.3",
|
|
127
96
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
128
97
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
129
|
-
"@babel/helpers": "^7.28.
|
|
130
|
-
"@babel/parser": "^7.28.
|
|
98
|
+
"@babel/helpers": "^7.28.4",
|
|
99
|
+
"@babel/parser": "^7.28.4",
|
|
131
100
|
"@babel/template": "^7.27.2",
|
|
132
|
-
"@babel/traverse": "^7.28.
|
|
133
|
-
"@babel/types": "^7.28.
|
|
101
|
+
"@babel/traverse": "^7.28.4",
|
|
102
|
+
"@babel/types": "^7.28.4",
|
|
103
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
134
104
|
"convert-source-map": "^2.0.0",
|
|
135
105
|
"debug": "^4.1.0",
|
|
136
106
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -282,27 +252,27 @@
|
|
|
282
252
|
}
|
|
283
253
|
},
|
|
284
254
|
"node_modules/@babel/helpers": {
|
|
285
|
-
"version": "7.28.
|
|
286
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.
|
|
287
|
-
"integrity": "sha512-
|
|
255
|
+
"version": "7.28.4",
|
|
256
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
257
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
288
258
|
"dev": true,
|
|
289
259
|
"license": "MIT",
|
|
290
260
|
"dependencies": {
|
|
291
261
|
"@babel/template": "^7.27.2",
|
|
292
|
-
"@babel/types": "^7.28.
|
|
262
|
+
"@babel/types": "^7.28.4"
|
|
293
263
|
},
|
|
294
264
|
"engines": {
|
|
295
265
|
"node": ">=6.9.0"
|
|
296
266
|
}
|
|
297
267
|
},
|
|
298
268
|
"node_modules/@babel/parser": {
|
|
299
|
-
"version": "7.28.
|
|
300
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.
|
|
301
|
-
"integrity": "sha512-
|
|
269
|
+
"version": "7.28.4",
|
|
270
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",
|
|
271
|
+
"integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",
|
|
302
272
|
"dev": true,
|
|
303
273
|
"license": "MIT",
|
|
304
274
|
"dependencies": {
|
|
305
|
-
"@babel/types": "^7.28.
|
|
275
|
+
"@babel/types": "^7.28.4"
|
|
306
276
|
},
|
|
307
277
|
"bin": {
|
|
308
278
|
"parser": "bin/babel-parser.js"
|
|
@@ -344,9 +314,9 @@
|
|
|
344
314
|
}
|
|
345
315
|
},
|
|
346
316
|
"node_modules/@babel/runtime": {
|
|
347
|
-
"version": "7.28.
|
|
348
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.
|
|
349
|
-
"integrity": "sha512-
|
|
317
|
+
"version": "7.28.4",
|
|
318
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
|
|
319
|
+
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
|
|
350
320
|
"license": "MIT",
|
|
351
321
|
"engines": {
|
|
352
322
|
"node": ">=6.9.0"
|
|
@@ -368,18 +338,18 @@
|
|
|
368
338
|
}
|
|
369
339
|
},
|
|
370
340
|
"node_modules/@babel/traverse": {
|
|
371
|
-
"version": "7.28.
|
|
372
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.
|
|
373
|
-
"integrity": "sha512-
|
|
341
|
+
"version": "7.28.4",
|
|
342
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",
|
|
343
|
+
"integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",
|
|
374
344
|
"dev": true,
|
|
375
345
|
"license": "MIT",
|
|
376
346
|
"dependencies": {
|
|
377
347
|
"@babel/code-frame": "^7.27.1",
|
|
378
348
|
"@babel/generator": "^7.28.3",
|
|
379
349
|
"@babel/helper-globals": "^7.28.0",
|
|
380
|
-
"@babel/parser": "^7.28.
|
|
350
|
+
"@babel/parser": "^7.28.4",
|
|
381
351
|
"@babel/template": "^7.27.2",
|
|
382
|
-
"@babel/types": "^7.28.
|
|
352
|
+
"@babel/types": "^7.28.4",
|
|
383
353
|
"debug": "^4.3.1"
|
|
384
354
|
},
|
|
385
355
|
"engines": {
|
|
@@ -387,9 +357,9 @@
|
|
|
387
357
|
}
|
|
388
358
|
},
|
|
389
359
|
"node_modules/@babel/types": {
|
|
390
|
-
"version": "7.28.
|
|
391
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
392
|
-
"integrity": "sha512-
|
|
360
|
+
"version": "7.28.4",
|
|
361
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",
|
|
362
|
+
"integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",
|
|
393
363
|
"dev": true,
|
|
394
364
|
"license": "MIT",
|
|
395
365
|
"dependencies": {
|
|
@@ -431,63 +401,27 @@
|
|
|
431
401
|
"react-dom": ">=18.0.0"
|
|
432
402
|
}
|
|
433
403
|
},
|
|
434
|
-
"node_modules/@
|
|
435
|
-
"version": "
|
|
436
|
-
"resolved": "https://registry.npmjs.org/@
|
|
437
|
-
"integrity": "sha512-
|
|
438
|
-
"
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
"node_modules/@bluecopa/react/node_modules/@tanstack/query-devtools": {
|
|
445
|
-
"version": "5.58.0",
|
|
446
|
-
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.58.0.tgz",
|
|
447
|
-
"integrity": "sha512-iFdQEFXaYYxqgrv63ots+65FGI+tNp5ZS5PdMU1DWisxk3fez5HG3FyVlbUva+RdYS5hSLbxZ9aw3yEs97GNTw==",
|
|
448
|
-
"license": "MIT",
|
|
449
|
-
"funding": {
|
|
450
|
-
"type": "github",
|
|
451
|
-
"url": "https://github.com/sponsors/tannerlinsley"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
"node_modules/@bluecopa/react/node_modules/@tanstack/react-query": {
|
|
455
|
-
"version": "5.59.0",
|
|
456
|
-
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.0.tgz",
|
|
457
|
-
"integrity": "sha512-YDXp3OORbYR+8HNQx+lf4F73NoiCmCcSvZvgxE29OifmQFk0sBlO26NWLHpcNERo92tVk3w+JQ53/vkcRUY1hA==",
|
|
458
|
-
"license": "MIT",
|
|
459
|
-
"dependencies": {
|
|
460
|
-
"@tanstack/query-core": "5.59.0"
|
|
461
|
-
},
|
|
462
|
-
"funding": {
|
|
463
|
-
"type": "github",
|
|
464
|
-
"url": "https://github.com/sponsors/tannerlinsley"
|
|
465
|
-
},
|
|
466
|
-
"peerDependencies": {
|
|
467
|
-
"react": "^18 || ^19"
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
"node_modules/@bluecopa/react/node_modules/@tanstack/react-query-devtools": {
|
|
471
|
-
"version": "5.59.0",
|
|
472
|
-
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.59.0.tgz",
|
|
473
|
-
"integrity": "sha512-Kz7577FQGU8qmJxROIT/aOwmkTcxfBqgTP6r1AIvuJxVMVHPkp8eQxWQ7BnfBsy/KTJHiV9vMtRVo1+R1tB3vg==",
|
|
404
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
405
|
+
"version": "0.21.5",
|
|
406
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
|
|
407
|
+
"integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
|
|
408
|
+
"cpu": [
|
|
409
|
+
"ppc64"
|
|
410
|
+
],
|
|
411
|
+
"dev": true,
|
|
474
412
|
"license": "MIT",
|
|
475
|
-
"
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
"
|
|
481
|
-
},
|
|
482
|
-
"peerDependencies": {
|
|
483
|
-
"@tanstack/react-query": "^5.59.0",
|
|
484
|
-
"react": "^18 || ^19"
|
|
413
|
+
"optional": true,
|
|
414
|
+
"os": [
|
|
415
|
+
"aix"
|
|
416
|
+
],
|
|
417
|
+
"engines": {
|
|
418
|
+
"node": ">=12"
|
|
485
419
|
}
|
|
486
420
|
},
|
|
487
421
|
"node_modules/@esbuild/android-arm": {
|
|
488
|
-
"version": "0.
|
|
489
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.
|
|
490
|
-
"integrity": "sha512-
|
|
422
|
+
"version": "0.21.5",
|
|
423
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
|
|
424
|
+
"integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
|
|
491
425
|
"cpu": [
|
|
492
426
|
"arm"
|
|
493
427
|
],
|
|
@@ -502,9 +436,9 @@
|
|
|
502
436
|
}
|
|
503
437
|
},
|
|
504
438
|
"node_modules/@esbuild/android-arm64": {
|
|
505
|
-
"version": "0.
|
|
506
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.
|
|
507
|
-
"integrity": "sha512-
|
|
439
|
+
"version": "0.21.5",
|
|
440
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
|
|
441
|
+
"integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
|
|
508
442
|
"cpu": [
|
|
509
443
|
"arm64"
|
|
510
444
|
],
|
|
@@ -519,9 +453,9 @@
|
|
|
519
453
|
}
|
|
520
454
|
},
|
|
521
455
|
"node_modules/@esbuild/android-x64": {
|
|
522
|
-
"version": "0.
|
|
523
|
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.
|
|
524
|
-
"integrity": "sha512-
|
|
456
|
+
"version": "0.21.5",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
|
|
458
|
+
"integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
|
|
525
459
|
"cpu": [
|
|
526
460
|
"x64"
|
|
527
461
|
],
|
|
@@ -536,9 +470,9 @@
|
|
|
536
470
|
}
|
|
537
471
|
},
|
|
538
472
|
"node_modules/@esbuild/darwin-arm64": {
|
|
539
|
-
"version": "0.
|
|
540
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.
|
|
541
|
-
"integrity": "sha512-
|
|
473
|
+
"version": "0.21.5",
|
|
474
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
|
|
475
|
+
"integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
|
|
542
476
|
"cpu": [
|
|
543
477
|
"arm64"
|
|
544
478
|
],
|
|
@@ -553,9 +487,9 @@
|
|
|
553
487
|
}
|
|
554
488
|
},
|
|
555
489
|
"node_modules/@esbuild/darwin-x64": {
|
|
556
|
-
"version": "0.
|
|
557
|
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.
|
|
558
|
-
"integrity": "sha512-
|
|
490
|
+
"version": "0.21.5",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
|
|
492
|
+
"integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
|
|
559
493
|
"cpu": [
|
|
560
494
|
"x64"
|
|
561
495
|
],
|
|
@@ -570,9 +504,9 @@
|
|
|
570
504
|
}
|
|
571
505
|
},
|
|
572
506
|
"node_modules/@esbuild/freebsd-arm64": {
|
|
573
|
-
"version": "0.
|
|
574
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.
|
|
575
|
-
"integrity": "sha512-
|
|
507
|
+
"version": "0.21.5",
|
|
508
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
|
|
509
|
+
"integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
|
|
576
510
|
"cpu": [
|
|
577
511
|
"arm64"
|
|
578
512
|
],
|
|
@@ -587,9 +521,9 @@
|
|
|
587
521
|
}
|
|
588
522
|
},
|
|
589
523
|
"node_modules/@esbuild/freebsd-x64": {
|
|
590
|
-
"version": "0.
|
|
591
|
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.
|
|
592
|
-
"integrity": "sha512-
|
|
524
|
+
"version": "0.21.5",
|
|
525
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
|
|
526
|
+
"integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
|
|
593
527
|
"cpu": [
|
|
594
528
|
"x64"
|
|
595
529
|
],
|
|
@@ -604,9 +538,9 @@
|
|
|
604
538
|
}
|
|
605
539
|
},
|
|
606
540
|
"node_modules/@esbuild/linux-arm": {
|
|
607
|
-
"version": "0.
|
|
608
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.
|
|
609
|
-
"integrity": "sha512
|
|
541
|
+
"version": "0.21.5",
|
|
542
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
|
|
543
|
+
"integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
|
|
610
544
|
"cpu": [
|
|
611
545
|
"arm"
|
|
612
546
|
],
|
|
@@ -621,9 +555,9 @@
|
|
|
621
555
|
}
|
|
622
556
|
},
|
|
623
557
|
"node_modules/@esbuild/linux-arm64": {
|
|
624
|
-
"version": "0.
|
|
625
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.
|
|
626
|
-
"integrity": "sha512-
|
|
558
|
+
"version": "0.21.5",
|
|
559
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
|
|
560
|
+
"integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
|
|
627
561
|
"cpu": [
|
|
628
562
|
"arm64"
|
|
629
563
|
],
|
|
@@ -638,9 +572,9 @@
|
|
|
638
572
|
}
|
|
639
573
|
},
|
|
640
574
|
"node_modules/@esbuild/linux-ia32": {
|
|
641
|
-
"version": "0.
|
|
642
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.
|
|
643
|
-
"integrity": "sha512-
|
|
575
|
+
"version": "0.21.5",
|
|
576
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
|
|
577
|
+
"integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
|
|
644
578
|
"cpu": [
|
|
645
579
|
"ia32"
|
|
646
580
|
],
|
|
@@ -655,9 +589,9 @@
|
|
|
655
589
|
}
|
|
656
590
|
},
|
|
657
591
|
"node_modules/@esbuild/linux-loong64": {
|
|
658
|
-
"version": "0.
|
|
659
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.
|
|
660
|
-
"integrity": "sha512-
|
|
592
|
+
"version": "0.21.5",
|
|
593
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
|
|
594
|
+
"integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
|
|
661
595
|
"cpu": [
|
|
662
596
|
"loong64"
|
|
663
597
|
],
|
|
@@ -672,9 +606,9 @@
|
|
|
672
606
|
}
|
|
673
607
|
},
|
|
674
608
|
"node_modules/@esbuild/linux-mips64el": {
|
|
675
|
-
"version": "0.
|
|
676
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.
|
|
677
|
-
"integrity": "sha512-
|
|
609
|
+
"version": "0.21.5",
|
|
610
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
|
|
611
|
+
"integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
|
|
678
612
|
"cpu": [
|
|
679
613
|
"mips64el"
|
|
680
614
|
],
|
|
@@ -689,9 +623,9 @@
|
|
|
689
623
|
}
|
|
690
624
|
},
|
|
691
625
|
"node_modules/@esbuild/linux-ppc64": {
|
|
692
|
-
"version": "0.
|
|
693
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.
|
|
694
|
-
"integrity": "sha512-
|
|
626
|
+
"version": "0.21.5",
|
|
627
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
|
|
628
|
+
"integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
|
|
695
629
|
"cpu": [
|
|
696
630
|
"ppc64"
|
|
697
631
|
],
|
|
@@ -706,9 +640,9 @@
|
|
|
706
640
|
}
|
|
707
641
|
},
|
|
708
642
|
"node_modules/@esbuild/linux-riscv64": {
|
|
709
|
-
"version": "0.
|
|
710
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.
|
|
711
|
-
"integrity": "sha512-
|
|
643
|
+
"version": "0.21.5",
|
|
644
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
|
|
645
|
+
"integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
|
|
712
646
|
"cpu": [
|
|
713
647
|
"riscv64"
|
|
714
648
|
],
|
|
@@ -723,9 +657,9 @@
|
|
|
723
657
|
}
|
|
724
658
|
},
|
|
725
659
|
"node_modules/@esbuild/linux-s390x": {
|
|
726
|
-
"version": "0.
|
|
727
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.
|
|
728
|
-
"integrity": "sha512
|
|
660
|
+
"version": "0.21.5",
|
|
661
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
|
|
662
|
+
"integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
|
|
729
663
|
"cpu": [
|
|
730
664
|
"s390x"
|
|
731
665
|
],
|
|
@@ -740,9 +674,9 @@
|
|
|
740
674
|
}
|
|
741
675
|
},
|
|
742
676
|
"node_modules/@esbuild/linux-x64": {
|
|
743
|
-
"version": "0.
|
|
744
|
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.
|
|
745
|
-
"integrity": "sha512-
|
|
677
|
+
"version": "0.21.5",
|
|
678
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
|
|
679
|
+
"integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
|
|
746
680
|
"cpu": [
|
|
747
681
|
"x64"
|
|
748
682
|
],
|
|
@@ -757,9 +691,9 @@
|
|
|
757
691
|
}
|
|
758
692
|
},
|
|
759
693
|
"node_modules/@esbuild/netbsd-x64": {
|
|
760
|
-
"version": "0.
|
|
761
|
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.
|
|
762
|
-
"integrity": "sha512-
|
|
694
|
+
"version": "0.21.5",
|
|
695
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
|
|
696
|
+
"integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
|
|
763
697
|
"cpu": [
|
|
764
698
|
"x64"
|
|
765
699
|
],
|
|
@@ -774,9 +708,9 @@
|
|
|
774
708
|
}
|
|
775
709
|
},
|
|
776
710
|
"node_modules/@esbuild/openbsd-x64": {
|
|
777
|
-
"version": "0.
|
|
778
|
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.
|
|
779
|
-
"integrity": "sha512-
|
|
711
|
+
"version": "0.21.5",
|
|
712
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
|
|
713
|
+
"integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
|
|
780
714
|
"cpu": [
|
|
781
715
|
"x64"
|
|
782
716
|
],
|
|
@@ -791,9 +725,9 @@
|
|
|
791
725
|
}
|
|
792
726
|
},
|
|
793
727
|
"node_modules/@esbuild/sunos-x64": {
|
|
794
|
-
"version": "0.
|
|
795
|
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.
|
|
796
|
-
"integrity": "sha512-
|
|
728
|
+
"version": "0.21.5",
|
|
729
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
|
|
730
|
+
"integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
|
|
797
731
|
"cpu": [
|
|
798
732
|
"x64"
|
|
799
733
|
],
|
|
@@ -808,9 +742,9 @@
|
|
|
808
742
|
}
|
|
809
743
|
},
|
|
810
744
|
"node_modules/@esbuild/win32-arm64": {
|
|
811
|
-
"version": "0.
|
|
812
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.
|
|
813
|
-
"integrity": "sha512-
|
|
745
|
+
"version": "0.21.5",
|
|
746
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
|
|
747
|
+
"integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
|
|
814
748
|
"cpu": [
|
|
815
749
|
"arm64"
|
|
816
750
|
],
|
|
@@ -825,9 +759,9 @@
|
|
|
825
759
|
}
|
|
826
760
|
},
|
|
827
761
|
"node_modules/@esbuild/win32-ia32": {
|
|
828
|
-
"version": "0.
|
|
829
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.
|
|
830
|
-
"integrity": "sha512-
|
|
762
|
+
"version": "0.21.5",
|
|
763
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
|
|
764
|
+
"integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
|
|
831
765
|
"cpu": [
|
|
832
766
|
"ia32"
|
|
833
767
|
],
|
|
@@ -842,9 +776,9 @@
|
|
|
842
776
|
}
|
|
843
777
|
},
|
|
844
778
|
"node_modules/@esbuild/win32-x64": {
|
|
845
|
-
"version": "0.
|
|
846
|
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.
|
|
847
|
-
"integrity": "sha512-
|
|
779
|
+
"version": "0.21.5",
|
|
780
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
|
|
781
|
+
"integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
|
|
848
782
|
"cpu": [
|
|
849
783
|
"x64"
|
|
850
784
|
],
|
|
@@ -859,9 +793,9 @@
|
|
|
859
793
|
}
|
|
860
794
|
},
|
|
861
795
|
"node_modules/@eslint-community/eslint-utils": {
|
|
862
|
-
"version": "4.
|
|
863
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.
|
|
864
|
-
"integrity": "sha512-
|
|
796
|
+
"version": "4.9.0",
|
|
797
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
798
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
865
799
|
"dev": true,
|
|
866
800
|
"license": "MIT",
|
|
867
801
|
"dependencies": {
|
|
@@ -1063,9 +997,9 @@
|
|
|
1063
997
|
}
|
|
1064
998
|
},
|
|
1065
999
|
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
1066
|
-
"version": "6.2.
|
|
1067
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.
|
|
1068
|
-
"integrity": "sha512-
|
|
1000
|
+
"version": "6.2.2",
|
|
1001
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
1002
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
1069
1003
|
"license": "MIT",
|
|
1070
1004
|
"engines": {
|
|
1071
1005
|
"node": ">=12"
|
|
@@ -1075,9 +1009,9 @@
|
|
|
1075
1009
|
}
|
|
1076
1010
|
},
|
|
1077
1011
|
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
1078
|
-
"version": "7.1.
|
|
1079
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
1080
|
-
"integrity": "sha512-
|
|
1012
|
+
"version": "7.1.2",
|
|
1013
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
1014
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
1081
1015
|
"license": "MIT",
|
|
1082
1016
|
"dependencies": {
|
|
1083
1017
|
"ansi-regex": "^6.0.1"
|
|
@@ -1099,6 +1033,17 @@
|
|
|
1099
1033
|
"@jridgewell/trace-mapping": "^0.3.24"
|
|
1100
1034
|
}
|
|
1101
1035
|
},
|
|
1036
|
+
"node_modules/@jridgewell/remapping": {
|
|
1037
|
+
"version": "2.3.5",
|
|
1038
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
1039
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
1040
|
+
"dev": true,
|
|
1041
|
+
"license": "MIT",
|
|
1042
|
+
"dependencies": {
|
|
1043
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
1044
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1102
1047
|
"node_modules/@jridgewell/resolve-uri": {
|
|
1103
1048
|
"version": "3.1.2",
|
|
1104
1049
|
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
@@ -1115,9 +1060,9 @@
|
|
|
1115
1060
|
"license": "MIT"
|
|
1116
1061
|
},
|
|
1117
1062
|
"node_modules/@jridgewell/trace-mapping": {
|
|
1118
|
-
"version": "0.3.
|
|
1119
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
1120
|
-
"integrity": "sha512-
|
|
1063
|
+
"version": "0.3.31",
|
|
1064
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
1065
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
1121
1066
|
"license": "MIT",
|
|
1122
1067
|
"dependencies": {
|
|
1123
1068
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
@@ -1159,6 +1104,21 @@
|
|
|
1159
1104
|
"node": ">= 8"
|
|
1160
1105
|
}
|
|
1161
1106
|
},
|
|
1107
|
+
"node_modules/@originjs/vite-plugin-federation": {
|
|
1108
|
+
"version": "1.4.1",
|
|
1109
|
+
"resolved": "https://registry.npmjs.org/@originjs/vite-plugin-federation/-/vite-plugin-federation-1.4.1.tgz",
|
|
1110
|
+
"integrity": "sha512-Uo08jW5pj1t58OUKuZNkmzcfTN2pqeVuAWCCiKf/75/oll4Efq4cHOqSE1FXMlvwZNGDziNdDyBbQ5IANem3CQ==",
|
|
1111
|
+
"dev": true,
|
|
1112
|
+
"license": "MulanPSL-2.0",
|
|
1113
|
+
"dependencies": {
|
|
1114
|
+
"estree-walker": "^3.0.2",
|
|
1115
|
+
"magic-string": "^0.27.0"
|
|
1116
|
+
},
|
|
1117
|
+
"engines": {
|
|
1118
|
+
"node": ">=14.0.0",
|
|
1119
|
+
"pnpm": ">=7.0.1"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1162
1122
|
"node_modules/@pkgjs/parseargs": {
|
|
1163
1123
|
"version": "0.11.0",
|
|
1164
1124
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
@@ -1181,65 +1141,6 @@
|
|
|
1181
1141
|
"integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==",
|
|
1182
1142
|
"license": "MIT"
|
|
1183
1143
|
},
|
|
1184
|
-
"node_modules/@radix-ui/react-accordion": {
|
|
1185
|
-
"version": "1.2.12",
|
|
1186
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-accordion/-/react-accordion-1.2.12.tgz",
|
|
1187
|
-
"integrity": "sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==",
|
|
1188
|
-
"license": "MIT",
|
|
1189
|
-
"dependencies": {
|
|
1190
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1191
|
-
"@radix-ui/react-collapsible": "1.1.12",
|
|
1192
|
-
"@radix-ui/react-collection": "1.1.7",
|
|
1193
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1194
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1195
|
-
"@radix-ui/react-direction": "1.1.1",
|
|
1196
|
-
"@radix-ui/react-id": "1.1.1",
|
|
1197
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1198
|
-
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
1199
|
-
},
|
|
1200
|
-
"peerDependencies": {
|
|
1201
|
-
"@types/react": "*",
|
|
1202
|
-
"@types/react-dom": "*",
|
|
1203
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1204
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1205
|
-
},
|
|
1206
|
-
"peerDependenciesMeta": {
|
|
1207
|
-
"@types/react": {
|
|
1208
|
-
"optional": true
|
|
1209
|
-
},
|
|
1210
|
-
"@types/react-dom": {
|
|
1211
|
-
"optional": true
|
|
1212
|
-
}
|
|
1213
|
-
}
|
|
1214
|
-
},
|
|
1215
|
-
"node_modules/@radix-ui/react-alert-dialog": {
|
|
1216
|
-
"version": "1.1.15",
|
|
1217
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.15.tgz",
|
|
1218
|
-
"integrity": "sha512-oTVLkEw5GpdRe29BqJ0LSDFWI3qu0vR1M0mUkOQWDIUnY/QIkLpgDMWuKxP94c2NAC2LGcgVhG1ImF3jkZ5wXw==",
|
|
1219
|
-
"license": "MIT",
|
|
1220
|
-
"dependencies": {
|
|
1221
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1222
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1223
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1224
|
-
"@radix-ui/react-dialog": "1.1.15",
|
|
1225
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1226
|
-
"@radix-ui/react-slot": "1.2.3"
|
|
1227
|
-
},
|
|
1228
|
-
"peerDependencies": {
|
|
1229
|
-
"@types/react": "*",
|
|
1230
|
-
"@types/react-dom": "*",
|
|
1231
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1232
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1233
|
-
},
|
|
1234
|
-
"peerDependenciesMeta": {
|
|
1235
|
-
"@types/react": {
|
|
1236
|
-
"optional": true
|
|
1237
|
-
},
|
|
1238
|
-
"@types/react-dom": {
|
|
1239
|
-
"optional": true
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
1144
|
"node_modules/@radix-ui/react-arrow": {
|
|
1244
1145
|
"version": "1.1.7",
|
|
1245
1146
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz",
|
|
@@ -1263,29 +1164,6 @@
|
|
|
1263
1164
|
}
|
|
1264
1165
|
}
|
|
1265
1166
|
},
|
|
1266
|
-
"node_modules/@radix-ui/react-aspect-ratio": {
|
|
1267
|
-
"version": "1.1.7",
|
|
1268
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-aspect-ratio/-/react-aspect-ratio-1.1.7.tgz",
|
|
1269
|
-
"integrity": "sha512-Yq6lvO9HQyPwev1onK1daHCHqXVLzPhSVjmsNjCa2Zcxy2f7uJD2itDtxknv6FzAKCwD1qQkeVDmX/cev13n/g==",
|
|
1270
|
-
"license": "MIT",
|
|
1271
|
-
"dependencies": {
|
|
1272
|
-
"@radix-ui/react-primitive": "2.1.3"
|
|
1273
|
-
},
|
|
1274
|
-
"peerDependencies": {
|
|
1275
|
-
"@types/react": "*",
|
|
1276
|
-
"@types/react-dom": "*",
|
|
1277
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1278
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1279
|
-
},
|
|
1280
|
-
"peerDependenciesMeta": {
|
|
1281
|
-
"@types/react": {
|
|
1282
|
-
"optional": true
|
|
1283
|
-
},
|
|
1284
|
-
"@types/react-dom": {
|
|
1285
|
-
"optional": true
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
1167
|
"node_modules/@radix-ui/react-avatar": {
|
|
1290
1168
|
"version": "1.1.10",
|
|
1291
1169
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.10.tgz",
|
|
@@ -1313,66 +1191,6 @@
|
|
|
1313
1191
|
}
|
|
1314
1192
|
}
|
|
1315
1193
|
},
|
|
1316
|
-
"node_modules/@radix-ui/react-checkbox": {
|
|
1317
|
-
"version": "1.3.3",
|
|
1318
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.3.3.tgz",
|
|
1319
|
-
"integrity": "sha512-wBbpv+NQftHDdG86Qc0pIyXk5IR3tM8Vd0nWLKDcX8nNn4nXFOFwsKuqw2okA/1D/mpaAkmuyndrPJTYDNZtFw==",
|
|
1320
|
-
"license": "MIT",
|
|
1321
|
-
"dependencies": {
|
|
1322
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1323
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1324
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1325
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
1326
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1327
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
1328
|
-
"@radix-ui/react-use-previous": "1.1.1",
|
|
1329
|
-
"@radix-ui/react-use-size": "1.1.1"
|
|
1330
|
-
},
|
|
1331
|
-
"peerDependencies": {
|
|
1332
|
-
"@types/react": "*",
|
|
1333
|
-
"@types/react-dom": "*",
|
|
1334
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1335
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1336
|
-
},
|
|
1337
|
-
"peerDependenciesMeta": {
|
|
1338
|
-
"@types/react": {
|
|
1339
|
-
"optional": true
|
|
1340
|
-
},
|
|
1341
|
-
"@types/react-dom": {
|
|
1342
|
-
"optional": true
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
"node_modules/@radix-ui/react-collapsible": {
|
|
1347
|
-
"version": "1.1.12",
|
|
1348
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-collapsible/-/react-collapsible-1.1.12.tgz",
|
|
1349
|
-
"integrity": "sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==",
|
|
1350
|
-
"license": "MIT",
|
|
1351
|
-
"dependencies": {
|
|
1352
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1353
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1354
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1355
|
-
"@radix-ui/react-id": "1.1.1",
|
|
1356
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
1357
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1358
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
1359
|
-
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
1360
|
-
},
|
|
1361
|
-
"peerDependencies": {
|
|
1362
|
-
"@types/react": "*",
|
|
1363
|
-
"@types/react-dom": "*",
|
|
1364
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1365
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1366
|
-
},
|
|
1367
|
-
"peerDependenciesMeta": {
|
|
1368
|
-
"@types/react": {
|
|
1369
|
-
"optional": true
|
|
1370
|
-
},
|
|
1371
|
-
"@types/react-dom": {
|
|
1372
|
-
"optional": true
|
|
1373
|
-
}
|
|
1374
|
-
}
|
|
1375
|
-
},
|
|
1376
1194
|
"node_modules/@radix-ui/react-collection": {
|
|
1377
1195
|
"version": "1.1.7",
|
|
1378
1196
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.7.tgz",
|
|
@@ -1429,42 +1247,6 @@
|
|
|
1429
1247
|
}
|
|
1430
1248
|
}
|
|
1431
1249
|
},
|
|
1432
|
-
"node_modules/@radix-ui/react-dialog": {
|
|
1433
|
-
"version": "1.1.15",
|
|
1434
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz",
|
|
1435
|
-
"integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==",
|
|
1436
|
-
"license": "MIT",
|
|
1437
|
-
"dependencies": {
|
|
1438
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1439
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1440
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1441
|
-
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
1442
|
-
"@radix-ui/react-focus-guards": "1.1.3",
|
|
1443
|
-
"@radix-ui/react-focus-scope": "1.1.7",
|
|
1444
|
-
"@radix-ui/react-id": "1.1.1",
|
|
1445
|
-
"@radix-ui/react-portal": "1.1.9",
|
|
1446
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
1447
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1448
|
-
"@radix-ui/react-slot": "1.2.3",
|
|
1449
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
1450
|
-
"aria-hidden": "^1.2.4",
|
|
1451
|
-
"react-remove-scroll": "^2.6.3"
|
|
1452
|
-
},
|
|
1453
|
-
"peerDependencies": {
|
|
1454
|
-
"@types/react": "*",
|
|
1455
|
-
"@types/react-dom": "*",
|
|
1456
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1457
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1458
|
-
},
|
|
1459
|
-
"peerDependenciesMeta": {
|
|
1460
|
-
"@types/react": {
|
|
1461
|
-
"optional": true
|
|
1462
|
-
},
|
|
1463
|
-
"@types/react-dom": {
|
|
1464
|
-
"optional": true
|
|
1465
|
-
}
|
|
1466
|
-
}
|
|
1467
|
-
},
|
|
1468
1250
|
"node_modules/@radix-ui/react-direction": {
|
|
1469
1251
|
"version": "1.1.1",
|
|
1470
1252
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.1.tgz",
|
|
@@ -1576,41 +1358,10 @@
|
|
|
1576
1358
|
}
|
|
1577
1359
|
}
|
|
1578
1360
|
},
|
|
1579
|
-
"node_modules/@radix-ui/react-
|
|
1580
|
-
"version": "1.1.
|
|
1581
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
1582
|
-
"integrity": "sha512-
|
|
1583
|
-
"license": "MIT",
|
|
1584
|
-
"dependencies": {
|
|
1585
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1586
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1587
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1588
|
-
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
1589
|
-
"@radix-ui/react-popper": "1.2.8",
|
|
1590
|
-
"@radix-ui/react-portal": "1.1.9",
|
|
1591
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
1592
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1593
|
-
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
1594
|
-
},
|
|
1595
|
-
"peerDependencies": {
|
|
1596
|
-
"@types/react": "*",
|
|
1597
|
-
"@types/react-dom": "*",
|
|
1598
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1599
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1600
|
-
},
|
|
1601
|
-
"peerDependenciesMeta": {
|
|
1602
|
-
"@types/react": {
|
|
1603
|
-
"optional": true
|
|
1604
|
-
},
|
|
1605
|
-
"@types/react-dom": {
|
|
1606
|
-
"optional": true
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
},
|
|
1610
|
-
"node_modules/@radix-ui/react-id": {
|
|
1611
|
-
"version": "1.1.1",
|
|
1612
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz",
|
|
1613
|
-
"integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
|
|
1361
|
+
"node_modules/@radix-ui/react-id": {
|
|
1362
|
+
"version": "1.1.1",
|
|
1363
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz",
|
|
1364
|
+
"integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
|
|
1614
1365
|
"license": "MIT",
|
|
1615
1366
|
"dependencies": {
|
|
1616
1367
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
@@ -1625,29 +1376,6 @@
|
|
|
1625
1376
|
}
|
|
1626
1377
|
}
|
|
1627
1378
|
},
|
|
1628
|
-
"node_modules/@radix-ui/react-label": {
|
|
1629
|
-
"version": "2.1.7",
|
|
1630
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-2.1.7.tgz",
|
|
1631
|
-
"integrity": "sha512-YT1GqPSL8kJn20djelMX7/cTRp/Y9w5IZHvfxQTVHrOqa2yMl7i/UfMqKRU5V7mEyKTrUVgJXhNQPVCG8PBLoQ==",
|
|
1632
|
-
"license": "MIT",
|
|
1633
|
-
"dependencies": {
|
|
1634
|
-
"@radix-ui/react-primitive": "2.1.3"
|
|
1635
|
-
},
|
|
1636
|
-
"peerDependencies": {
|
|
1637
|
-
"@types/react": "*",
|
|
1638
|
-
"@types/react-dom": "*",
|
|
1639
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1640
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1641
|
-
},
|
|
1642
|
-
"peerDependenciesMeta": {
|
|
1643
|
-
"@types/react": {
|
|
1644
|
-
"optional": true
|
|
1645
|
-
},
|
|
1646
|
-
"@types/react-dom": {
|
|
1647
|
-
"optional": true
|
|
1648
|
-
}
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
1379
|
"node_modules/@radix-ui/react-menu": {
|
|
1652
1380
|
"version": "2.1.16",
|
|
1653
1381
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.16.tgz",
|
|
@@ -1688,111 +1416,6 @@
|
|
|
1688
1416
|
}
|
|
1689
1417
|
}
|
|
1690
1418
|
},
|
|
1691
|
-
"node_modules/@radix-ui/react-menubar": {
|
|
1692
|
-
"version": "1.1.16",
|
|
1693
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-menubar/-/react-menubar-1.1.16.tgz",
|
|
1694
|
-
"integrity": "sha512-EB1FktTz5xRRi2Er974AUQZWg2yVBb1yjip38/lgwtCVRd3a+maUoGHN/xs9Yv8SY8QwbSEb+YrxGadVWbEutA==",
|
|
1695
|
-
"license": "MIT",
|
|
1696
|
-
"dependencies": {
|
|
1697
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1698
|
-
"@radix-ui/react-collection": "1.1.7",
|
|
1699
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1700
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1701
|
-
"@radix-ui/react-direction": "1.1.1",
|
|
1702
|
-
"@radix-ui/react-id": "1.1.1",
|
|
1703
|
-
"@radix-ui/react-menu": "2.1.16",
|
|
1704
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1705
|
-
"@radix-ui/react-roving-focus": "1.1.11",
|
|
1706
|
-
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
1707
|
-
},
|
|
1708
|
-
"peerDependencies": {
|
|
1709
|
-
"@types/react": "*",
|
|
1710
|
-
"@types/react-dom": "*",
|
|
1711
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1712
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1713
|
-
},
|
|
1714
|
-
"peerDependenciesMeta": {
|
|
1715
|
-
"@types/react": {
|
|
1716
|
-
"optional": true
|
|
1717
|
-
},
|
|
1718
|
-
"@types/react-dom": {
|
|
1719
|
-
"optional": true
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
"node_modules/@radix-ui/react-navigation-menu": {
|
|
1724
|
-
"version": "1.2.14",
|
|
1725
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.14.tgz",
|
|
1726
|
-
"integrity": "sha512-YB9mTFQvCOAQMHU+C/jVl96WmuWeltyUEpRJJky51huhds5W2FQr1J8D/16sQlf0ozxkPK8uF3niQMdUwZPv5w==",
|
|
1727
|
-
"license": "MIT",
|
|
1728
|
-
"dependencies": {
|
|
1729
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1730
|
-
"@radix-ui/react-collection": "1.1.7",
|
|
1731
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1732
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1733
|
-
"@radix-ui/react-direction": "1.1.1",
|
|
1734
|
-
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
1735
|
-
"@radix-ui/react-id": "1.1.1",
|
|
1736
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
1737
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1738
|
-
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
1739
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
1740
|
-
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
1741
|
-
"@radix-ui/react-use-previous": "1.1.1",
|
|
1742
|
-
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
1743
|
-
},
|
|
1744
|
-
"peerDependencies": {
|
|
1745
|
-
"@types/react": "*",
|
|
1746
|
-
"@types/react-dom": "*",
|
|
1747
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1748
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1749
|
-
},
|
|
1750
|
-
"peerDependenciesMeta": {
|
|
1751
|
-
"@types/react": {
|
|
1752
|
-
"optional": true
|
|
1753
|
-
},
|
|
1754
|
-
"@types/react-dom": {
|
|
1755
|
-
"optional": true
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
|
-
"node_modules/@radix-ui/react-popover": {
|
|
1760
|
-
"version": "1.1.15",
|
|
1761
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.15.tgz",
|
|
1762
|
-
"integrity": "sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==",
|
|
1763
|
-
"license": "MIT",
|
|
1764
|
-
"dependencies": {
|
|
1765
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1766
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1767
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1768
|
-
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
1769
|
-
"@radix-ui/react-focus-guards": "1.1.3",
|
|
1770
|
-
"@radix-ui/react-focus-scope": "1.1.7",
|
|
1771
|
-
"@radix-ui/react-id": "1.1.1",
|
|
1772
|
-
"@radix-ui/react-popper": "1.2.8",
|
|
1773
|
-
"@radix-ui/react-portal": "1.1.9",
|
|
1774
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
1775
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1776
|
-
"@radix-ui/react-slot": "1.2.3",
|
|
1777
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
1778
|
-
"aria-hidden": "^1.2.4",
|
|
1779
|
-
"react-remove-scroll": "^2.6.3"
|
|
1780
|
-
},
|
|
1781
|
-
"peerDependencies": {
|
|
1782
|
-
"@types/react": "*",
|
|
1783
|
-
"@types/react-dom": "*",
|
|
1784
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1785
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1786
|
-
},
|
|
1787
|
-
"peerDependenciesMeta": {
|
|
1788
|
-
"@types/react": {
|
|
1789
|
-
"optional": true
|
|
1790
|
-
},
|
|
1791
|
-
"@types/react-dom": {
|
|
1792
|
-
"optional": true
|
|
1793
|
-
}
|
|
1794
|
-
}
|
|
1795
|
-
},
|
|
1796
1419
|
"node_modules/@radix-ui/react-popper": {
|
|
1797
1420
|
"version": "1.2.8",
|
|
1798
1421
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz",
|
|
@@ -1896,62 +1519,6 @@
|
|
|
1896
1519
|
}
|
|
1897
1520
|
}
|
|
1898
1521
|
},
|
|
1899
|
-
"node_modules/@radix-ui/react-progress": {
|
|
1900
|
-
"version": "1.1.7",
|
|
1901
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-progress/-/react-progress-1.1.7.tgz",
|
|
1902
|
-
"integrity": "sha512-vPdg/tF6YC/ynuBIJlk1mm7Le0VgW6ub6J2UWnTQ7/D23KXcPI1qy+0vBkgKgd38RCMJavBXpB83HPNFMTb0Fg==",
|
|
1903
|
-
"license": "MIT",
|
|
1904
|
-
"dependencies": {
|
|
1905
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1906
|
-
"@radix-ui/react-primitive": "2.1.3"
|
|
1907
|
-
},
|
|
1908
|
-
"peerDependencies": {
|
|
1909
|
-
"@types/react": "*",
|
|
1910
|
-
"@types/react-dom": "*",
|
|
1911
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1912
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1913
|
-
},
|
|
1914
|
-
"peerDependenciesMeta": {
|
|
1915
|
-
"@types/react": {
|
|
1916
|
-
"optional": true
|
|
1917
|
-
},
|
|
1918
|
-
"@types/react-dom": {
|
|
1919
|
-
"optional": true
|
|
1920
|
-
}
|
|
1921
|
-
}
|
|
1922
|
-
},
|
|
1923
|
-
"node_modules/@radix-ui/react-radio-group": {
|
|
1924
|
-
"version": "1.3.8",
|
|
1925
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-1.3.8.tgz",
|
|
1926
|
-
"integrity": "sha512-VBKYIYImA5zsxACdisNQ3BjCBfmbGH3kQlnFVqlWU4tXwjy7cGX8ta80BcrO+WJXIn5iBylEH3K6ZTlee//lgQ==",
|
|
1927
|
-
"license": "MIT",
|
|
1928
|
-
"dependencies": {
|
|
1929
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1930
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1931
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1932
|
-
"@radix-ui/react-direction": "1.1.1",
|
|
1933
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
1934
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1935
|
-
"@radix-ui/react-roving-focus": "1.1.11",
|
|
1936
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
1937
|
-
"@radix-ui/react-use-previous": "1.1.1",
|
|
1938
|
-
"@radix-ui/react-use-size": "1.1.1"
|
|
1939
|
-
},
|
|
1940
|
-
"peerDependencies": {
|
|
1941
|
-
"@types/react": "*",
|
|
1942
|
-
"@types/react-dom": "*",
|
|
1943
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1944
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1945
|
-
},
|
|
1946
|
-
"peerDependenciesMeta": {
|
|
1947
|
-
"@types/react": {
|
|
1948
|
-
"optional": true
|
|
1949
|
-
},
|
|
1950
|
-
"@types/react-dom": {
|
|
1951
|
-
"optional": true
|
|
1952
|
-
}
|
|
1953
|
-
}
|
|
1954
|
-
},
|
|
1955
1522
|
"node_modules/@radix-ui/react-roving-focus": {
|
|
1956
1523
|
"version": "1.1.11",
|
|
1957
1524
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz",
|
|
@@ -1983,37 +1550,6 @@
|
|
|
1983
1550
|
}
|
|
1984
1551
|
}
|
|
1985
1552
|
},
|
|
1986
|
-
"node_modules/@radix-ui/react-scroll-area": {
|
|
1987
|
-
"version": "1.2.10",
|
|
1988
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-scroll-area/-/react-scroll-area-1.2.10.tgz",
|
|
1989
|
-
"integrity": "sha512-tAXIa1g3sM5CGpVT0uIbUx/U3Gs5N8T52IICuCtObaos1S8fzsrPXG5WObkQN3S6NVl6wKgPhAIiBGbWnvc97A==",
|
|
1990
|
-
"license": "MIT",
|
|
1991
|
-
"dependencies": {
|
|
1992
|
-
"@radix-ui/number": "1.1.1",
|
|
1993
|
-
"@radix-ui/primitive": "1.1.3",
|
|
1994
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
1995
|
-
"@radix-ui/react-context": "1.1.2",
|
|
1996
|
-
"@radix-ui/react-direction": "1.1.1",
|
|
1997
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
1998
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
1999
|
-
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
2000
|
-
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
2001
|
-
},
|
|
2002
|
-
"peerDependencies": {
|
|
2003
|
-
"@types/react": "*",
|
|
2004
|
-
"@types/react-dom": "*",
|
|
2005
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2006
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2007
|
-
},
|
|
2008
|
-
"peerDependenciesMeta": {
|
|
2009
|
-
"@types/react": {
|
|
2010
|
-
"optional": true
|
|
2011
|
-
},
|
|
2012
|
-
"@types/react-dom": {
|
|
2013
|
-
"optional": true
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
},
|
|
2017
1553
|
"node_modules/@radix-ui/react-select": {
|
|
2018
1554
|
"version": "2.2.6",
|
|
2019
1555
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.2.6.tgz",
|
|
@@ -2080,39 +1616,6 @@
|
|
|
2080
1616
|
}
|
|
2081
1617
|
}
|
|
2082
1618
|
},
|
|
2083
|
-
"node_modules/@radix-ui/react-slider": {
|
|
2084
|
-
"version": "1.3.6",
|
|
2085
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-slider/-/react-slider-1.3.6.tgz",
|
|
2086
|
-
"integrity": "sha512-JPYb1GuM1bxfjMRlNLE+BcmBC8onfCi60Blk7OBqi2MLTFdS+8401U4uFjnwkOr49BLmXxLC6JHkvAsx5OJvHw==",
|
|
2087
|
-
"license": "MIT",
|
|
2088
|
-
"dependencies": {
|
|
2089
|
-
"@radix-ui/number": "1.1.1",
|
|
2090
|
-
"@radix-ui/primitive": "1.1.3",
|
|
2091
|
-
"@radix-ui/react-collection": "1.1.7",
|
|
2092
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
2093
|
-
"@radix-ui/react-context": "1.1.2",
|
|
2094
|
-
"@radix-ui/react-direction": "1.1.1",
|
|
2095
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
2096
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
2097
|
-
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
2098
|
-
"@radix-ui/react-use-previous": "1.1.1",
|
|
2099
|
-
"@radix-ui/react-use-size": "1.1.1"
|
|
2100
|
-
},
|
|
2101
|
-
"peerDependencies": {
|
|
2102
|
-
"@types/react": "*",
|
|
2103
|
-
"@types/react-dom": "*",
|
|
2104
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2105
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2106
|
-
},
|
|
2107
|
-
"peerDependenciesMeta": {
|
|
2108
|
-
"@types/react": {
|
|
2109
|
-
"optional": true
|
|
2110
|
-
},
|
|
2111
|
-
"@types/react-dom": {
|
|
2112
|
-
"optional": true
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
1619
|
"node_modules/@radix-ui/react-slot": {
|
|
2117
1620
|
"version": "1.2.3",
|
|
2118
1621
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
|
|
@@ -2131,19 +1634,20 @@
|
|
|
2131
1634
|
}
|
|
2132
1635
|
}
|
|
2133
1636
|
},
|
|
2134
|
-
"node_modules/@radix-ui/react-
|
|
2135
|
-
"version": "1.
|
|
2136
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
2137
|
-
"integrity": "sha512-
|
|
1637
|
+
"node_modules/@radix-ui/react-tabs": {
|
|
1638
|
+
"version": "1.1.13",
|
|
1639
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz",
|
|
1640
|
+
"integrity": "sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==",
|
|
2138
1641
|
"license": "MIT",
|
|
2139
1642
|
"dependencies": {
|
|
2140
1643
|
"@radix-ui/primitive": "1.1.3",
|
|
2141
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
2142
1644
|
"@radix-ui/react-context": "1.1.2",
|
|
1645
|
+
"@radix-ui/react-direction": "1.1.1",
|
|
1646
|
+
"@radix-ui/react-id": "1.1.1",
|
|
1647
|
+
"@radix-ui/react-presence": "1.1.5",
|
|
2143
1648
|
"@radix-ui/react-primitive": "2.1.3",
|
|
2144
|
-
"@radix-ui/react-
|
|
2145
|
-
"@radix-ui/react-use-
|
|
2146
|
-
"@radix-ui/react-use-size": "1.1.1"
|
|
1649
|
+
"@radix-ui/react-roving-focus": "1.1.11",
|
|
1650
|
+
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
2147
1651
|
},
|
|
2148
1652
|
"peerDependencies": {
|
|
2149
1653
|
"@types/react": "*",
|
|
@@ -2160,162 +1664,113 @@
|
|
|
2160
1664
|
}
|
|
2161
1665
|
}
|
|
2162
1666
|
},
|
|
2163
|
-
"node_modules/@radix-ui/react-
|
|
2164
|
-
"version": "1.1.
|
|
2165
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
2166
|
-
"integrity": "sha512-
|
|
1667
|
+
"node_modules/@radix-ui/react-use-callback-ref": {
|
|
1668
|
+
"version": "1.1.1",
|
|
1669
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz",
|
|
1670
|
+
"integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==",
|
|
2167
1671
|
"license": "MIT",
|
|
2168
|
-
"dependencies": {
|
|
2169
|
-
"@radix-ui/primitive": "1.1.3",
|
|
2170
|
-
"@radix-ui/react-context": "1.1.2",
|
|
2171
|
-
"@radix-ui/react-direction": "1.1.1",
|
|
2172
|
-
"@radix-ui/react-id": "1.1.1",
|
|
2173
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
2174
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
2175
|
-
"@radix-ui/react-roving-focus": "1.1.11",
|
|
2176
|
-
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
2177
|
-
},
|
|
2178
1672
|
"peerDependencies": {
|
|
2179
1673
|
"@types/react": "*",
|
|
2180
|
-
"
|
|
2181
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2182
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1674
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2183
1675
|
},
|
|
2184
1676
|
"peerDependenciesMeta": {
|
|
2185
1677
|
"@types/react": {
|
|
2186
1678
|
"optional": true
|
|
2187
|
-
},
|
|
2188
|
-
"@types/react-dom": {
|
|
2189
|
-
"optional": true
|
|
2190
1679
|
}
|
|
2191
1680
|
}
|
|
2192
1681
|
},
|
|
2193
|
-
"node_modules/@radix-ui/react-
|
|
2194
|
-
"version": "1.2.
|
|
2195
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
2196
|
-
"integrity": "sha512-
|
|
1682
|
+
"node_modules/@radix-ui/react-use-controllable-state": {
|
|
1683
|
+
"version": "1.2.2",
|
|
1684
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz",
|
|
1685
|
+
"integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==",
|
|
2197
1686
|
"license": "MIT",
|
|
2198
1687
|
"dependencies": {
|
|
2199
|
-
"@radix-ui/
|
|
2200
|
-
"@radix-ui/react-
|
|
2201
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
2202
|
-
"@radix-ui/react-context": "1.1.2",
|
|
2203
|
-
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
2204
|
-
"@radix-ui/react-portal": "1.1.9",
|
|
2205
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
2206
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
2207
|
-
"@radix-ui/react-use-callback-ref": "1.1.1",
|
|
2208
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
2209
|
-
"@radix-ui/react-use-layout-effect": "1.1.1",
|
|
2210
|
-
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
1688
|
+
"@radix-ui/react-use-effect-event": "0.0.2",
|
|
1689
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
2211
1690
|
},
|
|
2212
1691
|
"peerDependencies": {
|
|
2213
1692
|
"@types/react": "*",
|
|
2214
|
-
"
|
|
2215
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2216
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1693
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2217
1694
|
},
|
|
2218
1695
|
"peerDependenciesMeta": {
|
|
2219
1696
|
"@types/react": {
|
|
2220
1697
|
"optional": true
|
|
2221
|
-
},
|
|
2222
|
-
"@types/react-dom": {
|
|
2223
|
-
"optional": true
|
|
2224
1698
|
}
|
|
2225
1699
|
}
|
|
2226
1700
|
},
|
|
2227
|
-
"node_modules/@radix-ui/react-
|
|
2228
|
-
"version": "
|
|
2229
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
2230
|
-
"integrity": "sha512-
|
|
1701
|
+
"node_modules/@radix-ui/react-use-effect-event": {
|
|
1702
|
+
"version": "0.0.2",
|
|
1703
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz",
|
|
1704
|
+
"integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==",
|
|
2231
1705
|
"license": "MIT",
|
|
2232
1706
|
"dependencies": {
|
|
2233
|
-
"@radix-ui/
|
|
2234
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
2235
|
-
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
1707
|
+
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
2236
1708
|
},
|
|
2237
1709
|
"peerDependencies": {
|
|
2238
1710
|
"@types/react": "*",
|
|
2239
|
-
"
|
|
2240
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2241
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1711
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2242
1712
|
},
|
|
2243
1713
|
"peerDependenciesMeta": {
|
|
2244
1714
|
"@types/react": {
|
|
2245
1715
|
"optional": true
|
|
2246
|
-
},
|
|
2247
|
-
"@types/react-dom": {
|
|
2248
|
-
"optional": true
|
|
2249
1716
|
}
|
|
2250
1717
|
}
|
|
2251
1718
|
},
|
|
2252
|
-
"node_modules/@radix-ui/react-
|
|
2253
|
-
"version": "1.1.
|
|
2254
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
2255
|
-
"integrity": "sha512-
|
|
1719
|
+
"node_modules/@radix-ui/react-use-escape-keydown": {
|
|
1720
|
+
"version": "1.1.1",
|
|
1721
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz",
|
|
1722
|
+
"integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==",
|
|
2256
1723
|
"license": "MIT",
|
|
2257
1724
|
"dependencies": {
|
|
2258
|
-
"@radix-ui/
|
|
2259
|
-
"@radix-ui/react-context": "1.1.2",
|
|
2260
|
-
"@radix-ui/react-direction": "1.1.1",
|
|
2261
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
2262
|
-
"@radix-ui/react-roving-focus": "1.1.11",
|
|
2263
|
-
"@radix-ui/react-toggle": "1.1.10",
|
|
2264
|
-
"@radix-ui/react-use-controllable-state": "1.2.2"
|
|
1725
|
+
"@radix-ui/react-use-callback-ref": "1.1.1"
|
|
2265
1726
|
},
|
|
2266
1727
|
"peerDependencies": {
|
|
2267
1728
|
"@types/react": "*",
|
|
2268
|
-
"
|
|
2269
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2270
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1729
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2271
1730
|
},
|
|
2272
1731
|
"peerDependenciesMeta": {
|
|
2273
1732
|
"@types/react": {
|
|
2274
1733
|
"optional": true
|
|
2275
|
-
},
|
|
2276
|
-
"@types/react-dom": {
|
|
2277
|
-
"optional": true
|
|
2278
1734
|
}
|
|
2279
1735
|
}
|
|
2280
1736
|
},
|
|
2281
|
-
"node_modules/@radix-ui/react-
|
|
2282
|
-
"version": "1.
|
|
2283
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
2284
|
-
"integrity": "sha512-
|
|
1737
|
+
"node_modules/@radix-ui/react-use-is-hydrated": {
|
|
1738
|
+
"version": "0.1.0",
|
|
1739
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.0.tgz",
|
|
1740
|
+
"integrity": "sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==",
|
|
2285
1741
|
"license": "MIT",
|
|
2286
1742
|
"dependencies": {
|
|
2287
|
-
"
|
|
2288
|
-
"@radix-ui/react-compose-refs": "1.1.2",
|
|
2289
|
-
"@radix-ui/react-context": "1.1.2",
|
|
2290
|
-
"@radix-ui/react-dismissable-layer": "1.1.11",
|
|
2291
|
-
"@radix-ui/react-id": "1.1.1",
|
|
2292
|
-
"@radix-ui/react-popper": "1.2.8",
|
|
2293
|
-
"@radix-ui/react-portal": "1.1.9",
|
|
2294
|
-
"@radix-ui/react-presence": "1.1.5",
|
|
2295
|
-
"@radix-ui/react-primitive": "2.1.3",
|
|
2296
|
-
"@radix-ui/react-slot": "1.2.3",
|
|
2297
|
-
"@radix-ui/react-use-controllable-state": "1.2.2",
|
|
2298
|
-
"@radix-ui/react-visually-hidden": "1.2.3"
|
|
1743
|
+
"use-sync-external-store": "^1.5.0"
|
|
2299
1744
|
},
|
|
2300
1745
|
"peerDependencies": {
|
|
2301
1746
|
"@types/react": "*",
|
|
2302
|
-
"
|
|
2303
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2304
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1747
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2305
1748
|
},
|
|
2306
1749
|
"peerDependenciesMeta": {
|
|
2307
1750
|
"@types/react": {
|
|
2308
1751
|
"optional": true
|
|
2309
|
-
}
|
|
2310
|
-
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
"node_modules/@radix-ui/react-use-layout-effect": {
|
|
1756
|
+
"version": "1.1.1",
|
|
1757
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
|
|
1758
|
+
"integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
|
|
1759
|
+
"license": "MIT",
|
|
1760
|
+
"peerDependencies": {
|
|
1761
|
+
"@types/react": "*",
|
|
1762
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1763
|
+
},
|
|
1764
|
+
"peerDependenciesMeta": {
|
|
1765
|
+
"@types/react": {
|
|
2311
1766
|
"optional": true
|
|
2312
1767
|
}
|
|
2313
1768
|
}
|
|
2314
1769
|
},
|
|
2315
|
-
"node_modules/@radix-ui/react-use-
|
|
1770
|
+
"node_modules/@radix-ui/react-use-previous": {
|
|
2316
1771
|
"version": "1.1.1",
|
|
2317
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-
|
|
2318
|
-
"integrity": "sha512-
|
|
1772
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.1.tgz",
|
|
1773
|
+
"integrity": "sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==",
|
|
2319
1774
|
"license": "MIT",
|
|
2320
1775
|
"peerDependencies": {
|
|
2321
1776
|
"@types/react": "*",
|
|
@@ -2327,14 +1782,13 @@
|
|
|
2327
1782
|
}
|
|
2328
1783
|
}
|
|
2329
1784
|
},
|
|
2330
|
-
"node_modules/@radix-ui/react-use-
|
|
2331
|
-
"version": "1.
|
|
2332
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-
|
|
2333
|
-
"integrity": "sha512-
|
|
1785
|
+
"node_modules/@radix-ui/react-use-rect": {
|
|
1786
|
+
"version": "1.1.1",
|
|
1787
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.1.tgz",
|
|
1788
|
+
"integrity": "sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==",
|
|
2334
1789
|
"license": "MIT",
|
|
2335
1790
|
"dependencies": {
|
|
2336
|
-
"@radix-ui/
|
|
2337
|
-
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
1791
|
+
"@radix-ui/rect": "1.1.1"
|
|
2338
1792
|
},
|
|
2339
1793
|
"peerDependencies": {
|
|
2340
1794
|
"@types/react": "*",
|
|
@@ -2346,10 +1800,10 @@
|
|
|
2346
1800
|
}
|
|
2347
1801
|
}
|
|
2348
1802
|
},
|
|
2349
|
-
"node_modules/@radix-ui/react-use-
|
|
2350
|
-
"version": "
|
|
2351
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-
|
|
2352
|
-
"integrity": "sha512-
|
|
1803
|
+
"node_modules/@radix-ui/react-use-size": {
|
|
1804
|
+
"version": "1.1.1",
|
|
1805
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz",
|
|
1806
|
+
"integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==",
|
|
2353
1807
|
"license": "MIT",
|
|
2354
1808
|
"dependencies": {
|
|
2355
1809
|
"@radix-ui/react-use-layout-effect": "1.1.1"
|
|
@@ -2364,153 +1818,624 @@
|
|
|
2364
1818
|
}
|
|
2365
1819
|
}
|
|
2366
1820
|
},
|
|
2367
|
-
"node_modules/@radix-ui/react-
|
|
2368
|
-
"version": "1.
|
|
2369
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-
|
|
2370
|
-
"integrity": "sha512-
|
|
1821
|
+
"node_modules/@radix-ui/react-visually-hidden": {
|
|
1822
|
+
"version": "1.2.3",
|
|
1823
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz",
|
|
1824
|
+
"integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==",
|
|
2371
1825
|
"license": "MIT",
|
|
2372
1826
|
"dependencies": {
|
|
2373
|
-
"@radix-ui/react-
|
|
1827
|
+
"@radix-ui/react-primitive": "2.1.3"
|
|
2374
1828
|
},
|
|
2375
1829
|
"peerDependencies": {
|
|
2376
1830
|
"@types/react": "*",
|
|
2377
|
-
"react": "
|
|
1831
|
+
"@types/react-dom": "*",
|
|
1832
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1833
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2378
1834
|
},
|
|
2379
1835
|
"peerDependenciesMeta": {
|
|
2380
1836
|
"@types/react": {
|
|
2381
1837
|
"optional": true
|
|
1838
|
+
},
|
|
1839
|
+
"@types/react-dom": {
|
|
1840
|
+
"optional": true
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
"node_modules/@radix-ui/rect": {
|
|
1845
|
+
"version": "1.1.1",
|
|
1846
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.1.tgz",
|
|
1847
|
+
"integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==",
|
|
1848
|
+
"license": "MIT"
|
|
1849
|
+
},
|
|
1850
|
+
"node_modules/@remix-run/router": {
|
|
1851
|
+
"version": "1.23.0",
|
|
1852
|
+
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz",
|
|
1853
|
+
"integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==",
|
|
1854
|
+
"license": "MIT",
|
|
1855
|
+
"engines": {
|
|
1856
|
+
"node": ">=14.0.0"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
"node_modules/@rolldown/pluginutils": {
|
|
1860
|
+
"version": "1.0.0-beta.27",
|
|
1861
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
|
1862
|
+
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
|
|
1863
|
+
"dev": true,
|
|
1864
|
+
"license": "MIT"
|
|
1865
|
+
},
|
|
1866
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1867
|
+
"version": "4.50.1",
|
|
1868
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.50.1.tgz",
|
|
1869
|
+
"integrity": "sha512-HJXwzoZN4eYTdD8bVV22DN8gsPCAj3V20NHKOs8ezfXanGpmVPR7kalUHd+Y31IJp9stdB87VKPFbsGY3H/2ag==",
|
|
1870
|
+
"cpu": [
|
|
1871
|
+
"arm"
|
|
1872
|
+
],
|
|
1873
|
+
"dev": true,
|
|
1874
|
+
"license": "MIT",
|
|
1875
|
+
"optional": true,
|
|
1876
|
+
"os": [
|
|
1877
|
+
"android"
|
|
1878
|
+
]
|
|
1879
|
+
},
|
|
1880
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
1881
|
+
"version": "4.50.1",
|
|
1882
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.50.1.tgz",
|
|
1883
|
+
"integrity": "sha512-PZlsJVcjHfcH53mOImyt3bc97Ep3FJDXRpk9sMdGX0qgLmY0EIWxCag6EigerGhLVuL8lDVYNnSo8qnTElO4xw==",
|
|
1884
|
+
"cpu": [
|
|
1885
|
+
"arm64"
|
|
1886
|
+
],
|
|
1887
|
+
"dev": true,
|
|
1888
|
+
"license": "MIT",
|
|
1889
|
+
"optional": true,
|
|
1890
|
+
"os": [
|
|
1891
|
+
"android"
|
|
1892
|
+
]
|
|
1893
|
+
},
|
|
1894
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1895
|
+
"version": "4.50.1",
|
|
1896
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.50.1.tgz",
|
|
1897
|
+
"integrity": "sha512-xc6i2AuWh++oGi4ylOFPmzJOEeAa2lJeGUGb4MudOtgfyyjr4UPNK+eEWTPLvmPJIY/pgw6ssFIox23SyrkkJw==",
|
|
1898
|
+
"cpu": [
|
|
1899
|
+
"arm64"
|
|
1900
|
+
],
|
|
1901
|
+
"dev": true,
|
|
1902
|
+
"license": "MIT",
|
|
1903
|
+
"optional": true,
|
|
1904
|
+
"os": [
|
|
1905
|
+
"darwin"
|
|
1906
|
+
]
|
|
1907
|
+
},
|
|
1908
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
1909
|
+
"version": "4.50.1",
|
|
1910
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.50.1.tgz",
|
|
1911
|
+
"integrity": "sha512-2ofU89lEpDYhdLAbRdeyz/kX3Y2lpYc6ShRnDjY35bZhd2ipuDMDi6ZTQ9NIag94K28nFMofdnKeHR7BT0CATw==",
|
|
1912
|
+
"cpu": [
|
|
1913
|
+
"x64"
|
|
1914
|
+
],
|
|
1915
|
+
"dev": true,
|
|
1916
|
+
"license": "MIT",
|
|
1917
|
+
"optional": true,
|
|
1918
|
+
"os": [
|
|
1919
|
+
"darwin"
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1923
|
+
"version": "4.50.1",
|
|
1924
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.50.1.tgz",
|
|
1925
|
+
"integrity": "sha512-wOsE6H2u6PxsHY/BeFHA4VGQN3KUJFZp7QJBmDYI983fgxq5Th8FDkVuERb2l9vDMs1D5XhOrhBrnqcEY6l8ZA==",
|
|
1926
|
+
"cpu": [
|
|
1927
|
+
"arm64"
|
|
1928
|
+
],
|
|
1929
|
+
"dev": true,
|
|
1930
|
+
"license": "MIT",
|
|
1931
|
+
"optional": true,
|
|
1932
|
+
"os": [
|
|
1933
|
+
"freebsd"
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1936
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1937
|
+
"version": "4.50.1",
|
|
1938
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.50.1.tgz",
|
|
1939
|
+
"integrity": "sha512-A/xeqaHTlKbQggxCqispFAcNjycpUEHP52mwMQZUNqDUJFFYtPHCXS1VAG29uMlDzIVr+i00tSFWFLivMcoIBQ==",
|
|
1940
|
+
"cpu": [
|
|
1941
|
+
"x64"
|
|
1942
|
+
],
|
|
1943
|
+
"dev": true,
|
|
1944
|
+
"license": "MIT",
|
|
1945
|
+
"optional": true,
|
|
1946
|
+
"os": [
|
|
1947
|
+
"freebsd"
|
|
1948
|
+
]
|
|
1949
|
+
},
|
|
1950
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1951
|
+
"version": "4.50.1",
|
|
1952
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.50.1.tgz",
|
|
1953
|
+
"integrity": "sha512-54v4okehwl5TaSIkpp97rAHGp7t3ghinRd/vyC1iXqXMfjYUTm7TfYmCzXDoHUPTTf36L8pr0E7YsD3CfB3ZDg==",
|
|
1954
|
+
"cpu": [
|
|
1955
|
+
"arm"
|
|
1956
|
+
],
|
|
1957
|
+
"dev": true,
|
|
1958
|
+
"license": "MIT",
|
|
1959
|
+
"optional": true,
|
|
1960
|
+
"os": [
|
|
1961
|
+
"linux"
|
|
1962
|
+
]
|
|
1963
|
+
},
|
|
1964
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1965
|
+
"version": "4.50.1",
|
|
1966
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.50.1.tgz",
|
|
1967
|
+
"integrity": "sha512-p/LaFyajPN/0PUHjv8TNyxLiA7RwmDoVY3flXHPSzqrGcIp/c2FjwPPP5++u87DGHtw+5kSH5bCJz0mvXngYxw==",
|
|
1968
|
+
"cpu": [
|
|
1969
|
+
"arm"
|
|
1970
|
+
],
|
|
1971
|
+
"dev": true,
|
|
1972
|
+
"license": "MIT",
|
|
1973
|
+
"optional": true,
|
|
1974
|
+
"os": [
|
|
1975
|
+
"linux"
|
|
1976
|
+
]
|
|
1977
|
+
},
|
|
1978
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1979
|
+
"version": "4.50.1",
|
|
1980
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.50.1.tgz",
|
|
1981
|
+
"integrity": "sha512-2AbMhFFkTo6Ptna1zO7kAXXDLi7H9fGTbVaIq2AAYO7yzcAsuTNWPHhb2aTA6GPiP+JXh85Y8CiS54iZoj4opw==",
|
|
1982
|
+
"cpu": [
|
|
1983
|
+
"arm64"
|
|
1984
|
+
],
|
|
1985
|
+
"dev": true,
|
|
1986
|
+
"license": "MIT",
|
|
1987
|
+
"optional": true,
|
|
1988
|
+
"os": [
|
|
1989
|
+
"linux"
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1993
|
+
"version": "4.50.1",
|
|
1994
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.50.1.tgz",
|
|
1995
|
+
"integrity": "sha512-Cgef+5aZwuvesQNw9eX7g19FfKX5/pQRIyhoXLCiBOrWopjo7ycfB292TX9MDcDijiuIJlx1IzJz3IoCPfqs9w==",
|
|
1996
|
+
"cpu": [
|
|
1997
|
+
"arm64"
|
|
1998
|
+
],
|
|
1999
|
+
"dev": true,
|
|
2000
|
+
"license": "MIT",
|
|
2001
|
+
"optional": true,
|
|
2002
|
+
"os": [
|
|
2003
|
+
"linux"
|
|
2004
|
+
]
|
|
2005
|
+
},
|
|
2006
|
+
"node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
|
2007
|
+
"version": "4.50.1",
|
|
2008
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.50.1.tgz",
|
|
2009
|
+
"integrity": "sha512-RPhTwWMzpYYrHrJAS7CmpdtHNKtt2Ueo+BlLBjfZEhYBhK00OsEqM08/7f+eohiF6poe0YRDDd8nAvwtE/Y62Q==",
|
|
2010
|
+
"cpu": [
|
|
2011
|
+
"loong64"
|
|
2012
|
+
],
|
|
2013
|
+
"dev": true,
|
|
2014
|
+
"license": "MIT",
|
|
2015
|
+
"optional": true,
|
|
2016
|
+
"os": [
|
|
2017
|
+
"linux"
|
|
2018
|
+
]
|
|
2019
|
+
},
|
|
2020
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
2021
|
+
"version": "4.50.1",
|
|
2022
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.50.1.tgz",
|
|
2023
|
+
"integrity": "sha512-eSGMVQw9iekut62O7eBdbiccRguuDgiPMsw++BVUg+1K7WjZXHOg/YOT9SWMzPZA+w98G+Fa1VqJgHZOHHnY0Q==",
|
|
2024
|
+
"cpu": [
|
|
2025
|
+
"ppc64"
|
|
2026
|
+
],
|
|
2027
|
+
"dev": true,
|
|
2028
|
+
"license": "MIT",
|
|
2029
|
+
"optional": true,
|
|
2030
|
+
"os": [
|
|
2031
|
+
"linux"
|
|
2032
|
+
]
|
|
2033
|
+
},
|
|
2034
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
2035
|
+
"version": "4.50.1",
|
|
2036
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.50.1.tgz",
|
|
2037
|
+
"integrity": "sha512-S208ojx8a4ciIPrLgazF6AgdcNJzQE4+S9rsmOmDJkusvctii+ZvEuIC4v/xFqzbuP8yDjn73oBlNDgF6YGSXQ==",
|
|
2038
|
+
"cpu": [
|
|
2039
|
+
"riscv64"
|
|
2040
|
+
],
|
|
2041
|
+
"dev": true,
|
|
2042
|
+
"license": "MIT",
|
|
2043
|
+
"optional": true,
|
|
2044
|
+
"os": [
|
|
2045
|
+
"linux"
|
|
2046
|
+
]
|
|
2047
|
+
},
|
|
2048
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
2049
|
+
"version": "4.50.1",
|
|
2050
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.50.1.tgz",
|
|
2051
|
+
"integrity": "sha512-3Ag8Ls1ggqkGUvSZWYcdgFwriy2lWo+0QlYgEFra/5JGtAd6C5Hw59oojx1DeqcA2Wds2ayRgvJ4qxVTzCHgzg==",
|
|
2052
|
+
"cpu": [
|
|
2053
|
+
"riscv64"
|
|
2054
|
+
],
|
|
2055
|
+
"dev": true,
|
|
2056
|
+
"license": "MIT",
|
|
2057
|
+
"optional": true,
|
|
2058
|
+
"os": [
|
|
2059
|
+
"linux"
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
2063
|
+
"version": "4.50.1",
|
|
2064
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.50.1.tgz",
|
|
2065
|
+
"integrity": "sha512-t9YrKfaxCYe7l7ldFERE1BRg/4TATxIg+YieHQ966jwvo7ddHJxPj9cNFWLAzhkVsbBvNA4qTbPVNsZKBO4NSg==",
|
|
2066
|
+
"cpu": [
|
|
2067
|
+
"s390x"
|
|
2068
|
+
],
|
|
2069
|
+
"dev": true,
|
|
2070
|
+
"license": "MIT",
|
|
2071
|
+
"optional": true,
|
|
2072
|
+
"os": [
|
|
2073
|
+
"linux"
|
|
2074
|
+
]
|
|
2075
|
+
},
|
|
2076
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
2077
|
+
"version": "4.50.1",
|
|
2078
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.50.1.tgz",
|
|
2079
|
+
"integrity": "sha512-MCgtFB2+SVNuQmmjHf+wfI4CMxy3Tk8XjA5Z//A0AKD7QXUYFMQcns91K6dEHBvZPCnhJSyDWLApk40Iq/H3tA==",
|
|
2080
|
+
"cpu": [
|
|
2081
|
+
"x64"
|
|
2082
|
+
],
|
|
2083
|
+
"dev": true,
|
|
2084
|
+
"license": "MIT",
|
|
2085
|
+
"optional": true,
|
|
2086
|
+
"os": [
|
|
2087
|
+
"linux"
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
2091
|
+
"version": "4.50.1",
|
|
2092
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.50.1.tgz",
|
|
2093
|
+
"integrity": "sha512-nEvqG+0jeRmqaUMuwzlfMKwcIVffy/9KGbAGyoa26iu6eSngAYQ512bMXuqqPrlTyfqdlB9FVINs93j534UJrg==",
|
|
2094
|
+
"cpu": [
|
|
2095
|
+
"x64"
|
|
2096
|
+
],
|
|
2097
|
+
"dev": true,
|
|
2098
|
+
"license": "MIT",
|
|
2099
|
+
"optional": true,
|
|
2100
|
+
"os": [
|
|
2101
|
+
"linux"
|
|
2102
|
+
]
|
|
2103
|
+
},
|
|
2104
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
2105
|
+
"version": "4.50.1",
|
|
2106
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.50.1.tgz",
|
|
2107
|
+
"integrity": "sha512-RDsLm+phmT3MJd9SNxA9MNuEAO/J2fhW8GXk62G/B4G7sLVumNFbRwDL6v5NrESb48k+QMqdGbHgEtfU0LCpbA==",
|
|
2108
|
+
"cpu": [
|
|
2109
|
+
"arm64"
|
|
2110
|
+
],
|
|
2111
|
+
"dev": true,
|
|
2112
|
+
"license": "MIT",
|
|
2113
|
+
"optional": true,
|
|
2114
|
+
"os": [
|
|
2115
|
+
"openharmony"
|
|
2116
|
+
]
|
|
2117
|
+
},
|
|
2118
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
2119
|
+
"version": "4.50.1",
|
|
2120
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.50.1.tgz",
|
|
2121
|
+
"integrity": "sha512-hpZB/TImk2FlAFAIsoElM3tLzq57uxnGYwplg6WDyAxbYczSi8O2eQ+H2Lx74504rwKtZ3N2g4bCUkiamzS6TQ==",
|
|
2122
|
+
"cpu": [
|
|
2123
|
+
"arm64"
|
|
2124
|
+
],
|
|
2125
|
+
"dev": true,
|
|
2126
|
+
"license": "MIT",
|
|
2127
|
+
"optional": true,
|
|
2128
|
+
"os": [
|
|
2129
|
+
"win32"
|
|
2130
|
+
]
|
|
2131
|
+
},
|
|
2132
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
2133
|
+
"version": "4.50.1",
|
|
2134
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.50.1.tgz",
|
|
2135
|
+
"integrity": "sha512-SXjv8JlbzKM0fTJidX4eVsH+Wmnp0/WcD8gJxIZyR6Gay5Qcsmdbi9zVtnbkGPG8v2vMR1AD06lGWy5FLMcG7A==",
|
|
2136
|
+
"cpu": [
|
|
2137
|
+
"ia32"
|
|
2138
|
+
],
|
|
2139
|
+
"dev": true,
|
|
2140
|
+
"license": "MIT",
|
|
2141
|
+
"optional": true,
|
|
2142
|
+
"os": [
|
|
2143
|
+
"win32"
|
|
2144
|
+
]
|
|
2145
|
+
},
|
|
2146
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
2147
|
+
"version": "4.50.1",
|
|
2148
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.50.1.tgz",
|
|
2149
|
+
"integrity": "sha512-StxAO/8ts62KZVRAm4JZYq9+NqNsV7RvimNK+YM7ry//zebEH6meuugqW/P5OFUCjyQgui+9fUxT6d5NShvMvA==",
|
|
2150
|
+
"cpu": [
|
|
2151
|
+
"x64"
|
|
2152
|
+
],
|
|
2153
|
+
"dev": true,
|
|
2154
|
+
"license": "MIT",
|
|
2155
|
+
"optional": true,
|
|
2156
|
+
"os": [
|
|
2157
|
+
"win32"
|
|
2158
|
+
]
|
|
2159
|
+
},
|
|
2160
|
+
"node_modules/@swc/core": {
|
|
2161
|
+
"version": "1.13.5",
|
|
2162
|
+
"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.13.5.tgz",
|
|
2163
|
+
"integrity": "sha512-WezcBo8a0Dg2rnR82zhwoR6aRNxeTGfK5QCD6TQ+kg3xx/zNT02s/0o+81h/3zhvFSB24NtqEr8FTw88O5W/JQ==",
|
|
2164
|
+
"dev": true,
|
|
2165
|
+
"hasInstallScript": true,
|
|
2166
|
+
"license": "Apache-2.0",
|
|
2167
|
+
"dependencies": {
|
|
2168
|
+
"@swc/counter": "^0.1.3",
|
|
2169
|
+
"@swc/types": "^0.1.24"
|
|
2170
|
+
},
|
|
2171
|
+
"engines": {
|
|
2172
|
+
"node": ">=10"
|
|
2173
|
+
},
|
|
2174
|
+
"funding": {
|
|
2175
|
+
"type": "opencollective",
|
|
2176
|
+
"url": "https://opencollective.com/swc"
|
|
2177
|
+
},
|
|
2178
|
+
"optionalDependencies": {
|
|
2179
|
+
"@swc/core-darwin-arm64": "1.13.5",
|
|
2180
|
+
"@swc/core-darwin-x64": "1.13.5",
|
|
2181
|
+
"@swc/core-linux-arm-gnueabihf": "1.13.5",
|
|
2182
|
+
"@swc/core-linux-arm64-gnu": "1.13.5",
|
|
2183
|
+
"@swc/core-linux-arm64-musl": "1.13.5",
|
|
2184
|
+
"@swc/core-linux-x64-gnu": "1.13.5",
|
|
2185
|
+
"@swc/core-linux-x64-musl": "1.13.5",
|
|
2186
|
+
"@swc/core-win32-arm64-msvc": "1.13.5",
|
|
2187
|
+
"@swc/core-win32-ia32-msvc": "1.13.5",
|
|
2188
|
+
"@swc/core-win32-x64-msvc": "1.13.5"
|
|
2189
|
+
},
|
|
2190
|
+
"peerDependencies": {
|
|
2191
|
+
"@swc/helpers": ">=0.5.17"
|
|
2192
|
+
},
|
|
2193
|
+
"peerDependenciesMeta": {
|
|
2194
|
+
"@swc/helpers": {
|
|
2195
|
+
"optional": true
|
|
2382
2196
|
}
|
|
2383
2197
|
}
|
|
2384
2198
|
},
|
|
2385
|
-
"node_modules/@
|
|
2386
|
-
"version": "
|
|
2387
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2388
|
-
"integrity": "sha512-
|
|
2389
|
-
"
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
"
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2199
|
+
"node_modules/@swc/core-darwin-arm64": {
|
|
2200
|
+
"version": "1.13.5",
|
|
2201
|
+
"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.13.5.tgz",
|
|
2202
|
+
"integrity": "sha512-lKNv7SujeXvKn16gvQqUQI5DdyY8v7xcoO3k06/FJbHJS90zEwZdQiMNRiqpYw/orU543tPaWgz7cIYWhbopiQ==",
|
|
2203
|
+
"cpu": [
|
|
2204
|
+
"arm64"
|
|
2205
|
+
],
|
|
2206
|
+
"dev": true,
|
|
2207
|
+
"license": "Apache-2.0 AND MIT",
|
|
2208
|
+
"optional": true,
|
|
2209
|
+
"os": [
|
|
2210
|
+
"darwin"
|
|
2211
|
+
],
|
|
2212
|
+
"engines": {
|
|
2213
|
+
"node": ">=10"
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
"node_modules/@swc/core-darwin-x64": {
|
|
2217
|
+
"version": "1.13.5",
|
|
2218
|
+
"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.13.5.tgz",
|
|
2219
|
+
"integrity": "sha512-ILd38Fg/w23vHb0yVjlWvQBoE37ZJTdlLHa8LRCFDdX4WKfnVBiblsCU9ar4QTMNdeTBEX9iUF4IrbNWhaF1Ng==",
|
|
2220
|
+
"cpu": [
|
|
2221
|
+
"x64"
|
|
2222
|
+
],
|
|
2223
|
+
"dev": true,
|
|
2224
|
+
"license": "Apache-2.0 AND MIT",
|
|
2225
|
+
"optional": true,
|
|
2226
|
+
"os": [
|
|
2227
|
+
"darwin"
|
|
2228
|
+
],
|
|
2229
|
+
"engines": {
|
|
2230
|
+
"node": ">=10"
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
"node_modules/@swc/core-linux-arm-gnueabihf": {
|
|
2234
|
+
"version": "1.13.5",
|
|
2235
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.13.5.tgz",
|
|
2236
|
+
"integrity": "sha512-Q6eS3Pt8GLkXxqz9TAw+AUk9HpVJt8Uzm54MvPsqp2yuGmY0/sNaPPNVqctCX9fu/Nu8eaWUen0si6iEiCsazQ==",
|
|
2237
|
+
"cpu": [
|
|
2238
|
+
"arm"
|
|
2239
|
+
],
|
|
2240
|
+
"dev": true,
|
|
2241
|
+
"license": "Apache-2.0",
|
|
2242
|
+
"optional": true,
|
|
2243
|
+
"os": [
|
|
2244
|
+
"linux"
|
|
2245
|
+
],
|
|
2246
|
+
"engines": {
|
|
2247
|
+
"node": ">=10"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"node_modules/@swc/core-linux-arm64-gnu": {
|
|
2251
|
+
"version": "1.13.5",
|
|
2252
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.13.5.tgz",
|
|
2253
|
+
"integrity": "sha512-aNDfeN+9af+y+M2MYfxCzCy/VDq7Z5YIbMqRI739o8Ganz6ST+27kjQFd8Y/57JN/hcnUEa9xqdS3XY7WaVtSw==",
|
|
2254
|
+
"cpu": [
|
|
2255
|
+
"arm64"
|
|
2256
|
+
],
|
|
2257
|
+
"dev": true,
|
|
2258
|
+
"license": "Apache-2.0 AND MIT",
|
|
2259
|
+
"optional": true,
|
|
2260
|
+
"os": [
|
|
2261
|
+
"linux"
|
|
2262
|
+
],
|
|
2263
|
+
"engines": {
|
|
2264
|
+
"node": ">=10"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"node_modules/@swc/core-linux-arm64-musl": {
|
|
2268
|
+
"version": "1.13.5",
|
|
2269
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.13.5.tgz",
|
|
2270
|
+
"integrity": "sha512-9+ZxFN5GJag4CnYnq6apKTnnezpfJhCumyz0504/JbHLo+Ue+ZtJnf3RhyA9W9TINtLE0bC4hKpWi8ZKoETyOQ==",
|
|
2271
|
+
"cpu": [
|
|
2272
|
+
"arm64"
|
|
2273
|
+
],
|
|
2274
|
+
"dev": true,
|
|
2275
|
+
"license": "Apache-2.0 AND MIT",
|
|
2276
|
+
"optional": true,
|
|
2277
|
+
"os": [
|
|
2278
|
+
"linux"
|
|
2279
|
+
],
|
|
2280
|
+
"engines": {
|
|
2281
|
+
"node": ">=10"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
"node_modules/@swc/core-linux-x64-gnu": {
|
|
2285
|
+
"version": "1.13.5",
|
|
2286
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.13.5.tgz",
|
|
2287
|
+
"integrity": "sha512-WD530qvHrki8Ywt/PloKUjaRKgstQqNGvmZl54g06kA+hqtSE2FTG9gngXr3UJxYu/cNAjJYiBifm7+w4nbHbA==",
|
|
2288
|
+
"cpu": [
|
|
2289
|
+
"x64"
|
|
2290
|
+
],
|
|
2291
|
+
"dev": true,
|
|
2292
|
+
"license": "Apache-2.0 AND MIT",
|
|
2293
|
+
"optional": true,
|
|
2294
|
+
"os": [
|
|
2295
|
+
"linux"
|
|
2296
|
+
],
|
|
2297
|
+
"engines": {
|
|
2298
|
+
"node": ">=10"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
"node_modules/@swc/core-linux-x64-musl": {
|
|
2302
|
+
"version": "1.13.5",
|
|
2303
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.13.5.tgz",
|
|
2304
|
+
"integrity": "sha512-Luj8y4OFYx4DHNQTWjdIuKTq2f5k6uSXICqx+FSabnXptaOBAbJHNbHT/06JZh6NRUouaf0mYXN0mcsqvkhd7Q==",
|
|
2305
|
+
"cpu": [
|
|
2306
|
+
"x64"
|
|
2307
|
+
],
|
|
2308
|
+
"dev": true,
|
|
2309
|
+
"license": "Apache-2.0 AND MIT",
|
|
2310
|
+
"optional": true,
|
|
2311
|
+
"os": [
|
|
2312
|
+
"linux"
|
|
2313
|
+
],
|
|
2314
|
+
"engines": {
|
|
2315
|
+
"node": ">=10"
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
"node_modules/@swc/core-win32-arm64-msvc": {
|
|
2319
|
+
"version": "1.13.5",
|
|
2320
|
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.13.5.tgz",
|
|
2321
|
+
"integrity": "sha512-cZ6UpumhF9SDJvv4DA2fo9WIzlNFuKSkZpZmPG1c+4PFSEMy5DFOjBSllCvnqihCabzXzpn6ykCwBmHpy31vQw==",
|
|
2322
|
+
"cpu": [
|
|
2323
|
+
"arm64"
|
|
2324
|
+
],
|
|
2325
|
+
"dev": true,
|
|
2326
|
+
"license": "Apache-2.0 AND MIT",
|
|
2327
|
+
"optional": true,
|
|
2328
|
+
"os": [
|
|
2329
|
+
"win32"
|
|
2330
|
+
],
|
|
2331
|
+
"engines": {
|
|
2332
|
+
"node": ">=10"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
"node_modules/@swc/core-win32-ia32-msvc": {
|
|
2336
|
+
"version": "1.13.5",
|
|
2337
|
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.13.5.tgz",
|
|
2338
|
+
"integrity": "sha512-C5Yi/xIikrFUzZcyGj9L3RpKljFvKiDMtyDzPKzlsDrKIw2EYY+bF88gB6oGY5RGmv4DAX8dbnpRAqgFD0FMEw==",
|
|
2339
|
+
"cpu": [
|
|
2340
|
+
"ia32"
|
|
2341
|
+
],
|
|
2342
|
+
"dev": true,
|
|
2343
|
+
"license": "Apache-2.0 AND MIT",
|
|
2344
|
+
"optional": true,
|
|
2345
|
+
"os": [
|
|
2346
|
+
"win32"
|
|
2347
|
+
],
|
|
2348
|
+
"engines": {
|
|
2349
|
+
"node": ">=10"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
"node_modules/@swc/core-win32-x64-msvc": {
|
|
2353
|
+
"version": "1.13.5",
|
|
2354
|
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.13.5.tgz",
|
|
2355
|
+
"integrity": "sha512-YrKdMVxbYmlfybCSbRtrilc6UA8GF5aPmGKBdPvjrarvsmf4i7ZHGCEnLtfOMd3Lwbs2WUZq3WdMbozYeLU93Q==",
|
|
2356
|
+
"cpu": [
|
|
2357
|
+
"x64"
|
|
2358
|
+
],
|
|
2359
|
+
"dev": true,
|
|
2360
|
+
"license": "Apache-2.0 AND MIT",
|
|
2361
|
+
"optional": true,
|
|
2362
|
+
"os": [
|
|
2363
|
+
"win32"
|
|
2364
|
+
],
|
|
2365
|
+
"engines": {
|
|
2366
|
+
"node": ">=10"
|
|
2401
2367
|
}
|
|
2402
2368
|
},
|
|
2403
|
-
"node_modules/@
|
|
2404
|
-
"version": "
|
|
2405
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2406
|
-
"integrity": "sha512-
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
"
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2369
|
+
"node_modules/@swc/counter": {
|
|
2370
|
+
"version": "0.1.3",
|
|
2371
|
+
"resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
|
|
2372
|
+
"integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
|
|
2373
|
+
"dev": true,
|
|
2374
|
+
"license": "Apache-2.0"
|
|
2375
|
+
},
|
|
2376
|
+
"node_modules/@swc/types": {
|
|
2377
|
+
"version": "0.1.25",
|
|
2378
|
+
"resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.25.tgz",
|
|
2379
|
+
"integrity": "sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==",
|
|
2380
|
+
"dev": true,
|
|
2381
|
+
"license": "Apache-2.0",
|
|
2382
|
+
"dependencies": {
|
|
2383
|
+
"@swc/counter": "^0.1.3"
|
|
2416
2384
|
}
|
|
2417
2385
|
},
|
|
2418
|
-
"node_modules/@
|
|
2419
|
-
"version": "
|
|
2420
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2421
|
-
"integrity": "sha512-
|
|
2386
|
+
"node_modules/@tanstack/query-core": {
|
|
2387
|
+
"version": "5.59.0",
|
|
2388
|
+
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.0.tgz",
|
|
2389
|
+
"integrity": "sha512-WGD8uIhX6/deH/tkZqPNcRyAhDUqs729bWKoByYHSogcshXfFbppOdTER5+qY7mFvu8KEFJwT0nxr8RfPTVh0Q==",
|
|
2422
2390
|
"license": "MIT",
|
|
2423
|
-
"
|
|
2424
|
-
"
|
|
2425
|
-
"
|
|
2426
|
-
},
|
|
2427
|
-
"peerDependenciesMeta": {
|
|
2428
|
-
"@types/react": {
|
|
2429
|
-
"optional": true
|
|
2430
|
-
}
|
|
2391
|
+
"funding": {
|
|
2392
|
+
"type": "github",
|
|
2393
|
+
"url": "https://github.com/sponsors/tannerlinsley"
|
|
2431
2394
|
}
|
|
2432
2395
|
},
|
|
2433
|
-
"node_modules/@
|
|
2434
|
-
"version": "
|
|
2435
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2436
|
-
"integrity": "sha512-
|
|
2396
|
+
"node_modules/@tanstack/query-devtools": {
|
|
2397
|
+
"version": "5.58.0",
|
|
2398
|
+
"resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.58.0.tgz",
|
|
2399
|
+
"integrity": "sha512-iFdQEFXaYYxqgrv63ots+65FGI+tNp5ZS5PdMU1DWisxk3fez5HG3FyVlbUva+RdYS5hSLbxZ9aw3yEs97GNTw==",
|
|
2437
2400
|
"license": "MIT",
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2440
|
-
|
|
2441
|
-
"peerDependencies": {
|
|
2442
|
-
"@types/react": "*",
|
|
2443
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2444
|
-
},
|
|
2445
|
-
"peerDependenciesMeta": {
|
|
2446
|
-
"@types/react": {
|
|
2447
|
-
"optional": true
|
|
2448
|
-
}
|
|
2401
|
+
"funding": {
|
|
2402
|
+
"type": "github",
|
|
2403
|
+
"url": "https://github.com/sponsors/tannerlinsley"
|
|
2449
2404
|
}
|
|
2450
2405
|
},
|
|
2451
|
-
"node_modules/@
|
|
2452
|
-
"version": "
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2454
|
-
"integrity": "sha512-
|
|
2406
|
+
"node_modules/@tanstack/react-query": {
|
|
2407
|
+
"version": "5.59.0",
|
|
2408
|
+
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.0.tgz",
|
|
2409
|
+
"integrity": "sha512-YDXp3OORbYR+8HNQx+lf4F73NoiCmCcSvZvgxE29OifmQFk0sBlO26NWLHpcNERo92tVk3w+JQ53/vkcRUY1hA==",
|
|
2455
2410
|
"license": "MIT",
|
|
2456
2411
|
"dependencies": {
|
|
2457
|
-
"@
|
|
2412
|
+
"@tanstack/query-core": "5.59.0"
|
|
2458
2413
|
},
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2461
|
-
"
|
|
2414
|
+
"funding": {
|
|
2415
|
+
"type": "github",
|
|
2416
|
+
"url": "https://github.com/sponsors/tannerlinsley"
|
|
2462
2417
|
},
|
|
2463
|
-
"
|
|
2464
|
-
"
|
|
2465
|
-
"optional": true
|
|
2466
|
-
}
|
|
2418
|
+
"peerDependencies": {
|
|
2419
|
+
"react": "^18 || ^19"
|
|
2467
2420
|
}
|
|
2468
2421
|
},
|
|
2469
|
-
"node_modules/@
|
|
2470
|
-
"version": "
|
|
2471
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2472
|
-
"integrity": "sha512-
|
|
2422
|
+
"node_modules/@tanstack/react-query-devtools": {
|
|
2423
|
+
"version": "5.59.0",
|
|
2424
|
+
"resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.59.0.tgz",
|
|
2425
|
+
"integrity": "sha512-Kz7577FQGU8qmJxROIT/aOwmkTcxfBqgTP6r1AIvuJxVMVHPkp8eQxWQ7BnfBsy/KTJHiV9vMtRVo1+R1tB3vg==",
|
|
2473
2426
|
"license": "MIT",
|
|
2474
2427
|
"dependencies": {
|
|
2475
|
-
"@
|
|
2428
|
+
"@tanstack/query-devtools": "5.58.0"
|
|
2476
2429
|
},
|
|
2477
|
-
"
|
|
2478
|
-
"
|
|
2479
|
-
"
|
|
2480
|
-
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2481
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2430
|
+
"funding": {
|
|
2431
|
+
"type": "github",
|
|
2432
|
+
"url": "https://github.com/sponsors/tannerlinsley"
|
|
2482
2433
|
},
|
|
2483
|
-
"
|
|
2484
|
-
"@
|
|
2485
|
-
|
|
2486
|
-
},
|
|
2487
|
-
"@types/react-dom": {
|
|
2488
|
-
"optional": true
|
|
2489
|
-
}
|
|
2490
|
-
}
|
|
2491
|
-
},
|
|
2492
|
-
"node_modules/@radix-ui/rect": {
|
|
2493
|
-
"version": "1.1.1",
|
|
2494
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.1.tgz",
|
|
2495
|
-
"integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==",
|
|
2496
|
-
"license": "MIT"
|
|
2497
|
-
},
|
|
2498
|
-
"node_modules/@remix-run/router": {
|
|
2499
|
-
"version": "1.23.0",
|
|
2500
|
-
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz",
|
|
2501
|
-
"integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==",
|
|
2502
|
-
"license": "MIT",
|
|
2503
|
-
"engines": {
|
|
2504
|
-
"node": ">=14.0.0"
|
|
2434
|
+
"peerDependencies": {
|
|
2435
|
+
"@tanstack/react-query": "^5.59.0",
|
|
2436
|
+
"react": "^18 || ^19"
|
|
2505
2437
|
}
|
|
2506
2438
|
},
|
|
2507
|
-
"node_modules/@rolldown/pluginutils": {
|
|
2508
|
-
"version": "1.0.0-beta.27",
|
|
2509
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
|
2510
|
-
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
|
|
2511
|
-
"dev": true,
|
|
2512
|
-
"license": "MIT"
|
|
2513
|
-
},
|
|
2514
2439
|
"node_modules/@types/babel__core": {
|
|
2515
2440
|
"version": "7.20.5",
|
|
2516
2441
|
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
@@ -2619,13 +2544,23 @@
|
|
|
2619
2544
|
"integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
|
|
2620
2545
|
"license": "MIT"
|
|
2621
2546
|
},
|
|
2622
|
-
"node_modules/@types/
|
|
2623
|
-
"version": "
|
|
2624
|
-
"resolved": "https://registry.npmjs.org/@types/
|
|
2625
|
-
"integrity": "sha512-
|
|
2547
|
+
"node_modules/@types/estree": {
|
|
2548
|
+
"version": "1.0.8",
|
|
2549
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
2550
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
2626
2551
|
"dev": true,
|
|
2627
2552
|
"license": "MIT"
|
|
2628
2553
|
},
|
|
2554
|
+
"node_modules/@types/node": {
|
|
2555
|
+
"version": "24.3.1",
|
|
2556
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz",
|
|
2557
|
+
"integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==",
|
|
2558
|
+
"dev": true,
|
|
2559
|
+
"license": "MIT",
|
|
2560
|
+
"dependencies": {
|
|
2561
|
+
"undici-types": "~7.10.0"
|
|
2562
|
+
}
|
|
2563
|
+
},
|
|
2629
2564
|
"node_modules/@types/prop-types": {
|
|
2630
2565
|
"version": "15.7.15",
|
|
2631
2566
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
@@ -2654,42 +2589,40 @@
|
|
|
2654
2589
|
"@types/react": "^18.0.0"
|
|
2655
2590
|
}
|
|
2656
2591
|
},
|
|
2657
|
-
"node_modules/@types/
|
|
2658
|
-
"version": "
|
|
2659
|
-
"resolved": "https://registry.npmjs.org/@types/
|
|
2660
|
-
"integrity": "sha512-
|
|
2592
|
+
"node_modules/@types/systemjs": {
|
|
2593
|
+
"version": "6.15.3",
|
|
2594
|
+
"resolved": "https://registry.npmjs.org/@types/systemjs/-/systemjs-6.15.3.tgz",
|
|
2595
|
+
"integrity": "sha512-STyj2LUevlyVqEQ1wjOORLQTJbNnM2V1DNzmemxVHlOovdKBKqccALDbR9aCcTRThhcXzew88SMbN4SMm6JOcw==",
|
|
2661
2596
|
"dev": true,
|
|
2662
2597
|
"license": "MIT"
|
|
2663
2598
|
},
|
|
2664
2599
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
2665
|
-
"version": "
|
|
2666
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-
|
|
2667
|
-
"integrity": "sha512-
|
|
2600
|
+
"version": "7.18.0",
|
|
2601
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz",
|
|
2602
|
+
"integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==",
|
|
2668
2603
|
"dev": true,
|
|
2669
2604
|
"license": "MIT",
|
|
2670
2605
|
"dependencies": {
|
|
2671
|
-
"@eslint-community/regexpp": "^4.
|
|
2672
|
-
"@typescript-eslint/scope-manager": "
|
|
2673
|
-
"@typescript-eslint/type-utils": "
|
|
2674
|
-
"@typescript-eslint/utils": "
|
|
2675
|
-
"@typescript-eslint/visitor-keys": "
|
|
2676
|
-
"debug": "^4.3.4",
|
|
2606
|
+
"@eslint-community/regexpp": "^4.10.0",
|
|
2607
|
+
"@typescript-eslint/scope-manager": "7.18.0",
|
|
2608
|
+
"@typescript-eslint/type-utils": "7.18.0",
|
|
2609
|
+
"@typescript-eslint/utils": "7.18.0",
|
|
2610
|
+
"@typescript-eslint/visitor-keys": "7.18.0",
|
|
2677
2611
|
"graphemer": "^1.4.0",
|
|
2678
|
-
"ignore": "^5.
|
|
2612
|
+
"ignore": "^5.3.1",
|
|
2679
2613
|
"natural-compare": "^1.4.0",
|
|
2680
|
-
"
|
|
2681
|
-
"ts-api-utils": "^1.0.1"
|
|
2614
|
+
"ts-api-utils": "^1.3.0"
|
|
2682
2615
|
},
|
|
2683
2616
|
"engines": {
|
|
2684
|
-
"node": "^
|
|
2617
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
2685
2618
|
},
|
|
2686
2619
|
"funding": {
|
|
2687
2620
|
"type": "opencollective",
|
|
2688
2621
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2689
2622
|
},
|
|
2690
2623
|
"peerDependencies": {
|
|
2691
|
-
"@typescript-eslint/parser": "^
|
|
2692
|
-
"eslint": "^
|
|
2624
|
+
"@typescript-eslint/parser": "^7.0.0",
|
|
2625
|
+
"eslint": "^8.56.0"
|
|
2693
2626
|
},
|
|
2694
2627
|
"peerDependenciesMeta": {
|
|
2695
2628
|
"typescript": {
|
|
@@ -2698,27 +2631,27 @@
|
|
|
2698
2631
|
}
|
|
2699
2632
|
},
|
|
2700
2633
|
"node_modules/@typescript-eslint/parser": {
|
|
2701
|
-
"version": "
|
|
2702
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-
|
|
2703
|
-
"integrity": "sha512-
|
|
2634
|
+
"version": "7.18.0",
|
|
2635
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz",
|
|
2636
|
+
"integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==",
|
|
2704
2637
|
"dev": true,
|
|
2705
2638
|
"license": "BSD-2-Clause",
|
|
2706
2639
|
"dependencies": {
|
|
2707
|
-
"@typescript-eslint/scope-manager": "
|
|
2708
|
-
"@typescript-eslint/types": "
|
|
2709
|
-
"@typescript-eslint/typescript-estree": "
|
|
2710
|
-
"@typescript-eslint/visitor-keys": "
|
|
2640
|
+
"@typescript-eslint/scope-manager": "7.18.0",
|
|
2641
|
+
"@typescript-eslint/types": "7.18.0",
|
|
2642
|
+
"@typescript-eslint/typescript-estree": "7.18.0",
|
|
2643
|
+
"@typescript-eslint/visitor-keys": "7.18.0",
|
|
2711
2644
|
"debug": "^4.3.4"
|
|
2712
2645
|
},
|
|
2713
2646
|
"engines": {
|
|
2714
|
-
"node": "^
|
|
2647
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
2715
2648
|
},
|
|
2716
2649
|
"funding": {
|
|
2717
2650
|
"type": "opencollective",
|
|
2718
2651
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2719
2652
|
},
|
|
2720
2653
|
"peerDependencies": {
|
|
2721
|
-
"eslint": "^
|
|
2654
|
+
"eslint": "^8.56.0"
|
|
2722
2655
|
},
|
|
2723
2656
|
"peerDependenciesMeta": {
|
|
2724
2657
|
"typescript": {
|
|
@@ -2727,17 +2660,17 @@
|
|
|
2727
2660
|
}
|
|
2728
2661
|
},
|
|
2729
2662
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
2730
|
-
"version": "
|
|
2731
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-
|
|
2732
|
-
"integrity": "sha512-
|
|
2663
|
+
"version": "7.18.0",
|
|
2664
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz",
|
|
2665
|
+
"integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==",
|
|
2733
2666
|
"dev": true,
|
|
2734
2667
|
"license": "MIT",
|
|
2735
2668
|
"dependencies": {
|
|
2736
|
-
"@typescript-eslint/types": "
|
|
2737
|
-
"@typescript-eslint/visitor-keys": "
|
|
2669
|
+
"@typescript-eslint/types": "7.18.0",
|
|
2670
|
+
"@typescript-eslint/visitor-keys": "7.18.0"
|
|
2738
2671
|
},
|
|
2739
2672
|
"engines": {
|
|
2740
|
-
"node": "^
|
|
2673
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
2741
2674
|
},
|
|
2742
2675
|
"funding": {
|
|
2743
2676
|
"type": "opencollective",
|
|
@@ -2745,26 +2678,26 @@
|
|
|
2745
2678
|
}
|
|
2746
2679
|
},
|
|
2747
2680
|
"node_modules/@typescript-eslint/type-utils": {
|
|
2748
|
-
"version": "
|
|
2749
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-
|
|
2750
|
-
"integrity": "sha512-
|
|
2681
|
+
"version": "7.18.0",
|
|
2682
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz",
|
|
2683
|
+
"integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==",
|
|
2751
2684
|
"dev": true,
|
|
2752
2685
|
"license": "MIT",
|
|
2753
2686
|
"dependencies": {
|
|
2754
|
-
"@typescript-eslint/typescript-estree": "
|
|
2755
|
-
"@typescript-eslint/utils": "
|
|
2687
|
+
"@typescript-eslint/typescript-estree": "7.18.0",
|
|
2688
|
+
"@typescript-eslint/utils": "7.18.0",
|
|
2756
2689
|
"debug": "^4.3.4",
|
|
2757
|
-
"ts-api-utils": "^1.0
|
|
2690
|
+
"ts-api-utils": "^1.3.0"
|
|
2758
2691
|
},
|
|
2759
2692
|
"engines": {
|
|
2760
|
-
"node": "^
|
|
2693
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
2761
2694
|
},
|
|
2762
2695
|
"funding": {
|
|
2763
2696
|
"type": "opencollective",
|
|
2764
2697
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2765
2698
|
},
|
|
2766
2699
|
"peerDependencies": {
|
|
2767
|
-
"eslint": "^
|
|
2700
|
+
"eslint": "^8.56.0"
|
|
2768
2701
|
},
|
|
2769
2702
|
"peerDependenciesMeta": {
|
|
2770
2703
|
"typescript": {
|
|
@@ -2773,13 +2706,13 @@
|
|
|
2773
2706
|
}
|
|
2774
2707
|
},
|
|
2775
2708
|
"node_modules/@typescript-eslint/types": {
|
|
2776
|
-
"version": "
|
|
2777
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-
|
|
2778
|
-
"integrity": "sha512-
|
|
2709
|
+
"version": "7.18.0",
|
|
2710
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz",
|
|
2711
|
+
"integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==",
|
|
2779
2712
|
"dev": true,
|
|
2780
2713
|
"license": "MIT",
|
|
2781
2714
|
"engines": {
|
|
2782
|
-
"node": "^
|
|
2715
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
2783
2716
|
},
|
|
2784
2717
|
"funding": {
|
|
2785
2718
|
"type": "opencollective",
|
|
@@ -2787,23 +2720,23 @@
|
|
|
2787
2720
|
}
|
|
2788
2721
|
},
|
|
2789
2722
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
2790
|
-
"version": "
|
|
2791
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-
|
|
2792
|
-
"integrity": "sha512-
|
|
2723
|
+
"version": "7.18.0",
|
|
2724
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz",
|
|
2725
|
+
"integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==",
|
|
2793
2726
|
"dev": true,
|
|
2794
2727
|
"license": "BSD-2-Clause",
|
|
2795
2728
|
"dependencies": {
|
|
2796
|
-
"@typescript-eslint/types": "
|
|
2797
|
-
"@typescript-eslint/visitor-keys": "
|
|
2729
|
+
"@typescript-eslint/types": "7.18.0",
|
|
2730
|
+
"@typescript-eslint/visitor-keys": "7.18.0",
|
|
2798
2731
|
"debug": "^4.3.4",
|
|
2799
2732
|
"globby": "^11.1.0",
|
|
2800
2733
|
"is-glob": "^4.0.3",
|
|
2801
|
-
"minimatch": "9.0.
|
|
2802
|
-
"semver": "^7.
|
|
2803
|
-
"ts-api-utils": "^1.0
|
|
2734
|
+
"minimatch": "^9.0.4",
|
|
2735
|
+
"semver": "^7.6.0",
|
|
2736
|
+
"ts-api-utils": "^1.3.0"
|
|
2804
2737
|
},
|
|
2805
2738
|
"engines": {
|
|
2806
|
-
"node": "^
|
|
2739
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
2807
2740
|
},
|
|
2808
2741
|
"funding": {
|
|
2809
2742
|
"type": "opencollective",
|
|
@@ -2816,43 +2749,40 @@
|
|
|
2816
2749
|
}
|
|
2817
2750
|
},
|
|
2818
2751
|
"node_modules/@typescript-eslint/utils": {
|
|
2819
|
-
"version": "
|
|
2820
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-
|
|
2821
|
-
"integrity": "sha512-
|
|
2752
|
+
"version": "7.18.0",
|
|
2753
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz",
|
|
2754
|
+
"integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==",
|
|
2822
2755
|
"dev": true,
|
|
2823
2756
|
"license": "MIT",
|
|
2824
2757
|
"dependencies": {
|
|
2825
2758
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
2826
|
-
"@
|
|
2827
|
-
"@types
|
|
2828
|
-
"@typescript-eslint/
|
|
2829
|
-
"@typescript-eslint/types": "6.21.0",
|
|
2830
|
-
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
2831
|
-
"semver": "^7.5.4"
|
|
2759
|
+
"@typescript-eslint/scope-manager": "7.18.0",
|
|
2760
|
+
"@typescript-eslint/types": "7.18.0",
|
|
2761
|
+
"@typescript-eslint/typescript-estree": "7.18.0"
|
|
2832
2762
|
},
|
|
2833
2763
|
"engines": {
|
|
2834
|
-
"node": "^
|
|
2764
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
2835
2765
|
},
|
|
2836
2766
|
"funding": {
|
|
2837
2767
|
"type": "opencollective",
|
|
2838
2768
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2839
2769
|
},
|
|
2840
2770
|
"peerDependencies": {
|
|
2841
|
-
"eslint": "^
|
|
2771
|
+
"eslint": "^8.56.0"
|
|
2842
2772
|
}
|
|
2843
2773
|
},
|
|
2844
2774
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
2845
|
-
"version": "
|
|
2846
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-
|
|
2847
|
-
"integrity": "sha512-
|
|
2775
|
+
"version": "7.18.0",
|
|
2776
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz",
|
|
2777
|
+
"integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==",
|
|
2848
2778
|
"dev": true,
|
|
2849
2779
|
"license": "MIT",
|
|
2850
2780
|
"dependencies": {
|
|
2851
|
-
"@typescript-eslint/types": "
|
|
2852
|
-
"eslint-visitor-keys": "^3.4.
|
|
2781
|
+
"@typescript-eslint/types": "7.18.0",
|
|
2782
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
2853
2783
|
},
|
|
2854
2784
|
"engines": {
|
|
2855
|
-
"node": "^
|
|
2785
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
2856
2786
|
},
|
|
2857
2787
|
"funding": {
|
|
2858
2788
|
"type": "opencollective",
|
|
@@ -2887,6 +2817,30 @@
|
|
|
2887
2817
|
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
2888
2818
|
}
|
|
2889
2819
|
},
|
|
2820
|
+
"node_modules/@vitejs/plugin-react-swc": {
|
|
2821
|
+
"version": "4.0.1",
|
|
2822
|
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-4.0.1.tgz",
|
|
2823
|
+
"integrity": "sha512-NQhPjysi5duItyrMd5JWZFf2vNOuSMyw+EoZyTBDzk+DkfYD8WNrsUs09sELV2cr1P15nufsN25hsUBt4CKF9Q==",
|
|
2824
|
+
"dev": true,
|
|
2825
|
+
"license": "MIT",
|
|
2826
|
+
"dependencies": {
|
|
2827
|
+
"@rolldown/pluginutils": "1.0.0-beta.32",
|
|
2828
|
+
"@swc/core": "^1.13.2"
|
|
2829
|
+
},
|
|
2830
|
+
"engines": {
|
|
2831
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2832
|
+
},
|
|
2833
|
+
"peerDependencies": {
|
|
2834
|
+
"vite": "^4 || ^5 || ^6 || ^7"
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
"node_modules/@vitejs/plugin-react-swc/node_modules/@rolldown/pluginutils": {
|
|
2838
|
+
"version": "1.0.0-beta.32",
|
|
2839
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.32.tgz",
|
|
2840
|
+
"integrity": "sha512-QReCdvxiUZAPkvp1xpAg62IeNzykOFA6syH2CnClif4YmALN1XKpB39XneL80008UbtMShthSVDKmrx05N1q/g==",
|
|
2841
|
+
"dev": true,
|
|
2842
|
+
"license": "MIT"
|
|
2843
|
+
},
|
|
2890
2844
|
"node_modules/acorn": {
|
|
2891
2845
|
"version": "8.15.0",
|
|
2892
2846
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
@@ -3132,6 +3086,12 @@
|
|
|
3132
3086
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
3133
3087
|
}
|
|
3134
3088
|
},
|
|
3089
|
+
"node_modules/browserslist-config-single-spa": {
|
|
3090
|
+
"version": "1.0.1",
|
|
3091
|
+
"resolved": "https://registry.npmjs.org/browserslist-config-single-spa/-/browserslist-config-single-spa-1.0.1.tgz",
|
|
3092
|
+
"integrity": "sha512-nqOxTbatv6FcdgBvUTuH4MuojMZwvskspz5Y4dmpVcKd0uaQY8KEl3iALWus16+AwPVe3BIerBNEgELyaHZcQg==",
|
|
3093
|
+
"license": "MIT"
|
|
3094
|
+
},
|
|
3135
3095
|
"node_modules/call-bind-apply-helpers": {
|
|
3136
3096
|
"version": "1.0.2",
|
|
3137
3097
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
@@ -3465,22 +3425,6 @@
|
|
|
3465
3425
|
"node": ">=12"
|
|
3466
3426
|
}
|
|
3467
3427
|
},
|
|
3468
|
-
"node_modules/date-fns": {
|
|
3469
|
-
"version": "2.30.0",
|
|
3470
|
-
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
|
|
3471
|
-
"integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
|
|
3472
|
-
"license": "MIT",
|
|
3473
|
-
"dependencies": {
|
|
3474
|
-
"@babel/runtime": "^7.21.0"
|
|
3475
|
-
},
|
|
3476
|
-
"engines": {
|
|
3477
|
-
"node": ">=0.11"
|
|
3478
|
-
},
|
|
3479
|
-
"funding": {
|
|
3480
|
-
"type": "opencollective",
|
|
3481
|
-
"url": "https://opencollective.com/date-fns"
|
|
3482
|
-
}
|
|
3483
|
-
},
|
|
3484
3428
|
"node_modules/debug": {
|
|
3485
3429
|
"version": "4.4.1",
|
|
3486
3430
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
@@ -3596,9 +3540,9 @@
|
|
|
3596
3540
|
"license": "MIT"
|
|
3597
3541
|
},
|
|
3598
3542
|
"node_modules/electron-to-chromium": {
|
|
3599
|
-
"version": "1.5.
|
|
3600
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
3601
|
-
"integrity": "sha512-
|
|
3543
|
+
"version": "1.5.217",
|
|
3544
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.217.tgz",
|
|
3545
|
+
"integrity": "sha512-Pludfu5iBxp9XzNl0qq2G87hdD17ZV7h5T4n6rQXDi3nCyloBV3jreE9+8GC6g4X/5yxqVgXEURpcLtM0WS4jA==",
|
|
3602
3546
|
"dev": true,
|
|
3603
3547
|
"license": "ISC"
|
|
3604
3548
|
},
|
|
@@ -3654,9 +3598,9 @@
|
|
|
3654
3598
|
}
|
|
3655
3599
|
},
|
|
3656
3600
|
"node_modules/esbuild": {
|
|
3657
|
-
"version": "0.
|
|
3658
|
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.
|
|
3659
|
-
"integrity": "sha512-
|
|
3601
|
+
"version": "0.21.5",
|
|
3602
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
|
|
3603
|
+
"integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
|
|
3660
3604
|
"dev": true,
|
|
3661
3605
|
"hasInstallScript": true,
|
|
3662
3606
|
"license": "MIT",
|
|
@@ -3667,28 +3611,29 @@
|
|
|
3667
3611
|
"node": ">=12"
|
|
3668
3612
|
},
|
|
3669
3613
|
"optionalDependencies": {
|
|
3670
|
-
"@esbuild/
|
|
3671
|
-
"@esbuild/android-
|
|
3672
|
-
"@esbuild/android-
|
|
3673
|
-
"@esbuild/
|
|
3674
|
-
"@esbuild/darwin-
|
|
3675
|
-
"@esbuild/
|
|
3676
|
-
"@esbuild/freebsd-
|
|
3677
|
-
"@esbuild/
|
|
3678
|
-
"@esbuild/linux-
|
|
3679
|
-
"@esbuild/linux-
|
|
3680
|
-
"@esbuild/linux-
|
|
3681
|
-
"@esbuild/linux-
|
|
3682
|
-
"@esbuild/linux-
|
|
3683
|
-
"@esbuild/linux-
|
|
3684
|
-
"@esbuild/linux-
|
|
3685
|
-
"@esbuild/linux-
|
|
3686
|
-
"@esbuild/
|
|
3687
|
-
"@esbuild/
|
|
3688
|
-
"@esbuild/
|
|
3689
|
-
"@esbuild/
|
|
3690
|
-
"@esbuild/win32-
|
|
3691
|
-
"@esbuild/win32-
|
|
3614
|
+
"@esbuild/aix-ppc64": "0.21.5",
|
|
3615
|
+
"@esbuild/android-arm": "0.21.5",
|
|
3616
|
+
"@esbuild/android-arm64": "0.21.5",
|
|
3617
|
+
"@esbuild/android-x64": "0.21.5",
|
|
3618
|
+
"@esbuild/darwin-arm64": "0.21.5",
|
|
3619
|
+
"@esbuild/darwin-x64": "0.21.5",
|
|
3620
|
+
"@esbuild/freebsd-arm64": "0.21.5",
|
|
3621
|
+
"@esbuild/freebsd-x64": "0.21.5",
|
|
3622
|
+
"@esbuild/linux-arm": "0.21.5",
|
|
3623
|
+
"@esbuild/linux-arm64": "0.21.5",
|
|
3624
|
+
"@esbuild/linux-ia32": "0.21.5",
|
|
3625
|
+
"@esbuild/linux-loong64": "0.21.5",
|
|
3626
|
+
"@esbuild/linux-mips64el": "0.21.5",
|
|
3627
|
+
"@esbuild/linux-ppc64": "0.21.5",
|
|
3628
|
+
"@esbuild/linux-riscv64": "0.21.5",
|
|
3629
|
+
"@esbuild/linux-s390x": "0.21.5",
|
|
3630
|
+
"@esbuild/linux-x64": "0.21.5",
|
|
3631
|
+
"@esbuild/netbsd-x64": "0.21.5",
|
|
3632
|
+
"@esbuild/openbsd-x64": "0.21.5",
|
|
3633
|
+
"@esbuild/sunos-x64": "0.21.5",
|
|
3634
|
+
"@esbuild/win32-arm64": "0.21.5",
|
|
3635
|
+
"@esbuild/win32-ia32": "0.21.5",
|
|
3636
|
+
"@esbuild/win32-x64": "0.21.5"
|
|
3692
3637
|
}
|
|
3693
3638
|
},
|
|
3694
3639
|
"node_modules/escalade": {
|
|
@@ -3902,6 +3847,16 @@
|
|
|
3902
3847
|
"node": ">=4.0"
|
|
3903
3848
|
}
|
|
3904
3849
|
},
|
|
3850
|
+
"node_modules/estree-walker": {
|
|
3851
|
+
"version": "3.0.3",
|
|
3852
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
3853
|
+
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
3854
|
+
"dev": true,
|
|
3855
|
+
"license": "MIT",
|
|
3856
|
+
"dependencies": {
|
|
3857
|
+
"@types/estree": "^1.0.0"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3905
3860
|
"node_modules/esutils": {
|
|
3906
3861
|
"version": "2.0.3",
|
|
3907
3862
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
@@ -4695,12 +4650,25 @@
|
|
|
4695
4650
|
}
|
|
4696
4651
|
},
|
|
4697
4652
|
"node_modules/lucide-react": {
|
|
4698
|
-
"version": "0.
|
|
4699
|
-
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.
|
|
4700
|
-
"integrity": "sha512-
|
|
4653
|
+
"version": "0.445.0",
|
|
4654
|
+
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.445.0.tgz",
|
|
4655
|
+
"integrity": "sha512-YrLf3aAHvmd4dZ8ot+mMdNFrFpJD7YRwQ2pUcBhgqbmxtrMP4xDzIorcj+8y+6kpuXBF4JB0NOCTUWIYetJjgA==",
|
|
4701
4656
|
"license": "ISC",
|
|
4702
4657
|
"peerDependencies": {
|
|
4703
|
-
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
|
|
4658
|
+
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
|
|
4659
|
+
}
|
|
4660
|
+
},
|
|
4661
|
+
"node_modules/magic-string": {
|
|
4662
|
+
"version": "0.27.0",
|
|
4663
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz",
|
|
4664
|
+
"integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==",
|
|
4665
|
+
"dev": true,
|
|
4666
|
+
"license": "MIT",
|
|
4667
|
+
"dependencies": {
|
|
4668
|
+
"@jridgewell/sourcemap-codec": "^1.4.13"
|
|
4669
|
+
},
|
|
4670
|
+
"engines": {
|
|
4671
|
+
"node": ">=12"
|
|
4704
4672
|
}
|
|
4705
4673
|
},
|
|
4706
4674
|
"node_modules/math-intrinsics": {
|
|
@@ -4756,10 +4724,9 @@
|
|
|
4756
4724
|
}
|
|
4757
4725
|
},
|
|
4758
4726
|
"node_modules/minimatch": {
|
|
4759
|
-
"version": "9.0.
|
|
4760
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
4761
|
-
"integrity": "sha512-
|
|
4762
|
-
"dev": true,
|
|
4727
|
+
"version": "9.0.5",
|
|
4728
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
4729
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
4763
4730
|
"license": "ISC",
|
|
4764
4731
|
"dependencies": {
|
|
4765
4732
|
"brace-expansion": "^2.0.1"
|
|
@@ -4824,9 +4791,9 @@
|
|
|
4824
4791
|
"license": "MIT"
|
|
4825
4792
|
},
|
|
4826
4793
|
"node_modules/node-releases": {
|
|
4827
|
-
"version": "2.0.
|
|
4828
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
4829
|
-
"integrity": "sha512-
|
|
4794
|
+
"version": "2.0.20",
|
|
4795
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.20.tgz",
|
|
4796
|
+
"integrity": "sha512-7gK6zSXEH6neM212JgfYFXe+GmZQM+fia5SsusuBIUgnPheLFBmIPhtFoAQRj8/7wASYQnbDlHPVwY0BefoFgA==",
|
|
4830
4797
|
"dev": true,
|
|
4831
4798
|
"license": "MIT"
|
|
4832
4799
|
},
|
|
@@ -5539,19 +5506,43 @@
|
|
|
5539
5506
|
}
|
|
5540
5507
|
},
|
|
5541
5508
|
"node_modules/rollup": {
|
|
5542
|
-
"version": "
|
|
5543
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-
|
|
5544
|
-
"integrity": "sha512-
|
|
5509
|
+
"version": "4.50.1",
|
|
5510
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.50.1.tgz",
|
|
5511
|
+
"integrity": "sha512-78E9voJHwnXQMiQdiqswVLZwJIzdBKJ1GdI5Zx6XwoFKUIk09/sSrr+05QFzvYb8q6Y9pPV45zzDuYa3907TZA==",
|
|
5545
5512
|
"dev": true,
|
|
5546
5513
|
"license": "MIT",
|
|
5514
|
+
"dependencies": {
|
|
5515
|
+
"@types/estree": "1.0.8"
|
|
5516
|
+
},
|
|
5547
5517
|
"bin": {
|
|
5548
5518
|
"rollup": "dist/bin/rollup"
|
|
5549
5519
|
},
|
|
5550
5520
|
"engines": {
|
|
5551
|
-
"node": ">=
|
|
5521
|
+
"node": ">=18.0.0",
|
|
5552
5522
|
"npm": ">=8.0.0"
|
|
5553
5523
|
},
|
|
5554
5524
|
"optionalDependencies": {
|
|
5525
|
+
"@rollup/rollup-android-arm-eabi": "4.50.1",
|
|
5526
|
+
"@rollup/rollup-android-arm64": "4.50.1",
|
|
5527
|
+
"@rollup/rollup-darwin-arm64": "4.50.1",
|
|
5528
|
+
"@rollup/rollup-darwin-x64": "4.50.1",
|
|
5529
|
+
"@rollup/rollup-freebsd-arm64": "4.50.1",
|
|
5530
|
+
"@rollup/rollup-freebsd-x64": "4.50.1",
|
|
5531
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.50.1",
|
|
5532
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.50.1",
|
|
5533
|
+
"@rollup/rollup-linux-arm64-gnu": "4.50.1",
|
|
5534
|
+
"@rollup/rollup-linux-arm64-musl": "4.50.1",
|
|
5535
|
+
"@rollup/rollup-linux-loongarch64-gnu": "4.50.1",
|
|
5536
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.50.1",
|
|
5537
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.50.1",
|
|
5538
|
+
"@rollup/rollup-linux-riscv64-musl": "4.50.1",
|
|
5539
|
+
"@rollup/rollup-linux-s390x-gnu": "4.50.1",
|
|
5540
|
+
"@rollup/rollup-linux-x64-gnu": "4.50.1",
|
|
5541
|
+
"@rollup/rollup-linux-x64-musl": "4.50.1",
|
|
5542
|
+
"@rollup/rollup-openharmony-arm64": "4.50.1",
|
|
5543
|
+
"@rollup/rollup-win32-arm64-msvc": "4.50.1",
|
|
5544
|
+
"@rollup/rollup-win32-ia32-msvc": "4.50.1",
|
|
5545
|
+
"@rollup/rollup-win32-x64-msvc": "4.50.1",
|
|
5555
5546
|
"fsevents": "~2.3.2"
|
|
5556
5547
|
}
|
|
5557
5548
|
},
|
|
@@ -5633,6 +5624,34 @@
|
|
|
5633
5624
|
"url": "https://github.com/sponsors/isaacs"
|
|
5634
5625
|
}
|
|
5635
5626
|
},
|
|
5627
|
+
"node_modules/single-spa": {
|
|
5628
|
+
"version": "6.0.3",
|
|
5629
|
+
"resolved": "https://registry.npmjs.org/single-spa/-/single-spa-6.0.3.tgz",
|
|
5630
|
+
"integrity": "sha512-pXlwHXHhs3hx/MnGQHBLdFCVAN2rlm9TLBKazbDMyZ25QRxoen2vlUZ47MyXKa9K8Gd5UZs/gkuQad4TGbViwg==",
|
|
5631
|
+
"license": "MIT"
|
|
5632
|
+
},
|
|
5633
|
+
"node_modules/single-spa-react": {
|
|
5634
|
+
"version": "6.0.2",
|
|
5635
|
+
"resolved": "https://registry.npmjs.org/single-spa-react/-/single-spa-react-6.0.2.tgz",
|
|
5636
|
+
"integrity": "sha512-nRz5Izf57iYZXMXdTh+RmHnxxQojFL8NCIVUyA7PpXRib1ykmbat6JgT3yFPgXRs129BCC4+j+O5TLQOmLzF4Q==",
|
|
5637
|
+
"license": "MIT",
|
|
5638
|
+
"dependencies": {
|
|
5639
|
+
"browserslist-config-single-spa": "^1.0.1"
|
|
5640
|
+
},
|
|
5641
|
+
"peerDependencies": {
|
|
5642
|
+
"@types/react": "*",
|
|
5643
|
+
"@types/react-dom": "*",
|
|
5644
|
+
"react": "*"
|
|
5645
|
+
},
|
|
5646
|
+
"peerDependenciesMeta": {
|
|
5647
|
+
"@types/react": {
|
|
5648
|
+
"optional": true
|
|
5649
|
+
},
|
|
5650
|
+
"@types/react-dom": {
|
|
5651
|
+
"optional": true
|
|
5652
|
+
}
|
|
5653
|
+
}
|
|
5654
|
+
},
|
|
5636
5655
|
"node_modules/slash": {
|
|
5637
5656
|
"version": "3.0.0",
|
|
5638
5657
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -5691,9 +5710,9 @@
|
|
|
5691
5710
|
"license": "MIT"
|
|
5692
5711
|
},
|
|
5693
5712
|
"node_modules/string-width/node_modules/ansi-regex": {
|
|
5694
|
-
"version": "6.2.
|
|
5695
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.
|
|
5696
|
-
"integrity": "sha512-
|
|
5713
|
+
"version": "6.2.2",
|
|
5714
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
5715
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
5697
5716
|
"license": "MIT",
|
|
5698
5717
|
"engines": {
|
|
5699
5718
|
"node": ">=12"
|
|
@@ -5703,9 +5722,9 @@
|
|
|
5703
5722
|
}
|
|
5704
5723
|
},
|
|
5705
5724
|
"node_modules/string-width/node_modules/strip-ansi": {
|
|
5706
|
-
"version": "7.1.
|
|
5707
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
5708
|
-
"integrity": "sha512-
|
|
5725
|
+
"version": "7.1.2",
|
|
5726
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
5727
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
5709
5728
|
"license": "MIT",
|
|
5710
5729
|
"dependencies": {
|
|
5711
5730
|
"ansi-regex": "^6.0.1"
|
|
@@ -5797,21 +5816,6 @@
|
|
|
5797
5816
|
"url": "https://github.com/sponsors/isaacs"
|
|
5798
5817
|
}
|
|
5799
5818
|
},
|
|
5800
|
-
"node_modules/sucrase/node_modules/minimatch": {
|
|
5801
|
-
"version": "9.0.5",
|
|
5802
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
5803
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
5804
|
-
"license": "ISC",
|
|
5805
|
-
"dependencies": {
|
|
5806
|
-
"brace-expansion": "^2.0.1"
|
|
5807
|
-
},
|
|
5808
|
-
"engines": {
|
|
5809
|
-
"node": ">=16 || 14 >=14.17"
|
|
5810
|
-
},
|
|
5811
|
-
"funding": {
|
|
5812
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5813
|
-
}
|
|
5814
|
-
},
|
|
5815
5819
|
"node_modules/supports-color": {
|
|
5816
5820
|
"version": "7.2.0",
|
|
5817
5821
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
@@ -6004,6 +6008,13 @@
|
|
|
6004
6008
|
"node": ">=14.17"
|
|
6005
6009
|
}
|
|
6006
6010
|
},
|
|
6011
|
+
"node_modules/undici-types": {
|
|
6012
|
+
"version": "7.10.0",
|
|
6013
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
|
|
6014
|
+
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
|
|
6015
|
+
"dev": true,
|
|
6016
|
+
"license": "MIT"
|
|
6017
|
+
},
|
|
6007
6018
|
"node_modules/update-browserslist-db": {
|
|
6008
6019
|
"version": "1.1.3",
|
|
6009
6020
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
|
@@ -6126,33 +6137,34 @@
|
|
|
6126
6137
|
}
|
|
6127
6138
|
},
|
|
6128
6139
|
"node_modules/vite": {
|
|
6129
|
-
"version": "4.
|
|
6130
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-4.
|
|
6131
|
-
"integrity": "sha512
|
|
6140
|
+
"version": "5.4.20",
|
|
6141
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.20.tgz",
|
|
6142
|
+
"integrity": "sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==",
|
|
6132
6143
|
"dev": true,
|
|
6133
6144
|
"license": "MIT",
|
|
6134
6145
|
"dependencies": {
|
|
6135
|
-
"esbuild": "^0.
|
|
6136
|
-
"postcss": "^8.4.
|
|
6137
|
-
"rollup": "^
|
|
6146
|
+
"esbuild": "^0.21.3",
|
|
6147
|
+
"postcss": "^8.4.43",
|
|
6148
|
+
"rollup": "^4.20.0"
|
|
6138
6149
|
},
|
|
6139
6150
|
"bin": {
|
|
6140
6151
|
"vite": "bin/vite.js"
|
|
6141
6152
|
},
|
|
6142
6153
|
"engines": {
|
|
6143
|
-
"node": "^
|
|
6154
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
6144
6155
|
},
|
|
6145
6156
|
"funding": {
|
|
6146
6157
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
6147
6158
|
},
|
|
6148
6159
|
"optionalDependencies": {
|
|
6149
|
-
"fsevents": "~2.3.
|
|
6160
|
+
"fsevents": "~2.3.3"
|
|
6150
6161
|
},
|
|
6151
6162
|
"peerDependencies": {
|
|
6152
|
-
"@types/node": ">=
|
|
6163
|
+
"@types/node": "^18.0.0 || >=20.0.0",
|
|
6153
6164
|
"less": "*",
|
|
6154
6165
|
"lightningcss": "^1.21.0",
|
|
6155
6166
|
"sass": "*",
|
|
6167
|
+
"sass-embedded": "*",
|
|
6156
6168
|
"stylus": "*",
|
|
6157
6169
|
"sugarss": "*",
|
|
6158
6170
|
"terser": "^5.4.0"
|
|
@@ -6170,6 +6182,9 @@
|
|
|
6170
6182
|
"sass": {
|
|
6171
6183
|
"optional": true
|
|
6172
6184
|
},
|
|
6185
|
+
"sass-embedded": {
|
|
6186
|
+
"optional": true
|
|
6187
|
+
},
|
|
6173
6188
|
"stylus": {
|
|
6174
6189
|
"optional": true
|
|
6175
6190
|
},
|
|
@@ -6262,9 +6277,9 @@
|
|
|
6262
6277
|
}
|
|
6263
6278
|
},
|
|
6264
6279
|
"node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
6265
|
-
"version": "6.2.
|
|
6266
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.
|
|
6267
|
-
"integrity": "sha512-
|
|
6280
|
+
"version": "6.2.2",
|
|
6281
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
6282
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
6268
6283
|
"license": "MIT",
|
|
6269
6284
|
"engines": {
|
|
6270
6285
|
"node": ">=12"
|
|
@@ -6274,9 +6289,9 @@
|
|
|
6274
6289
|
}
|
|
6275
6290
|
},
|
|
6276
6291
|
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
6277
|
-
"version": "6.2.
|
|
6278
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
6279
|
-
"integrity": "sha512-
|
|
6292
|
+
"version": "6.2.3",
|
|
6293
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
6294
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
6280
6295
|
"license": "MIT",
|
|
6281
6296
|
"engines": {
|
|
6282
6297
|
"node": ">=12"
|
|
@@ -6286,9 +6301,9 @@
|
|
|
6286
6301
|
}
|
|
6287
6302
|
},
|
|
6288
6303
|
"node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
6289
|
-
"version": "7.1.
|
|
6290
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
6291
|
-
"integrity": "sha512-
|
|
6304
|
+
"version": "7.1.2",
|
|
6305
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
6306
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
6292
6307
|
"license": "MIT",
|
|
6293
6308
|
"dependencies": {
|
|
6294
6309
|
"ansi-regex": "^6.0.1"
|