HyperCluster/Fara-BrowserUse
5
1{
2 "name": "fara-cua-front",
3 "version": "0.0.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "fara-cua-front",
9 "version": "0.0.0",
10 "dependencies": {
11 "@emotion/react": "^11.14.0",
12 "@emotion/styled": "^11.14.1",
13 "@mui/icons-material": "^7.3.4",
14 "@mui/lab": "^7.0.1-beta.19",
15 "@mui/material": "^7.3.4",
16 "gifshot": "^0.4.5",
17 "react": "^18.3.1",
18 "react-dom": "^18.3.1",
19 "react-router-dom": "^6.30.1",
20 "ulid": "^3.0.1",
21 "zustand": "^5.0.8"
22 },
23 "devDependencies": {
24 "@eslint/js": "^9.38.0",
25 "@types/node": "^22.16.5",
26 "@types/react": "^18.3.23",
27 "@types/react-dom": "^18.3.7",
28 "@vitejs/plugin-react-swc": "^3.11.0",
29 "autoprefixer": "^10.4.21",
30 "eslint": "^9.32.0",
31 "eslint-plugin-react-hooks": "^5.2.0",
32 "eslint-plugin-react-refresh": "^0.4.20",
33 "globals": "^15.15.0",
34 "typescript-eslint": "^8.38.0",
35 "vite": "^5.4.19"
36 }
37 },
38 "node_modules/@babel/code-frame": {
39 "version": "7.27.1",
40 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
41 "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
42 "license": "MIT",
43 "dependencies": {
44 "@babel/helper-validator-identifier": "^7.27.1",
45 "js-tokens": "^4.0.0",
46 "picocolors": "^1.1.1"
47 },
48 "engines": {
49 "node": ">=6.9.0"
50 }
51 },
52 "node_modules/@babel/generator": {
53 "version": "7.28.5",
54 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
55 "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
56 "license": "MIT",
57 "dependencies": {
58 "@babel/parser": "^7.28.5",
59 "@babel/types": "^7.28.5",
60 "@jridgewell/gen-mapping": "^0.3.12",
61 "@jridgewell/trace-mapping": "^0.3.28",
62 "jsesc": "^3.0.2"
63 },
64 "engines": {
65 "node": ">=6.9.0"
66 }
67 },
68 "node_modules/@babel/helper-globals": {
69 "version": "7.28.0",
70 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
71 "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
72 "license": "MIT",
73 "engines": {
74 "node": ">=6.9.0"
75 }
76 },
77 "node_modules/@babel/helper-module-imports": {
78 "version": "7.27.1",
79 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
80 "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
81 "license": "MIT",
82 "dependencies": {
83 "@babel/traverse": "^7.27.1",
84 "@babel/types": "^7.27.1"
85 },
86 "engines": {
87 "node": ">=6.9.0"
88 }
89 },
90 "node_modules/@babel/helper-string-parser": {
91 "version": "7.27.1",
92 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
93 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
94 "license": "MIT",
95 "engines": {
96 "node": ">=6.9.0"
97 }
98 },
99 "node_modules/@babel/helper-validator-identifier": {
100 "version": "7.28.5",
101 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
102 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
103 "license": "MIT",
104 "engines": {
105 "node": ">=6.9.0"
106 }
107 },
108 "node_modules/@babel/parser": {
109 "version": "7.28.5",
110 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
111 "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
112 "license": "MIT",
113 "dependencies": {
114 "@babel/types": "^7.28.5"
115 },
116 "bin": {
117 "parser": "bin/babel-parser.js"
118 },
119 "engines": {
120 "node": ">=6.0.0"
121 }
122 },
123 "node_modules/@babel/runtime": {
124 "version": "7.28.4",
125 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
126 "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
127 "license": "MIT",
128 "engines": {
129 "node": ">=6.9.0"
130 }
131 },
132 "node_modules/@babel/template": {
133 "version": "7.27.2",
134 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
135 "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
136 "license": "MIT",
137 "dependencies": {
138 "@babel/code-frame": "^7.27.1",
139 "@babel/parser": "^7.27.2",
140 "@babel/types": "^7.27.1"
141 },
142 "engines": {
143 "node": ">=6.9.0"
144 }
145 },
146 "node_modules/@babel/traverse": {
147 "version": "7.28.5",
148 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
149 "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
150 "license": "MIT",
151 "dependencies": {
152 "@babel/code-frame": "^7.27.1",
153 "@babel/generator": "^7.28.5",
154 "@babel/helper-globals": "^7.28.0",
155 "@babel/parser": "^7.28.5",
156 "@babel/template": "^7.27.2",
157 "@babel/types": "^7.28.5",
158 "debug": "^4.3.1"
159 },
160 "engines": {
161 "node": ">=6.9.0"
162 }
163 },
164 "node_modules/@babel/types": {
165 "version": "7.28.5",
166 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
167 "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
168 "license": "MIT",
169 "dependencies": {
170 "@babel/helper-string-parser": "^7.27.1",
171 "@babel/helper-validator-identifier": "^7.28.5"
172 },
173 "engines": {
174 "node": ">=6.9.0"
175 }
176 },
177 "node_modules/@emotion/babel-plugin": {
178 "version": "11.13.5",
179 "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",
180 "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",
181 "license": "MIT",
182 "dependencies": {
183 "@babel/helper-module-imports": "^7.16.7",
184 "@babel/runtime": "^7.18.3",
185 "@emotion/hash": "^0.9.2",
186 "@emotion/memoize": "^0.9.0",
187 "@emotion/serialize": "^1.3.3",
188 "babel-plugin-macros": "^3.1.0",
189 "convert-source-map": "^1.5.0",
190 "escape-string-regexp": "^4.0.0",
191 "find-root": "^1.1.0",
192 "source-map": "^0.5.7",
193 "stylis": "4.2.0"
194 }
195 },
196 "node_modules/@emotion/cache": {
197 "version": "11.14.0",
198 "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz",
199 "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",
200 "license": "MIT",
201 "dependencies": {
202 "@emotion/memoize": "^0.9.0",
203 "@emotion/sheet": "^1.4.0",
204 "@emotion/utils": "^1.4.2",
205 "@emotion/weak-memoize": "^0.4.0",
206 "stylis": "4.2.0"
207 }
208 },
209 "node_modules/@emotion/hash": {
210 "version": "0.9.2",
211 "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",
212 "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
213 "license": "MIT"
214 },
215 "node_modules/@emotion/is-prop-valid": {
216 "version": "1.4.0",
217 "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz",
218 "integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==",
219 "license": "MIT",
220 "dependencies": {
221 "@emotion/memoize": "^0.9.0"
222 }
223 },
224 "node_modules/@emotion/memoize": {
225 "version": "0.9.0",
226 "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
227 "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
228 "license": "MIT"
229 },
230 "node_modules/@emotion/react": {
231 "version": "11.14.0",
232 "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",
233 "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",
234 "license": "MIT",
235 "dependencies": {
236 "@babel/runtime": "^7.18.3",
237 "@emotion/babel-plugin": "^11.13.5",
238 "@emotion/cache": "^11.14.0",
239 "@emotion/serialize": "^1.3.3",
240 "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
241 "@emotion/utils": "^1.4.2",
242 "@emotion/weak-memoize": "^0.4.0",
243 "hoist-non-react-statics": "^3.3.1"
244 },
245 "peerDependencies": {
246 "react": ">=16.8.0"
247 },
248 "peerDependenciesMeta": {
249 "@types/react": {
250 "optional": true
251 }
252 }
253 },
254 "node_modules/@emotion/serialize": {
255 "version": "1.3.3",
256 "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz",
257 "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==",
258 "license": "MIT",
259 "dependencies": {
260 "@emotion/hash": "^0.9.2",
261 "@emotion/memoize": "^0.9.0",
262 "@emotion/unitless": "^0.10.0",
263 "@emotion/utils": "^1.4.2",
264 "csstype": "^3.0.2"
265 }
266 },
267 "node_modules/@emotion/sheet": {
268 "version": "1.4.0",
269 "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz",
270 "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
271 "license": "MIT"
272 },
273 "node_modules/@emotion/styled": {
274 "version": "11.14.1",
275 "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz",
276 "integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==",
277 "license": "MIT",
278 "dependencies": {
279 "@babel/runtime": "^7.18.3",
280 "@emotion/babel-plugin": "^11.13.5",
281 "@emotion/is-prop-valid": "^1.3.0",
282 "@emotion/serialize": "^1.3.3",
283 "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
284 "@emotion/utils": "^1.4.2"
285 },
286 "peerDependencies": {
287 "@emotion/react": "^11.0.0-rc.0",
288 "react": ">=16.8.0"
289 },
290 "peerDependenciesMeta": {
291 "@types/react": {
292 "optional": true
293 }
294 }
295 },
296 "node_modules/@emotion/unitless": {
297 "version": "0.10.0",
298 "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",
299 "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
300 "license": "MIT"
301 },
302 "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
303 "version": "1.2.0",
304 "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz",
305 "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==",
306 "license": "MIT",
307 "peerDependencies": {
308 "react": ">=16.8.0"
309 }
310 },
311 "node_modules/@emotion/utils": {
312 "version": "1.4.2",
313 "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz",
314 "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==",
315 "license": "MIT"
316 },
317 "node_modules/@emotion/weak-memoize": {
318 "version": "0.4.0",
319 "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
320 "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",
321 "license": "MIT"
322 },
323 "node_modules/@esbuild/aix-ppc64": {
324 "version": "0.21.5",
325 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
326 "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
327 "cpu": [
328 "ppc64"
329 ],
330 "dev": true,
331 "license": "MIT",
332 "optional": true,
333 "os": [
334 "aix"
335 ],
336 "engines": {
337 "node": ">=12"
338 }
339 },
340 "node_modules/@esbuild/android-arm": {
341 "version": "0.21.5",
342 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
343 "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
344 "cpu": [
345 "arm"
346 ],
347 "dev": true,
348 "license": "MIT",
349 "optional": true,
350 "os": [
351 "android"
352 ],
353 "engines": {
354 "node": ">=12"
355 }
356 },
357 "node_modules/@esbuild/android-arm64": {
358 "version": "0.21.5",
359 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
360 "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
361 "cpu": [
362 "arm64"
363 ],
364 "dev": true,
365 "license": "MIT",
366 "optional": true,
367 "os": [
368 "android"
369 ],
370 "engines": {
371 "node": ">=12"
372 }
373 },
374 "node_modules/@esbuild/android-x64": {
375 "version": "0.21.5",
376 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
377 "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
378 "cpu": [
379 "x64"
380 ],
381 "dev": true,
382 "license": "MIT",
383 "optional": true,
384 "os": [
385 "android"
386 ],
387 "engines": {
388 "node": ">=12"
389 }
390 },
391 "node_modules/@esbuild/darwin-arm64": {
392 "version": "0.21.5",
393 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
394 "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
395 "cpu": [
396 "arm64"
397 ],
398 "dev": true,
399 "license": "MIT",
400 "optional": true,
401 "os": [
402 "darwin"
403 ],
404 "engines": {
405 "node": ">=12"
406 }
407 },
408 "node_modules/@esbuild/darwin-x64": {
409 "version": "0.21.5",
410 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
411 "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
412 "cpu": [
413 "x64"
414 ],
415 "dev": true,
416 "license": "MIT",
417 "optional": true,
418 "os": [
419 "darwin"
420 ],
421 "engines": {
422 "node": ">=12"
423 }
424 },
425 "node_modules/@esbuild/freebsd-arm64": {
426 "version": "0.21.5",
427 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
428 "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
429 "cpu": [
430 "arm64"
431 ],
432 "dev": true,
433 "license": "MIT",
434 "optional": true,
435 "os": [
436 "freebsd"
437 ],
438 "engines": {
439 "node": ">=12"
440 }
441 },
442 "node_modules/@esbuild/freebsd-x64": {
443 "version": "0.21.5",
444 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
445 "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
446 "cpu": [
447 "x64"
448 ],
449 "dev": true,
450 "license": "MIT",
451 "optional": true,
452 "os": [
453 "freebsd"
454 ],
455 "engines": {
456 "node": ">=12"
457 }
458 },
459 "node_modules/@esbuild/linux-arm": {
460 "version": "0.21.5",
461 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
462 "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
463 "cpu": [
464 "arm"
465 ],
466 "dev": true,
467 "license": "MIT",
468 "optional": true,
469 "os": [
470 "linux"
471 ],
472 "engines": {
473 "node": ">=12"
474 }
475 },
476 "node_modules/@esbuild/linux-arm64": {
477 "version": "0.21.5",
478 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
479 "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
480 "cpu": [
481 "arm64"
482 ],
483 "dev": true,
484 "license": "MIT",
485 "optional": true,
486 "os": [
487 "linux"
488 ],
489 "engines": {
490 "node": ">=12"
491 }
492 },
493 "node_modules/@esbuild/linux-ia32": {
494 "version": "0.21.5",
495 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
496 "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
497 "cpu": [
498 "ia32"
499 ],
500 "dev": true,
501 "license": "MIT",
502 "optional": true,
503 "os": [
504 "linux"
505 ],
506 "engines": {
507 "node": ">=12"
508 }
509 },
510 "node_modules/@esbuild/linux-loong64": {
511 "version": "0.21.5",
512 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
513 "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
514 "cpu": [
515 "loong64"
516 ],
517 "dev": true,
518 "license": "MIT",
519 "optional": true,
520 "os": [
521 "linux"
522 ],
523 "engines": {
524 "node": ">=12"
525 }
526 },
527 "node_modules/@esbuild/linux-mips64el": {
528 "version": "0.21.5",
529 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
530 "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
531 "cpu": [
532 "mips64el"
533 ],
534 "dev": true,
535 "license": "MIT",
536 "optional": true,
537 "os": [
538 "linux"
539 ],
540 "engines": {
541 "node": ">=12"
542 }
543 },
544 "node_modules/@esbuild/linux-ppc64": {
545 "version": "0.21.5",
546 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
547 "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
548 "cpu": [
549 "ppc64"
550 ],
551 "dev": true,
552 "license": "MIT",
553 "optional": true,
554 "os": [
555 "linux"
556 ],
557 "engines": {
558 "node": ">=12"
559 }
560 },
561 "node_modules/@esbuild/linux-riscv64": {
562 "version": "0.21.5",
563 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
564 "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
565 "cpu": [
566 "riscv64"
567 ],
568 "dev": true,
569 "license": "MIT",
570 "optional": true,
571 "os": [
572 "linux"
573 ],
574 "engines": {
575 "node": ">=12"
576 }
577 },
578 "node_modules/@esbuild/linux-s390x": {
579 "version": "0.21.5",
580 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
581 "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
582 "cpu": [
583 "s390x"
584 ],
585 "dev": true,
586 "license": "MIT",
587 "optional": true,
588 "os": [
589 "linux"
590 ],
591 "engines": {
592 "node": ">=12"
593 }
594 },
595 "node_modules/@esbuild/linux-x64": {
596 "version": "0.21.5",
597 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
598 "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
599 "cpu": [
600 "x64"
601 ],
602 "dev": true,
603 "license": "MIT",
604 "optional": true,
605 "os": [
606 "linux"
607 ],
608 "engines": {
609 "node": ">=12"
610 }
611 },
612 "node_modules/@esbuild/netbsd-x64": {
613 "version": "0.21.5",
614 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
615 "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
616 "cpu": [
617 "x64"
618 ],
619 "dev": true,
620 "license": "MIT",
621 "optional": true,
622 "os": [
623 "netbsd"
624 ],
625 "engines": {
626 "node": ">=12"
627 }
628 },
629 "node_modules/@esbuild/openbsd-x64": {
630 "version": "0.21.5",
631 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
632 "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
633 "cpu": [
634 "x64"
635 ],
636 "dev": true,
637 "license": "MIT",
638 "optional": true,
639 "os": [
640 "openbsd"
641 ],
642 "engines": {
643 "node": ">=12"
644 }
645 },
646 "node_modules/@esbuild/sunos-x64": {
647 "version": "0.21.5",
648 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
649 "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
650 "cpu": [
651 "x64"
652 ],
653 "dev": true,
654 "license": "MIT",
655 "optional": true,
656 "os": [
657 "sunos"
658 ],
659 "engines": {
660 "node": ">=12"
661 }
662 },
663 "node_modules/@esbuild/win32-arm64": {
664 "version": "0.21.5",
665 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
666 "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
667 "cpu": [
668 "arm64"
669 ],
670 "dev": true,
671 "license": "MIT",
672 "optional": true,
673 "os": [
674 "win32"
675 ],
676 "engines": {
677 "node": ">=12"
678 }
679 },
680 "node_modules/@esbuild/win32-ia32": {
681 "version": "0.21.5",
682 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
683 "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
684 "cpu": [
685 "ia32"
686 ],
687 "dev": true,
688 "license": "MIT",
689 "optional": true,
690 "os": [
691 "win32"
692 ],
693 "engines": {
694 "node": ">=12"
695 }
696 },
697 "node_modules/@esbuild/win32-x64": {
698 "version": "0.21.5",
699 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
700 "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
701 "cpu": [
702 "x64"
703 ],
704 "dev": true,
705 "license": "MIT",
706 "optional": true,
707 "os": [
708 "win32"
709 ],
710 "engines": {
711 "node": ">=12"
712 }
713 },
714 "node_modules/@eslint-community/eslint-utils": {
715 "version": "4.9.0",
716 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
717 "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
718 "dev": true,
719 "license": "MIT",
720 "dependencies": {
721 "eslint-visitor-keys": "^3.4.3"
722 },
723 "engines": {
724 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
725 },
726 "funding": {
727 "url": "https://opencollective.com/eslint"
728 },
729 "peerDependencies": {
730 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
731 }
732 },
733 "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
734 "version": "3.4.3",
735 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
736 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
737 "dev": true,
738 "license": "Apache-2.0",
739 "engines": {
740 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
741 },
742 "funding": {
743 "url": "https://opencollective.com/eslint"
744 }
745 },
746 "node_modules/@eslint-community/regexpp": {
747 "version": "4.12.1",
748 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
749 "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
750 "dev": true,
751 "license": "MIT",
752 "engines": {
753 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
754 }
755 },
756 "node_modules/@eslint/config-array": {
757 "version": "0.21.0",
758 "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
759 "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
760 "dev": true,
761 "license": "Apache-2.0",
762 "dependencies": {
763 "@eslint/object-schema": "^2.1.6",
764 "debug": "^4.3.1",
765 "minimatch": "^3.1.2"
766 },
767 "engines": {
768 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
769 }
770 },
771 "node_modules/@eslint/config-helpers": {
772 "version": "0.4.0",
773 "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.0.tgz",
774 "integrity": "sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==",
775 "dev": true,
776 "license": "Apache-2.0",
777 "dependencies": {
778 "@eslint/core": "^0.16.0"
779 },
780 "engines": {
781 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
782 }
783 },
784 "node_modules/@eslint/core": {
785 "version": "0.16.0",
786 "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
787 "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
788 "dev": true,
789 "license": "Apache-2.0",
790 "dependencies": {
791 "@types/json-schema": "^7.0.15"
792 },
793 "engines": {
794 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
795 }
796 },
797 "node_modules/@eslint/eslintrc": {
798 "version": "3.3.1",
799 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
800 "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
801 "dev": true,
802 "license": "MIT",
803 "dependencies": {
804 "ajv": "^6.12.4",
805 "debug": "^4.3.2",
806 "espree": "^10.0.1",
807 "globals": "^14.0.0",
808 "ignore": "^5.2.0",
809 "import-fresh": "^3.2.1",
810 "js-yaml": "^4.1.0",
811 "minimatch": "^3.1.2",
812 "strip-json-comments": "^3.1.1"
813 },
814 "engines": {
815 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
816 },
817 "funding": {
818 "url": "https://opencollective.com/eslint"
819 }
820 },
821 "node_modules/@eslint/eslintrc/node_modules/globals": {
822 "version": "14.0.0",
823 "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
824 "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
825 "dev": true,
826 "license": "MIT",
827 "engines": {
828 "node": ">=18"
829 },
830 "funding": {
831 "url": "https://github.com/sponsors/sindresorhus"
832 }
833 },
834 "node_modules/@eslint/js": {
835 "version": "9.38.0",
836 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
837 "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
838 "dev": true,
839 "license": "MIT",
840 "engines": {
841 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
842 },
843 "funding": {
844 "url": "https://eslint.org/donate"
845 }
846 },
847 "node_modules/@eslint/object-schema": {
848 "version": "2.1.6",
849 "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
850 "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
851 "dev": true,
852 "license": "Apache-2.0",
853 "engines": {
854 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
855 }
856 },
857 "node_modules/@eslint/plugin-kit": {
858 "version": "0.4.0",
859 "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz",
860 "integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
861 "dev": true,
862 "license": "Apache-2.0",
863 "dependencies": {
864 "@eslint/core": "^0.16.0",
865 "levn": "^0.4.1"
866 },
867 "engines": {
868 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
869 }
870 },
871 "node_modules/@humanfs/core": {
872 "version": "0.19.1",
873 "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
874 "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
875 "dev": true,
876 "license": "Apache-2.0",
877 "engines": {
878 "node": ">=18.18.0"
879 }
880 },
881 "node_modules/@humanfs/node": {
882 "version": "0.16.7",
883 "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
884 "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
885 "dev": true,
886 "license": "Apache-2.0",
887 "dependencies": {
888 "@humanfs/core": "^0.19.1",
889 "@humanwhocodes/retry": "^0.4.0"
890 },
891 "engines": {
892 "node": ">=18.18.0"
893 }
894 },
895 "node_modules/@humanwhocodes/module-importer": {
896 "version": "1.0.1",
897 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
898 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
899 "dev": true,
900 "license": "Apache-2.0",
901 "engines": {
902 "node": ">=12.22"
903 },
904 "funding": {
905 "type": "github",
906 "url": "https://github.com/sponsors/nzakas"
907 }
908 },
909 "node_modules/@humanwhocodes/retry": {
910 "version": "0.4.3",
911 "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
912 "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
913 "dev": true,
914 "license": "Apache-2.0",
915 "engines": {
916 "node": ">=18.18"
917 },
918 "funding": {
919 "type": "github",
920 "url": "https://github.com/sponsors/nzakas"
921 }
922 },
923 "node_modules/@jridgewell/gen-mapping": {
924 "version": "0.3.13",
925 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
926 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
927 "license": "MIT",
928 "dependencies": {
929 "@jridgewell/sourcemap-codec": "^1.5.0",
930 "@jridgewell/trace-mapping": "^0.3.24"
931 }
932 },
933 "node_modules/@jridgewell/resolve-uri": {
934 "version": "3.1.2",
935 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
936 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
937 "license": "MIT",
938 "engines": {
939 "node": ">=6.0.0"
940 }
941 },
942 "node_modules/@jridgewell/sourcemap-codec": {
943 "version": "1.5.5",
944 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
945 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
946 "license": "MIT"
947 },
948 "node_modules/@jridgewell/trace-mapping": {
949 "version": "0.3.31",
950 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
951 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
952 "license": "MIT",
953 "dependencies": {
954 "@jridgewell/resolve-uri": "^3.1.0",
955 "@jridgewell/sourcemap-codec": "^1.4.14"
956 }
957 },
958 "node_modules/@mui/core-downloads-tracker": {
959 "version": "7.3.5",
960 "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.5.tgz",
961 "integrity": "sha512-kOLwlcDPnVz2QMhiBv0OQ8le8hTCqKM9cRXlfVPL91l3RGeOsxrIhNRsUt3Xb8wb+pTVUolW+JXKym93vRKxCw==",
962 "license": "MIT",
963 "funding": {
964 "type": "opencollective",
965 "url": "https://opencollective.com/mui-org"
966 }
967 },
968 "node_modules/@mui/icons-material": {
969 "version": "7.3.4",
970 "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.4.tgz",
971 "integrity": "sha512-9n6Xcq7molXWYb680N2Qx+FRW8oT6j/LXF5PZFH3ph9X/Rct0B/BlLAsFI7iL9ySI6LVLuQIVtrLiPT82R7OZw==",
972 "license": "MIT",
973 "dependencies": {
974 "@babel/runtime": "^7.28.4"
975 },
976 "engines": {
977 "node": ">=14.0.0"
978 },
979 "funding": {
980 "type": "opencollective",
981 "url": "https://opencollective.com/mui-org"
982 },
983 "peerDependencies": {
984 "@mui/material": "^7.3.4",
985 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
986 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
987 },
988 "peerDependenciesMeta": {
989 "@types/react": {
990 "optional": true
991 }
992 }
993 },
994 "node_modules/@mui/lab": {
995 "version": "7.0.1-beta.19",
996 "resolved": "https://registry.npmjs.org/@mui/lab/-/lab-7.0.1-beta.19.tgz",
997 "integrity": "sha512-Ekxd2mPnr5iKwrMXjN/y2xgpxPX8ithBBcDenjqNdBt/ZQumrmBl0ifVoqAHsL6lxN6DOgRsWTRc4eOdDiB+0Q==",
998 "license": "MIT",
999 "dependencies": {
1000 "@babel/runtime": "^7.28.4",
1001 "@mui/system": "^7.3.5",
1002 "@mui/types": "^7.4.8",
1003 "@mui/utils": "^7.3.5",
1004 "clsx": "^2.1.1",
1005 "prop-types": "^15.8.1"
1006 },
1007 "engines": {
1008 "node": ">=14.0.0"
1009 },
1010 "funding": {
1011 "type": "opencollective",
1012 "url": "https://opencollective.com/mui-org"
1013 },
1014 "peerDependencies": {
1015 "@emotion/react": "^11.5.0",
1016 "@emotion/styled": "^11.3.0",
1017 "@mui/material": "^7.3.5",
1018 "@mui/material-pigment-css": "^7.3.5",
1019 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
1020 "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
1021 "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
1022 },
1023 "peerDependenciesMeta": {
1024 "@emotion/react": {
1025 "optional": true
1026 },
1027 "@emotion/styled": {
1028 "optional": true
1029 },
1030 "@mui/material-pigment-css": {
1031 "optional": true
1032 },
1033 "@types/react": {
1034 "optional": true
1035 }
1036 }
1037 },
1038 "node_modules/@mui/material": {
1039 "version": "7.3.5",
1040 "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.5.tgz",
1041 "integrity": "sha512-8VVxFmp1GIm9PpmnQoCoYo0UWHoOrdA57tDL62vkpzEgvb/d71Wsbv4FRg7r1Gyx7PuSo0tflH34cdl/NvfHNQ==",
1042 "license": "MIT",
1043 "dependencies": {
1044 "@babel/runtime": "^7.28.4",
1045 "@mui/core-downloads-tracker": "^7.3.5",
1046 "@mui/system": "^7.3.5",
1047 "@mui/types": "^7.4.8",
1048 "@mui/utils": "^7.3.5",
1049 "@popperjs/core": "^2.11.8",
1050 "@types/react-transition-group": "^4.4.12",
1051 "clsx": "^2.1.1",
1052 "csstype": "^3.1.3",
1053 "prop-types": "^15.8.1",
1054 "react-is": "^19.2.0",
1055 "react-transition-group": "^4.4.5"
1056 },
1057 "engines": {
1058 "node": ">=14.0.0"
1059 },
1060 "funding": {
1061 "type": "opencollective",
1062 "url": "https://opencollective.com/mui-org"
1063 },
1064 "peerDependencies": {
1065 "@emotion/react": "^11.5.0",
1066 "@emotion/styled": "^11.3.0",
1067 "@mui/material-pigment-css": "^7.3.5",
1068 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
1069 "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
1070 "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
1071 },
1072 "peerDependenciesMeta": {
1073 "@emotion/react": {
1074 "optional": true
1075 },
1076 "@emotion/styled": {
1077 "optional": true
1078 },
1079 "@mui/material-pigment-css": {
1080 "optional": true
1081 },
1082 "@types/react": {
1083 "optional": true
1084 }
1085 }
1086 },
1087 "node_modules/@mui/private-theming": {
1088 "version": "7.3.5",
1089 "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.3.5.tgz",
1090 "integrity": "sha512-cTx584W2qrLonwhZLbEN7P5pAUu0nZblg8cLBlTrZQ4sIiw8Fbvg7GvuphQaSHxPxrCpa7FDwJKtXdbl2TSmrA==",
1091 "license": "MIT",
1092 "dependencies": {
1093 "@babel/runtime": "^7.28.4",
1094 "@mui/utils": "^7.3.5",
1095 "prop-types": "^15.8.1"
1096 },
1097 "engines": {
1098 "node": ">=14.0.0"
1099 },
1100 "funding": {
1101 "type": "opencollective",
1102 "url": "https://opencollective.com/mui-org"
1103 },
1104 "peerDependencies": {
1105 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
1106 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
1107 },
1108 "peerDependenciesMeta": {
1109 "@types/react": {
1110 "optional": true
1111 }
1112 }
1113 },
1114 "node_modules/@mui/styled-engine": {
1115 "version": "7.3.5",
1116 "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.3.5.tgz",
1117 "integrity": "sha512-zbsZ0uYYPndFCCPp2+V3RLcAN6+fv4C8pdwRx6OS3BwDkRCN8WBehqks7hWyF3vj1kdQLIWrpdv/5Y0jHRxYXQ==",
1118 "license": "MIT",
1119 "dependencies": {
1120 "@babel/runtime": "^7.28.4",
1121 "@emotion/cache": "^11.14.0",
1122 "@emotion/serialize": "^1.3.3",
1123 "@emotion/sheet": "^1.4.0",
1124 "csstype": "^3.1.3",
1125 "prop-types": "^15.8.1"
1126 },
1127 "engines": {
1128 "node": ">=14.0.0"
1129 },
1130 "funding": {
1131 "type": "opencollective",
1132 "url": "https://opencollective.com/mui-org"
1133 },
1134 "peerDependencies": {
1135 "@emotion/react": "^11.4.1",
1136 "@emotion/styled": "^11.3.0",
1137 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
1138 },
1139 "peerDependenciesMeta": {
1140 "@emotion/react": {
1141 "optional": true
1142 },
1143 "@emotion/styled": {
1144 "optional": true
1145 }
1146 }
1147 },
1148 "node_modules/@mui/system": {
1149 "version": "7.3.5",
1150 "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.3.5.tgz",
1151 "integrity": "sha512-yPaf5+gY3v80HNkJcPi6WT+r9ebeM4eJzrREXPxMt7pNTV/1eahyODO4fbH3Qvd8irNxDFYn5RQ3idHW55rA6g==",
1152 "license": "MIT",
1153 "dependencies": {
1154 "@babel/runtime": "^7.28.4",
1155 "@mui/private-theming": "^7.3.5",
1156 "@mui/styled-engine": "^7.3.5",
1157 "@mui/types": "^7.4.8",
1158 "@mui/utils": "^7.3.5",
1159 "clsx": "^2.1.1",
1160 "csstype": "^3.1.3",
1161 "prop-types": "^15.8.1"
1162 },
1163 "engines": {
1164 "node": ">=14.0.0"
1165 },
1166 "funding": {
1167 "type": "opencollective",
1168 "url": "https://opencollective.com/mui-org"
1169 },
1170 "peerDependencies": {
1171 "@emotion/react": "^11.5.0",
1172 "@emotion/styled": "^11.3.0",
1173 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
1174 "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
1175 },
1176 "peerDependenciesMeta": {
1177 "@emotion/react": {
1178 "optional": true
1179 },
1180 "@emotion/styled": {
1181 "optional": true
1182 },
1183 "@types/react": {
1184 "optional": true
1185 }
1186 }
1187 },
1188 "node_modules/@mui/types": {
1189 "version": "7.4.8",
1190 "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.8.tgz",
1191 "integrity": "sha512-ZNXLBjkPV6ftLCmmRCafak3XmSn8YV0tKE/ZOhzKys7TZXUiE0mZxlH8zKDo6j6TTUaDnuij68gIG+0Ucm7Xhw==",
1192 "license": "MIT",
1193 "dependencies": {
1194 "@babel/runtime": "^7.28.4"
1195 },
1196 "peerDependencies": {
1197 "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
1198 },
1199 "peerDependenciesMeta": {
1200 "@types/react": {
