| { |
| "name": "app", |
| "version": "1.0.0", |
| "lockfileVersion": 3, |
| "requires": true, |
| "packages": { |
| "": { |
| "name": "app", |
| "version": "1.0.0", |
| "license": "ISC", |
| "dependencies": { |
| "@emotion/react": "^11.14.0", |
| "@emotion/styled": "^11.14.1", |
| "@mui/material": "^9.3.1", |
| "@react-three/fiber": "^9.7.0", |
| "react": "^19.2.8", |
| "react-dom": "^19.2.8", |
| "three": "^0.164.1", |
| "zustand": "^5.0.15" |
| }, |
| "devDependencies": { |
| "@vitejs/plugin-react": "^6.1.0", |
| "vite": "^8.2.2" |
| } |
| }, |
| "node_modules/@babel/code-frame": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", |
| "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-validator-identifier": "^7.29.7", |
| "js-tokens": "^4.0.0", |
| "picocolors": "^1.1.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/generator": { |
| "version": "7.29.8", |
| "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.8.tgz", |
| "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/parser": "^7.29.8", |
| "@babel/types": "^7.29.8", |
| "@jridgewell/gen-mapping": "^0.3.12", |
| "@jridgewell/trace-mapping": "^0.3.28", |
| "jsesc": "^3.0.2" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-globals": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz", |
| "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-module-imports": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz", |
| "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/traverse": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-string-parser": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz", |
| "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/helper-validator-identifier": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz", |
| "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/parser": { |
| "version": "7.29.8", |
| "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.8.tgz", |
| "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/types": "^7.29.8" |
| }, |
| "bin": { |
| "parser": "bin/babel-parser.js" |
| }, |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@babel/runtime": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz", |
| "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/template": { |
| "version": "7.29.7", |
| "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz", |
| "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.29.7", |
| "@babel/parser": "^7.29.7", |
| "@babel/types": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/traverse": { |
| "version": "7.29.8", |
| "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.8.tgz", |
| "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.29.7", |
| "@babel/generator": "^7.29.8", |
| "@babel/helper-globals": "^7.29.7", |
| "@babel/parser": "^7.29.8", |
| "@babel/template": "^7.29.7", |
| "@babel/types": "^7.29.8", |
| "debug": "^4.3.1" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@babel/types": { |
| "version": "7.29.8", |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.8.tgz", |
| "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-string-parser": "^7.29.7", |
| "@babel/helper-validator-identifier": "^7.29.7" |
| }, |
| "engines": { |
| "node": ">=6.9.0" |
| } |
| }, |
| "node_modules/@emotion/babel-plugin": { |
| "version": "11.13.5", |
| "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz", |
| "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/helper-module-imports": "^7.16.7", |
| "@babel/runtime": "^7.18.3", |
| "@emotion/hash": "^0.9.2", |
| "@emotion/memoize": "^0.9.0", |
| "@emotion/serialize": "^1.3.3", |
| "babel-plugin-macros": "^3.1.0", |
| "convert-source-map": "^1.5.0", |
| "escape-string-regexp": "^4.0.0", |
| "find-root": "^1.1.0", |
| "source-map": "^0.5.7", |
| "stylis": "4.2.0" |
| } |
| }, |
| "node_modules/@emotion/cache": { |
| "version": "11.14.0", |
| "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz", |
| "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==", |
| "license": "MIT", |
| "dependencies": { |
| "@emotion/memoize": "^0.9.0", |
| "@emotion/sheet": "^1.4.0", |
| "@emotion/utils": "^1.4.2", |
| "@emotion/weak-memoize": "^0.4.0", |
| "stylis": "4.2.0" |
| } |
| }, |
| "node_modules/@emotion/hash": { |
| "version": "0.9.2", |
| "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", |
| "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/is-prop-valid": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz", |
| "integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==", |
| "license": "MIT", |
| "dependencies": { |
| "@emotion/memoize": "^0.9.0" |
| } |
| }, |
| "node_modules/@emotion/memoize": { |
| "version": "0.9.0", |
| "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", |
| "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/react": { |
| "version": "11.14.0", |
| "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", |
| "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/runtime": "^7.18.3", |
| "@emotion/babel-plugin": "^11.13.5", |
| "@emotion/cache": "^11.14.0", |
| "@emotion/serialize": "^1.3.3", |
| "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", |
| "@emotion/utils": "^1.4.2", |
| "@emotion/weak-memoize": "^0.4.0", |
| "hoist-non-react-statics": "^3.3.1" |
| }, |
| "peerDependencies": { |
| "react": ">=16.8.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@emotion/serialize": { |
| "version": "1.3.3", |
| "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz", |
| "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==", |
| "license": "MIT", |
| "dependencies": { |
| "@emotion/hash": "^0.9.2", |
| "@emotion/memoize": "^0.9.0", |
| "@emotion/unitless": "^0.10.0", |
| "@emotion/utils": "^1.4.2", |
| "csstype": "^3.0.2" |
| } |
| }, |
| "node_modules/@emotion/sheet": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", |
| "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/styled": { |
| "version": "11.14.1", |
| "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz", |
| "integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "@babel/runtime": "^7.18.3", |
| "@emotion/babel-plugin": "^11.13.5", |
| "@emotion/is-prop-valid": "^1.3.0", |
| "@emotion/serialize": "^1.3.3", |
| "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", |
| "@emotion/utils": "^1.4.2" |
| }, |
| "peerDependencies": { |
| "@emotion/react": "^11.0.0-rc.0", |
| "react": ">=16.8.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@emotion/unitless": { |
| "version": "0.10.0", |
| "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", |
| "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/use-insertion-effect-with-fallbacks": { |
| "version": "1.2.0", |
| "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", |
| "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": ">=16.8.0" |
| } |
| }, |
| "node_modules/@emotion/utils": { |
| "version": "1.4.2", |
| "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz", |
| "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==", |
| "license": "MIT" |
| }, |
| "node_modules/@emotion/weak-memoize": { |
| "version": "0.4.0", |
| "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", |
| "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", |
| "license": "MIT" |
| }, |
| "node_modules/@jridgewell/gen-mapping": { |
| "version": "0.3.13", |
| "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", |
| "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/sourcemap-codec": "^1.5.0", |
| "@jridgewell/trace-mapping": "^0.3.24" |
| } |
| }, |
| "node_modules/@jridgewell/resolve-uri": { |
| "version": "3.1.2", |
| "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", |
| "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6.0.0" |
| } |
| }, |
| "node_modules/@jridgewell/sourcemap-codec": { |
| "version": "1.5.5", |
| "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", |
| "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", |
| "license": "MIT" |
| }, |
| "node_modules/@jridgewell/trace-mapping": { |
| "version": "0.3.31", |
| "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", |
| "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", |
| "license": "MIT", |
| "dependencies": { |
| "@jridgewell/resolve-uri": "^3.1.0", |
| "@jridgewell/sourcemap-codec": "^1.4.14" |
| } |
| }, |
| "node_modules/@mui/core-downloads-tracker": { |
| "version": "9.3.1", |
| "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-9.3.1.tgz", |
| "integrity": "sha512-IAyAFNQbT7hysJ9HXphiOmWJF7G1OglzHanqCgvQgH9LA2ydxtmaTBDbcBqw6euZesyShiwvpvbnYO1GY1AyXQ==", |
| "license": "MIT", |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/mui-org" |
| } |
| }, |
| "node_modules/@mui/material": { |
| "version": "9.3.1", |
| "resolved": "https://registry.npmjs.org/@mui/material/-/material-9.3.1.tgz", |
| "integrity": "sha512-NahAEGIXqS1K0bA4th1jeFxBguS59NOcLbMA0vU+fSaPWKjtwGBGGHeTwlc9PSmzMjOZKceeFWESB8fVHr31hA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.29.7", |
| "@mui/core-downloads-tracker": "^9.3.1", |
| "@mui/system": "^9.3.0", |
| "@mui/types": "^9.3.0", |
| "@mui/utils": "^9.3.0", |
| "@popperjs/core": "^2.11.8", |
| "@types/react-transition-group": "^4.4.12", |
| "clsx": "^2.1.1", |
| "csstype": "^3.2.3", |
| "prop-types": "^15.8.1", |
| "react-is": "^19.2.8", |
| "react-transition-group": "^4.4.5" |
| }, |
| "engines": { |
| "node": ">=14.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/mui-org" |
| }, |
| "peerDependencies": { |
| "@emotion/react": "^11.5.0", |
| "@emotion/styled": "^11.3.0", |
| "@mui/material-pigment-css": "^9.3.0", |
| "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| "react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@emotion/react": { |
| "optional": true |
| }, |
| "@emotion/styled": { |
| "optional": true |
| }, |
| "@mui/material-pigment-css": { |
| "optional": true |
| }, |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@mui/private-theming": { |
| "version": "9.3.0", |
| "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-9.3.0.tgz", |
| "integrity": "sha512-ERvqk5pejf9aRnQcDILSWGtFmsEMiVxlQ4+xsVCjsEvmK0fV9BiVP/cQwAF5dwyDFbve4lTrlcgeFEecVzTNiA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.29.7", |
| "@mui/utils": "^9.3.0", |
| "prop-types": "^15.8.1" |
| }, |
| "engines": { |
| "node": ">=14.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/mui-org" |
| }, |
| "peerDependencies": { |
| "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| "react": "^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@mui/styled-engine": { |
| "version": "9.3.0", |
| "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-9.3.0.tgz", |
| "integrity": "sha512-x9+KYxhjoHYZ4nioxdKnvQWdw0RScbhoZfQ4tv3Db742683U3wlYSp6zV6Us78dMFnKnyTrPTkQKyutp14gnKA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.29.7", |
| "@emotion/cache": "^11.14.0", |
| "@emotion/serialize": "^1.3.3", |
| "@emotion/sheet": "^1.4.0", |
| "csstype": "^3.2.3", |
| "prop-types": "^15.8.1" |
| }, |
| "engines": { |
| "node": ">=14.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/mui-org" |
| }, |
| "peerDependencies": { |
| "@emotion/react": "^11.4.1", |
| "@emotion/styled": "^11.3.0", |
| "react": "^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@emotion/react": { |
| "optional": true |
| }, |
| "@emotion/styled": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@mui/system": { |
| "version": "9.3.0", |
| "resolved": "https://registry.npmjs.org/@mui/system/-/system-9.3.0.tgz", |
| "integrity": "sha512-0l4LqHJxZj65xSrioniGsxm7VNoGXonPo203oZjhBUvIDPeBqRTb7Mqc45Qxs6sO6WGR7WE/9cJ6lb4lkvHkjg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.29.7", |
| "@mui/private-theming": "^9.3.0", |
| "@mui/styled-engine": "^9.3.0", |
| "@mui/types": "^9.3.0", |
| "@mui/utils": "^9.3.0", |
| "clsx": "^2.1.1", |
| "csstype": "^3.2.3", |
| "prop-types": "^15.8.1" |
| }, |
| "engines": { |
| "node": ">=14.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/mui-org" |
| }, |
| "peerDependencies": { |
| "@emotion/react": "^11.5.0", |
| "@emotion/styled": "^11.3.0", |
| "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| "react": "^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@emotion/react": { |
| "optional": true |
| }, |
| "@emotion/styled": { |
| "optional": true |
| }, |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@mui/types": { |
| "version": "9.3.0", |
| "resolved": "https://registry.npmjs.org/@mui/types/-/types-9.3.0.tgz", |
| "integrity": "sha512-2JSxyfpEFWNUB2vKs/T1BvkfyNisMHWph8bLMj8T0uHwmLl/0qfAwQkfwMT6kxLXN9uIum9AEbECXU8er3amIg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.29.7" |
| }, |
| "peerDependencies": { |
| "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@mui/utils": { |
| "version": "9.3.0", |
| "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-9.3.0.tgz", |
| "integrity": "sha512-2HZdHwWJ6eB+7lVGSOHsByGw8jeRulT4g0NZ608Wb8Q57DE2jbNqrWPFuJsvkQQiBiTmlpvQL3i+/62zsiPrkw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.29.7", |
| "@mui/types": "^9.3.0", |
| "@types/prop-types": "^15.7.15", |
| "clsx": "^2.1.1", |
| "prop-types": "^15.8.1", |
| "react-is": "^19.2.8" |
| }, |
| "engines": { |
| "node": ">=14.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/mui-org" |
| }, |
| "peerDependencies": { |
| "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| "react": "^17.0.0 || ^18.0.0 || ^19.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@oxc-project/types": { |
| "version": "0.146.0", |
| "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz", |
| "integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==", |
| "dev": true, |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/Boshen" |
| } |
| }, |
| "node_modules/@popperjs/core": { |
| "version": "2.11.8", |
| "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", |
| "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", |
| "license": "MIT", |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/popperjs" |
| } |
| }, |
| "node_modules/@react-three/fiber": { |
| "version": "9.7.0", |
| "resolved": "https://registry.npmjs.org/@react-three/fiber/-/fiber-9.7.0.tgz", |
| "integrity": "sha512-EWm9FwcaOZQu/ExFW5rggoCMM1NJet5YbxVxKaOE+KSncrjU0Wx7017qSyGFvupviK89nMYGCWU3BIK4dI1clw==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.17.8", |
| "@types/webxr": "*", |
| "base64-js": "^1.5.1", |
| "buffer": "^6.0.3", |
| "its-fine": "^2.0.0", |
| "react-use-measure": "^2.1.7", |
| "scheduler": "^0.27.0", |
| "suspend-react": "^0.1.3", |
| "use-sync-external-store": "^1.4.0", |
| "zustand": "^5.0.3" |
| }, |
| "peerDependencies": { |
| "expo": ">=43.0", |
| "expo-asset": ">=8.4", |
| "expo-file-system": ">=11.0", |
| "expo-gl": ">=11.0", |
| "react": ">=19 <19.3", |
| "react-dom": ">=19 <19.3", |
| "react-native": ">=0.78", |
| "three": ">=0.156" |
| }, |
| "peerDependenciesMeta": { |
| "expo": { |
| "optional": true |
| }, |
| "expo-asset": { |
| "optional": true |
| }, |
| "expo-file-system": { |
| "optional": true |
| }, |
| "expo-gl": { |
| "optional": true |
| }, |
| "react-dom": { |
| "optional": true |
| }, |
| "react-native": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/@rolldown/binding-android-arm-eabi": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz", |
| "integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-android-arm64": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz", |
| "integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-darwin-arm64": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz", |
| "integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-darwin-x64": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz", |
| "integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-freebsd-x64": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz", |
| "integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-linux-arm-gnueabihf": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz", |
| "integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-linux-arm64-gnu": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz", |
| "integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-linux-arm64-musl": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz", |
| "integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-linux-ppc64-gnu": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz", |
| "integrity": "sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==", |
| "cpu": [ |
| "ppc64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-linux-s390x-gnu": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz", |
| "integrity": "sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==", |
| "cpu": [ |
| "s390x" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-linux-x64-gnu": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz", |
| "integrity": "sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-linux-x64-musl": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz", |
| "integrity": "sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-openharmony-arm64": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz", |
| "integrity": "sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "openharmony" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-win32-arm64-msvc": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz", |
| "integrity": "sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/binding-win32-x64-msvc": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz", |
| "integrity": "sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| } |
| }, |
| "node_modules/@rolldown/pluginutils": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz", |
| "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==", |
| "dev": true, |
| "license": "MIT" |
| }, |
| "node_modules/@types/parse-json": { |
| "version": "4.0.2", |
| "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", |
| "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", |
| "license": "MIT" |
| }, |
| "node_modules/@types/prop-types": { |
| "version": "15.7.15", |
| "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", |
| "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", |
| "license": "MIT" |
| }, |
| "node_modules/@types/react": { |
| "version": "19.2.18", |
| "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", |
| "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "csstype": "^3.2.2" |
| } |
| }, |
| "node_modules/@types/react-reconciler": { |
| "version": "0.28.9", |
| "resolved": "https://registry.npmjs.org/@types/react-reconciler/-/react-reconciler-0.28.9.tgz", |
| "integrity": "sha512-HHM3nxyUZ3zAylX8ZEyrDNd2XZOnQ0D5XfunJF5FLQnZbHHYq4UWvW1QfelQNXv1ICNkwYhfxjwfnqivYB6bFg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*" |
| } |
| }, |
| "node_modules/@types/react-transition-group": { |
| "version": "4.4.12", |
| "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz", |
| "integrity": "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==", |
| "license": "MIT", |
| "peerDependencies": { |
| "@types/react": "*" |
| } |
| }, |
| "node_modules/@types/webxr": { |
| "version": "0.5.24", |
| "resolved": "https://registry.npmjs.org/@types/webxr/-/webxr-0.5.24.tgz", |
| "integrity": "sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==", |
| "license": "MIT" |
| }, |
| "node_modules/@vitejs/plugin-react": { |
| "version": "6.1.0", |
| "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.0.tgz", |
| "integrity": "sha512-qd2BzUBehkov86WFhg0JkEFEYyCLG9uPCe6qWTY/kRlss9OvJrOF2UbIWT7p+8IzZHkEu0DNGHc4HSv+JdDLsw==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@rolldown/pluginutils": "^1.0.1" |
| }, |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| }, |
| "peerDependencies": { |
| "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", |
| "babel-plugin-react-compiler": "^1.0.0", |
| "oxc-transform-react": "^0.145.0", |
| "vite": "^8.0.0" |
| }, |
| "peerDependenciesMeta": { |
| "@rolldown/plugin-babel": { |
| "optional": true |
| }, |
| "babel-plugin-react-compiler": { |
| "optional": true |
| }, |
| "oxc-transform-react": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/babel-plugin-macros": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", |
| "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.12.5", |
| "cosmiconfig": "^7.0.0", |
| "resolve": "^1.19.0" |
| }, |
| "engines": { |
| "node": ">=10", |
| "npm": ">=6" |
| } |
| }, |
| "node_modules/base64-js": { |
| "version": "1.5.1", |
| "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", |
| "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT" |
| }, |
| "node_modules/buffer": { |
| "version": "6.0.3", |
| "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", |
| "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "base64-js": "^1.3.1", |
| "ieee754": "^1.2.1" |
| } |
| }, |
| "node_modules/callsites": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", |
| "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/clsx": { |
| "version": "2.1.1", |
| "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", |
| "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/convert-source-map": { |
| "version": "1.9.0", |
| "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", |
| "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", |
| "license": "MIT" |
| }, |
| "node_modules/cosmiconfig": { |
| "version": "7.1.0", |
| "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", |
| "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/parse-json": "^4.0.0", |
| "import-fresh": "^3.2.1", |
| "parse-json": "^5.0.0", |
| "path-type": "^4.0.0", |
| "yaml": "^1.10.0" |
| }, |
| "engines": { |
| "node": ">=10" |
| } |
| }, |
| "node_modules/cosmiconfig/node_modules/yaml": { |
| "version": "1.10.3", |
| "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.3.tgz", |
| "integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==", |
| "license": "ISC", |
| "engines": { |
| "node": ">= 6" |
| } |
| }, |
| "node_modules/csstype": { |
| "version": "3.2.3", |
| "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", |
| "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", |
| "license": "MIT" |
| }, |
| "node_modules/debug": { |
| "version": "4.4.3", |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", |
| "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", |
| "license": "MIT", |
| "dependencies": { |
| "ms": "^2.1.3" |
| }, |
| "engines": { |
| "node": ">=6.0" |
| }, |
| "peerDependenciesMeta": { |
| "supports-color": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/detect-libc": { |
| "version": "2.1.2", |
| "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", |
| "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", |
| "dev": true, |
| "license": "Apache-2.0", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/dom-helpers": { |
| "version": "5.2.1", |
| "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", |
| "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/runtime": "^7.8.7", |
| "csstype": "^3.0.2" |
| } |
| }, |
| "node_modules/error-ex": { |
| "version": "1.3.4", |
| "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", |
| "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", |
| "license": "MIT", |
| "dependencies": { |
| "is-arrayish": "^0.2.1" |
| } |
| }, |
| "node_modules/es-errors": { |
| "version": "1.3.0", |
| "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", |
| "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/escape-string-regexp": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
| "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=10" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/fdir": { |
| "version": "6.5.0", |
| "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", |
| "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", |
| "dev": true, |
| "license": "MIT", |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "peerDependencies": { |
| "picomatch": "^3 || ^4" |
| }, |
| "peerDependenciesMeta": { |
| "picomatch": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/find-root": { |
| "version": "1.1.0", |
| "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", |
| "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", |
| "license": "MIT" |
| }, |
| "node_modules/fsevents": { |
| "version": "2.3.3", |
| "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", |
| "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", |
| "dev": true, |
| "hasInstallScript": true, |
| "license": "MIT", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| } |
| }, |
| "node_modules/function-bind": { |
| "version": "1.1.2", |
| "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", |
| "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", |
| "license": "MIT", |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/hasown": { |
| "version": "2.0.4", |
| "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz", |
| "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==", |
| "license": "MIT", |
| "dependencies": { |
| "function-bind": "^1.1.2" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| } |
| }, |
| "node_modules/hoist-non-react-statics": { |
| "version": "3.3.2", |
| "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", |
| "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "react-is": "^16.7.0" |
| } |
| }, |
| "node_modules/hoist-non-react-statics/node_modules/react-is": { |
| "version": "16.13.1", |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", |
| "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", |
| "license": "MIT" |
| }, |
| "node_modules/ieee754": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", |
| "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/feross" |
| }, |
| { |
| "type": "patreon", |
| "url": "https://www.patreon.com/feross" |
| }, |
| { |
| "type": "consulting", |
| "url": "https://feross.org/support" |
| } |
| ], |
| "license": "BSD-3-Clause" |
| }, |
| "node_modules/import-fresh": { |
| "version": "3.3.1", |
| "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", |
| "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", |
| "license": "MIT", |
| "dependencies": { |
| "parent-module": "^1.0.0", |
| "resolve-from": "^4.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/is-arrayish": { |
| "version": "0.2.1", |
| "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", |
| "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", |
| "license": "MIT" |
| }, |
| "node_modules/is-core-module": { |
| "version": "2.16.2", |
| "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz", |
| "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==", |
| "license": "MIT", |
| "dependencies": { |
| "hasown": "^2.0.3" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/its-fine": { |
| "version": "2.0.0", |
| "resolved": "https://registry.npmjs.org/its-fine/-/its-fine-2.0.0.tgz", |
| "integrity": "sha512-KLViCmWx94zOvpLwSlsx6yOCeMhZYaxrJV87Po5k/FoZzcPSahvK5qJ7fYhS61sZi5ikmh2S3Hz55A2l3U69ng==", |
| "license": "MIT", |
| "dependencies": { |
| "@types/react-reconciler": "^0.28.9" |
| }, |
| "peerDependencies": { |
| "react": "^19.0.0" |
| } |
| }, |
| "node_modules/js-tokens": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |
| "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", |
| "license": "MIT" |
| }, |
| "node_modules/jsesc": { |
| "version": "3.1.0", |
| "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", |
| "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", |
| "license": "MIT", |
| "bin": { |
| "jsesc": "bin/jsesc" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/json-parse-even-better-errors": { |
| "version": "2.3.1", |
| "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", |
| "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", |
| "license": "MIT" |
| }, |
| "node_modules/lightningcss": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz", |
| "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==", |
| "dev": true, |
| "license": "MPL-2.0", |
| "dependencies": { |
| "detect-libc": "^2.0.3" |
| }, |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| }, |
| "optionalDependencies": { |
| "lightningcss-android-arm64": "1.33.0", |
| "lightningcss-darwin-arm64": "1.33.0", |
| "lightningcss-darwin-x64": "1.33.0", |
| "lightningcss-freebsd-x64": "1.33.0", |
| "lightningcss-linux-arm-gnueabihf": "1.33.0", |
| "lightningcss-linux-arm64-gnu": "1.33.0", |
| "lightningcss-linux-arm64-musl": "1.33.0", |
| "lightningcss-linux-x64-gnu": "1.33.0", |
| "lightningcss-linux-x64-musl": "1.33.0", |
| "lightningcss-win32-arm64-msvc": "1.33.0", |
| "lightningcss-win32-x64-msvc": "1.33.0" |
| } |
| }, |
| "node_modules/lightningcss-android-arm64": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz", |
| "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "android" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-darwin-arm64": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz", |
| "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-darwin-x64": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz", |
| "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "darwin" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-freebsd-x64": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz", |
| "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "freebsd" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-arm-gnueabihf": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz", |
| "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==", |
| "cpu": [ |
| "arm" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-arm64-gnu": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz", |
| "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-arm64-musl": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz", |
| "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-x64-gnu": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz", |
| "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-linux-x64-musl": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz", |
| "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "linux" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-win32-arm64-msvc": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz", |
| "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==", |
| "cpu": [ |
| "arm64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lightningcss-win32-x64-msvc": { |
| "version": "1.33.0", |
| "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz", |
| "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==", |
| "cpu": [ |
| "x64" |
| ], |
| "dev": true, |
| "license": "MPL-2.0", |
| "optional": true, |
| "os": [ |
| "win32" |
| ], |
| "engines": { |
| "node": ">= 12.0.0" |
| }, |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/parcel" |
| } |
| }, |
| "node_modules/lines-and-columns": { |
| "version": "1.2.4", |
| "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", |
| "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", |
| "license": "MIT" |
| }, |
| "node_modules/loose-envify": { |
| "version": "1.4.0", |
| "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", |
| "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", |
| "license": "MIT", |
| "dependencies": { |
| "js-tokens": "^3.0.0 || ^4.0.0" |
| }, |
| "bin": { |
| "loose-envify": "cli.js" |
| } |
| }, |
| "node_modules/ms": { |
| "version": "2.1.3", |
| "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", |
| "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", |
| "license": "MIT" |
| }, |
| "node_modules/nanoid": { |
| "version": "3.3.18", |
| "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", |
| "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "bin": { |
| "nanoid": "bin/nanoid.cjs" |
| }, |
| "engines": { |
| "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" |
| } |
| }, |
| "node_modules/object-assign": { |
| "version": "4.1.1", |
| "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", |
| "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/parent-module": { |
| "version": "1.0.1", |
| "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", |
| "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", |
| "license": "MIT", |
| "dependencies": { |
| "callsites": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=6" |
| } |
| }, |
| "node_modules/parse-json": { |
| "version": "5.2.0", |
| "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", |
| "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", |
| "license": "MIT", |
| "dependencies": { |
| "@babel/code-frame": "^7.0.0", |
| "error-ex": "^1.3.1", |
| "json-parse-even-better-errors": "^2.3.0", |
| "lines-and-columns": "^1.1.6" |
| }, |
| "engines": { |
| "node": ">=8" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/sindresorhus" |
| } |
| }, |
| "node_modules/path-parse": { |
| "version": "1.0.7", |
| "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", |
| "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", |
| "license": "MIT" |
| }, |
| "node_modules/path-type": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", |
| "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=8" |
| } |
| }, |
| "node_modules/picocolors": { |
| "version": "1.1.1", |
| "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", |
| "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", |
| "license": "ISC" |
| }, |
| "node_modules/picomatch": { |
| "version": "4.0.5", |
| "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", |
| "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", |
| "dev": true, |
| "license": "MIT", |
| "peer": true, |
| "engines": { |
| "node": ">=12" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/jonschlinkert" |
| } |
| }, |
| "node_modules/postcss": { |
| "version": "8.5.26", |
| "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz", |
| "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==", |
| "dev": true, |
| "funding": [ |
| { |
| "type": "opencollective", |
| "url": "https://opencollective.com/postcss/" |
| }, |
| { |
| "type": "tidelift", |
| "url": "https://tidelift.com/funding/github/npm/postcss" |
| }, |
| { |
| "type": "github", |
| "url": "https://github.com/sponsors/ai" |
| } |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "nanoid": "^3.3.17", |
| "picocolors": "^1.1.1", |
| "source-map-js": "^1.2.1" |
| }, |
| "engines": { |
| "node": "^10 || ^12 || >=14" |
| } |
| }, |
| "node_modules/prop-types": { |
| "version": "15.8.1", |
| "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", |
| "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", |
| "license": "MIT", |
| "dependencies": { |
| "loose-envify": "^1.4.0", |
| "object-assign": "^4.1.1", |
| "react-is": "^16.13.1" |
| } |
| }, |
| "node_modules/prop-types/node_modules/react-is": { |
| "version": "16.13.1", |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", |
| "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", |
| "license": "MIT" |
| }, |
| "node_modules/react": { |
| "version": "19.2.8", |
| "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", |
| "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", |
| "license": "MIT", |
| "peer": true, |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/react-dom": { |
| "version": "19.2.8", |
| "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz", |
| "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==", |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "scheduler": "^0.27.0" |
| }, |
| "peerDependencies": { |
| "react": "^19.2.8" |
| } |
| }, |
| "node_modules/react-is": { |
| "version": "19.2.8", |
| "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.8.tgz", |
| "integrity": "sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==", |
| "license": "MIT" |
| }, |
| "node_modules/react-transition-group": { |
| "version": "4.4.5", |
| "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", |
| "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", |
| "license": "BSD-3-Clause", |
| "dependencies": { |
| "@babel/runtime": "^7.5.5", |
| "dom-helpers": "^5.0.1", |
| "loose-envify": "^1.4.0", |
| "prop-types": "^15.6.2" |
| }, |
| "peerDependencies": { |
| "react": ">=16.6.0", |
| "react-dom": ">=16.6.0" |
| } |
| }, |
| "node_modules/react-use-measure": { |
| "version": "2.1.7", |
| "resolved": "https://registry.npmjs.org/react-use-measure/-/react-use-measure-2.1.7.tgz", |
| "integrity": "sha512-KrvcAo13I/60HpwGO5jpW7E9DfusKyLPLvuHlUyP5zqnmAPhNc6qTRjUQrdTADl0lpPpDVU2/Gg51UlOGHXbdg==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": ">=16.13", |
| "react-dom": ">=16.13" |
| }, |
| "peerDependenciesMeta": { |
| "react-dom": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/resolve": { |
| "version": "1.22.12", |
| "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz", |
| "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==", |
| "license": "MIT", |
| "dependencies": { |
| "es-errors": "^1.3.0", |
| "is-core-module": "^2.16.1", |
| "path-parse": "^1.0.7", |
| "supports-preserve-symlinks-flag": "^1.0.0" |
| }, |
| "bin": { |
| "resolve": "bin/resolve" |
| }, |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/resolve-from": { |
| "version": "4.0.0", |
| "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", |
| "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=4" |
| } |
| }, |
| "node_modules/rolldown": { |
| "version": "1.2.5", |
| "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz", |
| "integrity": "sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "@oxc-project/types": "=0.146.0", |
| "@rolldown/pluginutils": "^1.0.0" |
| }, |
| "bin": { |
| "rolldown": "bin/cli.mjs" |
| }, |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| }, |
| "optionalDependencies": { |
| "@rolldown/binding-android-arm-eabi": "1.2.5", |
| "@rolldown/binding-android-arm64": "1.2.5", |
| "@rolldown/binding-darwin-arm64": "1.2.5", |
| "@rolldown/binding-darwin-x64": "1.2.5", |
| "@rolldown/binding-freebsd-x64": "1.2.5", |
| "@rolldown/binding-linux-arm-gnueabihf": "1.2.5", |
| "@rolldown/binding-linux-arm64-gnu": "1.2.5", |
| "@rolldown/binding-linux-arm64-musl": "1.2.5", |
| "@rolldown/binding-linux-ppc64-gnu": "1.2.5", |
| "@rolldown/binding-linux-s390x-gnu": "1.2.5", |
| "@rolldown/binding-linux-x64-gnu": "1.2.5", |
| "@rolldown/binding-linux-x64-musl": "1.2.5", |
| "@rolldown/binding-openharmony-arm64": "1.2.5", |
| "@rolldown/binding-win32-arm64-msvc": "1.2.5", |
| "@rolldown/binding-win32-x64-msvc": "1.2.5" |
| } |
| }, |
| "node_modules/scheduler": { |
| "version": "0.27.0", |
| "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", |
| "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", |
| "license": "MIT" |
| }, |
| "node_modules/source-map": { |
| "version": "0.5.7", |
| "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", |
| "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/source-map-js": { |
| "version": "1.2.1", |
| "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", |
| "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", |
| "dev": true, |
| "license": "BSD-3-Clause", |
| "engines": { |
| "node": ">=0.10.0" |
| } |
| }, |
| "node_modules/stylis": { |
| "version": "4.2.0", |
| "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", |
| "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", |
| "license": "MIT" |
| }, |
| "node_modules/supports-preserve-symlinks-flag": { |
| "version": "1.0.0", |
| "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", |
| "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", |
| "license": "MIT", |
| "engines": { |
| "node": ">= 0.4" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/ljharb" |
| } |
| }, |
| "node_modules/suspend-react": { |
| "version": "0.1.3", |
| "resolved": "https://registry.npmjs.org/suspend-react/-/suspend-react-0.1.3.tgz", |
| "integrity": "sha512-aqldKgX9aZqpoDp3e8/BZ8Dm7x1pJl+qI3ZKxDN0i/IQTWUwBx/ManmlVJ3wowqbno6c2bmiIfs+Um6LbsjJyQ==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": ">=17.0" |
| } |
| }, |
| "node_modules/three": { |
| "version": "0.164.1", |
| "resolved": "https://registry.npmjs.org/three/-/three-0.164.1.tgz", |
| "integrity": "sha512-iC/hUBbl1vzFny7f5GtqzVXYjMJKaTPxiCxXfrvVdBi1Sf+jhd1CAkitiFwC7mIBFCo3MrDLJG97yisoaWig0w==", |
| "license": "MIT", |
| "peer": true |
| }, |
| "node_modules/tinyglobby": { |
| "version": "0.2.17", |
| "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", |
| "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", |
| "dev": true, |
| "license": "MIT", |
| "dependencies": { |
| "fdir": "^6.5.0", |
| "picomatch": "^4.0.4" |
| }, |
| "engines": { |
| "node": ">=12.0.0" |
| }, |
| "funding": { |
| "url": "https://github.com/sponsors/SuperchupuDev" |
| } |
| }, |
| "node_modules/use-sync-external-store": { |
| "version": "1.6.0", |
| "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", |
| "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", |
| "license": "MIT", |
| "peerDependencies": { |
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
| } |
| }, |
| "node_modules/vite": { |
| "version": "8.2.2", |
| "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz", |
| "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==", |
| "dev": true, |
| "license": "MIT", |
| "peer": true, |
| "dependencies": { |
| "lightningcss": "^1.33.0", |
| "picomatch": "^4.0.5", |
| "postcss": "^8.5.26", |
| "rolldown": "~1.2.4", |
| "tinyglobby": "^0.2.17" |
| }, |
| "bin": { |
| "vite": "bin/vite.js" |
| }, |
| "engines": { |
| "node": "^20.19.0 || >=22.12.0" |
| }, |
| "funding": { |
| "url": "https://github.com/vitejs/vite?sponsor=1" |
| }, |
| "optionalDependencies": { |
| "fsevents": "~2.3.3" |
| }, |
| "peerDependencies": { |
| "@types/node": "^20.19.0 || >=22.12.0", |
| "@vitejs/devtools": "^0.4.0 || ^0.5.0", |
| "esbuild": "^0.27.0 || ^0.28.0", |
| "jiti": ">=1.21.0", |
| "less": "^4.0.0", |
| "sass": "^1.70.0", |
| "sass-embedded": "^1.70.0", |
| "stylus": ">=0.54.8", |
| "sugarss": "^5.0.0", |
| "terser": "^5.16.0", |
| "tsx": "^4.8.1", |
| "yaml": "^2.4.2" |
| }, |
| "peerDependenciesMeta": { |
| "@types/node": { |
| "optional": true |
| }, |
| "@vitejs/devtools": { |
| "optional": true |
| }, |
| "esbuild": { |
| "optional": true |
| }, |
| "jiti": { |
| "optional": true |
| }, |
| "less": { |
| "optional": true |
| }, |
| "sass": { |
| "optional": true |
| }, |
| "sass-embedded": { |
| "optional": true |
| }, |
| "stylus": { |
| "optional": true |
| }, |
| "sugarss": { |
| "optional": true |
| }, |
| "terser": { |
| "optional": true |
| }, |
| "tsx": { |
| "optional": true |
| }, |
| "yaml": { |
| "optional": true |
| } |
| } |
| }, |
| "node_modules/zustand": { |
| "version": "5.0.15", |
| "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.15.tgz", |
| "integrity": "sha512-MpSEjRiBkA9crSYeOUH32rJC7SVqAbm0Fqcqge/bUi2PPoLcBWKOsG+C8mevmpr8TwXHBVkChbbJiyvkE+i/3A==", |
| "license": "MIT", |
| "engines": { |
| "node": ">=12.20.0" |
| }, |
| "peerDependencies": { |
| "@types/react": ">=18.0.0", |
| "immer": ">=9.0.6", |
| "react": ">=18.0.0", |
| "use-sync-external-store": ">=1.2.0" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "immer": { |
| "optional": true |
| }, |
| "react": { |
| "optional": true |
| }, |
| "use-sync-external-store": { |
| "optional": true |
| } |
| } |
| } |
| } |
| } |
|
|