spb/spboucher.ai Public
spboucher.ai — personal website of Simon-Pierre Boucher.
TypeScript 93.4%
HTML 5.5%
CSS 1%
1{2 "name": "spboucher-ai",3 "version": "1.0.0",4 "lockfileVersion": 3,5 "requires": true,6 "packages": {7 "": {8 "name": "spboucher-ai",9 "version": "1.0.0",10 "dependencies": {11 "@anthropic-ai/sdk": "^0.116.0",12 "class-variance-authority": "^0.7.1",13 "clsx": "^2.1.1",14 "framer-motion": "^12.0.0",15 "katex": "^0.18.2",16 "lucide-react": "^0.525.0",17 "next": "^16.0.0",18 "react": "^19.0.0",19 "react-dom": "^19.0.0",20 "tailwind-merge": "^3.0.0"21 },22 "devDependencies": {23 "@tailwindcss/postcss": "^4.0.0",24 "@types/node": "^24.0.0",25 "@types/react": "^19.0.0",26 "@types/react-dom": "^19.0.0",27 "tailwindcss": "^4.0.0",28 "typescript": "^5.8.0"29 }30 },31 "node_modules/@alloc/quick-lru": {32 "version": "5.2.0",33 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",34 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",35 "dev": true,36 "license": "MIT",37 "engines": {38 "node": ">=10"39 },40 "funding": {41 "url": "https://github.com/sponsors/sindresorhus"42 }43 },44 "node_modules/@anthropic-ai/sdk": {45 "version": "0.116.0",46 "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.116.0.tgz",47 "integrity": "sha512-4UEapYQ+epLEMsAuLZDvW8ExVSOtHD8a7zTyLzhw0H9RXJ1eilPgmqhjwgcdg22diwx13spw6fJ4rONZ+bS7Ww==",48 "license": "MIT",49 "dependencies": {50 "json-schema-to-ts": "^3.1.1",51 "standardwebhooks": "^1.0.0"52 },53 "bin": {54 "anthropic-ai-sdk": "bin/cli"55 },56 "peerDependencies": {57 "zod": "^3.25.0 || ^4.0.0"58 },59 "peerDependenciesMeta": {60 "zod": {61 "optional": true62 }63 }64 },65 "node_modules/@babel/runtime": {66 "version": "7.29.7",67 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",68 "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",69 "license": "MIT",70 "engines": {71 "node": ">=6.9.0"72 }73 },74 "node_modules/@emnapi/runtime": {75 "version": "1.11.3",76 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.3.tgz",77 "integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==",78 "license": "MIT",79 "optional": true,80 "dependencies": {81 "tslib": "^2.4.0"82 }83 },84 "node_modules/@img/colour": {85 "version": "1.1.0",86 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",87 "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",88 "license": "MIT",89 "optional": true,90 "engines": {91 "node": ">=18"92 }93 },94 "node_modules/@img/sharp-darwin-arm64": {95 "version": "0.34.5",96 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",97 "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",98 "cpu": [99 "arm64"100 ],101 "license": "Apache-2.0",102 "optional": true,103 "os": [104 "darwin"105 ],106 "engines": {107 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"108 },109 "funding": {110 "url": "https://opencollective.com/libvips"111 },112 "optionalDependencies": {113 "@img/sharp-libvips-darwin-arm64": "1.2.4"114 }115 },116 "node_modules/@img/sharp-darwin-x64": {117 "version": "0.34.5",118 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",119 "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",120 "cpu": [121 "x64"122 ],123 "license": "Apache-2.0",124 "optional": true,125 "os": [126 "darwin"127 ],128 "engines": {129 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"130 },131 "funding": {132 "url": "https://opencollective.com/libvips"133 },134 "optionalDependencies": {135 "@img/sharp-libvips-darwin-x64": "1.2.4"136 }137 },138 "node_modules/@img/sharp-libvips-darwin-arm64": {139 "version": "1.2.4",140 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",141 "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",142 "cpu": [143 "arm64"144 ],145 "license": "LGPL-3.0-or-later",146 "optional": true,147 "os": [148 "darwin"149 ],150 "funding": {151 "url": "https://opencollective.com/libvips"152 }153 },154 "node_modules/@img/sharp-libvips-darwin-x64": {155 "version": "1.2.4",156 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",157 "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",158 "cpu": [159 "x64"160 ],161 "license": "LGPL-3.0-or-later",162 "optional": true,163 "os": [164 "darwin"165 ],166 "funding": {167 "url": "https://opencollective.com/libvips"168 }169 },170 "node_modules/@img/sharp-libvips-linux-arm": {171 "version": "1.2.4",172 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",173 "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",174 "cpu": [175 "arm"176 ],177 "libc": [178 "glibc"179 ],180 "license": "LGPL-3.0-or-later",181 "optional": true,182 "os": [183 "linux"184 ],185 "funding": {186 "url": "https://opencollective.com/libvips"187 }188 },189 "node_modules/@img/sharp-libvips-linux-arm64": {190 "version": "1.2.4",191 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",192 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",193 "cpu": [194 "arm64"195 ],196 "libc": [197 "glibc"198 ],199 "license": "LGPL-3.0-or-later",200 "optional": true,201 "os": [202 "linux"203 ],204 "funding": {205 "url": "https://opencollective.com/libvips"206 }207 },208 "node_modules/@img/sharp-libvips-linux-ppc64": {209 "version": "1.2.4",210 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",211 "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",212 "cpu": [213 "ppc64"214 ],215 "libc": [216 "glibc"217 ],218 "license": "LGPL-3.0-or-later",219 "optional": true,220 "os": [221 "linux"222 ],223 "funding": {224 "url": "https://opencollective.com/libvips"225 }226 },227 "node_modules/@img/sharp-libvips-linux-riscv64": {228 "version": "1.2.4",229 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",230 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",231 "cpu": [232 "riscv64"233 ],234 "libc": [235 "glibc"236 ],237 "license": "LGPL-3.0-or-later",238 "optional": true,239 "os": [240 "linux"241 ],242 "funding": {243 "url": "https://opencollective.com/libvips"244 }245 },246 "node_modules/@img/sharp-libvips-linux-s390x": {247 "version": "1.2.4",248 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",249 "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",250 "cpu": [251 "s390x"252 ],253 "libc": [254 "glibc"255 ],256 "license": "LGPL-3.0-or-later",257 "optional": true,258 "os": [259 "linux"260 ],261 "funding": {262 "url": "https://opencollective.com/libvips"263 }264 },265 "node_modules/@img/sharp-libvips-linux-x64": {266 "version": "1.2.4",267 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",268 "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",269 "cpu": [270 "x64"271 ],272 "libc": [273 "glibc"274 ],275 "license": "LGPL-3.0-or-later",276 "optional": true,277 "os": [278 "linux"279 ],280 "funding": {281 "url": "https://opencollective.com/libvips"282 }283 },284 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {285 "version": "1.2.4",286 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",287 "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",288 "cpu": [289 "arm64"290 ],291 "libc": [292 "musl"293 ],294 "license": "LGPL-3.0-or-later",295 "optional": true,296 "os": [297 "linux"298 ],299 "funding": {300 "url": "https://opencollective.com/libvips"301 }302 },303 "node_modules/@img/sharp-libvips-linuxmusl-x64": {304 "version": "1.2.4",305 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",306 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",307 "cpu": [308 "x64"309 ],310 "libc": [311 "musl"312 ],313 "license": "LGPL-3.0-or-later",314 "optional": true,315 "os": [316 "linux"317 ],318 "funding": {319 "url": "https://opencollective.com/libvips"320 }321 },322 "node_modules/@img/sharp-linux-arm": {323 "version": "0.34.5",324 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",325 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",326 "cpu": [327 "arm"328 ],329 "libc": [330 "glibc"331 ],332 "license": "Apache-2.0",333 "optional": true,334 "os": [335 "linux"336 ],337 "engines": {338 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"339 },340 "funding": {341 "url": "https://opencollective.com/libvips"342 },343 "optionalDependencies": {344 "@img/sharp-libvips-linux-arm": "1.2.4"345 }346 },347 "node_modules/@img/sharp-linux-arm64": {348 "version": "0.34.5",349 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",350 "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",351 "cpu": [352 "arm64"353 ],354 "libc": [355 "glibc"356 ],357 "license": "Apache-2.0",358 "optional": true,359 "os": [360 "linux"361 ],362 "engines": {363 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"364 },365 "funding": {366 "url": "https://opencollective.com/libvips"367 },368 "optionalDependencies": {369 "@img/sharp-libvips-linux-arm64": "1.2.4"370 }371 },372 "node_modules/@img/sharp-linux-ppc64": {373 "version": "0.34.5",374 "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",375 "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",376 "cpu": [377 "ppc64"378 ],379 "libc": [380 "glibc"381 ],382 "license": "Apache-2.0",383 "optional": true,384 "os": [385 "linux"386 ],387 "engines": {388 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"389 },390 "funding": {391 "url": "https://opencollective.com/libvips"392 },393 "optionalDependencies": {394 "@img/sharp-libvips-linux-ppc64": "1.2.4"395 }396 },397 "node_modules/@img/sharp-linux-riscv64": {398 "version": "0.34.5",399 "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",400 "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",401 "cpu": [402 "riscv64"403 ],404 "libc": [405 "glibc"406 ],407 "license": "Apache-2.0",408 "optional": true,409 "os": [410 "linux"411 ],412 "engines": {413 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"414 },415 "funding": {416 "url": "https://opencollective.com/libvips"417 },418 "optionalDependencies": {419 "@img/sharp-libvips-linux-riscv64": "1.2.4"420 }421 },422 "node_modules/@img/sharp-linux-s390x": {423 "version": "0.34.5",424 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",425 "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",426 "cpu": [427 "s390x"428 ],429 "libc": [430 "glibc"431 ],432 "license": "Apache-2.0",433 "optional": true,434 "os": [435 "linux"436 ],437 "engines": {438 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"439 },440 "funding": {441 "url": "https://opencollective.com/libvips"442 },443 "optionalDependencies": {444 "@img/sharp-libvips-linux-s390x": "1.2.4"445 }446 },447 "node_modules/@img/sharp-linux-x64": {448 "version": "0.34.5",449 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",450 "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",451 "cpu": [452 "x64"453 ],454 "libc": [455 "glibc"456 ],457 "license": "Apache-2.0",458 "optional": true,459 "os": [460 "linux"461 ],462 "engines": {463 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"464 },465 "funding": {466 "url": "https://opencollective.com/libvips"467 },468 "optionalDependencies": {469 "@img/sharp-libvips-linux-x64": "1.2.4"470 }471 },472 "node_modules/@img/sharp-linuxmusl-arm64": {473 "version": "0.34.5",474 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",475 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",476 "cpu": [477 "arm64"478 ],479 "libc": [480 "musl"481 ],482 "license": "Apache-2.0",483 "optional": true,484 "os": [485 "linux"486 ],487 "engines": {488 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"489 },490 "funding": {491 "url": "https://opencollective.com/libvips"492 },493 "optionalDependencies": {494 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"495 }496 },497 "node_modules/@img/sharp-linuxmusl-x64": {498 "version": "0.34.5",499 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",500 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",501 "cpu": [502 "x64"503 ],504 "libc": [505 "musl"506 ],507 "license": "Apache-2.0",508 "optional": true,509 "os": [510 "linux"511 ],512 "engines": {513 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"514 },515 "funding": {516 "url": "https://opencollective.com/libvips"517 },518 "optionalDependencies": {519 "@img/sharp-libvips-linuxmusl-x64": "1.2.4"520 }521 },522 "node_modules/@img/sharp-wasm32": {523 "version": "0.34.5",524 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",525 "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",526 "cpu": [527 "wasm32"528 ],529 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",530 "optional": true,531 "dependencies": {532 "@emnapi/runtime": "^1.7.0"533 },534 "engines": {535 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"536 },537 "funding": {538 "url": "https://opencollective.com/libvips"539 }540 },541 "node_modules/@img/sharp-win32-arm64": {542 "version": "0.34.5",543 "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",544 "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",545 "cpu": [546 "arm64"547 ],548 "license": "Apache-2.0 AND LGPL-3.0-or-later",549 "optional": true,550 "os": [551 "win32"552 ],553 "engines": {554 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"555 },556 "funding": {557 "url": "https://opencollective.com/libvips"558 }559 },560 "node_modules/@img/sharp-win32-ia32": {561 "version": "0.34.5",562 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",563 "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",564 "cpu": [565 "ia32"566 ],567 "license": "Apache-2.0 AND LGPL-3.0-or-later",568 "optional": true,569 "os": [570 "win32"571 ],572 "engines": {573 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"574 },575 "funding": {576 "url": "https://opencollective.com/libvips"577 }578 },579 "node_modules/@img/sharp-win32-x64": {580 "version": "0.34.5",581 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",582 "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",583 "cpu": [584 "x64"585 ],586 "license": "Apache-2.0 AND LGPL-3.0-or-later",587 "optional": true,588 "os": [589 "win32"590 ],591 "engines": {592 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"593 },594 "funding": {595 "url": "https://opencollective.com/libvips"596 }597 },598 "node_modules/@jridgewell/gen-mapping": {599 "version": "0.3.13",600 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",601 "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",602 "dev": true,603 "license": "MIT",604 "dependencies": {605 "@jridgewell/sourcemap-codec": "^1.5.0",606 "@jridgewell/trace-mapping": "^0.3.24"607 }608 },609 "node_modules/@jridgewell/remapping": {610 "version": "2.3.5",611 "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",612 "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",613 "dev": true,614 "license": "MIT",615 "dependencies": {616 "@jridgewell/gen-mapping": "^0.3.5",617 "@jridgewell/trace-mapping": "^0.3.24"618 }619 },620 "node_modules/@jridgewell/resolve-uri": {621 "version": "3.1.2",622 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",623 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",624 "dev": true,625 "license": "MIT",626 "engines": {627 "node": ">=6.0.0"628 }629 },630 "node_modules/@jridgewell/sourcemap-codec": {631 "version": "1.5.5",632 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",633 "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",634 "dev": true,635 "license": "MIT"636 },637 "node_modules/@jridgewell/trace-mapping": {638 "version": "0.3.31",639 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",640 "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",641 "dev": true,642 "license": "MIT",643 "dependencies": {644 "@jridgewell/resolve-uri": "^3.1.0",645 "@jridgewell/sourcemap-codec": "^1.4.14"646 }647 },648 "node_modules/@next/env": {649 "version": "16.2.12",650 "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.12.tgz",651 "integrity": "sha512-d0Z5Bc13Fa4nR8pFAKx2jay2yhJM16vlfHbTzYnUQAxlNb6B6lmn4hjt69lYNt4kRtyYP6gEM49lPRHNbIyneg==",652 "license": "MIT"653 },654 "node_modules/@next/swc-darwin-arm64": {655 "version": "16.2.12",656 "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.12.tgz",657 "integrity": "sha512-0W1R0teHWJrqKX0FH20IzzIWAOuGtBxPGuObrxy1lE8hQvCFj49KE8a3WUg0D7sq6rn6zkM4c7YGUnhudBS6oA==",658 "cpu": [659 "arm64"660 ],661 "license": "MIT",662 "optional": true,663 "os": [664 "darwin"665 ],666 "engines": {667 "node": ">= 10"668 }669 },670 "node_modules/@next/swc-darwin-x64": {671 "version": "16.2.12",672 "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.12.tgz",673 "integrity": "sha512-Hy5Ls099+aFUmOLmIgPfLqNi6iCwhL3uQCssz5rWk+5Nkc6TUKCE83DY5BbNylfm3+mfwcSFnLRfrZDJhVxdtw==",674 "cpu": [675 "x64"676 ],677 "license": "MIT",678 "optional": true,679 "os": [680 "darwin"681 ],682 "engines": {683 "node": ">= 10"684 }685 },686 "node_modules/@next/swc-linux-arm64-gnu": {687 "version": "16.2.12",688 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.12.tgz",689 "integrity": "sha512-+YqU2h1cQkHsGfvjAsrSmst8UIFBibBGm5x3Xgel8NLMiDQtNOM4sM2GOEMvG5YiOBNeN/Ykk8cQC2S0Xrqljg==",690 "cpu": [691 "arm64"692 ],693 "libc": [694 "glibc"695 ],696 "license": "MIT",697 "optional": true,698 "os": [699 "linux"700 ],701 "engines": {702 "node": ">= 10"703 }704 },705 "node_modules/@next/swc-linux-arm64-musl": {706 "version": "16.2.12",707 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.12.tgz",708 "integrity": "sha512-0qjhiYBaKAqF63LA1ZWAAnKTzFUguAaZiRa5etMLGGPj/B6uEVjtIZldIzFEp3wHlB0koK6aTzqPtSdplTCjoA==",709 "cpu": [710 "arm64"711 ],712 "libc": [713 "musl"714 ],715 "license": "MIT",716 "optional": true,717 "os": [718 "linux"719 ],720 "engines": {721 "node": ">= 10"722 }723 },724 "node_modules/@next/swc-linux-x64-gnu": {725 "version": "16.2.12",726 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.12.tgz",727 "integrity": "sha512-7A3q26W+h7gnA15uqBToNuDqBEFZZcqh0mW2mn4AJh/G5pdg2RVE3n4slzLEliASZFG3NmsbEzng/x2Sh09mBg==",728 "cpu": [729 "x64"730 ],731 "libc": [732 "glibc"733 ],734 "license": "MIT",735 "optional": true,736 "os": [737 "linux"738 ],739 "engines": {740 "node": ">= 10"741 }742 },743 "node_modules/@next/swc-linux-x64-musl": {744 "version": "16.2.12",745 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.12.tgz",746 "integrity": "sha512-qSjL/uppm+cbh21s72Ss8gkiOhQ4dExWHNGOWy6eZV7STj5WsKehgxT61beSsOj+YYQuTplL376lOCdMQU5T8w==",747 "cpu": [748 "x64"749 ],750 "libc": [751 "musl"752 ],753 "license": "MIT",754 "optional": true,755 "os": [756 "linux"757 ],758 "engines": {759 "node": ">= 10"760 }761 },762 "node_modules/@next/swc-win32-arm64-msvc": {763 "version": "16.2.12",764 "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.12.tgz",765 "integrity": "sha512-X6hzsOUJac/e7AWSbn9gQ9nzHld1xWP5iyjHpYWvud8pufB679O1xg4JDyKr8Xd69Jvd+kM2Der6uftiZCmjYA==",766 "cpu": [767 "arm64"768 ],769 "license": "MIT",770 "optional": true,771 "os": [772 "win32"773 ],774 "engines": {775 "node": ">= 10"776 }777 },778 "node_modules/@next/swc-win32-x64-msvc": {779 "version": "16.2.12",780 "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.12.tgz",781 "integrity": "sha512-F6fakeHuFTLOPt0bslQJdf+xtT+WIP9DVn/m4y1w1mRnVPyh3D/cNvzlRkxM444xfm+IvvYNSOrKiA2CDJ0Uxw==",782 "cpu": [783 "x64"784 ],785 "license": "MIT",786 "optional": true,787 "os": [788 "win32"789 ],790 "engines": {791 "node": ">= 10"792 }793 },794 "node_modules/@stablelib/base64": {795 "version": "1.0.1",796 "resolved": "https://registry.npmjs.org/@stablelib/base64/-/base64-1.0.1.tgz",797 "integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",798 "license": "MIT"799 },800 "node_modules/@swc/helpers": {801 "version": "0.5.15",802 "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",803 "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",804 "license": "Apache-2.0",805 "dependencies": {806 "tslib": "^2.8.0"807 }808 },809 "node_modules/@tailwindcss/node": {810 "version": "4.3.3",811 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.3.tgz",812 "integrity": "sha512-/T8IKEsf9VTU6tLjgC7+sv2mOPtQxzE2jMw7u4Tt40Tx+QSZxpzh95/H6cMKoja9XuW7iMdLJYBB0o9G1CaAgg==",813 "dev": true,814 "license": "MIT",815 "dependencies": {816 "@jridgewell/remapping": "^2.3.5",817 "enhanced-resolve": "^5.24.1",818 "jiti": "^2.7.0",819 "lightningcss": "1.32.0",820 "magic-string": "^0.30.21",821 "source-map-js": "^1.2.1",822 "tailwindcss": "4.3.3"823 }824 },825 "node_modules/@tailwindcss/oxide": {826 "version": "4.3.3",827 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.3.tgz",828 "integrity": "sha512-krXjAikiaFSPaK/FkAQT5UTx3VormQaiZ5hBFlJZ9UFQGB/rwg1MZIhHAG9smMQRTdyJxP6Qt5MwMtdyU5FWrA==",829 "dev": true,830 "license": "MIT",831 "engines": {832 "node": ">= 20"833 },834 "optionalDependencies": {835 "@tailwindcss/oxide-android-arm64": "4.3.3",836 "@tailwindcss/oxide-darwin-arm64": "4.3.3",837 "@tailwindcss/oxide-darwin-x64": "4.3.3",838 "@tailwindcss/oxide-freebsd-x64": "4.3.3",839 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.3",840 "@tailwindcss/oxide-linux-arm64-gnu": "4.3.3",841 "@tailwindcss/oxide-linux-arm64-musl": "4.3.3",842 "@tailwindcss/oxide-linux-x64-gnu": "4.3.3",843 "@tailwindcss/oxide-linux-x64-musl": "4.3.3",844 "@tailwindcss/oxide-wasm32-wasi": "4.3.3",845 "@tailwindcss/oxide-win32-arm64-msvc": "4.3.3",846 "@tailwindcss/oxide-win32-x64-msvc": "4.3.3"847 }848 },849 "node_modules/@tailwindcss/oxide-android-arm64": {850 "version": "4.3.3",851 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.3.tgz",852 "integrity": "sha512-Y85A2gmPSkl5Ve5qR86GL4HT509cFqQh1aes9p3sSkyTPwt0Pppf3GkwGe4JPACcRYjgJIEhQgM6dBClnr0NYw==",853 "cpu": [854 "arm64"855 ],856 "dev": true,857 "license": "MIT",858 "optional": true,859 "os": [860 "android"861 ],862 "engines": {863 "node": ">= 20"864 }865 },866 "node_modules/@tailwindcss/oxide-darwin-arm64": {867 "version": "4.3.3",868 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.3.tgz",869 "integrity": "sha512-BiaWatpBcERQFDlOjRDpIVXuFK5PJez5SA4JMg6VYZdBYU+qKfV/vqjcIs+IYmtitf1xYQZTwXvU/8y4lfZUGw==",870 "cpu": [871 "arm64"872 ],873 "dev": true,874 "license": "MIT",875 "optional": true,876 "os": [877 "darwin"878 ],879 "engines": {880 "node": ">= 20"881 }882 },883 "node_modules/@tailwindcss/oxide-darwin-x64": {884 "version": "4.3.3",885 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.3.tgz",886 "integrity": "sha512-fAeUqfV5ndhxRwai8cXGzdLvul9utWOmeTkv69unv4ZXixjn61Z+p9lCWdwOwA3TYboG3BwdVuN/RDjhBRl0mw==",887 "cpu": [888 "x64"889 ],890 "dev": true,891 "license": "MIT",892 "optional": true,893 "os": [894 "darwin"895 ],896 "engines": {897 "node": ">= 20"898 }899 },900 "node_modules/@tailwindcss/oxide-freebsd-x64": {901 "version": "4.3.3",902 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.3.tgz",903 "integrity": "sha512-iyf5bV6+wnAlflVeEy7R25dupxTNECZN5QMI0qNT6eT+EgaGdZcKhGkr5SdoaWiLJ3spLqIY9VCeSGrwmtg4kw==",904 "cpu": [905 "x64"906 ],907 "dev": true,908 "license": "MIT",909 "optional": true,910 "os": [911 "freebsd"912 ],913 "engines": {914 "node": ">= 20"915 }916 },917 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {918 "version": "4.3.3",919 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.3.tgz",920 "integrity": "sha512-aAYUprJAJQWWbRrPvtjdroZ56Md+JM8pMiopS6xGEwDfLhqj+2ver2p4nU4Mb3CRqcMmNBjo8KkUgcxhkzVQGQ==",921 "cpu": [922 "arm"923 ],924 "dev": true,925 "license": "MIT",926 "optional": true,927 "os": [928 "linux"929 ],930 "engines": {931 "node": ">= 20"932 }933 },934 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {935 "version": "4.3.3",936 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.3.tgz",937 "integrity": "sha512-nDxldcEENOxZRzC2uu9jrutZdAAQtb+8WWDCSnWL1zvBk1+FN+x6MtDViPB5AJMfttVCUhehGWus3XBPgatM/w==",938 "cpu": [939 "arm64"940 ],941 "dev": true,942 "libc": [943 "glibc"944 ],945 "license": "MIT",946 "optional": true,947 "os": [948 "linux"949 ],950 "engines": {951 "node": ">= 20"952 }953 },954 "node_modules/@tailwindcss/oxide-linux-arm64-musl": {955 "version": "4.3.3",956 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.3.tgz",957 "integrity": "sha512-Md44bD6veX/PC5iyF8cDVnw4HBIANZepRZZ7a8DQOvkfo5WUBwcp6iAuCUz23u+4SUkhJlD3eL7hNdW8ezd/kA==",958 "cpu": [959 "arm64"960 ],961 "dev": true,962 "libc": [963 "musl"964 ],965 "license": "MIT",966 "optional": true,967 "os": [968 "linux"969 ],970 "engines": {971 "node": ">= 20"972 }973 },974 "node_modules/@tailwindcss/oxide-linux-x64-gnu": {975 "version": "4.3.3",976 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.3.tgz",977 "integrity": "sha512-tx7us1muwOKAKWao2v/GaafFeQboE6aj88vC6ziN2NCGcRm8gWUhwjzg+YdVB1e4boAtdtma4L43onunI6NS4w==",978 "cpu": [979 "x64"980 ],981 "dev": true,982 "libc": [983 "glibc"984 ],985 "license": "MIT",986 "optional": true,987 "os": [988 "linux"989 ],990 "engines": {991 "node": ">= 20"992 }993 },994 "node_modules/@tailwindcss/oxide-linux-x64-musl": {995 "version": "4.3.3",996 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.3.tgz",997 "integrity": "sha512-SJxX60smvHgasZoBy11dX6YRjXJFovwWBoedhbQPOBzgFWBHGB+TVPWB9BxzR7TTxU8FQZAI2AyiNCMzFm8Img==",998 "cpu": [999 "x64"1000 ],1001 "dev": true,1002 "libc": [1003 "musl"1004 ],1005 "license": "MIT",1006 "optional": true,1007 "os": [1008 "linux"1009 ],1010 "engines": {1011 "node": ">= 20"1012 }1013 },1014 "node_modules/@tailwindcss/oxide-wasm32-wasi": {1015 "version": "4.3.3",1016 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.3.tgz",1017 "integrity": "sha512-jx1+rPhY/5Ympkktd656HBWEBLxP7dH06losBLjjf5vgCODXvi9KhtftWcMIwTFIDqBr7cRnQkdLnAG+IOlGvQ==",1018 "bundleDependencies": [1019 "@napi-rs/wasm-runtime",1020 "@emnapi/core",1021 "@emnapi/runtime",1022 "@tybys/wasm-util",1023 "@emnapi/wasi-threads",1024 "tslib"1025 ],1026 "cpu": [1027 "wasm32"1028 ],1029 "dev": true,1030 "license": "MIT",1031 "optional": true,1032 "dependencies": {1033 "@emnapi/core": "^1.11.1",1034 "@emnapi/runtime": "^1.11.1",1035 "@emnapi/wasi-threads": "^1.2.2",1036 "@napi-rs/wasm-runtime": "^1.1.4",1037 "@tybys/wasm-util": "^0.10.2",1038 "tslib": "^2.8.1"1039 },1040 "engines": {1041 "node": ">=14.0.0"1042 }1043 },1044 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {1045 "version": "4.3.3",1046 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",1047 "integrity": "sha512-3rc292Ca2ceK6Ulcc/bAVnTs/3nDtoPhyEKlgPv+yQJQi/JS/AMJlqzxvlDacL1nekbrcf6bTqp/jV4qgnPxNQ==",1048 "cpu": [1049 "arm64"1050 ],1051 "dev": true,1052 "license": "MIT",1053 "optional": true,1054 "os": [1055 "win32"1056 ],1057 "engines": {1058 "node": ">= 20"1059 }1060 },1061 "node_modules/@tailwindcss/oxide-win32-x64-msvc": {1062 "version": "4.3.3",1063 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.3.tgz",1064 "integrity": "sha512-yJ0pwIVc/nYeGoV02WtsN8KYyLQv7kyI2wDnkezyJlGGjkd4QLwDGAwl47YpPJeuI0M0ObaXGSPjvWDPeTPggw==",1065 "cpu": [1066 "x64"1067 ],1068 "dev": true,1069 "license": "MIT",1070 "optional": true,1071 "os": [1072 "win32"1073 ],1074 "engines": {1075 "node": ">= 20"1076 }1077 },1078 "node_modules/@tailwindcss/postcss": {1079 "version": "4.3.3",1080 "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.3.tgz",1081 "integrity": "sha512-JTSZZGQi1AyKirbLN3azmjVzef92tcX7h+iSqPdaeStyFpGpDlKvvpxeOE8njhbUanbRwr3z8DyzhICWnMtQeg==",1082 "dev": true,1083 "license": "MIT",1084 "dependencies": {1085 "@alloc/quick-lru": "^5.2.0",1086 "@tailwindcss/node": "4.3.3",1087 "@tailwindcss/oxide": "4.3.3",1088 "postcss": "^8.5.16",1089 "tailwindcss": "4.3.3"1090 }1091 },1092 "node_modules/@types/node": {1093 "version": "24.13.3",1094 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",1095 "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",1096 "dev": true,1097 "license": "MIT",1098 "dependencies": {1099 "undici-types": "~7.18.0"1100 }1101 },1102 "node_modules/@types/react": {1103 "version": "19.2.18",1104 "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz",1105 "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",1106 "dev": true,1107 "license": "MIT",1108 "dependencies": {1109 "csstype": "^3.2.2"1110 }1111 },1112 "node_modules/@types/react-dom": {1113 "version": "19.2.4",1114 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.4.tgz",1115 "integrity": "sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw==",1116 "dev": true,1117 "license": "MIT",1118 "peerDependencies": {1119 "@types/react": "^19.2.0"1120 }1121 },1122 "node_modules/baseline-browser-mapping": {1123 "version": "2.11.8",1124 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.8.tgz",1125 "integrity": "sha512-zAgkquC2WYF0PIc6XbNYkA2uuxxFavzgmX61R+dHDUa558V8Ejf8ozTZFR6QzM24RWu4kBcRkhJ5kpz77j9fnQ==",1126 "license": "Apache-2.0",1127 "bin": {1128 "baseline-browser-mapping": "dist/cli.cjs"1129 },1130 "engines": {1131 "node": ">=6.0.0"1132 }1133 },1134 "node_modules/caniuse-lite": {1135 "version": "1.0.30001806",1136 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz",1137 "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==",1138 "funding": [1139 {1140 "type": "opencollective",1141 "url": "https://opencollective.com/browserslist"1142 },1143 {1144 "type": "tidelift",1145 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"1146 },1147 {1148 "type": "github",1149 "url": "https://github.com/sponsors/ai"1150 }1151 ],1152 "license": "CC-BY-4.0"1153 },1154 "node_modules/class-variance-authority": {1155 "version": "0.7.1",1156 "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",1157 "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",1158 "license": "Apache-2.0",1159 "dependencies": {1160 "clsx": "^2.1.1"1161 },1162 "funding": {1163 "url": "https://polar.sh/cva"1164 }1165 },1166 "node_modules/client-only": {1167 "version": "0.0.1",1168 "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",1169 "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",1170 "license": "MIT"1171 },1172 "node_modules/clsx": {1173 "version": "2.1.1",1174 "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",1175 "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",1176 "license": "MIT",1177 "engines": {1178 "node": ">=6"1179 }1180 },1181 "node_modules/commander": {1182 "version": "8.3.0",1183 "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",1184 "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",1185 "license": "MIT",1186 "engines": {1187 "node": ">= 12"1188 }1189 },1190 "node_modules/csstype": {1191 "version": "3.2.3",1192 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",1193 "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",1194 "dev": true,1195 "license": "MIT"1196 },1197 "node_modules/detect-libc": {1198 "version": "2.1.2",1199 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",1200 "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",1201 "devOptional": true,1202 "license": "Apache-2.0",1203 "engines": {1204 "node": ">=8"1205 }1206 },1207 "node_modules/enhanced-resolve": {1208 "version": "5.24.5",1209 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.5.tgz",1210 "integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==",1211 "dev": true,1212 "license": "MIT",1213 "dependencies": {1214 "graceful-fs": "^4.2.4",1215 "tapable": "^2.3.3"1216 },1217 "engines": {1218 "node": ">=10.13.0"1219 }1220 },1221 "node_modules/fast-sha256": {1222 "version": "1.3.0",1223 "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",1224 "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",1225 "license": "Unlicense"1226 },1227 "node_modules/framer-motion": {1228 "version": "12.43.0",1229 "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.43.0.tgz",1230 "integrity": "sha512-1eaL3RvR/kAlbG7UYcpMptEyzPoENO0c6w7ZnB3/hh2vSAz/6uGAFn6fdoqTBguNstf3MsFhJHsD/0DHiclG+g==",1231 "license": "MIT",1232 "dependencies": {1233 "motion-dom": "^12.43.0",1234 "motion-utils": "^12.39.0",1235 "tslib": "^2.4.0"1236 },1237 "peerDependencies": {1238 "@emotion/is-prop-valid": "*",1239 "react": "^18.0.0 || ^19.0.0",1240 "react-dom": "^18.0.0 || ^19.0.0"1241 },1242 "peerDependenciesMeta": {1243 "@emotion/is-prop-valid": {1244 "optional": true1245 },1246 "react": {1247 "optional": true1248 },1249 "react-dom": {1250 "optional": true1251 }1252 }1253 },1254 "node_modules/graceful-fs": {1255 "version": "4.2.11",1256 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",1257 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",1258 "dev": true,1259 "license": "ISC"1260 },1261 "node_modules/jiti": {1262 "version": "2.7.0",1263 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",1264 "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",1265 "dev": true,1266 "license": "MIT",1267 "bin": {1268 "jiti": "lib/jiti-cli.mjs"1269 }1270 },1271 "node_modules/json-schema-to-ts": {1272 "version": "3.1.1",1273 "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",1274 "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",1275 "license": "MIT",1276 "dependencies": {1277 "@babel/runtime": "^7.18.3",1278 "ts-algebra": "^2.0.0"1279 },1280 "engines": {1281 "node": ">=16"1282 }1283 },1284 "node_modules/katex": {1285 "version": "0.18.2",1286 "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.2.tgz",1287 "integrity": "sha512-3snve4y0SXTMequLim1FMiPvLGElySam0blN5xQZBqEY3lOJz1TnuaaiugnBZBqHzlSAGmFTYL7MCQkORuLKCA==",1288 "funding": [1289 "https://opencollective.com/katex",1290 "https://github.com/sponsors/katex"1291 ],1292 "license": "MIT",1293 "dependencies": {1294 "commander": "^8.3.0"1295 },1296 "bin": {1297 "katex": "cli.js"1298 }1299 },1300 "node_modules/lightningcss": {1301 "version": "1.32.0",1302 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",1303 "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",1304 "dev": true,1305 "license": "MPL-2.0",1306 "dependencies": {1307 "detect-libc": "^2.0.3"1308 },1309 "engines": {1310 "node": ">= 12.0.0"1311 },1312 "funding": {1313 "type": "opencollective",1314 "url": "https://opencollective.com/parcel"1315 },1316 "optionalDependencies": {1317 "lightningcss-android-arm64": "1.32.0",1318 "lightningcss-darwin-arm64": "1.32.0",1319 "lightningcss-darwin-x64": "1.32.0",1320 "lightningcss-freebsd-x64": "1.32.0",1321 "lightningcss-linux-arm-gnueabihf": "1.32.0",1322 "lightningcss-linux-arm64-gnu": "1.32.0",1323 "lightningcss-linux-arm64-musl": "1.32.0",1324 "lightningcss-linux-x64-gnu": "1.32.0",1325 "lightningcss-linux-x64-musl": "1.32.0",1326 "lightningcss-win32-arm64-msvc": "1.32.0",1327 "lightningcss-win32-x64-msvc": "1.32.0"1328 }1329 },1330 "node_modules/lightningcss-android-arm64": {1331 "version": "1.32.0",1332 "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",1333 "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",1334 "cpu": [1335 "arm64"1336 ],1337 "dev": true,1338 "license": "MPL-2.0",1339 "optional": true,1340 "os": [1341 "android"1342 ],1343 "engines": {1344 "node": ">= 12.0.0"1345 },1346 "funding": {1347 "type": "opencollective",1348 "url": "https://opencollective.com/parcel"1349 }1350 },1351 "node_modules/lightningcss-darwin-arm64": {1352 "version": "1.32.0",1353 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",1354 "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",1355 "cpu": [1356 "arm64"1357 ],1358 "dev": true,1359 "license": "MPL-2.0",1360 "optional": true,1361 "os": [1362 "darwin"1363 ],1364 "engines": {1365 "node": ">= 12.0.0"1366 },1367 "funding": {1368 "type": "opencollective",1369 "url": "https://opencollective.com/parcel"1370 }1371 },1372 "node_modules/lightningcss-darwin-x64": {1373 "version": "1.32.0",1374 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",1375 "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",1376 "cpu": [1377 "x64"1378 ],1379 "dev": true,1380 "license": "MPL-2.0",1381 "optional": true,1382 "os": [1383 "darwin"1384 ],1385 "engines": {1386 "node": ">= 12.0.0"1387 },1388 "funding": {1389 "type": "opencollective",1390 "url": "https://opencollective.com/parcel"1391 }1392 },1393 "node_modules/lightningcss-freebsd-x64": {1394 "version": "1.32.0",1395 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",1396 "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",1397 "cpu": [1398 "x64"1399 ],1400 "dev": true,1401 "license": "MPL-2.0",1402 "optional": true,1403 "os": [1404 "freebsd"1405 ],1406 "engines": {1407 "node": ">= 12.0.0"1408 },1409 "funding": {1410 "type": "opencollective",1411 "url": "https://opencollective.com/parcel"1412 }1413 },1414 "node_modules/lightningcss-linux-arm-gnueabihf": {1415 "version": "1.32.0",1416 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",1417 "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",1418 "cpu": [1419 "arm"1420 ],1421 "dev": true,1422 "license": "MPL-2.0",1423 "optional": true,1424 "os": [1425 "linux"1426 ],1427 "engines": {1428 "node": ">= 12.0.0"1429 },1430 "funding": {1431 "type": "opencollective",1432 "url": "https://opencollective.com/parcel"1433 }1434 },1435 "node_modules/lightningcss-linux-arm64-gnu": {1436 "version": "1.32.0",1437 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",1438 "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",1439 "cpu": [1440 "arm64"1441 ],1442 "dev": true,1443 "libc": [1444 "glibc"1445 ],1446 "license": "MPL-2.0",1447 "optional": true,1448 "os": [1449 "linux"1450 ],1451 "engines": {1452 "node": ">= 12.0.0"1453 },1454 "funding": {1455 "type": "opencollective",1456 "url": "https://opencollective.com/parcel"1457 }1458 },1459 "node_modules/lightningcss-linux-arm64-musl": {1460 "version": "1.32.0",1461 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",1462 "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",1463 "cpu": [1464 "arm64"1465 ],1466 "dev": true,1467 "libc": [1468 "musl"1469 ],1470 "license": "MPL-2.0",1471 "optional": true,1472 "os": [1473 "linux"1474 ],1475 "engines": {1476 "node": ">= 12.0.0"1477 },1478 "funding": {1479 "type": "opencollective",1480 "url": "https://opencollective.com/parcel"1481 }1482 },1483 "node_modules/lightningcss-linux-x64-gnu": {1484 "version": "1.32.0",1485 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",1486 "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",1487 "cpu": [1488 "x64"1489 ],1490 "dev": true,1491 "libc": [1492 "glibc"1493 ],1494 "license": "MPL-2.0",1495 "optional": true,1496 "os": [1497 "linux"1498 ],1499 "engines": {1500 "node": ">= 12.0.0"1501 },1502 "funding": {1503 "type": "opencollective",1504 "url": "https://opencollective.com/parcel"1505 }1506 },1507 "node_modules/lightningcss-linux-x64-musl": {1508 "version": "1.32.0",1509 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",1510 "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",1511 "cpu": [1512 "x64"1513 ],1514 "dev": true,1515 "libc": [1516 "musl"1517 ],1518 "license": "MPL-2.0",1519 "optional": true,1520 "os": [1521 "linux"1522 ],1523 "engines": {1524 "node": ">= 12.0.0"1525 },1526 "funding": {1527 "type": "opencollective",1528 "url": "https://opencollective.com/parcel"1529 }1530 },1531 "node_modules/lightningcss-win32-arm64-msvc": {1532 "version": "1.32.0",1533 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",1534 "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",1535 "cpu": [1536 "arm64"1537 ],1538 "dev": true,1539 "license": "MPL-2.0",1540 "optional": true,1541 "os": [1542 "win32"1543 ],1544 "engines": {1545 "node": ">= 12.0.0"1546 },1547 "funding": {1548 "type": "opencollective",1549 "url": "https://opencollective.com/parcel"1550 }1551 },1552 "node_modules/lightningcss-win32-x64-msvc": {1553 "version": "1.32.0",1554 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",1555 "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",1556 "cpu": [1557 "x64"1558 ],1559 "dev": true,1560 "license": "MPL-2.0",1561 "optional": true,1562 "os": [1563 "win32"1564 ],1565 "engines": {1566 "node": ">= 12.0.0"1567 },1568 "funding": {1569 "type": "opencollective",1570 "url": "https://opencollective.com/parcel"1571 }1572 },1573 "node_modules/lucide-react": {1574 "version": "0.525.0",1575 "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz",1576 "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==",1577 "license": "ISC",1578 "peerDependencies": {1579 "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"1580 }1581 },1582 "node_modules/magic-string": {1583 "version": "0.30.21",1584 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",1585 "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",1586 "dev": true,1587 "license": "MIT",1588 "dependencies": {1589 "@jridgewell/sourcemap-codec": "^1.5.5"1590 }1591 },1592 "node_modules/motion-dom": {1593 "version": "12.43.0",1594 "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.43.0.tgz",1595 "integrity": "sha512-azKON4d9S65PEoFUiQTMTgPheEmzf2QngdRc50AKfJp9Q9mmcBVw22c8eMq9k8kxOFHdL7+WZY7N/5F/lwiDag==",1596 "license": "MIT",1597 "dependencies": {1598 "motion-utils": "^12.39.0"1599 }1600 },1601 "node_modules/motion-utils": {1602 "version": "12.39.0",1603 "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.39.0.tgz",1604 "integrity": "sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==",1605 "license": "MIT"1606 },1607 "node_modules/nanoid": {1608 "version": "3.3.16",1609 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",1610 "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",1611 "funding": [1612 {1613 "type": "github",1614 "url": "https://github.com/sponsors/ai"1615 }1616 ],1617 "license": "MIT",1618 "bin": {1619 "nanoid": "bin/nanoid.cjs"1620 },1621 "engines": {1622 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"1623 }1624 },1625 "node_modules/next": {1626 "version": "16.2.12",1627 "resolved": "https://registry.npmjs.org/next/-/next-16.2.12.tgz",1628 "integrity": "sha512-iD59eYQWmbFcEbX7v/acG5DRym9iw1DdaPoD0WTA920naWsE25wShzJW4+UvAs8MK9EC2kBfIH6vtto1H1PHGw==",1629 "license": "MIT",1630 "dependencies": {1631 "@next/env": "16.2.12",1632 "@swc/helpers": "0.5.15",1633 "baseline-browser-mapping": "^2.9.19",1634 "caniuse-lite": "^1.0.30001579",1635 "postcss": "8.4.31",1636 "styled-jsx": "5.1.6"1637 },1638 "bin": {1639 "next": "dist/bin/next"1640 },1641 "engines": {1642 "node": ">=20.9.0"1643 },1644 "optionalDependencies": {1645 "@next/swc-darwin-arm64": "16.2.12",1646 "@next/swc-darwin-x64": "16.2.12",1647 "@next/swc-linux-arm64-gnu": "16.2.12",1648 "@next/swc-linux-arm64-musl": "16.2.12",1649 "@next/swc-linux-x64-gnu": "16.2.12",1650 "@next/swc-linux-x64-musl": "16.2.12",1651 "@next/swc-win32-arm64-msvc": "16.2.12",1652 "@next/swc-win32-x64-msvc": "16.2.12",1653 "sharp": "^0.34.5"1654 },1655 "peerDependencies": {1656 "@opentelemetry/api": "^1.1.0",1657 "@playwright/test": "^1.51.1",1658 "babel-plugin-react-compiler": "*",1659 "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",1660 "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",1661 "sass": "^1.3.0"1662 },1663 "peerDependenciesMeta": {1664 "@opentelemetry/api": {1665 "optional": true1666 },1667 "@playwright/test": {1668 "optional": true1669 },1670 "babel-plugin-react-compiler": {1671 "optional": true1672 },1673 "sass": {1674 "optional": true1675 }1676 }1677 },1678 "node_modules/next/node_modules/postcss": {1679 "version": "8.4.31",1680 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",1681 "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",1682 "funding": [1683 {1684 "type": "opencollective",1685 "url": "https://opencollective.com/postcss/"1686 },1687 {1688 "type": "tidelift",1689 "url": "https://tidelift.com/funding/github/npm/postcss"1690 },1691 {1692 "type": "github",1693 "url": "https://github.com/sponsors/ai"1694 }1695 ],1696 "license": "MIT",1697 "dependencies": {1698 "nanoid": "^3.3.6",1699 "picocolors": "^1.0.0",1700 "source-map-js": "^1.0.2"1701 },1702 "engines": {1703 "node": "^10 || ^12 || >=14"1704 }1705 },1706 "node_modules/picocolors": {1707 "version": "1.1.1",1708 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",1709 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",1710 "license": "ISC"1711 },1712 "node_modules/postcss": {1713 "version": "8.5.25",1714 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz",1715 "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",1716 "dev": true,1717 "funding": [1718 {1719 "type": "opencollective",1720 "url": "https://opencollective.com/postcss/"1721 },1722 {1723 "type": "tidelift",1724 "url": "https://tidelift.com/funding/github/npm/postcss"1725 },1726 {1727 "type": "github",1728 "url": "https://github.com/sponsors/ai"1729 }1730 ],1731 "license": "MIT",1732 "dependencies": {1733 "nanoid": "^3.3.16",1734 "picocolors": "^1.1.1",1735 "source-map-js": "^1.2.1"1736 },1737 "engines": {1738 "node": "^10 || ^12 || >=14"1739 }1740 },1741 "node_modules/react": {1742 "version": "19.2.8",1743 "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",1744 "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",1745 "license": "MIT",1746 "engines": {1747 "node": ">=0.10.0"1748 }1749 },1750 "node_modules/react-dom": {1751 "version": "19.2.8",1752 "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",1753 "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",1754 "license": "MIT",1755 "dependencies": {1756 "scheduler": "^0.27.0"1757 },1758 "peerDependencies": {1759 "react": "^19.2.8"1760 }1761 },1762 "node_modules/scheduler": {1763 "version": "0.27.0",1764 "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",1765 "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",1766 "license": "MIT"1767 },1768 "node_modules/semver": {1769 "version": "7.8.5",1770 "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",1771 "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",1772 "license": "ISC",1773 "optional": true,1774 "bin": {1775 "semver": "bin/semver.js"1776 },1777 "engines": {1778 "node": ">=10"1779 }1780 },1781 "node_modules/sharp": {1782 "version": "0.34.5",1783 "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",1784 "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",1785 "hasInstallScript": true,1786 "license": "Apache-2.0",1787 "optional": true,1788 "dependencies": {1789 "@img/colour": "^1.0.0",1790 "detect-libc": "^2.1.2",1791 "semver": "^7.7.3"1792 },1793 "engines": {1794 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"1795 },1796 "funding": {1797 "url": "https://opencollective.com/libvips"1798 },1799 "optionalDependencies": {1800 "@img/sharp-darwin-arm64": "0.34.5",1801 "@img/sharp-darwin-x64": "0.34.5",1802 "@img/sharp-libvips-darwin-arm64": "1.2.4",1803 "@img/sharp-libvips-darwin-x64": "1.2.4",1804 "@img/sharp-libvips-linux-arm": "1.2.4",1805 "@img/sharp-libvips-linux-arm64": "1.2.4",1806 "@img/sharp-libvips-linux-ppc64": "1.2.4",1807 "@img/sharp-libvips-linux-riscv64": "1.2.4",1808 "@img/sharp-libvips-linux-s390x": "1.2.4",1809 "@img/sharp-libvips-linux-x64": "1.2.4",1810 "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",1811 "@img/sharp-libvips-linuxmusl-x64": "1.2.4",1812 "@img/sharp-linux-arm": "0.34.5",1813 "@img/sharp-linux-arm64": "0.34.5",1814 "@img/sharp-linux-ppc64": "0.34.5",1815 "@img/sharp-linux-riscv64": "0.34.5",1816 "@img/sharp-linux-s390x": "0.34.5",1817 "@img/sharp-linux-x64": "0.34.5",1818 "@img/sharp-linuxmusl-arm64": "0.34.5",1819 "@img/sharp-linuxmusl-x64": "0.34.5",1820 "@img/sharp-wasm32": "0.34.5",1821 "@img/sharp-win32-arm64": "0.34.5",1822 "@img/sharp-win32-ia32": "0.34.5",1823 "@img/sharp-win32-x64": "0.34.5"1824 }1825 },1826 "node_modules/source-map-js": {1827 "version": "1.2.1",1828 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",1829 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",1830 "license": "BSD-3-Clause",1831 "engines": {1832 "node": ">=0.10.0"1833 }1834 },1835 "node_modules/standardwebhooks": {1836 "version": "1.0.0",1837 "resolved": "https://registry.npmjs.org/standardwebhooks/-/standardwebhooks-1.0.0.tgz",1838 "integrity": "sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==",1839 "license": "MIT",1840 "dependencies": {1841 "@stablelib/base64": "^1.0.0",1842 "fast-sha256": "^1.3.0"1843 }1844 },1845 "node_modules/styled-jsx": {1846 "version": "5.1.6",1847 "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",1848 "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",1849 "license": "MIT",1850 "dependencies": {1851 "client-only": "0.0.1"1852 },1853 "engines": {1854 "node": ">= 12.0.0"1855 },1856 "peerDependencies": {1857 "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"1858 },1859 "peerDependenciesMeta": {1860 "@babel/core": {1861 "optional": true1862 },1863 "babel-plugin-macros": {1864 "optional": true1865 }1866 }1867 },1868 "node_modules/tailwind-merge": {1869 "version": "3.6.0",1870 "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.6.0.tgz",1871 "integrity": "sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==",1872 "license": "MIT",1873 "funding": {1874 "type": "github",1875 "url": "https://github.com/sponsors/dcastil"1876 }1877 },1878 "node_modules/tailwindcss": {1879 "version": "4.3.3",1880 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz",1881 "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==",1882 "dev": true,1883 "license": "MIT"1884 },1885 "node_modules/tapable": {1886 "version": "2.3.3",1887 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",1888 "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",1889 "dev": true,1890 "license": "MIT",1891 "engines": {1892 "node": ">=6"1893 },1894 "funding": {1895 "type": "opencollective",1896 "url": "https://opencollective.com/webpack"1897 }1898 },1899 "node_modules/ts-algebra": {1900 "version": "2.0.0",1901 "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",1902 "integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==",1903 "license": "MIT"1904 },1905 "node_modules/tslib": {1906 "version": "2.8.1",1907 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",1908 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",1909 "license": "0BSD"1910 },1911 "node_modules/typescript": {1912 "version": "5.9.3",1913 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",1914 "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",1915 "dev": true,1916 "license": "Apache-2.0",1917 "bin": {1918 "tsc": "bin/tsc",1919 "tsserver": "bin/tsserver"1920 },1921 "engines": {1922 "node": ">=14.17"1923 }1924 },1925 "node_modules/undici-types": {1926 "version": "7.18.2",1927 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",1928 "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",1929 "dev": true,1930 "license": "MIT"1931 }1932 }1933}1934