CoolFace
Apppublic

hugging-science/science-release-map

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
42likes
package-lock.json3416 linesDownload Raw Back to root
1{2  "name": "-",3  "version": "0.1.0",4  "lockfileVersion": 3,5  "requires": true,6  "packages": {7    "": {8      "name": "-",9      "version": "0.1.0",10      "dependencies": {11        "@emotion/react": "^11.13.0",12        "@emotion/styled": "^11.13.0",13        "@mui/material": "^5.16.6",14        "@radix-ui/react-avatar": "^1.1.0",15        "@radix-ui/react-dialog": "^1.1.1",16        "@radix-ui/react-slot": "^1.1.0",17        "@radix-ui/react-tooltip": "^1.1.2",18        "class-variance-authority": "^0.7.0",19        "clsx": "^2.1.1",20        "lucide-react": "^0.427.0",21        "next": "^14.2.33",22        "react": "^18",23        "react-activity-calendar": "^2.2.11",24        "react-dom": "^18",25        "tailwind-merge": "^2.4.0",26        "tailwindcss-animate": "^1.0.7"27      },28      "devDependencies": {29        "@types/node": "^20",30        "@types/react": "^18",31        "@types/react-dom": "^18",32        "postcss": "^8",33        "tailwindcss": "^3.4.1",34        "typescript": "^5"35      }36    },37    "node_modules/@alloc/quick-lru": {38      "version": "5.2.0",39      "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",40      "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",41      "license": "MIT",42      "engines": {43        "node": ">=10"44      },45      "funding": {46        "url": "https://github.com/sponsors/sindresorhus"47      }48    },49    "node_modules/@babel/code-frame": {50      "version": "7.27.1",51      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",52      "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",53      "license": "MIT",54      "dependencies": {55        "@babel/helper-validator-identifier": "^7.27.1",56        "js-tokens": "^4.0.0",57        "picocolors": "^1.1.1"58      },59      "engines": {60        "node": ">=6.9.0"61      }62    },63    "node_modules/@babel/generator": {64      "version": "7.28.3",65      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.3.tgz",66      "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==",67      "license": "MIT",68      "dependencies": {69        "@babel/parser": "^7.28.3",70        "@babel/types": "^7.28.2",71        "@jridgewell/gen-mapping": "^0.3.12",72        "@jridgewell/trace-mapping": "^0.3.28",73        "jsesc": "^3.0.2"74      },75      "engines": {76        "node": ">=6.9.0"77      }78    },79    "node_modules/@babel/helper-globals": {80      "version": "7.28.0",81      "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",82      "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",83      "license": "MIT",84      "engines": {85        "node": ">=6.9.0"86      }87    },88    "node_modules/@babel/helper-module-imports": {89      "version": "7.27.1",90      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",91      "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",92      "license": "MIT",93      "dependencies": {94        "@babel/traverse": "^7.27.1",95        "@babel/types": "^7.27.1"96      },97      "engines": {98        "node": ">=6.9.0"99      }100    },101    "node_modules/@babel/helper-string-parser": {102      "version": "7.27.1",103      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",104      "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",105      "license": "MIT",106      "engines": {107        "node": ">=6.9.0"108      }109    },110    "node_modules/@babel/helper-validator-identifier": {111      "version": "7.27.1",112      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",113      "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",114      "license": "MIT",115      "engines": {116        "node": ">=6.9.0"117      }118    },119    "node_modules/@babel/parser": {120      "version": "7.28.4",121      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz",122      "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==",123      "license": "MIT",124      "dependencies": {125        "@babel/types": "^7.28.4"126      },127      "bin": {128        "parser": "bin/babel-parser.js"129      },130      "engines": {131        "node": ">=6.0.0"132      }133    },134    "node_modules/@babel/runtime": {135      "version": "7.28.4",136      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",137      "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",138      "license": "MIT",139      "engines": {140        "node": ">=6.9.0"141      }142    },143    "node_modules/@babel/template": {144      "version": "7.27.2",145      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",146      "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",147      "license": "MIT",148      "dependencies": {149        "@babel/code-frame": "^7.27.1",150        "@babel/parser": "^7.27.2",151        "@babel/types": "^7.27.1"152      },153      "engines": {154        "node": ">=6.9.0"155      }156    },157    "node_modules/@babel/traverse": {158      "version": "7.28.4",159      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz",160      "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==",161      "license": "MIT",162      "dependencies": {163        "@babel/code-frame": "^7.27.1",164        "@babel/generator": "^7.28.3",165        "@babel/helper-globals": "^7.28.0",166        "@babel/parser": "^7.28.4",167        "@babel/template": "^7.27.2",168        "@babel/types": "^7.28.4",169        "debug": "^4.3.1"170      },171      "engines": {172        "node": ">=6.9.0"173      }174    },175    "node_modules/@babel/types": {176      "version": "7.28.4",177      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz",178      "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==",179      "license": "MIT",180      "dependencies": {181        "@babel/helper-string-parser": "^7.27.1",182        "@babel/helper-validator-identifier": "^7.27.1"183      },184      "engines": {185        "node": ">=6.9.0"186      }187    },188    "node_modules/@emotion/babel-plugin": {189      "version": "11.13.5",190      "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",191      "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",192      "license": "MIT",193      "dependencies": {194        "@babel/helper-module-imports": "^7.16.7",195        "@babel/runtime": "^7.18.3",196        "@emotion/hash": "^0.9.2",197        "@emotion/memoize": "^0.9.0",198        "@emotion/serialize": "^1.3.3",199        "babel-plugin-macros": "^3.1.0",200        "convert-source-map": "^1.5.0",201        "escape-string-regexp": "^4.0.0",202        "find-root": "^1.1.0",203        "source-map": "^0.5.7",204        "stylis": "4.2.0"205      }206    },207    "node_modules/@emotion/cache": {208      "version": "11.14.0",209      "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz",210      "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",211      "license": "MIT",212      "dependencies": {213        "@emotion/memoize": "^0.9.0",214        "@emotion/sheet": "^1.4.0",215        "@emotion/utils": "^1.4.2",216        "@emotion/weak-memoize": "^0.4.0",217        "stylis": "4.2.0"218      }219    },220    "node_modules/@emotion/hash": {221      "version": "0.9.2",222      "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",223      "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",224      "license": "MIT"225    },226    "node_modules/@emotion/is-prop-valid": {227      "version": "1.4.0",228      "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz",229      "integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==",230      "license": "MIT",231      "dependencies": {232        "@emotion/memoize": "^0.9.0"233      }234    },235    "node_modules/@emotion/memoize": {236      "version": "0.9.0",237      "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",238      "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",239      "license": "MIT"240    },241    "node_modules/@emotion/react": {242      "version": "11.14.0",243      "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",244      "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",245      "license": "MIT",246      "dependencies": {247        "@babel/runtime": "^7.18.3",248        "@emotion/babel-plugin": "^11.13.5",249        "@emotion/cache": "^11.14.0",250        "@emotion/serialize": "^1.3.3",251        "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",252        "@emotion/utils": "^1.4.2",253        "@emotion/weak-memoize": "^0.4.0",254        "hoist-non-react-statics": "^3.3.1"255      },256      "peerDependencies": {257        "react": ">=16.8.0"258      },259      "peerDependenciesMeta": {260        "@types/react": {261          "optional": true262        }263      }264    },265    "node_modules/@emotion/serialize": {266      "version": "1.3.3",267      "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz",268      "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==",269      "license": "MIT",270      "dependencies": {271        "@emotion/hash": "^0.9.2",272        "@emotion/memoize": "^0.9.0",273        "@emotion/unitless": "^0.10.0",274        "@emotion/utils": "^1.4.2",275        "csstype": "^3.0.2"276      }277    },278    "node_modules/@emotion/sheet": {279      "version": "1.4.0",280      "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz",281      "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",282      "license": "MIT"283    },284    "node_modules/@emotion/styled": {285      "version": "11.14.1",286      "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz",287      "integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==",288      "license": "MIT",289      "dependencies": {290        "@babel/runtime": "^7.18.3",291        "@emotion/babel-plugin": "^11.13.5",292        "@emotion/is-prop-valid": "^1.3.0",293        "@emotion/serialize": "^1.3.3",294        "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",295        "@emotion/utils": "^1.4.2"296      },297      "peerDependencies": {298        "@emotion/react": "^11.0.0-rc.0",299        "react": ">=16.8.0"300      },301      "peerDependenciesMeta": {302        "@types/react": {303          "optional": true304        }305      }306    },307    "node_modules/@emotion/unitless": {308      "version": "0.10.0",309      "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",310      "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",311      "license": "MIT"312    },313    "node_modules/@emotion/use-insertion-effect-with-fallbacks": {314      "version": "1.2.0",315      "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz",316      "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==",317      "license": "MIT",318      "peerDependencies": {319        "react": ">=16.8.0"320      }321    },322    "node_modules/@emotion/utils": {323      "version": "1.4.2",324      "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz",325      "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==",326      "license": "MIT"327    },328    "node_modules/@emotion/weak-memoize": {329      "version": "0.4.0",330      "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",331      "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",332      "license": "MIT"333    },334    "node_modules/@floating-ui/core": {335      "version": "1.7.3",336      "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",337      "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",338      "license": "MIT",339      "dependencies": {340        "@floating-ui/utils": "^0.2.10"341      }342    },343    "node_modules/@floating-ui/dom": {344      "version": "1.7.4",345      "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",346      "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",347      "license": "MIT",348      "dependencies": {349        "@floating-ui/core": "^1.7.3",350        "@floating-ui/utils": "^0.2.10"351      }352    },353    "node_modules/@floating-ui/react-dom": {354      "version": "2.1.6",355      "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",356      "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",357      "license": "MIT",358      "dependencies": {359        "@floating-ui/dom": "^1.7.4"360      },361      "peerDependencies": {362        "react": ">=16.8.0",363        "react-dom": ">=16.8.0"364      }365    },366    "node_modules/@floating-ui/utils": {367      "version": "0.2.10",368      "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",369      "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",370      "license": "MIT"371    },372    "node_modules/@isaacs/cliui": {373      "version": "8.0.2",374      "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",375      "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",376      "license": "ISC",377      "dependencies": {378        "string-width": "^5.1.2",379        "string-width-cjs": "npm:string-width@^4.2.0",380        "strip-ansi": "^7.0.1",381        "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",382        "wrap-ansi": "^8.1.0",383        "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"384      },385      "engines": {386        "node": ">=12"387      }388    },389    "node_modules/@jridgewell/gen-mapping": {390      "version": "0.3.13",391      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",392      "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",393      "license": "MIT",394      "dependencies": {395        "@jridgewell/sourcemap-codec": "^1.5.0",396        "@jridgewell/trace-mapping": "^0.3.24"397      }398    },399    "node_modules/@jridgewell/resolve-uri": {400      "version": "3.1.2",401      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",402      "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",403      "license": "MIT",404      "engines": {405        "node": ">=6.0.0"406      }407    },408    "node_modules/@jridgewell/sourcemap-codec": {409      "version": "1.5.5",410      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",411      "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",412      "license": "MIT"413    },414    "node_modules/@jridgewell/trace-mapping": {415      "version": "0.3.31",416      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",417      "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",418      "license": "MIT",419      "dependencies": {420        "@jridgewell/resolve-uri": "^3.1.0",421        "@jridgewell/sourcemap-codec": "^1.4.14"422      }423    },424    "node_modules/@mui/core-downloads-tracker": {425      "version": "5.18.0",426      "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.18.0.tgz",427      "integrity": "sha512-jbhwoQ1AY200PSSOrNXmrFCaSDSJWP7qk6urkTmIirvRXDROkqe+QwcLlUiw/PrREwsIF/vm3/dAXvjlMHF0RA==",428      "license": "MIT",429      "funding": {430        "type": "opencollective",431        "url": "https://opencollective.com/mui-org"432      }433    },434    "node_modules/@mui/material": {435      "version": "5.18.0",436      "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.18.0.tgz",437      "integrity": "sha512-bbH/HaJZpFtXGvWg3TsBWG4eyt3gah3E7nCNU8GLyRjVoWcA91Vm/T+sjHfUcwgJSw9iLtucfHBoq+qW/T30aA==",438      "license": "MIT",439      "dependencies": {440        "@babel/runtime": "^7.23.9",441        "@mui/core-downloads-tracker": "^5.18.0",442        "@mui/system": "^5.18.0",443        "@mui/types": "~7.2.15",444        "@mui/utils": "^5.17.1",445        "@popperjs/core": "^2.11.8",446        "@types/react-transition-group": "^4.4.10",447        "clsx": "^2.1.0",448        "csstype": "^3.1.3",449        "prop-types": "^15.8.1",450        "react-is": "^19.0.0",451        "react-transition-group": "^4.4.5"452      },453      "engines": {454        "node": ">=12.0.0"455      },456      "funding": {457        "type": "opencollective",458        "url": "https://opencollective.com/mui-org"459      },460      "peerDependencies": {461        "@emotion/react": "^11.5.0",462        "@emotion/styled": "^11.3.0",463        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",464        "react": "^17.0.0 || ^18.0.0 || ^19.0.0",465        "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"466      },467      "peerDependenciesMeta": {468        "@emotion/react": {469          "optional": true470        },471        "@emotion/styled": {472          "optional": true473        },474        "@types/react": {475          "optional": true476        }477      }478    },479    "node_modules/@mui/private-theming": {480      "version": "5.17.1",481      "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.17.1.tgz",482      "integrity": "sha512-XMxU0NTYcKqdsG8LRmSoxERPXwMbp16sIXPcLVgLGII/bVNagX0xaheWAwFv8+zDK7tI3ajllkuD3GZZE++ICQ==",483      "license": "MIT",484      "dependencies": {485        "@babel/runtime": "^7.23.9",486        "@mui/utils": "^5.17.1",487        "prop-types": "^15.8.1"488      },489      "engines": {490        "node": ">=12.0.0"491      },492      "funding": {493        "type": "opencollective",494        "url": "https://opencollective.com/mui-org"495      },496      "peerDependencies": {497        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",498        "react": "^17.0.0 || ^18.0.0 || ^19.0.0"499      },500      "peerDependenciesMeta": {501        "@types/react": {502          "optional": true503        }504      }505    },506    "node_modules/@mui/styled-engine": {507      "version": "5.18.0",508      "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.18.0.tgz",509      "integrity": "sha512-BN/vKV/O6uaQh2z5rXV+MBlVrEkwoS/TK75rFQ2mjxA7+NBo8qtTAOA4UaM0XeJfn7kh2wZ+xQw2HAx0u+TiBg==",510      "license": "MIT",511      "dependencies": {512        "@babel/runtime": "^7.23.9",513        "@emotion/cache": "^11.13.5",514        "@emotion/serialize": "^1.3.3",515        "csstype": "^3.1.3",516        "prop-types": "^15.8.1"517      },518      "engines": {519        "node": ">=12.0.0"520      },521      "funding": {522        "type": "opencollective",523        "url": "https://opencollective.com/mui-org"524      },525      "peerDependencies": {526        "@emotion/react": "^11.4.1",527        "@emotion/styled": "^11.3.0",528        "react": "^17.0.0 || ^18.0.0 || ^19.0.0"529      },530      "peerDependenciesMeta": {531        "@emotion/react": {532          "optional": true533        },534        "@emotion/styled": {535          "optional": true536        }537      }538    },539    "node_modules/@mui/system": {540      "version": "5.18.0",541      "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.18.0.tgz",542      "integrity": "sha512-ojZGVcRWqWhu557cdO3pWHloIGJdzVtxs3rk0F9L+x55LsUjcMUVkEhiF7E4TMxZoF9MmIHGGs0ZX3FDLAf0Xw==",543      "license": "MIT",544      "dependencies": {545        "@babel/runtime": "^7.23.9",546        "@mui/private-theming": "^5.17.1",547        "@mui/styled-engine": "^5.18.0",548        "@mui/types": "~7.2.15",549        "@mui/utils": "^5.17.1",550        "clsx": "^2.1.0",551        "csstype": "^3.1.3",552        "prop-types": "^15.8.1"553      },554      "engines": {555        "node": ">=12.0.0"556      },557      "funding": {558        "type": "opencollective",559        "url": "https://opencollective.com/mui-org"560      },561      "peerDependencies": {562        "@emotion/react": "^11.5.0",563        "@emotion/styled": "^11.3.0",564        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",565        "react": "^17.0.0 || ^18.0.0 || ^19.0.0"566      },567      "peerDependenciesMeta": {568        "@emotion/react": {569          "optional": true570        },571        "@emotion/styled": {572          "optional": true573        },574        "@types/react": {575          "optional": true576        }577      }578    },579    "node_modules/@mui/types": {580      "version": "7.2.24",581      "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.24.tgz",582      "integrity": "sha512-3c8tRt/CbWZ+pEg7QpSwbdxOk36EfmhbKf6AGZsD1EcLDLTSZoxxJ86FVtcjxvjuhdyBiWKSTGZFaXCnidO2kw==",583      "license": "MIT",584      "peerDependencies": {585        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"586      },587      "peerDependenciesMeta": {588        "@types/react": {589          "optional": true590        }591      }592    },593    "node_modules/@mui/utils": {594      "version": "5.17.1",595      "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.17.1.tgz",596      "integrity": "sha512-jEZ8FTqInt2WzxDV8bhImWBqeQRD99c/id/fq83H0ER9tFl+sfZlaAoCdznGvbSQQ9ividMxqSV2c7cC1vBcQg==",597      "license": "MIT",598      "dependencies": {599        "@babel/runtime": "^7.23.9",600        "@mui/types": "~7.2.15",601        "@types/prop-types": "^15.7.12",602        "clsx": "^2.1.1",603        "prop-types": "^15.8.1",604        "react-is": "^19.0.0"605      },606      "engines": {607        "node": ">=12.0.0"608      },609      "funding": {610        "type": "opencollective",611        "url": "https://opencollective.com/mui-org"612      },613      "peerDependencies": {614        "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",615        "react": "^17.0.0 || ^18.0.0 || ^19.0.0"616      },617      "peerDependenciesMeta": {618        "@types/react": {619          "optional": true620        }621      }622    },623    "node_modules/@next/env": {624      "version": "14.2.33",625      "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.33.tgz",626      "integrity": "sha512-CgVHNZ1fRIlxkLhIX22flAZI/HmpDaZ8vwyJ/B0SDPTBuLZ1PJ+DWMjCHhqnExfmSQzA/PbZi8OAc7PAq2w9IA==",627      "license": "MIT"628    },629    "node_modules/@next/swc-darwin-arm64": {630      "version": "14.2.33",631      "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.33.tgz",632      "integrity": "sha512-HqYnb6pxlsshoSTubdXKu15g3iivcbsMXg4bYpjL2iS/V6aQot+iyF4BUc2qA/J/n55YtvE4PHMKWBKGCF/+wA==",633      "cpu": [634        "arm64"635      ],636      "license": "MIT",637      "optional": true,638      "os": [639        "darwin"640      ],641      "engines": {642        "node": ">= 10"643      }644    },645    "node_modules/@next/swc-darwin-x64": {646      "version": "14.2.33",647      "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.33.tgz",648      "integrity": "sha512-8HGBeAE5rX3jzKvF593XTTFg3gxeU4f+UWnswa6JPhzaR6+zblO5+fjltJWIZc4aUalqTclvN2QtTC37LxvZAA==",649      "cpu": [650        "x64"651      ],652      "license": "MIT",653      "optional": true,654      "os": [655        "darwin"656      ],657      "engines": {658        "node": ">= 10"659      }660    },661    "node_modules/@next/swc-linux-arm64-gnu": {662      "version": "14.2.33",663      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.33.tgz",664      "integrity": "sha512-JXMBka6lNNmqbkvcTtaX8Gu5by9547bukHQvPoLe9VRBx1gHwzf5tdt4AaezW85HAB3pikcvyqBToRTDA4DeLw==",665      "cpu": [666        "arm64"667      ],668      "license": "MIT",669      "optional": true,670      "os": [671        "linux"672      ],673      "engines": {674        "node": ">= 10"675      }676    },677    "node_modules/@next/swc-linux-arm64-musl": {678      "version": "14.2.33",679      "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.33.tgz",680      "integrity": "sha512-Bm+QulsAItD/x6Ih8wGIMfRJy4G73tu1HJsrccPW6AfqdZd0Sfm5Imhgkgq2+kly065rYMnCOxTBvmvFY1BKfg==",681      "cpu": [682        "arm64"683      ],684      "license": "MIT",685      "optional": true,686      "os": [687        "linux"688      ],689      "engines": {690        "node": ">= 10"691      }692    },693    "node_modules/@next/swc-linux-x64-gnu": {694      "version": "14.2.33",695      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.33.tgz",696      "integrity": "sha512-FnFn+ZBgsVMbGDsTqo8zsnRzydvsGV8vfiWwUo1LD8FTmPTdV+otGSWKc4LJec0oSexFnCYVO4hX8P8qQKaSlg==",697      "cpu": [698        "x64"699      ],700      "license": "MIT",701      "optional": true,702      "os": [703        "linux"704      ],705      "engines": {706        "node": ">= 10"707      }708    },709    "node_modules/@next/swc-linux-x64-musl": {710      "version": "14.2.33",711      "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.33.tgz",712      "integrity": "sha512-345tsIWMzoXaQndUTDv1qypDRiebFxGYx9pYkhwY4hBRaOLt8UGfiWKr9FSSHs25dFIf8ZqIFaPdy5MljdoawA==",713      "cpu": [714        "x64"715      ],716      "license": "MIT",717      "optional": true,718      "os": [719        "linux"720      ],721      "engines": {722        "node": ">= 10"723      }724    },725    "node_modules/@next/swc-win32-arm64-msvc": {726      "version": "14.2.33",727      "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.33.tgz",728      "integrity": "sha512-nscpt0G6UCTkrT2ppnJnFsYbPDQwmum4GNXYTeoTIdsmMydSKFz9Iny2jpaRupTb+Wl298+Rh82WKzt9LCcqSQ==",729      "cpu": [730        "arm64"731      ],732      "license": "MIT",733      "optional": true,734      "os": [735        "win32"736      ],737      "engines": {738        "node": ">= 10"739      }740    },741    "node_modules/@next/swc-win32-ia32-msvc": {742      "version": "14.2.33",743      "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.33.tgz",744      "integrity": "sha512-pc9LpGNKhJ0dXQhZ5QMmYxtARwwmWLpeocFmVG5Z0DzWq5Uf0izcI8tLc+qOpqxO1PWqZ5A7J1blrUIKrIFc7Q==",745      "cpu": [746        "ia32"747      ],748      "license": "MIT",749      "optional": true,750      "os": [751        "win32"752      ],753      "engines": {754        "node": ">= 10"755      }756    },757    "node_modules/@next/swc-win32-x64-msvc": {758      "version": "14.2.33",759      "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.33.tgz",760      "integrity": "sha512-nOjfZMy8B94MdisuzZo9/57xuFVLHJaDj5e/xrduJp9CV2/HrfxTRH2fbyLe+K9QT41WBLUd4iXX3R7jBp0EUg==",761      "cpu": [762        "x64"763      ],764      "license": "MIT",765      "optional": true,766      "os": [767        "win32"768      ],769      "engines": {770        "node": ">= 10"771      }772    },773    "node_modules/@nodelib/fs.scandir": {774      "version": "2.1.5",775      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",776      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",777      "license": "MIT",778      "dependencies": {779        "@nodelib/fs.stat": "2.0.5",780        "run-parallel": "^1.1.9"781      },782      "engines": {783        "node": ">= 8"784      }785    },786    "node_modules/@nodelib/fs.stat": {787      "version": "2.0.5",788      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",789      "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",790      "license": "MIT",791      "engines": {792        "node": ">= 8"793      }794    },795    "node_modules/@nodelib/fs.walk": {796      "version": "1.2.8",797      "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",798      "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",799      "license": "MIT",800      "dependencies": {801        "@nodelib/fs.scandir": "2.1.5",802        "fastq": "^1.6.0"803      },804      "engines": {805        "node": ">= 8"806      }807    },808    "node_modules/@pkgjs/parseargs": {809      "version": "0.11.0",810      "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",811      "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",812      "license": "MIT",813      "optional": true,814      "engines": {815        "node": ">=14"816      }817    },818    "node_modules/@popperjs/core": {819      "version": "2.11.8",820      "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",821      "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",822      "license": "MIT",823      "funding": {824        "type": "opencollective",825        "url": "https://opencollective.com/popperjs"826      }827    },828    "node_modules/@radix-ui/primitive": {829      "version": "1.1.3",830      "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.3.tgz",831      "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==",832      "license": "MIT"833    },834    "node_modules/@radix-ui/react-arrow": {835      "version": "1.1.7",836      "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz",837      "integrity": "sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==",838      "license": "MIT",839      "dependencies": {840        "@radix-ui/react-primitive": "2.1.3"841      },842      "peerDependencies": {843        "@types/react": "*",844        "@types/react-dom": "*",845        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",846        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"847      },848      "peerDependenciesMeta": {849        "@types/react": {850          "optional": true851        },852        "@types/react-dom": {853          "optional": true854        }855      }856    },857    "node_modules/@radix-ui/react-avatar": {858      "version": "1.1.10",859      "resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.10.tgz",860      "integrity": "sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==",861      "license": "MIT",862      "dependencies": {863        "@radix-ui/react-context": "1.1.2",864        "@radix-ui/react-primitive": "2.1.3",865        "@radix-ui/react-use-callback-ref": "1.1.1",866        "@radix-ui/react-use-is-hydrated": "0.1.0",867        "@radix-ui/react-use-layout-effect": "1.1.1"868      },869      "peerDependencies": {870        "@types/react": "*",871        "@types/react-dom": "*",872        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",873        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"874      },875      "peerDependenciesMeta": {876        "@types/react": {877          "optional": true878        },879        "@types/react-dom": {880          "optional": true881        }882      }883    },884    "node_modules/@radix-ui/react-compose-refs": {885      "version": "1.1.2",886      "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",887      "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",888      "license": "MIT",889      "peerDependencies": {890        "@types/react": "*",891        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"892      },893      "peerDependenciesMeta": {894        "@types/react": {895          "optional": true896        }897      }898    },899    "node_modules/@radix-ui/react-context": {900      "version": "1.1.2",901      "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.2.tgz",902      "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==",903      "license": "MIT",904      "peerDependencies": {905        "@types/react": "*",906        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"907      },908      "peerDependenciesMeta": {909        "@types/react": {910          "optional": true911        }912      }913    },914    "node_modules/@radix-ui/react-dialog": {915      "version": "1.1.15",916      "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz",917      "integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==",918      "license": "MIT",919      "dependencies": {920        "@radix-ui/primitive": "1.1.3",921        "@radix-ui/react-compose-refs": "1.1.2",922        "@radix-ui/react-context": "1.1.2",923        "@radix-ui/react-dismissable-layer": "1.1.11",924        "@radix-ui/react-focus-guards": "1.1.3",925        "@radix-ui/react-focus-scope": "1.1.7",926        "@radix-ui/react-id": "1.1.1",927        "@radix-ui/react-portal": "1.1.9",928        "@radix-ui/react-presence": "1.1.5",929        "@radix-ui/react-primitive": "2.1.3",930        "@radix-ui/react-slot": "1.2.3",931        "@radix-ui/react-use-controllable-state": "1.2.2",932        "aria-hidden": "^1.2.4",933        "react-remove-scroll": "^2.6.3"934      },935      "peerDependencies": {936        "@types/react": "*",937        "@types/react-dom": "*",938        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",939        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"940      },941      "peerDependenciesMeta": {942        "@types/react": {943          "optional": true944        },945        "@types/react-dom": {946          "optional": true947        }948      }949    },950    "node_modules/@radix-ui/react-dismissable-layer": {951      "version": "1.1.11",952      "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz",953      "integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==",954      "license": "MIT",955      "dependencies": {956        "@radix-ui/primitive": "1.1.3",957        "@radix-ui/react-compose-refs": "1.1.2",958        "@radix-ui/react-primitive": "2.1.3",959        "@radix-ui/react-use-callback-ref": "1.1.1",960        "@radix-ui/react-use-escape-keydown": "1.1.1"961      },962      "peerDependencies": {963        "@types/react": "*",964        "@types/react-dom": "*",965        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",966        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"967      },968      "peerDependenciesMeta": {969        "@types/react": {970          "optional": true971        },972        "@types/react-dom": {973          "optional": true974        }975      }976    },977    "node_modules/@radix-ui/react-focus-guards": {978      "version": "1.1.3",979      "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz",980      "integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==",981      "license": "MIT",982      "peerDependencies": {983        "@types/react": "*",984        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"985      },986      "peerDependenciesMeta": {987        "@types/react": {988          "optional": true989        }990      }991    },992    "node_modules/@radix-ui/react-focus-scope": {993      "version": "1.1.7",994      "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz",995      "integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==",996      "license": "MIT",997      "dependencies": {998        "@radix-ui/react-compose-refs": "1.1.2",999        "@radix-ui/react-primitive": "2.1.3",1000        "@radix-ui/react-use-callback-ref": "1.1.1"1001      },1002      "peerDependencies": {1003        "@types/react": "*",1004        "@types/react-dom": "*",1005        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1006        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1007      },1008      "peerDependenciesMeta": {1009        "@types/react": {1010          "optional": true1011        },1012        "@types/react-dom": {1013          "optional": true1014        }1015      }1016    },1017    "node_modules/@radix-ui/react-id": {1018      "version": "1.1.1",1019      "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.1.tgz",1020      "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",1021      "license": "MIT",1022      "dependencies": {1023        "@radix-ui/react-use-layout-effect": "1.1.1"1024      },1025      "peerDependencies": {1026        "@types/react": "*",1027        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1028      },1029      "peerDependenciesMeta": {1030        "@types/react": {1031          "optional": true1032        }1033      }1034    },1035    "node_modules/@radix-ui/react-popper": {1036      "version": "1.2.8",1037      "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.8.tgz",1038      "integrity": "sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==",1039      "license": "MIT",1040      "dependencies": {1041        "@floating-ui/react-dom": "^2.0.0",1042        "@radix-ui/react-arrow": "1.1.7",1043        "@radix-ui/react-compose-refs": "1.1.2",1044        "@radix-ui/react-context": "1.1.2",1045        "@radix-ui/react-primitive": "2.1.3",1046        "@radix-ui/react-use-callback-ref": "1.1.1",1047        "@radix-ui/react-use-layout-effect": "1.1.1",1048        "@radix-ui/react-use-rect": "1.1.1",1049        "@radix-ui/react-use-size": "1.1.1",1050        "@radix-ui/rect": "1.1.1"1051      },1052      "peerDependencies": {1053        "@types/react": "*",1054        "@types/react-dom": "*",1055        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1056        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1057      },1058      "peerDependenciesMeta": {1059        "@types/react": {1060          "optional": true1061        },1062        "@types/react-dom": {1063          "optional": true1064        }1065      }1066    },1067    "node_modules/@radix-ui/react-portal": {1068      "version": "1.1.9",1069      "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.9.tgz",1070      "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==",1071      "license": "MIT",1072      "dependencies": {1073        "@radix-ui/react-primitive": "2.1.3",1074        "@radix-ui/react-use-layout-effect": "1.1.1"1075      },1076      "peerDependencies": {1077        "@types/react": "*",1078        "@types/react-dom": "*",1079        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1080        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1081      },1082      "peerDependenciesMeta": {1083        "@types/react": {1084          "optional": true1085        },1086        "@types/react-dom": {1087          "optional": true1088        }1089      }1090    },1091    "node_modules/@radix-ui/react-presence": {1092      "version": "1.1.5",1093      "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.5.tgz",1094      "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==",1095      "license": "MIT",1096      "dependencies": {1097        "@radix-ui/react-compose-refs": "1.1.2",1098        "@radix-ui/react-use-layout-effect": "1.1.1"1099      },1100      "peerDependencies": {1101        "@types/react": "*",1102        "@types/react-dom": "*",1103        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1104        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1105      },1106      "peerDependenciesMeta": {1107        "@types/react": {1108          "optional": true1109        },1110        "@types/react-dom": {1111          "optional": true1112        }1113      }1114    },1115    "node_modules/@radix-ui/react-primitive": {1116      "version": "2.1.3",1117      "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz",1118      "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==",1119      "license": "MIT",1120      "dependencies": {1121        "@radix-ui/react-slot": "1.2.3"1122      },1123      "peerDependencies": {1124        "@types/react": "*",1125        "@types/react-dom": "*",1126        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1127        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1128      },1129      "peerDependenciesMeta": {1130        "@types/react": {1131          "optional": true1132        },1133        "@types/react-dom": {1134          "optional": true1135        }1136      }1137    },1138    "node_modules/@radix-ui/react-slot": {1139      "version": "1.2.3",1140      "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",1141      "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",1142      "license": "MIT",1143      "dependencies": {1144        "@radix-ui/react-compose-refs": "1.1.2"1145      },1146      "peerDependencies": {1147        "@types/react": "*",1148        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1149      },1150      "peerDependenciesMeta": {1151        "@types/react": {1152          "optional": true1153        }1154      }1155    },1156    "node_modules/@radix-ui/react-tooltip": {1157      "version": "1.2.8",1158      "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.2.8.tgz",1159      "integrity": "sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==",1160      "license": "MIT",1161      "dependencies": {1162        "@radix-ui/primitive": "1.1.3",1163        "@radix-ui/react-compose-refs": "1.1.2",1164        "@radix-ui/react-context": "1.1.2",1165        "@radix-ui/react-dismissable-layer": "1.1.11",1166        "@radix-ui/react-id": "1.1.1",1167        "@radix-ui/react-popper": "1.2.8",1168        "@radix-ui/react-portal": "1.1.9",1169        "@radix-ui/react-presence": "1.1.5",1170        "@radix-ui/react-primitive": "2.1.3",1171        "@radix-ui/react-slot": "1.2.3",1172        "@radix-ui/react-use-controllable-state": "1.2.2",1173        "@radix-ui/react-visually-hidden": "1.2.3"1174      },1175      "peerDependencies": {1176        "@types/react": "*",1177        "@types/react-dom": "*",1178        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",1179        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1180      },1181      "peerDependenciesMeta": {1182        "@types/react": {1183          "optional": true1184        },1185        "@types/react-dom": {1186          "optional": true1187        }1188      }1189    },1190    "node_modules/@radix-ui/react-use-callback-ref": {1191      "version": "1.1.1",1192      "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz",1193      "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==",1194      "license": "MIT",1195      "peerDependencies": {1196        "@types/react": "*",1197        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"1198      },1199      "peerDependenciesMeta": {1200        "@types/react": {

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