TheBrightFuture/Complete-Medical-Chatbot-with-LLMs-LangChain-Pinecone-FastAPI-React-with-authorization
0
1{2 "name": "frontend",3 "version": "0.0.0",4 "lockfileVersion": 3,5 "requires": true,6 "packages": {7 "": {8 "name": "frontend",9 "version": "0.0.0",10 "dependencies": {11 "@tailwindcss/vite": "^4.1.18",12 "axios": "^1.13.2",13 "react": "^19.2.0",14 "react-dom": "^19.2.0",15 "react-hot-toast": "^2.6.0",16 "react-router-dom": "^7.13.0",17 "tailwindcss": "^4.1.18"18 },19 "devDependencies": {20 "@eslint/js": "^9.39.1",21 "@types/react": "^19.2.5",22 "@types/react-dom": "^19.2.3",23 "@vitejs/plugin-react": "^5.1.1",24 "babel-plugin-react-compiler": "^1.0.0",25 "eslint": "^9.39.1",26 "eslint-plugin-react-hooks": "^7.0.1",27 "eslint-plugin-react-refresh": "^0.4.24",28 "globals": "^16.5.0",29 "vite": "npm:rolldown-vite@7.2.5"30 }31 },32 "node_modules/@babel/code-frame": {33 "version": "7.28.6",34 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",35 "integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",36 "dev": true,37 "license": "MIT",38 "dependencies": {39 "@babel/helper-validator-identifier": "^7.28.5",40 "js-tokens": "^4.0.0",41 "picocolors": "^1.1.1"42 },43 "engines": {44 "node": ">=6.9.0"45 }46 },47 "node_modules/@babel/compat-data": {48 "version": "7.28.6",49 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz",50 "integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",51 "dev": true,52 "license": "MIT",53 "engines": {54 "node": ">=6.9.0"55 }56 },57 "node_modules/@babel/core": {58 "version": "7.28.6",59 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz",60 "integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",61 "dev": true,62 "license": "MIT",63 "dependencies": {64 "@babel/code-frame": "^7.28.6",65 "@babel/generator": "^7.28.6",66 "@babel/helper-compilation-targets": "^7.28.6",67 "@babel/helper-module-transforms": "^7.28.6",68 "@babel/helpers": "^7.28.6",69 "@babel/parser": "^7.28.6",70 "@babel/template": "^7.28.6",71 "@babel/traverse": "^7.28.6",72 "@babel/types": "^7.28.6",73 "@jridgewell/remapping": "^2.3.5",74 "convert-source-map": "^2.0.0",75 "debug": "^4.1.0",76 "gensync": "^1.0.0-beta.2",77 "json5": "^2.2.3",78 "semver": "^6.3.1"79 },80 "engines": {81 "node": ">=6.9.0"82 },83 "funding": {84 "type": "opencollective",85 "url": "https://opencollective.com/babel"86 }87 },88 "node_modules/@babel/generator": {89 "version": "7.28.6",90 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz",91 "integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",92 "dev": true,93 "license": "MIT",94 "dependencies": {95 "@babel/parser": "^7.28.6",96 "@babel/types": "^7.28.6",97 "@jridgewell/gen-mapping": "^0.3.12",98 "@jridgewell/trace-mapping": "^0.3.28",99 "jsesc": "^3.0.2"100 },101 "engines": {102 "node": ">=6.9.0"103 }104 },105 "node_modules/@babel/helper-compilation-targets": {106 "version": "7.28.6",107 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",108 "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",109 "dev": true,110 "license": "MIT",111 "dependencies": {112 "@babel/compat-data": "^7.28.6",113 "@babel/helper-validator-option": "^7.27.1",114 "browserslist": "^4.24.0",115 "lru-cache": "^5.1.1",116 "semver": "^6.3.1"117 },118 "engines": {119 "node": ">=6.9.0"120 }121 },122 "node_modules/@babel/helper-globals": {123 "version": "7.28.0",124 "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",125 "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",126 "dev": true,127 "license": "MIT",128 "engines": {129 "node": ">=6.9.0"130 }131 },132 "node_modules/@babel/helper-module-imports": {133 "version": "7.28.6",134 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",135 "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",136 "dev": true,137 "license": "MIT",138 "dependencies": {139 "@babel/traverse": "^7.28.6",140 "@babel/types": "^7.28.6"141 },142 "engines": {143 "node": ">=6.9.0"144 }145 },146 "node_modules/@babel/helper-module-transforms": {147 "version": "7.28.6",148 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",149 "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",150 "dev": true,151 "license": "MIT",152 "dependencies": {153 "@babel/helper-module-imports": "^7.28.6",154 "@babel/helper-validator-identifier": "^7.28.5",155 "@babel/traverse": "^7.28.6"156 },157 "engines": {158 "node": ">=6.9.0"159 },160 "peerDependencies": {161 "@babel/core": "^7.0.0"162 }163 },164 "node_modules/@babel/helper-plugin-utils": {165 "version": "7.28.6",166 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",167 "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",168 "dev": true,169 "license": "MIT",170 "engines": {171 "node": ">=6.9.0"172 }173 },174 "node_modules/@babel/helper-string-parser": {175 "version": "7.27.1",176 "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",177 "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",178 "dev": true,179 "license": "MIT",180 "engines": {181 "node": ">=6.9.0"182 }183 },184 "node_modules/@babel/helper-validator-identifier": {185 "version": "7.28.5",186 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",187 "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",188 "dev": true,189 "license": "MIT",190 "engines": {191 "node": ">=6.9.0"192 }193 },194 "node_modules/@babel/helper-validator-option": {195 "version": "7.27.1",196 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",197 "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",198 "dev": true,199 "license": "MIT",200 "engines": {201 "node": ">=6.9.0"202 }203 },204 "node_modules/@babel/helpers": {205 "version": "7.28.6",206 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",207 "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",208 "dev": true,209 "license": "MIT",210 "dependencies": {211 "@babel/template": "^7.28.6",212 "@babel/types": "^7.28.6"213 },214 "engines": {215 "node": ">=6.9.0"216 }217 },218 "node_modules/@babel/parser": {219 "version": "7.28.6",220 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",221 "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",222 "dev": true,223 "license": "MIT",224 "dependencies": {225 "@babel/types": "^7.28.6"226 },227 "bin": {228 "parser": "bin/babel-parser.js"229 },230 "engines": {231 "node": ">=6.0.0"232 }233 },234 "node_modules/@babel/plugin-transform-react-jsx-self": {235 "version": "7.27.1",236 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",237 "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",238 "dev": true,239 "license": "MIT",240 "dependencies": {241 "@babel/helper-plugin-utils": "^7.27.1"242 },243 "engines": {244 "node": ">=6.9.0"245 },246 "peerDependencies": {247 "@babel/core": "^7.0.0-0"248 }249 },250 "node_modules/@babel/plugin-transform-react-jsx-source": {251 "version": "7.27.1",252 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",253 "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",254 "dev": true,255 "license": "MIT",256 "dependencies": {257 "@babel/helper-plugin-utils": "^7.27.1"258 },259 "engines": {260 "node": ">=6.9.0"261 },262 "peerDependencies": {263 "@babel/core": "^7.0.0-0"264 }265 },266 "node_modules/@babel/template": {267 "version": "7.28.6",268 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",269 "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",270 "dev": true,271 "license": "MIT",272 "dependencies": {273 "@babel/code-frame": "^7.28.6",274 "@babel/parser": "^7.28.6",275 "@babel/types": "^7.28.6"276 },277 "engines": {278 "node": ">=6.9.0"279 }280 },281 "node_modules/@babel/traverse": {282 "version": "7.28.6",283 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz",284 "integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",285 "dev": true,286 "license": "MIT",287 "dependencies": {288 "@babel/code-frame": "^7.28.6",289 "@babel/generator": "^7.28.6",290 "@babel/helper-globals": "^7.28.0",291 "@babel/parser": "^7.28.6",292 "@babel/template": "^7.28.6",293 "@babel/types": "^7.28.6",294 "debug": "^4.3.1"295 },296 "engines": {297 "node": ">=6.9.0"298 }299 },300 "node_modules/@babel/types": {301 "version": "7.28.6",302 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",303 "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",304 "dev": true,305 "license": "MIT",306 "dependencies": {307 "@babel/helper-string-parser": "^7.27.1",308 "@babel/helper-validator-identifier": "^7.28.5"309 },310 "engines": {311 "node": ">=6.9.0"312 }313 },314 "node_modules/@emnapi/core": {315 "version": "1.8.1",316 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",317 "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",318 "license": "MIT",319 "optional": true,320 "dependencies": {321 "@emnapi/wasi-threads": "1.1.0",322 "tslib": "^2.4.0"323 }324 },325 "node_modules/@emnapi/runtime": {326 "version": "1.8.1",327 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",328 "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",329 "license": "MIT",330 "optional": true,331 "dependencies": {332 "tslib": "^2.4.0"333 }334 },335 "node_modules/@emnapi/wasi-threads": {336 "version": "1.1.0",337 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",338 "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",339 "license": "MIT",340 "optional": true,341 "dependencies": {342 "tslib": "^2.4.0"343 }344 },345 "node_modules/@eslint-community/eslint-utils": {346 "version": "4.9.1",347 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",348 "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",349 "dev": true,350 "license": "MIT",351 "dependencies": {352 "eslint-visitor-keys": "^3.4.3"353 },354 "engines": {355 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"356 },357 "funding": {358 "url": "https://opencollective.com/eslint"359 },360 "peerDependencies": {361 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"362 }363 },364 "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {365 "version": "3.4.3",366 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",367 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",368 "dev": true,369 "license": "Apache-2.0",370 "engines": {371 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"372 },373 "funding": {374 "url": "https://opencollective.com/eslint"375 }376 },377 "node_modules/@eslint-community/regexpp": {378 "version": "4.12.2",379 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",380 "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",381 "dev": true,382 "license": "MIT",383 "engines": {384 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"385 }386 },387 "node_modules/@eslint/config-array": {388 "version": "0.21.1",389 "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",390 "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",391 "dev": true,392 "license": "Apache-2.0",393 "dependencies": {394 "@eslint/object-schema": "^2.1.7",395 "debug": "^4.3.1",396 "minimatch": "^3.1.2"397 },398 "engines": {399 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"400 }401 },402 "node_modules/@eslint/config-helpers": {403 "version": "0.4.2",404 "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",405 "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",406 "dev": true,407 "license": "Apache-2.0",408 "dependencies": {409 "@eslint/core": "^0.17.0"410 },411 "engines": {412 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"413 }414 },415 "node_modules/@eslint/core": {416 "version": "0.17.0",417 "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",418 "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",419 "dev": true,420 "license": "Apache-2.0",421 "dependencies": {422 "@types/json-schema": "^7.0.15"423 },424 "engines": {425 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"426 }427 },428 "node_modules/@eslint/eslintrc": {429 "version": "3.3.3",430 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",431 "integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",432 "dev": true,433 "license": "MIT",434 "dependencies": {435 "ajv": "^6.12.4",436 "debug": "^4.3.2",437 "espree": "^10.0.1",438 "globals": "^14.0.0",439 "ignore": "^5.2.0",440 "import-fresh": "^3.2.1",441 "js-yaml": "^4.1.1",442 "minimatch": "^3.1.2",443 "strip-json-comments": "^3.1.1"444 },445 "engines": {446 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"447 },448 "funding": {449 "url": "https://opencollective.com/eslint"450 }451 },452 "node_modules/@eslint/eslintrc/node_modules/globals": {453 "version": "14.0.0",454 "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",455 "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",456 "dev": true,457 "license": "MIT",458 "engines": {459 "node": ">=18"460 },461 "funding": {462 "url": "https://github.com/sponsors/sindresorhus"463 }464 },465 "node_modules/@eslint/js": {466 "version": "9.39.2",467 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",468 "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",469 "dev": true,470 "license": "MIT",471 "engines": {472 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"473 },474 "funding": {475 "url": "https://eslint.org/donate"476 }477 },478 "node_modules/@eslint/object-schema": {479 "version": "2.1.7",480 "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",481 "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",482 "dev": true,483 "license": "Apache-2.0",484 "engines": {485 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"486 }487 },488 "node_modules/@eslint/plugin-kit": {489 "version": "0.4.1",490 "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",491 "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",492 "dev": true,493 "license": "Apache-2.0",494 "dependencies": {495 "@eslint/core": "^0.17.0",496 "levn": "^0.4.1"497 },498 "engines": {499 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"500 }501 },502 "node_modules/@humanfs/core": {503 "version": "0.19.1",504 "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",505 "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",506 "dev": true,507 "license": "Apache-2.0",508 "engines": {509 "node": ">=18.18.0"510 }511 },512 "node_modules/@humanfs/node": {513 "version": "0.16.7",514 "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",515 "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",516 "dev": true,517 "license": "Apache-2.0",518 "dependencies": {519 "@humanfs/core": "^0.19.1",520 "@humanwhocodes/retry": "^0.4.0"521 },522 "engines": {523 "node": ">=18.18.0"524 }525 },526 "node_modules/@humanwhocodes/module-importer": {527 "version": "1.0.1",528 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",529 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",530 "dev": true,531 "license": "Apache-2.0",532 "engines": {533 "node": ">=12.22"534 },535 "funding": {536 "type": "github",537 "url": "https://github.com/sponsors/nzakas"538 }539 },540 "node_modules/@humanwhocodes/retry": {541 "version": "0.4.3",542 "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",543 "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",544 "dev": true,545 "license": "Apache-2.0",546 "engines": {547 "node": ">=18.18"548 },549 "funding": {550 "type": "github",551 "url": "https://github.com/sponsors/nzakas"552 }553 },554 "node_modules/@jridgewell/gen-mapping": {555 "version": "0.3.13",556 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",557 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",558 "license": "MIT",559 "dependencies": {560 "@jridgewell/sourcemap-codec": "^1.5.0",561 "@jridgewell/trace-mapping": "^0.3.24"562 }563 },564 "node_modules/@jridgewell/remapping": {565 "version": "2.3.5",566 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",567 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",568 "license": "MIT",569 "dependencies": {570 "@jridgewell/gen-mapping": "^0.3.5",571 "@jridgewell/trace-mapping": "^0.3.24"572 }573 },574 "node_modules/@jridgewell/resolve-uri": {575 "version": "3.1.2",576 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",577 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",578 "license": "MIT",579 "engines": {580 "node": ">=6.0.0"581 }582 },583 "node_modules/@jridgewell/sourcemap-codec": {584 "version": "1.5.5",585 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",586 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",587 "license": "MIT"588 },589 "node_modules/@jridgewell/trace-mapping": {590 "version": "0.3.31",591 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",592 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",593 "license": "MIT",594 "dependencies": {595 "@jridgewell/resolve-uri": "^3.1.0",596 "@jridgewell/sourcemap-codec": "^1.4.14"597 }598 },599 "node_modules/@napi-rs/wasm-runtime": {600 "version": "1.1.1",601 "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",602 "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",603 "license": "MIT",604 "optional": true,605 "dependencies": {606 "@emnapi/core": "^1.7.1",607 "@emnapi/runtime": "^1.7.1",608 "@tybys/wasm-util": "^0.10.1"609 },610 "funding": {611 "type": "github",612 "url": "https://github.com/sponsors/Brooooooklyn"613 }614 },615 "node_modules/@oxc-project/runtime": {616 "version": "0.97.0",617 "resolved": "https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.97.0.tgz",618 "integrity": "sha512-yH0zw7z+jEws4dZ4IUKoix5Lh3yhqIJWF9Dc8PWvhpo7U7O+lJrv7ZZL4BeRO0la8LBQFwcCewtLBnVV7hPe/w==",619 "license": "MIT",620 "engines": {621 "node": "^20.19.0 || >=22.12.0"622 }623 },624 "node_modules/@oxc-project/types": {625 "version": "0.97.0",626 "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.97.0.tgz",627 "integrity": "sha512-lxmZK4xFrdvU0yZiDwgVQTCvh2gHWBJCBk5ALsrtsBWhs0uDIi+FTOnXRQeQfs304imdvTdaakT/lqwQ8hkOXQ==",628 "license": "MIT",629 "funding": {630 "url": "https://github.com/sponsors/Boshen"631 }632 },633 "node_modules/@rolldown/binding-android-arm64": {634 "version": "1.0.0-beta.50",635 "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-beta.50.tgz",636 "integrity": "sha512-XlEkrOIHLyGT3avOgzfTFSjG+f+dZMw+/qd+Y3HLN86wlndrB/gSimrJCk4gOhr1XtRtEKfszpadI3Md4Z4/Ag==",637 "cpu": [638 "arm64"639 ],640 "license": "MIT",641 "optional": true,642 "os": [643 "android"644 ],645 "engines": {646 "node": "^20.19.0 || >=22.12.0"647 }648 },649 "node_modules/@rolldown/binding-darwin-arm64": {650 "version": "1.0.0-beta.50",651 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-beta.50.tgz",652 "integrity": "sha512-+JRqKJhoFlt5r9q+DecAGPLZ5PxeLva+wCMtAuoFMWPoZzgcYrr599KQ+Ix0jwll4B4HGP43avu9My8KtSOR+w==",653 "cpu": [654 "arm64"655 ],656 "license": "MIT",657 "optional": true,658 "os": [659 "darwin"660 ],661 "engines": {662 "node": "^20.19.0 || >=22.12.0"663 }664 },665 "node_modules/@rolldown/binding-darwin-x64": {666 "version": "1.0.0-beta.50",667 "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-beta.50.tgz",668 "integrity": "sha512-fFXDjXnuX7/gQZQm/1FoivVtRcyAzdjSik7Eo+9iwPQ9EgtA5/nB2+jmbzaKtMGG3q+BnZbdKHCtOacmNrkIDA==",669 "cpu": [670 "x64"671 ],672 "license": "MIT",673 "optional": true,674 "os": [675 "darwin"676 ],677 "engines": {678 "node": "^20.19.0 || >=22.12.0"679 }680 },681 "node_modules/@rolldown/binding-freebsd-x64": {682 "version": "1.0.0-beta.50",683 "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-beta.50.tgz",684 "integrity": "sha512-F1b6vARy49tjmT/hbloplzgJS7GIvwWZqt+tAHEstCh0JIh9sa8FAMVqEmYxDviqKBaAI8iVvUREm/Kh/PD26Q==",685 "cpu": [686 "x64"687 ],688 "license": "MIT",689 "optional": true,690 "os": [691 "freebsd"692 ],693 "engines": {694 "node": "^20.19.0 || >=22.12.0"695 }696 },697 "node_modules/@rolldown/binding-linux-arm-gnueabihf": {698 "version": "1.0.0-beta.50",699 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-beta.50.tgz",700 "integrity": "sha512-U6cR76N8T8M6lHj7EZrQ3xunLPxSvYYxA8vJsBKZiFZkT8YV4kjgCO3KwMJL0NOjQCPGKyiXO07U+KmJzdPGRw==",701 "cpu": [702 "arm"703 ],704 "license": "MIT",705 "optional": true,706 "os": [707 "linux"708 ],709 "engines": {710 "node": "^20.19.0 || >=22.12.0"711 }712 },713 "node_modules/@rolldown/binding-linux-arm64-gnu": {714 "version": "1.0.0-beta.50",715 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-beta.50.tgz",716 "integrity": "sha512-ONgyjofCrrE3bnh5GZb8EINSFyR/hmwTzZ7oVuyUB170lboza1VMCnb8jgE6MsyyRgHYmN8Lb59i3NKGrxrYjw==",717 "cpu": [718 "arm64"719 ],720 "license": "MIT",721 "optional": true,722 "os": [723 "linux"724 ],725 "engines": {726 "node": "^20.19.0 || >=22.12.0"727 }728 },729 "node_modules/@rolldown/binding-linux-arm64-musl": {730 "version": "1.0.0-beta.50",731 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-beta.50.tgz",732 "integrity": "sha512-L0zRdH2oDPkmB+wvuTl+dJbXCsx62SkqcEqdM+79LOcB+PxbAxxjzHU14BuZIQdXcAVDzfpMfaHWzZuwhhBTcw==",733 "cpu": [734 "arm64"735 ],736 "license": "MIT",737 "optional": true,738 "os": [739 "linux"740 ],741 "engines": {742 "node": "^20.19.0 || >=22.12.0"743 }744 },745 "node_modules/@rolldown/binding-linux-x64-gnu": {746 "version": "1.0.0-beta.50",747 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-beta.50.tgz",748 "integrity": "sha512-gyoI8o/TGpQd3OzkJnh1M2kxy1Bisg8qJ5Gci0sXm9yLFzEXIFdtc4EAzepxGvrT2ri99ar5rdsmNG0zP0SbIg==",749 "cpu": [750 "x64"751 ],752 "license": "MIT",753 "optional": true,754 "os": [755 "linux"756 ],757 "engines": {758 "node": "^20.19.0 || >=22.12.0"759 }760 },761 "node_modules/@rolldown/binding-linux-x64-musl": {762 "version": "1.0.0-beta.50",763 "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-beta.50.tgz",764 "integrity": "sha512-zti8A7M+xFDpKlghpcCAzyOi+e5nfUl3QhU023ce5NCgUxRG5zGP2GR9LTydQ1rnIPwZUVBWd4o7NjZDaQxaXA==",765 "cpu": [766 "x64"767 ],768 "license": "MIT",769 "optional": true,770 "os": [771 "linux"772 ],773 "engines": {774 "node": "^20.19.0 || >=22.12.0"775 }776 },777 "node_modules/@rolldown/binding-openharmony-arm64": {778 "version": "1.0.0-beta.50",779 "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-beta.50.tgz",780 "integrity": "sha512-eZUssog7qljrrRU9Mi0eqYEPm3Ch0UwB+qlWPMKSUXHNqhm3TvDZarJQdTevGEfu3EHAXJvBIe0YFYr0TPVaMA==",781 "cpu": [782 "arm64"783 ],784 "license": "MIT",785 "optional": true,786 "os": [787 "openharmony"788 ],789 "engines": {790 "node": "^20.19.0 || >=22.12.0"791 }792 },793 "node_modules/@rolldown/binding-wasm32-wasi": {794 "version": "1.0.0-beta.50",795 "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-beta.50.tgz",796 "integrity": "sha512-nmCN0nIdeUnmgeDXiQ+2HU6FT162o+rxnF7WMkBm4M5Ds8qTU7Dzv2Wrf22bo4ftnlrb2hKK6FSwAJSAe2FWLg==",797 "cpu": [798 "wasm32"799 ],800 "license": "MIT",801 "optional": true,802 "dependencies": {803 "@napi-rs/wasm-runtime": "^1.0.7"804 },805 "engines": {806 "node": ">=14.0.0"807 }808 },809 "node_modules/@rolldown/binding-win32-arm64-msvc": {810 "version": "1.0.0-beta.50",811 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-beta.50.tgz",812 "integrity": "sha512-7kcNLi7Ua59JTTLvbe1dYb028QEPaJPJQHqkmSZ5q3tJueUeb6yjRtx8mw4uIqgWZcnQHAR3PrLN4XRJxvgIkA==",813 "cpu": [814 "arm64"815 ],816 "license": "MIT",817 "optional": true,818 "os": [819 "win32"820 ],821 "engines": {822 "node": "^20.19.0 || >=22.12.0"823 }824 },825 "node_modules/@rolldown/binding-win32-ia32-msvc": {826 "version": "1.0.0-beta.50",827 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.0.0-beta.50.tgz",828 "integrity": "sha512-lL70VTNvSCdSZkDPPVMwWn/M2yQiYvSoXw9hTLgdIWdUfC3g72UaruezusR6ceRuwHCY1Ayu2LtKqXkBO5LIwg==",829 "cpu": [830 "ia32"831 ],832 "license": "MIT",833 "optional": true,834 "os": [835 "win32"836 ],837 "engines": {838 "node": "^20.19.0 || >=22.12.0"839 }840 },841 "node_modules/@rolldown/binding-win32-x64-msvc": {842 "version": "1.0.0-beta.50",843 "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-beta.50.tgz",844 "integrity": "sha512-4qU4x5DXWB4JPjyTne/wBNPqkbQU8J45bl21geERBKtEittleonioACBL1R0PsBu0Aq21SwMK5a9zdBkWSlQtQ==",845 "cpu": [846 "x64"847 ],848 "license": "MIT",849 "optional": true,850 "os": [851 "win32"852 ],853 "engines": {854 "node": "^20.19.0 || >=22.12.0"855 }856 },857 "node_modules/@rolldown/pluginutils": {858 "version": "1.0.0-beta.53",859 "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",860 "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",861 "dev": true,862 "license": "MIT"863 },864 "node_modules/@tailwindcss/node": {865 "version": "4.1.18",866 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz",867 "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",868 "license": "MIT",869 "dependencies": {870 "@jridgewell/remapping": "^2.3.4",871 "enhanced-resolve": "^5.18.3",872 "jiti": "^2.6.1",873 "lightningcss": "1.30.2",874 "magic-string": "^0.30.21",875 "source-map-js": "^1.2.1",876 "tailwindcss": "4.1.18"877 }878 },879 "node_modules/@tailwindcss/node/node_modules/lightningcss": {880 "version": "1.30.2",881 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",882 "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",883 "license": "MPL-2.0",884 "dependencies": {885 "detect-libc": "^2.0.3"886 },887 "engines": {888 "node": ">= 12.0.0"889 },890 "funding": {891 "type": "opencollective",892 "url": "https://opencollective.com/parcel"893 },894 "optionalDependencies": {895 "lightningcss-android-arm64": "1.30.2",896 "lightningcss-darwin-arm64": "1.30.2",897 "lightningcss-darwin-x64": "1.30.2",898 "lightningcss-freebsd-x64": "1.30.2",899 "lightningcss-linux-arm-gnueabihf": "1.30.2",900 "lightningcss-linux-arm64-gnu": "1.30.2",901 "lightningcss-linux-arm64-musl": "1.30.2",902 "lightningcss-linux-x64-gnu": "1.30.2",903 "lightningcss-linux-x64-musl": "1.30.2",904 "lightningcss-win32-arm64-msvc": "1.30.2",905 "lightningcss-win32-x64-msvc": "1.30.2"906 }907 },908 "node_modules/@tailwindcss/node/node_modules/lightningcss-android-arm64": {909 "version": "1.30.2",910 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",911 "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",912 "cpu": [913 "arm64"914 ],915 "license": "MPL-2.0",916 "optional": true,917 "os": [918 "android"919 ],920 "engines": {921 "node": ">= 12.0.0"922 },923 "funding": {924 "type": "opencollective",925 "url": "https://opencollective.com/parcel"926 }927 },928 "node_modules/@tailwindcss/node/node_modules/lightningcss-darwin-arm64": {929 "version": "1.30.2",930 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",931 "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",932 "cpu": [933 "arm64"934 ],935 "license": "MPL-2.0",936 "optional": true,937 "os": [938 "darwin"939 ],940 "engines": {941 "node": ">= 12.0.0"942 },943 "funding": {944 "type": "opencollective",945 "url": "https://opencollective.com/parcel"946 }947 },948 "node_modules/@tailwindcss/node/node_modules/lightningcss-darwin-x64": {949 "version": "1.30.2",950 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",951 "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",952 "cpu": [953 "x64"954 ],955 "license": "MPL-2.0",956 "optional": true,957 "os": [958 "darwin"959 ],960 "engines": {961 "node": ">= 12.0.0"962 },963 "funding": {964 "type": "opencollective",965 "url": "https://opencollective.com/parcel"966 }967 },968 "node_modules/@tailwindcss/node/node_modules/lightningcss-freebsd-x64": {969 "version": "1.30.2",970 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",971 "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",972 "cpu": [973 "x64"974 ],975 "license": "MPL-2.0",976 "optional": true,977 "os": [978 "freebsd"979 ],980 "engines": {981 "node": ">= 12.0.0"982 },983 "funding": {984 "type": "opencollective",985 "url": "https://opencollective.com/parcel"986 }987 },988 "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-arm-gnueabihf": {989 "version": "1.30.2",990 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",991 "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",992 "cpu": [993 "arm"994 ],995 "license": "MPL-2.0",996 "optional": true,997 "os": [998 "linux"999 ],1000 "engines": {1001 "node": ">= 12.0.0"1002 },1003 "funding": {1004 "type": "opencollective",1005 "url": "https://opencollective.com/parcel"1006 }1007 },1008 "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-arm64-gnu": {1009 "version": "1.30.2",1010 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",1011 "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",1012 "cpu": [1013 "arm64"1014 ],1015 "license": "MPL-2.0",1016 "optional": true,1017 "os": [1018 "linux"1019 ],1020 "engines": {1021 "node": ">= 12.0.0"1022 },1023 "funding": {1024 "type": "opencollective",1025 "url": "https://opencollective.com/parcel"1026 }1027 },1028 "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-arm64-musl": {1029 "version": "1.30.2",1030 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",1031 "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",1032 "cpu": [1033 "arm64"1034 ],1035 "license": "MPL-2.0",1036 "optional": true,1037 "os": [1038 "linux"1039 ],1040 "engines": {1041 "node": ">= 12.0.0"1042 },1043 "funding": {1044 "type": "opencollective",1045 "url": "https://opencollective.com/parcel"1046 }1047 },1048 "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-x64-gnu": {1049 "version": "1.30.2",1050 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",1051 "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",1052 "cpu": [1053 "x64"1054 ],1055 "license": "MPL-2.0",1056 "optional": true,1057 "os": [1058 "linux"1059 ],1060 "engines": {1061 "node": ">= 12.0.0"1062 },1063 "funding": {1064 "type": "opencollective",1065 "url": "https://opencollective.com/parcel"1066 }1067 },1068 "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-x64-musl": {1069 "version": "1.30.2",1070 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",1071 "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",1072 "cpu": [1073 "x64"1074 ],1075 "license": "MPL-2.0",1076 "optional": true,1077 "os": [1078 "linux"1079 ],1080 "engines": {1081 "node": ">= 12.0.0"1082 },1083 "funding": {1084 "type": "opencollective",1085 "url": "https://opencollective.com/parcel"1086 }1087 },1088 "node_modules/@tailwindcss/node/node_modules/lightningcss-win32-arm64-msvc": {1089 "version": "1.30.2",1090 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",1091 "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",1092 "cpu": [1093 "arm64"1094 ],1095 "license": "MPL-2.0",1096 "optional": true,1097 "os": [1098 "win32"1099 ],1100 "engines": {1101 "node": ">= 12.0.0"1102 },1103 "funding": {1104 "type": "opencollective",1105 "url": "https://opencollective.com/parcel"1106 }1107 },1108 "node_modules/@tailwindcss/node/node_modules/lightningcss-win32-x64-msvc": {1109 "version": "1.30.2",1110 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",1111 "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",1112 "cpu": [1113 "x64"1114 ],1115 "license": "MPL-2.0",1116 "optional": true,1117 "os": [1118 "win32"1119 ],1120 "engines": {1121 "node": ">= 12.0.0"1122 },1123 "funding": {1124 "type": "opencollective",1125 "url": "https://opencollective.com/parcel"1126 }1127 },1128 "node_modules/@tailwindcss/oxide": {1129 "version": "4.1.18",1130 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz",1131 "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",1132 "license": "MIT",1133 "engines": {1134 "node": ">= 10"1135 },1136 "optionalDependencies": {1137 "@tailwindcss/oxide-android-arm64": "4.1.18",1138 "@tailwindcss/oxide-darwin-arm64": "4.1.18",1139 "@tailwindcss/oxide-darwin-x64": "4.1.18",1140 "@tailwindcss/oxide-freebsd-x64": "4.1.18",1141 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",1142 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",1143 "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",1144 "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",1145 "@tailwindcss/oxide-linux-x64-musl": "4.1.18",1146 "@tailwindcss/oxide-wasm32-wasi": "4.1.18",1147 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",1148 "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"1149 }1150 },1151 "node_modules/@tailwindcss/oxide-android-arm64": {1152 "version": "4.1.18",1153 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",1154 "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",1155 "cpu": [1156 "arm64"1157 ],1158 "license": "MIT",1159 "optional": true,1160 "os": [1161 "android"1162 ],1163 "engines": {1164 "node": ">= 10"1165 }1166 },1167 "node_modules/@tailwindcss/oxide-darwin-arm64": {1168 "version": "4.1.18",1169 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",1170 "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",1171 "cpu": [1172 "arm64"1173 ],1174 "license": "MIT",1175 "optional": true,1176 "os": [1177 "darwin"1178 ],1179 "engines": {1180 "node": ">= 10"1181 }1182 },1183 "node_modules/@tailwindcss/oxide-darwin-x64": {1184 "version": "4.1.18",1185 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",1186 "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",1187 "cpu": [1188 "x64"1189 ],1190 "license": "MIT",1191 "optional": true,1192 "os": [1193 "darwin"1194 ],1195 "engines": {1196 "node": ">= 10"1197 }1198 },1199 "node_modules/@tailwindcss/oxide-freebsd-x64": {1200 "version": "4.1.18",