jbilcke-hf/ai-comic-factory
11k
1{2 "name": "@jbilcke/comic-factory",3 "version": "1.2.3",4 "lockfileVersion": 3,5 "requires": true,6 "packages": {7 "": {8 "name": "@jbilcke/comic-factory",9 "version": "1.2.3",10 "dependencies": {11 "@aitube/clap": "0.2.4",12 "@anthropic-ai/sdk": "^0.25.0",13 "@huggingface/hub": "^0.15.1",14 "@huggingface/inference": "^2.0.0",15 "@mediapipe/tasks-vision": "0.10.15",16 "@radix-ui/react-accordion": "^1.1.2",17 "@radix-ui/react-avatar": "^1.0.3",18 "@radix-ui/react-checkbox": "^1.0.4",19 "@radix-ui/react-collapsible": "^1.0.3",20 "@radix-ui/react-dialog": "^1.0.4",21 "@radix-ui/react-dropdown-menu": "^2.0.5",22 "@radix-ui/react-icons": "^1.3.0",23 "@radix-ui/react-label": "^2.0.2",24 "@radix-ui/react-menubar": "^1.0.3",25 "@radix-ui/react-popover": "^1.0.6",26 "@radix-ui/react-select": "^1.2.2",27 "@radix-ui/react-separator": "^1.0.3",28 "@radix-ui/react-slider": "^1.1.2",29 "@radix-ui/react-slot": "^1.0.2",30 "@radix-ui/react-switch": "^1.0.3",31 "@radix-ui/react-toast": "^1.1.4",32 "@radix-ui/react-tooltip": "^1.0.6",33 "@types/node": "20.4.2",34 "@types/react": "18.3.0",35 "@types/react-dom": "18.3.0",36 "@types/uuid": "^9.0.2",37 "autoprefixer": "10.4.18",38 "class-variance-authority": "^0.6.1",39 "clsx": "^2.1.0",40 "cmdk": "^0.2.0",41 "cookies-next": "^2.1.2",42 "date-fns": "^2.30.0",43 "encoding": "^0.1.13",44 "eslint": "8.45.0",45 "eslint-config-next": "13.4.10",46 "groq-sdk": "^0.3.1",47 "html2canvas": "^1.4.1",48 "i": "^0.3.7",49 "konva": "^9.2.2",50 "lucide-react": "^0.260.0",51 "next": "14.2.7",52 "npm": "^10.7.0",53 "openai": "^4.29.2",54 "pick": "^0.0.1",55 "postcss": "8.4.37",56 "query-string": "^9.0.0",57 "react": "18.3.1",58 "react-circular-progressbar": "^2.1.0",59 "react-contenteditable": "^3.3.7",60 "react-dom": "18.3.1",61 "react-draggable": "^4.4.6",62 "react-hook-consent": "^3.5.3",63 "react-icons": "^4.11.0",64 "react-konva": "^18.2.10",65 "react-virtualized-auto-sizer": "^1.0.20",66 "replicate": "^0.32.0",67 "sbd": "^1.0.19",68 "sharp": "^0.33.4",69 "tailwind-merge": "^2.2.2",70 "tailwindcss": "3.4.1",71 "tailwindcss-animate": "^1.0.6",72 "ts-node": "^10.9.1",73 "typescript": "^5.4.5",74 "use-file-picker": "^2.1.2",75 "usehooks-ts": "2.9.1",76 "uuid": "^9.0.0",77 "yaml": "^2.4.5",78 "zustand": "^4.5.1"79 },80 "devDependencies": {81 "@types/qs": "^6.9.7",82 "@types/react-virtualized": "^9.21.22",83 "@types/sbd": "^1.0.3"84 }85 },86 "node_modules/@aitube/clap": {87 "version": "0.2.4",88 "resolved": "https://registry.npmjs.org/@aitube/clap/-/clap-0.2.4.tgz",89 "integrity": "sha512-b0j5TXiLa6i1H/OTpyWKSNXT98aVWCfBam5AGHf/Edbu/GYTZqDaqmt7emA7XGbph3afsdS/U0HZ+3C8EjoQEA==",90 "license": "MIT",91 "dependencies": {92 "pure-uuid": "^1.8.1",93 "ts-patch": "^3.2.1",94 "typescript-transform-paths": "^3.4.11"95 },96 "peerDependencies": {97 "yaml": "^2.5.0"98 }99 },100 "node_modules/@alloc/quick-lru": {101 "version": "5.2.0",102 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",103 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",104 "license": "MIT",105 "engines": {106 "node": ">=10"107 },108 "funding": {109 "url": "https://github.com/sponsors/sindresorhus"110 }111 },112 "node_modules/@anthropic-ai/sdk": {113 "version": "0.25.2",114 "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.25.2.tgz",115 "integrity": "sha512-F1Hck/asswwidFLtGdMg3XYgRxEUfygNbpkq5KEaEGsHNaSfxeX18/uZGQCL0oQNcj/tYNx8BaFXVwRhFDi45g==",116 "license": "MIT",117 "dependencies": {118 "@types/node": "^18.11.18",119 "@types/node-fetch": "^2.6.4",120 "abort-controller": "^3.0.0",121 "agentkeepalive": "^4.2.1",122 "form-data-encoder": "1.7.2",123 "formdata-node": "^4.3.2",124 "node-fetch": "^2.6.7"125 }126 },127 "node_modules/@anthropic-ai/sdk/node_modules/@types/node": {128 "version": "18.19.50",129 "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.50.tgz",130 "integrity": "sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg==",131 "license": "MIT",132 "dependencies": {133 "undici-types": "~5.26.4"134 }135 },136 "node_modules/@babel/runtime": {137 "version": "7.25.6",138 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",139 "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",140 "license": "MIT",141 "dependencies": {142 "regenerator-runtime": "^0.14.0"143 },144 "engines": {145 "node": ">=6.9.0"146 }147 },148 "node_modules/@cspotcode/source-map-support": {149 "version": "0.8.1",150 "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",151 "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",152 "license": "MIT",153 "dependencies": {154 "@jridgewell/trace-mapping": "0.3.9"155 },156 "engines": {157 "node": ">=12"158 }159 },160 "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {161 "version": "0.3.9",162 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",163 "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",164 "license": "MIT",165 "dependencies": {166 "@jridgewell/resolve-uri": "^3.0.3",167 "@jridgewell/sourcemap-codec": "^1.4.10"168 }169 },170 "node_modules/@emnapi/runtime": {171 "version": "1.2.0",172 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz",173 "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==",174 "license": "MIT",175 "optional": true,176 "dependencies": {177 "tslib": "^2.4.0"178 }179 },180 "node_modules/@eslint-community/eslint-utils": {181 "version": "4.4.0",182 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",183 "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",184 "license": "MIT",185 "dependencies": {186 "eslint-visitor-keys": "^3.3.0"187 },188 "engines": {189 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"190 },191 "peerDependencies": {192 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"193 }194 },195 "node_modules/@eslint-community/regexpp": {196 "version": "4.11.0",197 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",198 "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",199 "license": "MIT",200 "engines": {201 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"202 }203 },204 "node_modules/@eslint/eslintrc": {205 "version": "2.1.4",206 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",207 "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",208 "license": "MIT",209 "dependencies": {210 "ajv": "^6.12.4",211 "debug": "^4.3.2",212 "espree": "^9.6.0",213 "globals": "^13.19.0",214 "ignore": "^5.2.0",215 "import-fresh": "^3.2.1",216 "js-yaml": "^4.1.0",217 "minimatch": "^3.1.2",218 "strip-json-comments": "^3.1.1"219 },220 "engines": {221 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"222 },223 "funding": {224 "url": "https://opencollective.com/eslint"225 }226 },227 "node_modules/@eslint/js": {228 "version": "8.44.0",229 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",230 "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==",231 "license": "MIT",232 "engines": {233 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"234 }235 },236 "node_modules/@floating-ui/core": {237 "version": "1.6.7",238 "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.7.tgz",239 "integrity": "sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==",240 "license": "MIT",241 "dependencies": {242 "@floating-ui/utils": "^0.2.7"243 }244 },245 "node_modules/@floating-ui/dom": {246 "version": "1.6.10",247 "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.10.tgz",248 "integrity": "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==",249 "license": "MIT",250 "dependencies": {251 "@floating-ui/core": "^1.6.0",252 "@floating-ui/utils": "^0.2.7"253 }254 },255 "node_modules/@floating-ui/react-dom": {256 "version": "2.1.1",257 "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.1.tgz",258 "integrity": "sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg==",259 "license": "MIT",260 "dependencies": {261 "@floating-ui/dom": "^1.0.0"262 },263 "peerDependencies": {264 "react": ">=16.8.0",265 "react-dom": ">=16.8.0"266 }267 },268 "node_modules/@floating-ui/utils": {269 "version": "0.2.7",270 "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz",271 "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==",272 "license": "MIT"273 },274 "node_modules/@huggingface/hub": {275 "version": "0.15.2",276 "resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-0.15.2.tgz",277 "integrity": "sha512-MKu7RTkEBp8tvn0ZhBIjQwC1CHA+q8rzTYXAVklOTJEo/SZwCewVL+IcEuj4CoA5DnJ1IhyjkBquxN2dFVnEHg==",278 "license": "MIT",279 "dependencies": {280 "@huggingface/tasks": "^0.12.1"281 },282 "engines": {283 "node": ">=18"284 }285 },286 "node_modules/@huggingface/inference": {287 "version": "2.8.0",288 "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-2.8.0.tgz",289 "integrity": "sha512-Ti681P1qckcCAqgzmL53jBnluPuZGelmMIuXNjgAwC5+RIjF4S0SDQu6oy44ZTwekwNp2ETaZ2sXsOk+45aC4w==",290 "license": "MIT",291 "dependencies": {292 "@huggingface/tasks": "^0.11.2"293 },294 "engines": {295 "node": ">=18"296 }297 },298 "node_modules/@huggingface/inference/node_modules/@huggingface/tasks": {299 "version": "0.11.13",300 "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.11.13.tgz",301 "integrity": "sha512-TqFEyFtKYAYwDg9h4XQMzoSxN2NMpwSnerPBx7Y4RbM1nHLM+CTXAUHcDY+hydcA5CoDDaBGzkHw+mttY3AmFQ==",302 "license": "MIT"303 },304 "node_modules/@huggingface/tasks": {305 "version": "0.12.4",306 "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.12.4.tgz",307 "integrity": "sha512-HN8egM3ROLNKefMhAGUkxWGPqL+xxsVJ2HsKq3EdOatE/ssGcjCgaBTAs9jfshlAgpSSBVhpzwUp75J3z09lgQ==",308 "license": "MIT"309 },310 "node_modules/@humanwhocodes/config-array": {311 "version": "0.11.14",312 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",313 "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",314 "deprecated": "Use @eslint/config-array instead",315 "license": "Apache-2.0",316 "dependencies": {317 "@humanwhocodes/object-schema": "^2.0.2",318 "debug": "^4.3.1",319 "minimatch": "^3.0.5"320 },321 "engines": {322 "node": ">=10.10.0"323 }324 },325 "node_modules/@humanwhocodes/module-importer": {326 "version": "1.0.1",327 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",328 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",329 "license": "Apache-2.0",330 "engines": {331 "node": ">=12.22"332 },333 "funding": {334 "type": "github",335 "url": "https://github.com/sponsors/nzakas"336 }337 },338 "node_modules/@humanwhocodes/object-schema": {339 "version": "2.0.3",340 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",341 "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",342 "deprecated": "Use @eslint/object-schema instead",343 "license": "BSD-3-Clause"344 },345 "node_modules/@img/sharp-darwin-arm64": {346 "version": "0.33.5",347 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",348 "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",349 "cpu": [350 "arm64"351 ],352 "license": "Apache-2.0",353 "optional": true,354 "os": [355 "darwin"356 ],357 "engines": {358 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"359 },360 "funding": {361 "url": "https://opencollective.com/libvips"362 },363 "optionalDependencies": {364 "@img/sharp-libvips-darwin-arm64": "1.0.4"365 }366 },367 "node_modules/@img/sharp-darwin-x64": {368 "version": "0.33.5",369 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",370 "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",371 "cpu": [372 "x64"373 ],374 "license": "Apache-2.0",375 "optional": true,376 "os": [377 "darwin"378 ],379 "engines": {380 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"381 },382 "funding": {383 "url": "https://opencollective.com/libvips"384 },385 "optionalDependencies": {386 "@img/sharp-libvips-darwin-x64": "1.0.4"387 }388 },389 "node_modules/@img/sharp-libvips-darwin-arm64": {390 "version": "1.0.4",391 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",392 "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",393 "cpu": [394 "arm64"395 ],396 "license": "LGPL-3.0-or-later",397 "optional": true,398 "os": [399 "darwin"400 ],401 "funding": {402 "url": "https://opencollective.com/libvips"403 }404 },405 "node_modules/@img/sharp-libvips-darwin-x64": {406 "version": "1.0.4",407 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",408 "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",409 "cpu": [410 "x64"411 ],412 "license": "LGPL-3.0-or-later",413 "optional": true,414 "os": [415 "darwin"416 ],417 "funding": {418 "url": "https://opencollective.com/libvips"419 }420 },421 "node_modules/@img/sharp-libvips-linux-arm": {422 "version": "1.0.5",423 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",424 "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",425 "cpu": [426 "arm"427 ],428 "license": "LGPL-3.0-or-later",429 "optional": true,430 "os": [431 "linux"432 ],433 "funding": {434 "url": "https://opencollective.com/libvips"435 }436 },437 "node_modules/@img/sharp-libvips-linux-arm64": {438 "version": "1.0.4",439 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",440 "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",441 "cpu": [442 "arm64"443 ],444 "license": "LGPL-3.0-or-later",445 "optional": true,446 "os": [447 "linux"448 ],449 "funding": {450 "url": "https://opencollective.com/libvips"451 }452 },453 "node_modules/@img/sharp-libvips-linux-s390x": {454 "version": "1.0.4",455 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",456 "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",457 "cpu": [458 "s390x"459 ],460 "license": "LGPL-3.0-or-later",461 "optional": true,462 "os": [463 "linux"464 ],465 "funding": {466 "url": "https://opencollective.com/libvips"467 }468 },469 "node_modules/@img/sharp-libvips-linux-x64": {470 "version": "1.0.4",471 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",472 "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",473 "cpu": [474 "x64"475 ],476 "license": "LGPL-3.0-or-later",477 "optional": true,478 "os": [479 "linux"480 ],481 "funding": {482 "url": "https://opencollective.com/libvips"483 }484 },485 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {486 "version": "1.0.4",487 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",488 "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",489 "cpu": [490 "arm64"491 ],492 "license": "LGPL-3.0-or-later",493 "optional": true,494 "os": [495 "linux"496 ],497 "funding": {498 "url": "https://opencollective.com/libvips"499 }500 },501 "node_modules/@img/sharp-libvips-linuxmusl-x64": {502 "version": "1.0.4",503 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",504 "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",505 "cpu": [506 "x64"507 ],508 "license": "LGPL-3.0-or-later",509 "optional": true,510 "os": [511 "linux"512 ],513 "funding": {514 "url": "https://opencollective.com/libvips"515 }516 },517 "node_modules/@img/sharp-linux-arm": {518 "version": "0.33.5",519 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",520 "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",521 "cpu": [522 "arm"523 ],524 "license": "Apache-2.0",525 "optional": true,526 "os": [527 "linux"528 ],529 "engines": {530 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"531 },532 "funding": {533 "url": "https://opencollective.com/libvips"534 },535 "optionalDependencies": {536 "@img/sharp-libvips-linux-arm": "1.0.5"537 }538 },539 "node_modules/@img/sharp-linux-arm64": {540 "version": "0.33.5",541 "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",542 "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",543 "cpu": [544 "arm64"545 ],546 "license": "Apache-2.0",547 "optional": true,548 "os": [549 "linux"550 ],551 "engines": {552 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"553 },554 "funding": {555 "url": "https://opencollective.com/libvips"556 },557 "optionalDependencies": {558 "@img/sharp-libvips-linux-arm64": "1.0.4"559 }560 },561 "node_modules/@img/sharp-linux-s390x": {562 "version": "0.33.5",563 "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",564 "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",565 "cpu": [566 "s390x"567 ],568 "license": "Apache-2.0",569 "optional": true,570 "os": [571 "linux"572 ],573 "engines": {574 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"575 },576 "funding": {577 "url": "https://opencollective.com/libvips"578 },579 "optionalDependencies": {580 "@img/sharp-libvips-linux-s390x": "1.0.4"581 }582 },583 "node_modules/@img/sharp-linux-x64": {584 "version": "0.33.5",585 "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",586 "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",587 "cpu": [588 "x64"589 ],590 "license": "Apache-2.0",591 "optional": true,592 "os": [593 "linux"594 ],595 "engines": {596 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"597 },598 "funding": {599 "url": "https://opencollective.com/libvips"600 },601 "optionalDependencies": {602 "@img/sharp-libvips-linux-x64": "1.0.4"603 }604 },605 "node_modules/@img/sharp-linuxmusl-arm64": {606 "version": "0.33.5",607 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",608 "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",609 "cpu": [610 "arm64"611 ],612 "license": "Apache-2.0",613 "optional": true,614 "os": [615 "linux"616 ],617 "engines": {618 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"619 },620 "funding": {621 "url": "https://opencollective.com/libvips"622 },623 "optionalDependencies": {624 "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"625 }626 },627 "node_modules/@img/sharp-linuxmusl-x64": {628 "version": "0.33.5",629 "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",630 "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",631 "cpu": [632 "x64"633 ],634 "license": "Apache-2.0",635 "optional": true,636 "os": [637 "linux"638 ],639 "engines": {640 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"641 },642 "funding": {643 "url": "https://opencollective.com/libvips"644 },645 "optionalDependencies": {646 "@img/sharp-libvips-linuxmusl-x64": "1.0.4"647 }648 },649 "node_modules/@img/sharp-wasm32": {650 "version": "0.33.5",651 "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",652 "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",653 "cpu": [654 "wasm32"655 ],656 "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",657 "optional": true,658 "dependencies": {659 "@emnapi/runtime": "^1.2.0"660 },661 "engines": {662 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"663 },664 "funding": {665 "url": "https://opencollective.com/libvips"666 }667 },668 "node_modules/@img/sharp-win32-ia32": {669 "version": "0.33.5",670 "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",671 "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",672 "cpu": [673 "ia32"674 ],675 "license": "Apache-2.0 AND LGPL-3.0-or-later",676 "optional": true,677 "os": [678 "win32"679 ],680 "engines": {681 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"682 },683 "funding": {684 "url": "https://opencollective.com/libvips"685 }686 },687 "node_modules/@img/sharp-win32-x64": {688 "version": "0.33.5",689 "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",690 "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",691 "cpu": [692 "x64"693 ],694 "license": "Apache-2.0 AND LGPL-3.0-or-later",695 "optional": true,696 "os": [697 "win32"698 ],699 "engines": {700 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"701 },702 "funding": {703 "url": "https://opencollective.com/libvips"704 }705 },706 "node_modules/@isaacs/cliui": {707 "version": "8.0.2",708 "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",709 "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",710 "license": "ISC",711 "dependencies": {712 "string-width": "^5.1.2",713 "string-width-cjs": "npm:string-width@^4.2.0",714 "strip-ansi": "^7.0.1",715 "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",716 "wrap-ansi": "^8.1.0",717 "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"718 },719 "engines": {720 "node": ">=12"721 }722 },723 "node_modules/@isaacs/cliui/node_modules/ansi-regex": {724 "version": "6.0.1",725 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",726 "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",727 "license": "MIT",728 "engines": {729 "node": ">=12"730 },731 "funding": {732 "url": "https://github.com/chalk/ansi-regex?sponsor=1"733 }734 },735 "node_modules/@isaacs/cliui/node_modules/strip-ansi": {736 "version": "7.1.0",737 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",738 "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",739 "license": "MIT",740 "dependencies": {741 "ansi-regex": "^6.0.1"742 },743 "engines": {744 "node": ">=12"745 },746 "funding": {747 "url": "https://github.com/chalk/strip-ansi?sponsor=1"748 }749 },750 "node_modules/@jridgewell/gen-mapping": {751 "version": "0.3.5",752 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",753 "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",754 "license": "MIT",755 "dependencies": {756 "@jridgewell/set-array": "^1.2.1",757 "@jridgewell/sourcemap-codec": "^1.4.10",758 "@jridgewell/trace-mapping": "^0.3.24"759 },760 "engines": {761 "node": ">=6.0.0"762 }763 },764 "node_modules/@jridgewell/resolve-uri": {765 "version": "3.1.2",766 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",767 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",768 "license": "MIT",769 "engines": {770 "node": ">=6.0.0"771 }772 },773 "node_modules/@jridgewell/set-array": {774 "version": "1.2.1",775 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",776 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",777 "license": "MIT",778 "engines": {779 "node": ">=6.0.0"780 }781 },782 "node_modules/@jridgewell/sourcemap-codec": {783 "version": "1.5.0",784 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",785 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",786 "license": "MIT"787 },788 "node_modules/@jridgewell/trace-mapping": {789 "version": "0.3.25",790 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",791 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",792 "license": "MIT",793 "dependencies": {794 "@jridgewell/resolve-uri": "^3.1.0",795 "@jridgewell/sourcemap-codec": "^1.4.14"796 }797 },798 "node_modules/@mediapipe/tasks-vision": {799 "version": "0.10.15",800 "resolved": "https://registry.npmjs.org/@mediapipe/tasks-vision/-/tasks-vision-0.10.15.tgz",801 "integrity": "sha512-PY2+AswZGRBynpFxARHjs77fWOIHGJD5xc82LYF7lUKtnnLwcLfc+cejGhf/sMb4crDtnLtVSRvZZT4xJ/9hxw==",802 "license": "Apache-2.0"803 },804 "node_modules/@next/env": {805 "version": "14.2.7",806 "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.7.tgz",807 "integrity": "sha512-OTx9y6I3xE/eih+qtthppwLytmpJVPM5PPoJxChFsbjIEFXIayG0h/xLzefHGJviAa3Q5+Fd+9uYojKkHDKxoQ==",808 "license": "MIT"809 },810 "node_modules/@next/eslint-plugin-next": {811 "version": "13.4.10",812 "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.10.tgz",813 "integrity": "sha512-YJqyq6vk39JQfvaNtN83t/p5Jy45+bazRL+V4QI8FPd3FBqFYMEsULiwRLgSJMgFqkk4t4JbeZurz+gILEAFpA==",814 "license": "MIT",815 "dependencies": {816 "glob": "7.1.7"817 }818 },819 "node_modules/@next/swc-darwin-arm64": {820 "version": "14.2.7",821 "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.7.tgz",822 "integrity": "sha512-UhZGcOyI9LE/tZL3h9rs/2wMZaaJKwnpAyegUVDGZqwsla6hMfeSj9ssBWQS9yA4UXun3pPhrFLVnw5KXZs3vw==",823 "cpu": [824 "arm64"825 ],826 "license": "MIT",827 "optional": true,828 "os": [829 "darwin"830 ],831 "engines": {832 "node": ">= 10"833 }834 },835 "node_modules/@next/swc-darwin-x64": {836 "version": "14.2.7",837 "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.7.tgz",838 "integrity": "sha512-ys2cUgZYRc+CbyDeLAaAdZgS7N1Kpyy+wo0b/gAj+SeOeaj0Lw/q+G1hp+DuDiDAVyxLBCJXEY/AkhDmtihUTA==",839 "cpu": [840 "x64"841 ],842 "license": "MIT",843 "optional": true,844 "os": [845 "darwin"846 ],847 "engines": {848 "node": ">= 10"849 }850 },851 "node_modules/@next/swc-linux-arm64-gnu": {852 "version": "14.2.7",853 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.7.tgz",854 "integrity": "sha512-2xoWtE13sUJ3qrC1lwE/HjbDPm+kBQYFkkiVECJWctRASAHQ+NwjMzgrfqqMYHfMxFb5Wws3w9PqzZJqKFdWcQ==",855 "cpu": [856 "arm64"857 ],858 "license": "MIT",859 "optional": true,860 "os": [861 "linux"862 ],863 "engines": {864 "node": ">= 10"865 }866 },867 "node_modules/@next/swc-linux-arm64-musl": {868 "version": "14.2.7",869 "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.7.tgz",870 "integrity": "sha512-+zJ1gJdl35BSAGpkCbfyiY6iRTaPrt3KTl4SF/B1NyELkqqnrNX6cp4IjjjxKpd64/7enI0kf6b9O1Uf3cL0pw==",871 "cpu": [872 "arm64"873 ],874 "license": "MIT",875 "optional": true,876 "os": [877 "linux"878 ],879 "engines": {880 "node": ">= 10"881 }882 },883 "node_modules/@next/swc-linux-x64-gnu": {884 "version": "14.2.7",885 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.7.tgz",886 "integrity": "sha512-m6EBqrskeMUzykBrv0fDX/28lWIBGhMzOYaStp0ihkjzIYJiKUOzVYD1gULHc8XDf5EMSqoH/0/TRAgXqpQwmw==",887 "cpu": [888 "x64"889 ],890 "license": "MIT",891 "optional": true,892 "os": [893 "linux"894 ],895 "engines": {896 "node": ">= 10"897 }898 },899 "node_modules/@next/swc-linux-x64-musl": {900 "version": "14.2.7",901 "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.7.tgz",902 "integrity": "sha512-gUu0viOMvMlzFRz1r1eQ7Ql4OE+hPOmA7smfZAhn8vC4+0swMZaZxa9CSIozTYavi+bJNDZ3tgiSdMjmMzRJlQ==",903 "cpu": [904 "x64"905 ],906 "license": "MIT",907 "optional": true,908 "os": [909 "linux"910 ],911 "engines": {912 "node": ">= 10"913 }914 },915 "node_modules/@next/swc-win32-arm64-msvc": {916 "version": "14.2.7",917 "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.7.tgz",918 "integrity": "sha512-PGbONHIVIuzWlYmLvuFKcj+8jXnLbx4WrlESYlVnEzDsa3+Q2hI1YHoXaSmbq0k4ZwZ7J6sWNV4UZfx1OeOlbQ==",919 "cpu": [920 "arm64"921 ],922 "license": "MIT",923 "optional": true,924 "os": [925 "win32"926 ],927 "engines": {928 "node": ">= 10"929 }930 },931 "node_modules/@next/swc-win32-ia32-msvc": {932 "version": "14.2.7",933 "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.7.tgz",934 "integrity": "sha512-BiSY5umlx9ed5RQDoHcdbuKTUkuFORDqzYKPHlLeS+STUWQKWziVOn3Ic41LuTBvqE0TRJPKpio9GSIblNR+0w==",935 "cpu": [936 "ia32"937 ],938 "license": "MIT",939 "optional": true,940 "os": [941 "win32"942 ],943 "engines": {944 "node": ">= 10"945 }946 },947 "node_modules/@next/swc-win32-x64-msvc": {948 "version": "14.2.7",949 "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.7.tgz",950 "integrity": "sha512-pxsI23gKWRt/SPHFkDEsP+w+Nd7gK37Hpv0ngc5HpWy2e7cKx9zR/+Q2ptAUqICNTecAaGWvmhway7pj/JLEWA==",951 "cpu": [952 "x64"953 ],954 "license": "MIT",955 "optional": true,956 "os": [957 "win32"958 ],959 "engines": {960 "node": ">= 10"961 }962 },963 "node_modules/@nodelib/fs.scandir": {964 "version": "2.1.5",965 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",966 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",967 "license": "MIT",968 "dependencies": {969 "@nodelib/fs.stat": "2.0.5",970 "run-parallel": "^1.1.9"971 },972 "engines": {973 "node": ">= 8"974 }975 },976 "node_modules/@nodelib/fs.stat": {977 "version": "2.0.5",978 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",979 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",980 "license": "MIT",981 "engines": {982 "node": ">= 8"983 }984 },985 "node_modules/@nodelib/fs.walk": {986 "version": "1.2.8",987 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",988 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",989 "license": "MIT",990 "dependencies": {991 "@nodelib/fs.scandir": "2.1.5",992 "fastq": "^1.6.0"993 },994 "engines": {995 "node": ">= 8"996 }997 },998 "node_modules/@nolyfill/is-core-module": {999 "version": "1.0.39",1000 "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",1001 "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",1002 "license": "MIT",1003 "engines": {1004 "node": ">=12.4.0"1005 }1006 },1007 "node_modules/@pkgjs/parseargs": {1008 "version": "0.11.0",1009 "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",1010 "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",1011 "license": "MIT",1012 "optional": true,1013 "engines": {1014 "node": ">=14"1015 }1016 },1017 "node_modules/@radix-ui/number": {1018 "version": "1.0.1",1019 "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.0.1.tgz",1020 "integrity": "sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==",1021 "license": "MIT",1022 "dependencies": {1023 "@babel/runtime": "^7.13.10"1024 }1025 },1026 "node_modules/@radix-ui/primitive": {1027 "version": "1.1.0",1028 "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",1029 "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",1030 "license": "MIT"1031 },1032 "node_modules/@radix-ui/react-accordion": {1033 "version": "1.2.0",1034 "resolved": "https://registry.npmjs.org/@radix-ui/react-accordion/-/react-accordion-1.2.0.tgz",1035 "integrity": "sha512-HJOzSX8dQqtsp/3jVxCU3CXEONF7/2jlGAB28oX8TTw1Dz8JYbEI1UcL8355PuLBE41/IRRMvCw7VkiK/jcUOQ==",1036 "license": "MIT",1037 "dependencies": {1038 "@radix-ui/primitive": "1.1.0",1039 "@radix-ui/react-collapsible": "1.1.0",1040 "@radix-ui/react-collection": "1.1.0",1041 "@radix-ui/react-compose-refs": "1.1.0",1042 "@radix-ui/react-context": "1.1.0",1043 "@radix-ui/react-direction": "1.1.0",1044 "@radix-ui/react-id": "1.1.0",1045 "@radix-ui/react-primitive": "2.0.0",1046 "@radix-ui/react-use-controllable-state": "1.1.0"1047 },1048 "peerDependencies": {1049 "@types/react": "*",1050 "@types/react-dom": "*",1051 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1052 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1053 },1054 "peerDependenciesMeta": {1055 "@types/react": {1056 "optional": true1057 },1058 "@types/react-dom": {1059 "optional": true1060 }1061 }1062 },1063 "node_modules/@radix-ui/react-arrow": {1064 "version": "1.1.0",1065 "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.0.tgz",1066 "integrity": "sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==",1067 "license": "MIT",1068 "dependencies": {1069 "@radix-ui/react-primitive": "2.0.0"1070 },1071 "peerDependencies": {1072 "@types/react": "*",1073 "@types/react-dom": "*",1074 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1075 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1076 },1077 "peerDependenciesMeta": {1078 "@types/react": {1079 "optional": true1080 },1081 "@types/react-dom": {1082 "optional": true1083 }1084 }1085 },1086 "node_modules/@radix-ui/react-avatar": {1087 "version": "1.1.0",1088 "resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.0.tgz",1089 "integrity": "sha512-Q/PbuSMk/vyAd/UoIShVGZ7StHHeRFYU7wXmi5GV+8cLXflZAEpHL/F697H1klrzxKXNtZ97vWiC0q3RKUH8UA==",1090 "license": "MIT",1091 "dependencies": {1092 "@radix-ui/react-context": "1.1.0",1093 "@radix-ui/react-primitive": "2.0.0",1094 "@radix-ui/react-use-callback-ref": "1.1.0",1095 "@radix-ui/react-use-layout-effect": "1.1.0"1096 },1097 "peerDependencies": {1098 "@types/react": "*",1099 "@types/react-dom": "*",1100 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1101 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1102 },1103 "peerDependenciesMeta": {1104 "@types/react": {1105 "optional": true1106 },1107 "@types/react-dom": {1108 "optional": true1109 }1110 }1111 },1112 "node_modules/@radix-ui/react-checkbox": {1113 "version": "1.1.1",1114 "resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.1.1.tgz",1115 "integrity": "sha512-0i/EKJ222Afa1FE0C6pNJxDq1itzcl3HChE9DwskA4th4KRse8ojx8a1nVcOjwJdbpDLcz7uol77yYnQNMHdKw==",1116 "license": "MIT",1117 "dependencies": {1118 "@radix-ui/primitive": "1.1.0",1119 "@radix-ui/react-compose-refs": "1.1.0",1120 "@radix-ui/react-context": "1.1.0",1121 "@radix-ui/react-presence": "1.1.0",1122 "@radix-ui/react-primitive": "2.0.0",1123 "@radix-ui/react-use-controllable-state": "1.1.0",1124 "@radix-ui/react-use-previous": "1.1.0",1125 "@radix-ui/react-use-size": "1.1.0"1126 },1127 "peerDependencies": {1128 "@types/react": "*",1129 "@types/react-dom": "*",1130 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1131 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1132 },1133 "peerDependenciesMeta": {1134 "@types/react": {1135 "optional": true1136 },1137 "@types/react-dom": {1138 "optional": true1139 }1140 }1141 },1142 "node_modules/@radix-ui/react-collapsible": {1143 "version": "1.1.0",1144 "resolved": "https://registry.npmjs.org/@radix-ui/react-collapsible/-/react-collapsible-1.1.0.tgz",1145 "integrity": "sha512-zQY7Epa8sTL0mq4ajSJpjgn2YmCgyrG7RsQgLp3C0LQVkG7+Tf6Pv1CeNWZLyqMjhdPkBa5Lx7wYBeSu7uCSTA==",1146 "license": "MIT",1147 "dependencies": {1148 "@radix-ui/primitive": "1.1.0",1149 "@radix-ui/react-compose-refs": "1.1.0",1150 "@radix-ui/react-context": "1.1.0",1151 "@radix-ui/react-id": "1.1.0",1152 "@radix-ui/react-presence": "1.1.0",1153 "@radix-ui/react-primitive": "2.0.0",1154 "@radix-ui/react-use-controllable-state": "1.1.0",1155 "@radix-ui/react-use-layout-effect": "1.1.0"1156 },1157 "peerDependencies": {1158 "@types/react": "*",1159 "@types/react-dom": "*",1160 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1161 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1162 },1163 "peerDependenciesMeta": {1164 "@types/react": {1165 "optional": true1166 },1167 "@types/react-dom": {1168 "optional": true1169 }1170 }1171 },1172 "node_modules/@radix-ui/react-collection": {1173 "version": "1.1.0",1174 "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.0.tgz",1175 "integrity": "sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==",1176 "license": "MIT",1177 "dependencies": {1178 "@radix-ui/react-compose-refs": "1.1.0",1179 "@radix-ui/react-context": "1.1.0",1180 "@radix-ui/react-primitive": "2.0.0",1181 "@radix-ui/react-slot": "1.1.0"1182 },1183 "peerDependencies": {1184 "@types/react": "*",1185 "@types/react-dom": "*",1186 "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1187 "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1188 },1189 "peerDependenciesMeta": {1190 "@types/react": {1191 "optional": true1192 },1193 "@types/react-dom": {1194 "optional": true1195 }1196 }1197 },1198 "node_modules/@radix-ui/react-compose-refs": {1199 "version": "1.1.0",1200 "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",