CoolFace
Apppublic

Henhouse/workflow-comics

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
package-lock.json7482 linesDownload Raw Back to root
1{2  "name": "@jbilcke/comic-factory",3  "version": "0.0.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "@jbilcke/comic-factory",9      "version": "0.0.0",10      "dependencies": {11        "@huggingface/inference": "^2.6.1",12        "@radix-ui/react-accordion": "^1.1.2",13        "@radix-ui/react-avatar": "^1.0.3",14        "@radix-ui/react-checkbox": "^1.0.4",15        "@radix-ui/react-collapsible": "^1.0.3",16        "@radix-ui/react-dialog": "^1.0.4",17        "@radix-ui/react-dropdown-menu": "^2.0.5",18        "@radix-ui/react-icons": "^1.3.0",19        "@radix-ui/react-label": "^2.0.2",20        "@radix-ui/react-menubar": "^1.0.3",21        "@radix-ui/react-popover": "^1.0.6",22        "@radix-ui/react-select": "^1.2.2",23        "@radix-ui/react-separator": "^1.0.3",24        "@radix-ui/react-slider": "^1.1.2",25        "@radix-ui/react-slot": "^1.0.2",26        "@radix-ui/react-switch": "^1.0.3",27        "@radix-ui/react-toast": "^1.1.4",28        "@radix-ui/react-tooltip": "^1.0.6",29        "@types/node": "20.4.2",30        "@types/react": "18.2.15",31        "@types/react-dom": "18.2.7",32        "@types/uuid": "^9.0.2",33        "autoprefixer": "10.4.14",34        "class-variance-authority": "^0.6.1",35        "clsx": "^2.0.0",36        "cmdk": "^0.2.0",37        "cookies-next": "^2.1.2",38        "date-fns": "^2.30.0",39        "encoding": "^0.1.13",40        "eslint": "8.45.0",41        "eslint-config-next": "13.4.10",42        "html2canvas": "^1.4.1",43        "konva": "^9.2.2",44        "lucide-react": "^0.260.0",45        "next": "13.4.10",46        "openai": "^4.17.5",47        "pick": "^0.0.1",48        "postcss": "8.4.26",49        "react": "18.2.0",50        "react-circular-progressbar": "^2.1.0",51        "react-contenteditable": "^3.3.7",52        "react-dom": "18.2.0",53        "react-draggable": "^4.4.6",54        "react-icons": "^4.11.0",55        "react-konva": "^18.2.10",56        "react-virtualized-auto-sizer": "^1.0.20",57        "replicate": "^0.21.1",58        "sbd": "^1.0.19",59        "sharp": "^0.32.5",60        "tailwind-merge": "^1.13.2",61        "tailwindcss": "3.3.3",62        "tailwindcss-animate": "^1.0.6",63        "ts-node": "^10.9.1",64        "typescript": "5.1.6",65        "usehooks-ts": "^2.9.1",66        "uuid": "^9.0.0",67        "zustand": "^4.4.1"68      },69      "devDependencies": {70        "@types/qs": "^6.9.7",71        "@types/react-virtualized": "^9.21.22",72        "@types/sbd": "^1.0.3"73      }74    },75    "node_modules/@aashutoshrathi/word-wrap": {76      "version": "1.2.6",77      "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",78      "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",79      "engines": {80        "node": ">=0.10.0"81      }82    },83    "node_modules/@alloc/quick-lru": {84      "version": "5.2.0",85      "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",86      "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",87      "engines": {88        "node": ">=10"89      },90      "funding": {91        "url": "https://github.com/sponsors/sindresorhus"92      }93    },94    "node_modules/@babel/runtime": {95      "version": "7.23.9",96      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz",97      "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==",98      "dependencies": {99        "regenerator-runtime": "^0.14.0"100      },101      "engines": {102        "node": ">=6.9.0"103      }104    },105    "node_modules/@cspotcode/source-map-support": {106      "version": "0.8.1",107      "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",108      "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",109      "dependencies": {110        "@jridgewell/trace-mapping": "0.3.9"111      },112      "engines": {113        "node": ">=12"114      }115    },116    "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {117      "version": "0.3.9",118      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",119      "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",120      "dependencies": {121        "@jridgewell/resolve-uri": "^3.0.3",122        "@jridgewell/sourcemap-codec": "^1.4.10"123      }124    },125    "node_modules/@eslint-community/eslint-utils": {126      "version": "4.4.0",127      "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",128      "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",129      "dependencies": {130        "eslint-visitor-keys": "^3.3.0"131      },132      "engines": {133        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"134      },135      "peerDependencies": {136        "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"137      }138    },139    "node_modules/@eslint-community/regexpp": {140      "version": "4.10.0",141      "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",142      "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",143      "engines": {144        "node": "^12.0.0 || ^14.0.0 || >=16.0.0"145      }146    },147    "node_modules/@eslint/eslintrc": {148      "version": "2.1.4",149      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",150      "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",151      "dependencies": {152        "ajv": "^6.12.4",153        "debug": "^4.3.2",154        "espree": "^9.6.0",155        "globals": "^13.19.0",156        "ignore": "^5.2.0",157        "import-fresh": "^3.2.1",158        "js-yaml": "^4.1.0",159        "minimatch": "^3.1.2",160        "strip-json-comments": "^3.1.1"161      },162      "engines": {163        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"164      },165      "funding": {166        "url": "https://opencollective.com/eslint"167      }168    },169    "node_modules/@eslint/js": {170      "version": "8.44.0",171      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",172      "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==",173      "engines": {174        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"175      }176    },177    "node_modules/@floating-ui/core": {178      "version": "1.6.0",179      "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.0.tgz",180      "integrity": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==",181      "dependencies": {182        "@floating-ui/utils": "^0.2.1"183      }184    },185    "node_modules/@floating-ui/dom": {186      "version": "1.6.2",187      "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.2.tgz",188      "integrity": "sha512-xymkSSowKdGqo0SRr2Mp4czH5A8o2Pum35PAD0ftb3gCcPacWzwhvtUeUqmVXm9EVtm2hThD/lRrFNcahMOaSQ==",189      "dependencies": {190        "@floating-ui/core": "^1.0.0",191        "@floating-ui/utils": "^0.2.0"192      }193    },194    "node_modules/@floating-ui/react-dom": {195      "version": "2.0.8",196      "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.8.tgz",197      "integrity": "sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==",198      "dependencies": {199        "@floating-ui/dom": "^1.6.1"200      },201      "peerDependencies": {202        "react": ">=16.8.0",203        "react-dom": ">=16.8.0"204      }205    },206    "node_modules/@floating-ui/utils": {207      "version": "0.2.1",208      "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz",209      "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q=="210    },211    "node_modules/@huggingface/inference": {212      "version": "2.6.4",213      "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-2.6.4.tgz",214      "integrity": "sha512-Xna7arltBSBoKaH3diGi3sYvkExgJMd/pF4T6vl2YbmDccbr1G/X5EPZ2048p+YgrJYG1jTYFCtY6Dr3HvJaow==",215      "engines": {216        "node": ">=18"217      }218    },219    "node_modules/@humanwhocodes/config-array": {220      "version": "0.11.14",221      "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",222      "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",223      "dependencies": {224        "@humanwhocodes/object-schema": "^2.0.2",225        "debug": "^4.3.1",226        "minimatch": "^3.0.5"227      },228      "engines": {229        "node": ">=10.10.0"230      }231    },232    "node_modules/@humanwhocodes/module-importer": {233      "version": "1.0.1",234      "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",235      "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",236      "engines": {237        "node": ">=12.22"238      },239      "funding": {240        "type": "github",241        "url": "https://github.com/sponsors/nzakas"242      }243    },244    "node_modules/@humanwhocodes/object-schema": {245      "version": "2.0.2",246      "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",247      "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw=="248    },249    "node_modules/@isaacs/cliui": {250      "version": "8.0.2",251      "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",252      "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",253      "dependencies": {254        "string-width": "^5.1.2",255        "string-width-cjs": "npm:string-width@^4.2.0",256        "strip-ansi": "^7.0.1",257        "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",258        "wrap-ansi": "^8.1.0",259        "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"260      },261      "engines": {262        "node": ">=12"263      }264    },265    "node_modules/@isaacs/cliui/node_modules/ansi-regex": {266      "version": "6.0.1",267      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",268      "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",269      "engines": {270        "node": ">=12"271      },272      "funding": {273        "url": "https://github.com/chalk/ansi-regex?sponsor=1"274      }275    },276    "node_modules/@isaacs/cliui/node_modules/strip-ansi": {277      "version": "7.1.0",278      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",279      "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",280      "dependencies": {281        "ansi-regex": "^6.0.1"282      },283      "engines": {284        "node": ">=12"285      },286      "funding": {287        "url": "https://github.com/chalk/strip-ansi?sponsor=1"288      }289    },290    "node_modules/@jridgewell/gen-mapping": {291      "version": "0.3.3",292      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",293      "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",294      "dependencies": {295        "@jridgewell/set-array": "^1.0.1",296        "@jridgewell/sourcemap-codec": "^1.4.10",297        "@jridgewell/trace-mapping": "^0.3.9"298      },299      "engines": {300        "node": ">=6.0.0"301      }302    },303    "node_modules/@jridgewell/resolve-uri": {304      "version": "3.1.1",305      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",306      "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",307      "engines": {308        "node": ">=6.0.0"309      }310    },311    "node_modules/@jridgewell/set-array": {312      "version": "1.1.2",313      "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",314      "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",315      "engines": {316        "node": ">=6.0.0"317      }318    },319    "node_modules/@jridgewell/sourcemap-codec": {320      "version": "1.4.15",321      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",322      "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="323    },324    "node_modules/@jridgewell/trace-mapping": {325      "version": "0.3.22",326      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz",327      "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==",328      "dependencies": {329        "@jridgewell/resolve-uri": "^3.1.0",330        "@jridgewell/sourcemap-codec": "^1.4.14"331      }332    },333    "node_modules/@next/env": {334      "version": "13.4.10",335      "resolved": "https://registry.npmjs.org/@next/env/-/env-13.4.10.tgz",336      "integrity": "sha512-3G1yD/XKTSLdihyDSa8JEsaWOELY+OWe08o0LUYzfuHp1zHDA8SObQlzKt+v+wrkkPcnPweoLH1ImZeUa0A1NQ=="337    },338    "node_modules/@next/eslint-plugin-next": {339      "version": "13.4.10",340      "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.10.tgz",341      "integrity": "sha512-YJqyq6vk39JQfvaNtN83t/p5Jy45+bazRL+V4QI8FPd3FBqFYMEsULiwRLgSJMgFqkk4t4JbeZurz+gILEAFpA==",342      "dependencies": {343        "glob": "7.1.7"344      }345    },346    "node_modules/@next/swc-darwin-arm64": {347      "version": "13.4.10",348      "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.10.tgz",349      "integrity": "sha512-4bsdfKmmg7mgFGph0UorD1xWfZ5jZEw4kKRHYEeTK9bT1QnMbPVPlVXQRIiFPrhoDQnZUoa6duuPUJIEGLV1Jg==",350      "cpu": [351        "arm64"352      ],353      "optional": true,354      "os": [355        "darwin"356      ],357      "engines": {358        "node": ">= 10"359      }360    },361    "node_modules/@next/swc-darwin-x64": {362      "version": "13.4.10",363      "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.4.10.tgz",364      "integrity": "sha512-ngXhUBbcZIWZWqNbQSNxQrB9T1V+wgfCzAor2olYuo/YpaL6mUYNUEgeBMhr8qwV0ARSgKaOp35lRvB7EmCRBg==",365      "cpu": [366        "x64"367      ],368      "optional": true,369      "os": [370        "darwin"371      ],372      "engines": {373        "node": ">= 10"374      }375    },376    "node_modules/@next/swc-linux-arm64-gnu": {377      "version": "13.4.10",378      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.4.10.tgz",379      "integrity": "sha512-SjCZZCOmHD4uyM75MVArSAmF5Y+IJSGroPRj2v9/jnBT36SYFTORN8Ag/lhw81W9EeexKY/CUg2e9mdebZOwsg==",380      "cpu": [381        "arm64"382      ],383      "optional": true,384      "os": [385        "linux"386      ],387      "engines": {388        "node": ">= 10"389      }390    },391    "node_modules/@next/swc-linux-arm64-musl": {392      "version": "13.4.10",393      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.4.10.tgz",394      "integrity": "sha512-F+VlcWijX5qteoYIOxNiBbNE8ruaWuRlcYyIRK10CugqI/BIeCDzEDyrHIHY8AWwbkTwe6GRHabMdE688Rqq4Q==",395      "cpu": [396        "arm64"397      ],398      "optional": true,399      "os": [400        "linux"401      ],402      "engines": {403        "node": ">= 10"404      }405    },406    "node_modules/@next/swc-linux-x64-gnu": {407      "version": "13.4.10",408      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.4.10.tgz",409      "integrity": "sha512-WDv1YtAV07nhfy3i1visr5p/tjiH6CeXp4wX78lzP1jI07t4PnHHG1WEDFOduXh3WT4hG6yN82EQBQHDi7hBrQ==",410      "cpu": [411        "x64"412      ],413      "optional": true,414      "os": [415        "linux"416      ],417      "engines": {418        "node": ">= 10"419      }420    },421    "node_modules/@next/swc-linux-x64-musl": {422      "version": "13.4.10",423      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.4.10.tgz",424      "integrity": "sha512-zFkzqc737xr6qoBgDa3AwC7jPQzGLjDlkNmt/ljvQJ/Veri5ECdHjZCUuiTUfVjshNIIpki6FuP0RaQYK9iCRg==",425      "cpu": [426        "x64"427      ],428      "optional": true,429      "os": [430        "linux"431      ],432      "engines": {433        "node": ">= 10"434      }435    },436    "node_modules/@next/swc-win32-arm64-msvc": {437      "version": "13.4.10",438      "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.4.10.tgz",439      "integrity": "sha512-IboRS8IWz5mWfnjAdCekkl8s0B7ijpWeDwK2O8CdgZkoCDY0ZQHBSGiJ2KViAG6+BJVfLvcP+a2fh6cdyBr9QQ==",440      "cpu": [441        "arm64"442      ],443      "optional": true,444      "os": [445        "win32"446      ],447      "engines": {448        "node": ">= 10"449      }450    },451    "node_modules/@next/swc-win32-ia32-msvc": {452      "version": "13.4.10",453      "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.4.10.tgz",454      "integrity": "sha512-bSA+4j8jY4EEiwD/M2bol4uVEu1lBlgsGdvM+mmBm/BbqofNBfaZ2qwSbwE2OwbAmzNdVJRFRXQZ0dkjopTRaQ==",455      "cpu": [456        "ia32"457      ],458      "optional": true,459      "os": [460        "win32"461      ],462      "engines": {463        "node": ">= 10"464      }465    },466    "node_modules/@next/swc-win32-x64-msvc": {467      "version": "13.4.10",468      "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.10.tgz",469      "integrity": "sha512-g2+tU63yTWmcVQKDGY0MV1PjjqgZtwM4rB1oVVi/v0brdZAcrcTV+04agKzWtvWroyFz6IqtT0MoZJA7PNyLVw==",470      "cpu": [471        "x64"472      ],473      "optional": true,474      "os": [475        "win32"476      ],477      "engines": {478        "node": ">= 10"479      }480    },481    "node_modules/@nodelib/fs.scandir": {482      "version": "2.1.5",483      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",484      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",485      "dependencies": {486        "@nodelib/fs.stat": "2.0.5",487        "run-parallel": "^1.1.9"488      },489      "engines": {490        "node": ">= 8"491      }492    },493    "node_modules/@nodelib/fs.stat": {494      "version": "2.0.5",495      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",496      "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",497      "engines": {498        "node": ">= 8"499      }500    },501    "node_modules/@nodelib/fs.walk": {502      "version": "1.2.8",503      "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",504      "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",505      "dependencies": {506        "@nodelib/fs.scandir": "2.1.5",507        "fastq": "^1.6.0"508      },509      "engines": {510        "node": ">= 8"511      }512    },513    "node_modules/@pkgjs/parseargs": {514      "version": "0.11.0",515      "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",516      "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",517      "optional": true,518      "engines": {519        "node": ">=14"520      }521    },522    "node_modules/@radix-ui/number": {523      "version": "1.0.1",524      "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.0.1.tgz",525      "integrity": "sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==",526      "dependencies": {527        "@babel/runtime": "^7.13.10"528      }529    },530    "node_modules/@radix-ui/primitive": {531      "version": "1.0.1",532      "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.1.tgz",533      "integrity": "sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==",534      "dependencies": {535        "@babel/runtime": "^7.13.10"536      }537    },538    "node_modules/@radix-ui/react-accordion": {539      "version": "1.1.2",540      "resolved": "https://registry.npmjs.org/@radix-ui/react-accordion/-/react-accordion-1.1.2.tgz",541      "integrity": "sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==",542      "dependencies": {543        "@babel/runtime": "^7.13.10",544        "@radix-ui/primitive": "1.0.1",545        "@radix-ui/react-collapsible": "1.0.3",546        "@radix-ui/react-collection": "1.0.3",547        "@radix-ui/react-compose-refs": "1.0.1",548        "@radix-ui/react-context": "1.0.1",549        "@radix-ui/react-direction": "1.0.1",550        "@radix-ui/react-id": "1.0.1",551        "@radix-ui/react-primitive": "1.0.3",552        "@radix-ui/react-use-controllable-state": "1.0.1"553      },554      "peerDependencies": {555        "@types/react": "*",556        "@types/react-dom": "*",557        "react": "^16.8 || ^17.0 || ^18.0",558        "react-dom": "^16.8 || ^17.0 || ^18.0"559      },560      "peerDependenciesMeta": {561        "@types/react": {562          "optional": true563        },564        "@types/react-dom": {565          "optional": true566        }567      }568    },569    "node_modules/@radix-ui/react-arrow": {570      "version": "1.0.3",571      "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.3.tgz",572      "integrity": "sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==",573      "dependencies": {574        "@babel/runtime": "^7.13.10",575        "@radix-ui/react-primitive": "1.0.3"576      },577      "peerDependencies": {578        "@types/react": "*",579        "@types/react-dom": "*",580        "react": "^16.8 || ^17.0 || ^18.0",581        "react-dom": "^16.8 || ^17.0 || ^18.0"582      },583      "peerDependenciesMeta": {584        "@types/react": {585          "optional": true586        },587        "@types/react-dom": {588          "optional": true589        }590      }591    },592    "node_modules/@radix-ui/react-avatar": {593      "version": "1.0.4",594      "resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.0.4.tgz",595      "integrity": "sha512-kVK2K7ZD3wwj3qhle0ElXhOjbezIgyl2hVvgwfIdexL3rN6zJmy5AqqIf+D31lxVppdzV8CjAfZ6PklkmInZLw==",596      "dependencies": {597        "@babel/runtime": "^7.13.10",598        "@radix-ui/react-context": "1.0.1",599        "@radix-ui/react-primitive": "1.0.3",600        "@radix-ui/react-use-callback-ref": "1.0.1",601        "@radix-ui/react-use-layout-effect": "1.0.1"602      },603      "peerDependencies": {604        "@types/react": "*",605        "@types/react-dom": "*",606        "react": "^16.8 || ^17.0 || ^18.0",607        "react-dom": "^16.8 || ^17.0 || ^18.0"608      },609      "peerDependenciesMeta": {610        "@types/react": {611          "optional": true612        },613        "@types/react-dom": {614          "optional": true615        }616      }617    },618    "node_modules/@radix-ui/react-checkbox": {619      "version": "1.0.4",620      "resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.0.4.tgz",621      "integrity": "sha512-CBuGQa52aAYnADZVt/KBQzXrwx6TqnlwtcIPGtVt5JkkzQwMOLJjPukimhfKEr4GQNd43C+djUh5Ikopj8pSLg==",622      "dependencies": {623        "@babel/runtime": "^7.13.10",624        "@radix-ui/primitive": "1.0.1",625        "@radix-ui/react-compose-refs": "1.0.1",626        "@radix-ui/react-context": "1.0.1",627        "@radix-ui/react-presence": "1.0.1",628        "@radix-ui/react-primitive": "1.0.3",629        "@radix-ui/react-use-controllable-state": "1.0.1",630        "@radix-ui/react-use-previous": "1.0.1",631        "@radix-ui/react-use-size": "1.0.1"632      },633      "peerDependencies": {634        "@types/react": "*",635        "@types/react-dom": "*",636        "react": "^16.8 || ^17.0 || ^18.0",637        "react-dom": "^16.8 || ^17.0 || ^18.0"638      },639      "peerDependenciesMeta": {640        "@types/react": {641          "optional": true642        },643        "@types/react-dom": {644          "optional": true645        }646      }647    },648    "node_modules/@radix-ui/react-collapsible": {649      "version": "1.0.3",650      "resolved": "https://registry.npmjs.org/@radix-ui/react-collapsible/-/react-collapsible-1.0.3.tgz",651      "integrity": "sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==",652      "dependencies": {653        "@babel/runtime": "^7.13.10",654        "@radix-ui/primitive": "1.0.1",655        "@radix-ui/react-compose-refs": "1.0.1",656        "@radix-ui/react-context": "1.0.1",657        "@radix-ui/react-id": "1.0.1",658        "@radix-ui/react-presence": "1.0.1",659        "@radix-ui/react-primitive": "1.0.3",660        "@radix-ui/react-use-controllable-state": "1.0.1",661        "@radix-ui/react-use-layout-effect": "1.0.1"662      },663      "peerDependencies": {664        "@types/react": "*",665        "@types/react-dom": "*",666        "react": "^16.8 || ^17.0 || ^18.0",667        "react-dom": "^16.8 || ^17.0 || ^18.0"668      },669      "peerDependenciesMeta": {670        "@types/react": {671          "optional": true672        },673        "@types/react-dom": {674          "optional": true675        }676      }677    },678    "node_modules/@radix-ui/react-collection": {679      "version": "1.0.3",680      "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.0.3.tgz",681      "integrity": "sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==",682      "dependencies": {683        "@babel/runtime": "^7.13.10",684        "@radix-ui/react-compose-refs": "1.0.1",685        "@radix-ui/react-context": "1.0.1",686        "@radix-ui/react-primitive": "1.0.3",687        "@radix-ui/react-slot": "1.0.2"688      },689      "peerDependencies": {690        "@types/react": "*",691        "@types/react-dom": "*",692        "react": "^16.8 || ^17.0 || ^18.0",693        "react-dom": "^16.8 || ^17.0 || ^18.0"694      },695      "peerDependenciesMeta": {696        "@types/react": {697          "optional": true698        },699        "@types/react-dom": {700          "optional": true701        }702      }703    },704    "node_modules/@radix-ui/react-compose-refs": {705      "version": "1.0.1",706      "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz",707      "integrity": "sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==",708      "dependencies": {709        "@babel/runtime": "^7.13.10"710      },711      "peerDependencies": {712        "@types/react": "*",713        "react": "^16.8 || ^17.0 || ^18.0"714      },715      "peerDependenciesMeta": {716        "@types/react": {717          "optional": true718        }719      }720    },721    "node_modules/@radix-ui/react-context": {722      "version": "1.0.1",723      "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.1.tgz",724      "integrity": "sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==",725      "dependencies": {726        "@babel/runtime": "^7.13.10"727      },728      "peerDependencies": {729        "@types/react": "*",730        "react": "^16.8 || ^17.0 || ^18.0"731      },732      "peerDependenciesMeta": {733        "@types/react": {734          "optional": true735        }736      }737    },738    "node_modules/@radix-ui/react-dialog": {739      "version": "1.0.5",740      "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.0.5.tgz",741      "integrity": "sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==",742      "dependencies": {743        "@babel/runtime": "^7.13.10",744        "@radix-ui/primitive": "1.0.1",745        "@radix-ui/react-compose-refs": "1.0.1",746        "@radix-ui/react-context": "1.0.1",747        "@radix-ui/react-dismissable-layer": "1.0.5",748        "@radix-ui/react-focus-guards": "1.0.1",749        "@radix-ui/react-focus-scope": "1.0.4",750        "@radix-ui/react-id": "1.0.1",751        "@radix-ui/react-portal": "1.0.4",752        "@radix-ui/react-presence": "1.0.1",753        "@radix-ui/react-primitive": "1.0.3",754        "@radix-ui/react-slot": "1.0.2",755        "@radix-ui/react-use-controllable-state": "1.0.1",756        "aria-hidden": "^1.1.1",757        "react-remove-scroll": "2.5.5"758      },759      "peerDependencies": {760        "@types/react": "*",761        "@types/react-dom": "*",762        "react": "^16.8 || ^17.0 || ^18.0",763        "react-dom": "^16.8 || ^17.0 || ^18.0"764      },765      "peerDependenciesMeta": {766        "@types/react": {767          "optional": true768        },769        "@types/react-dom": {770          "optional": true771        }772      }773    },774    "node_modules/@radix-ui/react-direction": {775      "version": "1.0.1",776      "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.0.1.tgz",777      "integrity": "sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==",778      "dependencies": {779        "@babel/runtime": "^7.13.10"780      },781      "peerDependencies": {782        "@types/react": "*",783        "react": "^16.8 || ^17.0 || ^18.0"784      },785      "peerDependenciesMeta": {786        "@types/react": {787          "optional": true788        }789      }790    },791    "node_modules/@radix-ui/react-dismissable-layer": {792      "version": "1.0.5",793      "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.5.tgz",794      "integrity": "sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==",795      "dependencies": {796        "@babel/runtime": "^7.13.10",797        "@radix-ui/primitive": "1.0.1",798        "@radix-ui/react-compose-refs": "1.0.1",799        "@radix-ui/react-primitive": "1.0.3",800        "@radix-ui/react-use-callback-ref": "1.0.1",801        "@radix-ui/react-use-escape-keydown": "1.0.3"802      },803      "peerDependencies": {804        "@types/react": "*",805        "@types/react-dom": "*",806        "react": "^16.8 || ^17.0 || ^18.0",807        "react-dom": "^16.8 || ^17.0 || ^18.0"808      },809      "peerDependenciesMeta": {810        "@types/react": {811          "optional": true812        },813        "@types/react-dom": {814          "optional": true815        }816      }817    },818    "node_modules/@radix-ui/react-dropdown-menu": {819      "version": "2.0.6",820      "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.0.6.tgz",821      "integrity": "sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA==",822      "dependencies": {823        "@babel/runtime": "^7.13.10",824        "@radix-ui/primitive": "1.0.1",825        "@radix-ui/react-compose-refs": "1.0.1",826        "@radix-ui/react-context": "1.0.1",827        "@radix-ui/react-id": "1.0.1",828        "@radix-ui/react-menu": "2.0.6",829        "@radix-ui/react-primitive": "1.0.3",830        "@radix-ui/react-use-controllable-state": "1.0.1"831      },832      "peerDependencies": {833        "@types/react": "*",834        "@types/react-dom": "*",835        "react": "^16.8 || ^17.0 || ^18.0",836        "react-dom": "^16.8 || ^17.0 || ^18.0"837      },838      "peerDependenciesMeta": {839        "@types/react": {840          "optional": true841        },842        "@types/react-dom": {843          "optional": true844        }845      }846    },847    "node_modules/@radix-ui/react-focus-guards": {848      "version": "1.0.1",849      "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.0.1.tgz",850      "integrity": "sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==",851      "dependencies": {852        "@babel/runtime": "^7.13.10"853      },854      "peerDependencies": {855        "@types/react": "*",856        "react": "^16.8 || ^17.0 || ^18.0"857      },858      "peerDependenciesMeta": {859        "@types/react": {860          "optional": true861        }862      }863    },864    "node_modules/@radix-ui/react-focus-scope": {865      "version": "1.0.4",866      "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz",867      "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==",868      "dependencies": {869        "@babel/runtime": "^7.13.10",870        "@radix-ui/react-compose-refs": "1.0.1",871        "@radix-ui/react-primitive": "1.0.3",872        "@radix-ui/react-use-callback-ref": "1.0.1"873      },874      "peerDependencies": {875        "@types/react": "*",876        "@types/react-dom": "*",877        "react": "^16.8 || ^17.0 || ^18.0",878        "react-dom": "^16.8 || ^17.0 || ^18.0"879      },880      "peerDependenciesMeta": {881        "@types/react": {882          "optional": true883        },884        "@types/react-dom": {885          "optional": true886        }887      }888    },889    "node_modules/@radix-ui/react-icons": {890      "version": "1.3.0",891      "resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.0.tgz",892      "integrity": "sha512-jQxj/0LKgp+j9BiTXz3O3sgs26RNet2iLWmsPyRz2SIcR4q/4SbazXfnYwbAr+vLYKSfc7qxzyGQA1HLlYiuNw==",893      "peerDependencies": {894        "react": "^16.x || ^17.x || ^18.x"895      }896    },897    "node_modules/@radix-ui/react-id": {898      "version": "1.0.1",899      "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.0.1.tgz",900      "integrity": "sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==",901      "dependencies": {902        "@babel/runtime": "^7.13.10",903        "@radix-ui/react-use-layout-effect": "1.0.1"904      },905      "peerDependencies": {906        "@types/react": "*",907        "react": "^16.8 || ^17.0 || ^18.0"908      },909      "peerDependenciesMeta": {910        "@types/react": {911          "optional": true912        }913      }914    },915    "node_modules/@radix-ui/react-label": {916      "version": "2.0.2",917      "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-2.0.2.tgz",918      "integrity": "sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==",919      "dependencies": {920        "@babel/runtime": "^7.13.10",921        "@radix-ui/react-primitive": "1.0.3"922      },923      "peerDependencies": {924        "@types/react": "*",925        "@types/react-dom": "*",926        "react": "^16.8 || ^17.0 || ^18.0",927        "react-dom": "^16.8 || ^17.0 || ^18.0"928      },929      "peerDependenciesMeta": {930        "@types/react": {931          "optional": true932        },933        "@types/react-dom": {934          "optional": true935        }936      }937    },938    "node_modules/@radix-ui/react-menu": {939      "version": "2.0.6",940      "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.0.6.tgz",941      "integrity": "sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA==",942      "dependencies": {943        "@babel/runtime": "^7.13.10",944        "@radix-ui/primitive": "1.0.1",945        "@radix-ui/react-collection": "1.0.3",946        "@radix-ui/react-compose-refs": "1.0.1",947        "@radix-ui/react-context": "1.0.1",948        "@radix-ui/react-direction": "1.0.1",949        "@radix-ui/react-dismissable-layer": "1.0.5",950        "@radix-ui/react-focus-guards": "1.0.1",951        "@radix-ui/react-focus-scope": "1.0.4",952        "@radix-ui/react-id": "1.0.1",953        "@radix-ui/react-popper": "1.1.3",954        "@radix-ui/react-portal": "1.0.4",955        "@radix-ui/react-presence": "1.0.1",956        "@radix-ui/react-primitive": "1.0.3",957        "@radix-ui/react-roving-focus": "1.0.4",958        "@radix-ui/react-slot": "1.0.2",959        "@radix-ui/react-use-callback-ref": "1.0.1",960        "aria-hidden": "^1.1.1",961        "react-remove-scroll": "2.5.5"962      },963      "peerDependencies": {964        "@types/react": "*",965        "@types/react-dom": "*",966        "react": "^16.8 || ^17.0 || ^18.0",967        "react-dom": "^16.8 || ^17.0 || ^18.0"968      },969      "peerDependenciesMeta": {970        "@types/react": {971          "optional": true972        },973        "@types/react-dom": {974          "optional": true975        }976      }977    },978    "node_modules/@radix-ui/react-menubar": {979      "version": "1.0.4",980      "resolved": "https://registry.npmjs.org/@radix-ui/react-menubar/-/react-menubar-1.0.4.tgz",981      "integrity": "sha512-bHgUo9gayKZfaQcWSSLr++LyS0rgh+MvD89DE4fJ6TkGHvjHgPaBZf44hdka7ogOxIOdj9163J+5xL2Dn4qzzg==",982      "dependencies": {983        "@babel/runtime": "^7.13.10",984        "@radix-ui/primitive": "1.0.1",985        "@radix-ui/react-collection": "1.0.3",986        "@radix-ui/react-compose-refs": "1.0.1",987        "@radix-ui/react-context": "1.0.1",988        "@radix-ui/react-direction": "1.0.1",989        "@radix-ui/react-id": "1.0.1",990        "@radix-ui/react-menu": "2.0.6",991        "@radix-ui/react-primitive": "1.0.3",992        "@radix-ui/react-roving-focus": "1.0.4",993        "@radix-ui/react-use-controllable-state": "1.0.1"994      },995      "peerDependencies": {996        "@types/react": "*",997        "@types/react-dom": "*",998        "react": "^16.8 || ^17.0 || ^18.0",999        "react-dom": "^16.8 || ^17.0 || ^18.0"1000      },1001      "peerDependenciesMeta": {1002        "@types/react": {1003          "optional": true1004        },1005        "@types/react-dom": {1006          "optional": true1007        }1008      }1009    },1010    "node_modules/@radix-ui/react-popover": {1011      "version": "1.0.7",1012      "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.0.7.tgz",1013      "integrity": "sha512-shtvVnlsxT6faMnK/a7n0wptwBD23xc1Z5mdrtKLwVEfsEMXodS0r5s0/g5P0hX//EKYZS2sxUjqfzlg52ZSnQ==",1014      "dependencies": {1015        "@babel/runtime": "^7.13.10",1016        "@radix-ui/primitive": "1.0.1",1017        "@radix-ui/react-compose-refs": "1.0.1",1018        "@radix-ui/react-context": "1.0.1",1019        "@radix-ui/react-dismissable-layer": "1.0.5",1020        "@radix-ui/react-focus-guards": "1.0.1",1021        "@radix-ui/react-focus-scope": "1.0.4",1022        "@radix-ui/react-id": "1.0.1",1023        "@radix-ui/react-popper": "1.1.3",1024        "@radix-ui/react-portal": "1.0.4",1025        "@radix-ui/react-presence": "1.0.1",1026        "@radix-ui/react-primitive": "1.0.3",1027        "@radix-ui/react-slot": "1.0.2",1028        "@radix-ui/react-use-controllable-state": "1.0.1",1029        "aria-hidden": "^1.1.1",1030        "react-remove-scroll": "2.5.5"1031      },1032      "peerDependencies": {1033        "@types/react": "*",1034        "@types/react-dom": "*",1035        "react": "^16.8 || ^17.0 || ^18.0",1036        "react-dom": "^16.8 || ^17.0 || ^18.0"1037      },1038      "peerDependenciesMeta": {1039        "@types/react": {1040          "optional": true1041        },1042        "@types/react-dom": {1043          "optional": true1044        }1045      }1046    },1047    "node_modules/@radix-ui/react-popper": {1048      "version": "1.1.3",1049      "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.3.tgz",1050      "integrity": "sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==",1051      "dependencies": {1052        "@babel/runtime": "^7.13.10",1053        "@floating-ui/react-dom": "^2.0.0",1054        "@radix-ui/react-arrow": "1.0.3",1055        "@radix-ui/react-compose-refs": "1.0.1",1056        "@radix-ui/react-context": "1.0.1",1057        "@radix-ui/react-primitive": "1.0.3",1058        "@radix-ui/react-use-callback-ref": "1.0.1",1059        "@radix-ui/react-use-layout-effect": "1.0.1",1060        "@radix-ui/react-use-rect": "1.0.1",1061        "@radix-ui/react-use-size": "1.0.1",1062        "@radix-ui/rect": "1.0.1"1063      },1064      "peerDependencies": {1065        "@types/react": "*",1066        "@types/react-dom": "*",1067        "react": "^16.8 || ^17.0 || ^18.0",1068        "react-dom": "^16.8 || ^17.0 || ^18.0"1069      },1070      "peerDependenciesMeta": {1071        "@types/react": {1072          "optional": true1073        },1074        "@types/react-dom": {1075          "optional": true1076        }1077      }1078    },1079    "node_modules/@radix-ui/react-portal": {1080      "version": "1.0.4",1081      "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.4.tgz",1082      "integrity": "sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==",1083      "dependencies": {1084        "@babel/runtime": "^7.13.10",1085        "@radix-ui/react-primitive": "1.0.3"1086      },1087      "peerDependencies": {1088        "@types/react": "*",1089        "@types/react-dom": "*",1090        "react": "^16.8 || ^17.0 || ^18.0",1091        "react-dom": "^16.8 || ^17.0 || ^18.0"1092      },1093      "peerDependenciesMeta": {1094        "@types/react": {1095          "optional": true1096        },1097        "@types/react-dom": {1098          "optional": true1099        }1100      }1101    },1102    "node_modules/@radix-ui/react-presence": {1103      "version": "1.0.1",1104      "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.1.tgz",1105      "integrity": "sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==",1106      "dependencies": {1107        "@babel/runtime": "^7.13.10",1108        "@radix-ui/react-compose-refs": "1.0.1",1109        "@radix-ui/react-use-layout-effect": "1.0.1"1110      },1111      "peerDependencies": {1112        "@types/react": "*",1113        "@types/react-dom": "*",1114        "react": "^16.8 || ^17.0 || ^18.0",1115        "react-dom": "^16.8 || ^17.0 || ^18.0"1116      },1117      "peerDependenciesMeta": {1118        "@types/react": {1119          "optional": true1120        },1121        "@types/react-dom": {1122          "optional": true1123        }1124      }1125    },1126    "node_modules/@radix-ui/react-primitive": {1127      "version": "1.0.3",1128      "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.3.tgz",1129      "integrity": "sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==",1130      "dependencies": {1131        "@babel/runtime": "^7.13.10",1132        "@radix-ui/react-slot": "1.0.2"1133      },1134      "peerDependencies": {1135        "@types/react": "*",1136        "@types/react-dom": "*",1137        "react": "^16.8 || ^17.0 || ^18.0",1138        "react-dom": "^16.8 || ^17.0 || ^18.0"1139      },1140      "peerDependenciesMeta": {1141        "@types/react": {1142          "optional": true1143        },1144        "@types/react-dom": {1145          "optional": true1146        }1147      }1148    },1149    "node_modules/@radix-ui/react-roving-focus": {1150      "version": "1.0.4",1151      "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.4.tgz",1152      "integrity": "sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==",1153      "dependencies": {1154        "@babel/runtime": "^7.13.10",1155        "@radix-ui/primitive": "1.0.1",1156        "@radix-ui/react-collection": "1.0.3",1157        "@radix-ui/react-compose-refs": "1.0.1",1158        "@radix-ui/react-context": "1.0.1",1159        "@radix-ui/react-direction": "1.0.1",1160        "@radix-ui/react-id": "1.0.1",1161        "@radix-ui/react-primitive": "1.0.3",1162        "@radix-ui/react-use-callback-ref": "1.0.1",1163        "@radix-ui/react-use-controllable-state": "1.0.1"1164      },1165      "peerDependencies": {1166        "@types/react": "*",1167        "@types/react-dom": "*",1168        "react": "^16.8 || ^17.0 || ^18.0",1169        "react-dom": "^16.8 || ^17.0 || ^18.0"1170      },1171      "peerDependenciesMeta": {1172        "@types/react": {1173          "optional": true1174        },1175        "@types/react-dom": {1176          "optional": true1177        }1178      }1179    },1180    "node_modules/@radix-ui/react-select": {1181      "version": "1.2.2",1182      "resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-1.2.2.tgz",1183      "integrity": "sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==",1184      "dependencies": {1185        "@babel/runtime": "^7.13.10",1186        "@radix-ui/number": "1.0.1",1187        "@radix-ui/primitive": "1.0.1",1188        "@radix-ui/react-collection": "1.0.3",1189        "@radix-ui/react-compose-refs": "1.0.1",1190        "@radix-ui/react-context": "1.0.1",1191        "@radix-ui/react-direction": "1.0.1",1192        "@radix-ui/react-dismissable-layer": "1.0.4",1193        "@radix-ui/react-focus-guards": "1.0.1",1194        "@radix-ui/react-focus-scope": "1.0.3",1195        "@radix-ui/react-id": "1.0.1",1196        "@radix-ui/react-popper": "1.1.2",1197        "@radix-ui/react-portal": "1.0.3",1198        "@radix-ui/react-primitive": "1.0.3",1199        "@radix-ui/react-slot": "1.0.2",1200        "@radix-ui/react-use-callback-ref": "1.0.1",

Showing the first 1,200 of 7482 lines. Download the file for the rest.