|
|
|
|
@ -8,8 +8,11 @@
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@material-ui/core": "^4.11.3",
|
|
|
|
|
"@material-ui/icons": "^4.11.2",
|
|
|
|
|
"@emotion/react": "^11.11.0",
|
|
|
|
|
"@emotion/styled": "^11.11.0",
|
|
|
|
|
"@mui/icons-material": "^5.14.0",
|
|
|
|
|
"@mui/material": "^5.14.0",
|
|
|
|
|
"@mui/styles": "^5.14.0",
|
|
|
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
|
|
|
"@testing-library/react": "^11.2.5",
|
|
|
|
|
"@testing-library/user-event": "^12.8.3",
|
|
|
|
|
@ -2231,10 +2234,64 @@
|
|
|
|
|
"postcss-selector-parser": "^6.0.10"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@emotion/hash": {
|
|
|
|
|
"version": "0.8.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
|
|
|
|
|
"integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
|
|
|
|
"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==",
|
|
|
|
|
"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/babel-plugin/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=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@emotion/babel-plugin/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=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@emotion/babel-plugin/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==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@emotion/babel-plugin/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==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.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==",
|
|
|
|
|
"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/is-prop-valid": {
|
|
|
|
|
"version": "1.4.0",
|
|
|
|
|
@ -2249,6 +2306,83 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ=="
|
|
|
|
|
},
|
|
|
|
|
"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==",
|
|
|
|
|
"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==",
|
|
|
|
|
"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/serialize/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=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@emotion/serialize/node_modules/@emotion/unitless": {
|
|
|
|
|
"version": "0.10.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",
|
|
|
|
|
"integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@emotion/serialize/node_modules/csstype": {
|
|
|
|
|
"version": "3.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
|
|
|
|
},
|
|
|
|
|
"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=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@emotion/styled": {
|
|
|
|
|
"version": "11.14.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz",
|
|
|
|
|
"integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==",
|
|
|
|
|
"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/stylis": {
|
|
|
|
|
"version": "0.8.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
|
|
|
|
|
@ -2259,6 +2393,24 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
|
|
|
"integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
|
|
|
},
|
|
|
|
|
"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==",
|
|
|
|
|
"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=="
|
|
|
|
|
},
|
|
|
|
|
"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=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint-community/eslint-utils": {
|
|
|
|
|
"version": "4.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
|
|
|
@ -3553,34 +3705,198 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@material-ui/core": {
|
|
|
|
|
"version": "4.11.3",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"node_modules/@mui/core-downloads-tracker": {
|
|
|
|
|
"version": "5.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-jbhwoQ1AY200PSSOrNXmrFCaSDSJWP7qk6urkTmIirvRXDROkqe+QwcLlUiw/PrREwsIF/vm3/dAXvjlMHF0RA==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/mui-org"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/icons-material": {
|
|
|
|
|
"version": "5.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-1s0vEZj5XFXDMmz3Arl/R7IncFqJ+WQ95LDp1roHWGDE2oCO3IS4/hmiOv1/8SD9r6B7tv9GLiqVZYHo+6PkTg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.4.4",
|
|
|
|
|
"@material-ui/styles": "^4.11.3",
|
|
|
|
|
"@material-ui/system": "^4.11.3",
|
|
|
|
|
"@material-ui/types": "^5.1.0",
|
|
|
|
|
"@material-ui/utils": "^4.11.2",
|
|
|
|
|
"@types/react-transition-group": "^4.2.0",
|
|
|
|
|
"clsx": "^1.0.4",
|
|
|
|
|
"@babel/runtime": "^7.23.9"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/mui-org"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@mui/material": "^5.0.0",
|
|
|
|
|
"@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/material": {
|
|
|
|
|
"version": "5.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-bbH/HaJZpFtXGvWg3TsBWG4eyt3gah3E7nCNU8GLyRjVoWcA91Vm/T+sjHfUcwgJSw9iLtucfHBoq+qW/T30aA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.23.9",
|
|
|
|
|
"@mui/core-downloads-tracker": "^5.18.0",
|
|
|
|
|
"@mui/system": "^5.18.0",
|
|
|
|
|
"@mui/types": "~7.2.15",
|
|
|
|
|
"@mui/utils": "^5.17.1",
|
|
|
|
|
"@popperjs/core": "^2.11.8",
|
|
|
|
|
"@types/react-transition-group": "^4.4.10",
|
|
|
|
|
"clsx": "^2.1.0",
|
|
|
|
|
"csstype": "^3.1.3",
|
|
|
|
|
"prop-types": "^15.8.1",
|
|
|
|
|
"react-is": "^19.0.0",
|
|
|
|
|
"react-transition-group": "^4.4.5"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.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",
|
|
|
|
|
"react-dom": "^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/material/node_modules/clsx": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/material/node_modules/csstype": {
|
|
|
|
|
"version": "3.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/material/node_modules/react-is": {
|
|
|
|
|
"version": "19.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/private-theming": {
|
|
|
|
|
"version": "5.17.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.17.1.tgz",
|
|
|
|
|
"integrity": "sha512-XMxU0NTYcKqdsG8LRmSoxERPXwMbp16sIXPcLVgLGII/bVNagX0xaheWAwFv8+zDK7tI3ajllkuD3GZZE++ICQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.23.9",
|
|
|
|
|
"@mui/utils": "^5.17.1",
|
|
|
|
|
"prop-types": "^15.8.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.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": "5.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-BN/vKV/O6uaQh2z5rXV+MBlVrEkwoS/TK75rFQ2mjxA7+NBo8qtTAOA4UaM0XeJfn7kh2wZ+xQw2HAx0u+TiBg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.23.9",
|
|
|
|
|
"@emotion/cache": "^11.13.5",
|
|
|
|
|
"@emotion/serialize": "^1.3.3",
|
|
|
|
|
"csstype": "^3.1.3",
|
|
|
|
|
"prop-types": "^15.8.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.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/styled-engine/node_modules/csstype": {
|
|
|
|
|
"version": "3.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/styles": {
|
|
|
|
|
"version": "5.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/styles/-/styles-5.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-GDgFUfl2MMN8iGrYTuhJ0hHRoja2kVOlXnHb5d3BBQCHFxOBaAPDKQxaNkoAwRf/vBhhwXWDsJA2XlkNHUPBgA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.23.9",
|
|
|
|
|
"@emotion/hash": "^0.9.1",
|
|
|
|
|
"@mui/private-theming": "^5.17.1",
|
|
|
|
|
"@mui/types": "~7.2.15",
|
|
|
|
|
"@mui/utils": "^5.17.1",
|
|
|
|
|
"clsx": "^2.1.0",
|
|
|
|
|
"csstype": "^3.1.3",
|
|
|
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
|
|
|
"popper.js": "1.16.1-lts",
|
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
|
"react-is": "^16.8.0 || ^17.0.0",
|
|
|
|
|
"react-transition-group": "^4.4.0"
|
|
|
|
|
"jss": "^10.10.0",
|
|
|
|
|
"jss-plugin-camel-case": "^10.10.0",
|
|
|
|
|
"jss-plugin-default-unit": "^10.10.0",
|
|
|
|
|
"jss-plugin-global": "^10.10.0",
|
|
|
|
|
"jss-plugin-nested": "^10.10.0",
|
|
|
|
|
"jss-plugin-props-sort": "^10.10.0",
|
|
|
|
|
"jss-plugin-rule-value-function": "^10.10.0",
|
|
|
|
|
"jss-plugin-vendor-prefixer": "^10.10.0",
|
|
|
|
|
"prop-types": "^15.8.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.0.0"
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/material-ui"
|
|
|
|
|
"url": "https://opencollective.com/mui-org"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
|
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
|
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
|
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
|
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@types/react": {
|
|
|
|
|
@ -3588,40 +3904,82 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@material-ui/core/node_modules/@material-ui/styles": {
|
|
|
|
|
"version": "4.11.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.5.tgz",
|
|
|
|
|
"integrity": "sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==",
|
|
|
|
|
"deprecated": "Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.",
|
|
|
|
|
"node_modules/@mui/styles/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=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/styles/node_modules/clsx": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/styles/node_modules/csstype": {
|
|
|
|
|
"version": "3.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/system": {
|
|
|
|
|
"version": "5.18.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/system/-/system-5.18.0.tgz",
|
|
|
|
|
"integrity": "sha512-ojZGVcRWqWhu557cdO3pWHloIGJdzVtxs3rk0F9L+x55LsUjcMUVkEhiF7E4TMxZoF9MmIHGGs0ZX3FDLAf0Xw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.4.4",
|
|
|
|
|
"@emotion/hash": "^0.8.0",
|
|
|
|
|
"@material-ui/types": "5.1.0",
|
|
|
|
|
"@material-ui/utils": "^4.11.3",
|
|
|
|
|
"clsx": "^1.0.4",
|
|
|
|
|
"csstype": "^2.5.2",
|
|
|
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
|
|
|
"jss": "^10.5.1",
|
|
|
|
|
"jss-plugin-camel-case": "^10.5.1",
|
|
|
|
|
"jss-plugin-default-unit": "^10.5.1",
|
|
|
|
|
"jss-plugin-global": "^10.5.1",
|
|
|
|
|
"jss-plugin-nested": "^10.5.1",
|
|
|
|
|
"jss-plugin-props-sort": "^10.5.1",
|
|
|
|
|
"jss-plugin-rule-value-function": "^10.5.1",
|
|
|
|
|
"jss-plugin-vendor-prefixer": "^10.5.1",
|
|
|
|
|
"prop-types": "^15.7.2"
|
|
|
|
|
"@babel/runtime": "^7.23.9",
|
|
|
|
|
"@mui/private-theming": "^5.17.1",
|
|
|
|
|
"@mui/styled-engine": "^5.18.0",
|
|
|
|
|
"@mui/types": "~7.2.15",
|
|
|
|
|
"@mui/utils": "^5.17.1",
|
|
|
|
|
"clsx": "^2.1.0",
|
|
|
|
|
"csstype": "^3.1.3",
|
|
|
|
|
"prop-types": "^15.8.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.0.0"
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/material-ui"
|
|
|
|
|
"url": "https://opencollective.com/mui-org"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
|
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
|
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
|
|
|
"@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/system/node_modules/clsx": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/system/node_modules/csstype": {
|
|
|
|
|
"version": "3.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/types": {
|
|
|
|
|
"version": "7.2.24",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.24.tgz",
|
|
|
|
|
"integrity": "sha512-3c8tRt/CbWZ+pEg7QpSwbdxOk36EfmhbKf6AGZsD1EcLDLTSZoxxJ86FVtcjxvjuhdyBiWKSTGZFaXCnidO2kw==",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@types/react": {
|
|
|
|
|
@ -3629,27 +3987,28 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@material-ui/core/node_modules/@material-ui/system": {
|
|
|
|
|
"version": "4.12.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.12.2.tgz",
|
|
|
|
|
"integrity": "sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw==",
|
|
|
|
|
"node_modules/@mui/utils": {
|
|
|
|
|
"version": "5.17.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.17.1.tgz",
|
|
|
|
|
"integrity": "sha512-jEZ8FTqInt2WzxDV8bhImWBqeQRD99c/id/fq83H0ER9tFl+sfZlaAoCdznGvbSQQ9ividMxqSV2c7cC1vBcQg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.4.4",
|
|
|
|
|
"@material-ui/utils": "^4.11.3",
|
|
|
|
|
"csstype": "^2.5.2",
|
|
|
|
|
"prop-types": "^15.7.2"
|
|
|
|
|
"@babel/runtime": "^7.23.9",
|
|
|
|
|
"@mui/types": "~7.2.15",
|
|
|
|
|
"@types/prop-types": "^15.7.12",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"prop-types": "^15.8.1",
|
|
|
|
|
"react-is": "^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.0.0"
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/material-ui"
|
|
|
|
|
"url": "https://opencollective.com/mui-org"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
|
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
|
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
|
|
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
|
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@types/react": {
|
|
|
|
|
@ -3657,59 +4016,18 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@material-ui/core/node_modules/@material-ui/utils": {
|
|
|
|
|
"version": "4.11.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.3.tgz",
|
|
|
|
|
"integrity": "sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.4.4",
|
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
|
"react-is": "^16.8.0 || ^17.0.0"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/utils/node_modules/clsx": {
|
|
|
|
|
"version": "2.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
|
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@material-ui/core/node_modules/popper.js": {
|
|
|
|
|
"version": "1.16.1-lts",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@material-ui/icons": {
|
|
|
|
|
"version": "4.11.2",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.4.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@material-ui/core": "^4.0.0",
|
|
|
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
|
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
|
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@types/react": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@material-ui/types": {
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/react": "*"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@types/react": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
"node_modules/@mui/utils/node_modules/react-is": {
|
|
|
|
|
"version": "19.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
|
|
|
|
|
"version": "5.1.1-v1",
|
|
|
|
|
@ -3840,6 +4158,15 @@
|
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"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==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/popperjs"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@remix-run/router": {
|
|
|
|
|
"version": "1.23.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz",
|
|
|
|
|
@ -4595,8 +4922,9 @@
|
|
|
|
|
"integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/prop-types": {
|
|
|
|
|
"version": "15.7.3",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
"version": "15.7.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
|
|
|
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/q": {
|
|
|
|
|
"version": "1.5.4",
|
|
|
|
|
@ -4612,26 +4940,14 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
|
|
|
|
|
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/react": {
|
|
|
|
|
"version": "17.0.3",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/prop-types": "*",
|
|
|
|
|
"@types/scheduler": "*",
|
|
|
|
|
"csstype": "^3.0.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/react-transition-group": {
|
|
|
|
|
"version": "4.4.1",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"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==",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@types/react": "*"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/react/node_modules/csstype": {
|
|
|
|
|
"version": "3.0.7",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/resolve": {
|
|
|
|
|
"version": "1.17.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
|
|
|
|
|
@ -4645,10 +4961,6 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
|
|
|
|
|
"integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/scheduler": {
|
|
|
|
|
"version": "0.16.1",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@types/semver": {
|
|
|
|
|
"version": "7.7.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz",
|
|
|
|
|
@ -6455,13 +6767,6 @@
|
|
|
|
|
"wrap-ansi": "^7.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/clsx": {
|
|
|
|
|
"version": "1.1.1",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/co": {
|
|
|
|
|
"version": "4.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
|
|
|
|
@ -7080,10 +7385,6 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
|
|
|
|
|
"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/csstype": {
|
|
|
|
|
"version": "2.6.16",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/damerau-levenshtein": {
|
|
|
|
|
"version": "1.0.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
|
|
|
|
|
@ -8930,6 +9231,11 @@
|
|
|
|
|
"url": "https://github.com/avajs/find-cache-dir?sponsor=1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"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=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/find-up": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
|
|
|
@ -18662,6 +18968,11 @@
|
|
|
|
|
"postcss": "^8.2.15"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/stylis": {
|
|
|
|
|
"version": "4.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/sucrase": {
|
|
|
|
|
"version": "3.35.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
|
|
|
|
|
|