|
@@ -1320,6 +1320,148 @@
|
|
|
"postcss-value-parser": "^4.2.0"
|
|
|
}
|
|
|
},
|
|
|
+ "@emotion/babel-plugin": {
|
|
|
+ "version": "11.7.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.7.2.tgz",
|
|
|
+ "integrity": "sha512-6mGSCWi9UzXut/ZAN6lGFu33wGR3SJisNl3c0tvlmb8XChH1b2SUvxvnOh7hvLpqyRdHHU9AiazV3Cwbk5SXKQ==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-module-imports": "^7.12.13",
|
|
|
+ "@babel/plugin-syntax-jsx": "^7.12.13",
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/hash": "^0.8.0",
|
|
|
+ "@emotion/memoize": "^0.7.5",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "babel-plugin-macros": "^2.6.1",
|
|
|
+ "convert-source-map": "^1.5.0",
|
|
|
+ "escape-string-regexp": "^4.0.0",
|
|
|
+ "find-root": "^1.1.0",
|
|
|
+ "source-map": "^0.5.7",
|
|
|
+ "stylis": "4.0.13"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "babel-plugin-macros": {
|
|
|
+ "version": "2.8.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz",
|
|
|
+ "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.7.2",
|
|
|
+ "cosmiconfig": "^6.0.0",
|
|
|
+ "resolve": "^1.12.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "cosmiconfig": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
|
|
|
+ "requires": {
|
|
|
+ "@types/parse-json": "^4.0.0",
|
|
|
+ "import-fresh": "^3.1.0",
|
|
|
+ "parse-json": "^5.0.0",
|
|
|
+ "path-type": "^4.0.0",
|
|
|
+ "yaml": "^1.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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=="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/cache": {
|
|
|
+ "version": "11.7.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.7.1.tgz",
|
|
|
+ "integrity": "sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A==",
|
|
|
+ "requires": {
|
|
|
+ "@emotion/memoize": "^0.7.4",
|
|
|
+ "@emotion/sheet": "^1.1.0",
|
|
|
+ "@emotion/utils": "^1.0.0",
|
|
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
|
+ "stylis": "4.0.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/hash": {
|
|
|
+ "version": "0.8.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
|
|
|
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
|
|
|
+ },
|
|
|
+ "@emotion/is-prop-valid": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-3QnhqeL+WW88YjYbQL5gUIkthuMw7a0NGbZ7wfFVk2kg/CK5w8w5FFa0RzWjyY1+sujN0NWbtSHH6OJmWHtJpQ==",
|
|
|
+ "requires": {
|
|
|
+ "@emotion/memoize": "^0.7.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/memoize": {
|
|
|
+ "version": "0.7.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
|
|
|
+ "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
|
|
|
+ },
|
|
|
+ "@emotion/react": {
|
|
|
+ "version": "11.8.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.8.1.tgz",
|
|
|
+ "integrity": "sha512-XGaie4nRxmtP1BZYBXqC5JGqMYF2KRKKI7vjqNvQxyRpekVAZhb6QqrElmZCAYXH1L90lAelADSVZC4PFsrJ8Q==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/babel-plugin": "^11.7.1",
|
|
|
+ "@emotion/cache": "^11.7.1",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "@emotion/sheet": "^1.1.0",
|
|
|
+ "@emotion/utils": "^1.1.0",
|
|
|
+ "@emotion/weak-memoize": "^0.2.5",
|
|
|
+ "hoist-non-react-statics": "^3.3.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/serialize": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==",
|
|
|
+ "requires": {
|
|
|
+ "@emotion/hash": "^0.8.0",
|
|
|
+ "@emotion/memoize": "^0.7.4",
|
|
|
+ "@emotion/unitless": "^0.7.5",
|
|
|
+ "@emotion/utils": "^1.0.0",
|
|
|
+ "csstype": "^3.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/sheet": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g=="
|
|
|
+ },
|
|
|
+ "@emotion/styled": {
|
|
|
+ "version": "11.8.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.8.1.tgz",
|
|
|
+ "integrity": "sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.13.10",
|
|
|
+ "@emotion/babel-plugin": "^11.7.1",
|
|
|
+ "@emotion/is-prop-valid": "^1.1.2",
|
|
|
+ "@emotion/serialize": "^1.0.2",
|
|
|
+ "@emotion/utils": "^1.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/stylis": {
|
|
|
+ "version": "0.8.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
|
|
|
+ "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
|
|
|
+ },
|
|
|
+ "@emotion/unitless": {
|
|
|
+ "version": "0.7.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
|
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
|
+ },
|
|
|
+ "@emotion/utils": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ=="
|
|
|
+ },
|
|
|
+ "@emotion/weak-memoize": {
|
|
|
+ "version": "0.2.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
|
|
|
+ "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
|
|
|
+ },
|
|
|
"@eslint/eslintrc": {
|
|
|
"version": "1.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz",
|
|
@@ -1882,6 +2024,120 @@
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
|
}
|
|
|
},
|
|
|
+ "@mui/base": {
|
|
|
+ "version": "5.0.0-alpha.69",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.69.tgz",
|
|
|
+ "integrity": "sha512-IxUUj/lkilCTNBIybQxyQGW/zpxFp490G0QBQJgRp9TJkW2PWSTLvAH7gcH0YHd0L2TAf1TRgfdemoRseMzqQA==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.17.0",
|
|
|
+ "@emotion/is-prop-valid": "^1.1.1",
|
|
|
+ "@mui/utils": "^5.4.2",
|
|
|
+ "@popperjs/core": "^2.4.4",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "react-is": {
|
|
|
+ "version": "17.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
|
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/material": {
|
|
|
+ "version": "5.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.4.2.tgz",
|
|
|
+ "integrity": "sha512-jmeLWEO6AA6g7HErhI3MXVGaMZtqDZjDwcHCg24WY954wO38Xn0zJ53VfpFc44ZTJLV9Ejd7ci9fLlG/HmJCeg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.17.0",
|
|
|
+ "@mui/base": "5.0.0-alpha.69",
|
|
|
+ "@mui/system": "^5.4.2",
|
|
|
+ "@mui/types": "^7.1.2",
|
|
|
+ "@mui/utils": "^5.4.2",
|
|
|
+ "@types/react-transition-group": "^4.4.4",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "csstype": "^3.0.10",
|
|
|
+ "hoist-non-react-statics": "^3.3.2",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2",
|
|
|
+ "react-transition-group": "^4.4.2"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "react-is": {
|
|
|
+ "version": "17.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
|
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/private-theming": {
|
|
|
+ "version": "5.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.4.2.tgz",
|
|
|
+ "integrity": "sha512-mlPDYYko4wIcwXjCPEmOWbNTT4DZ6h9YHdnRtQPnWM28+TRUHEo7SbydnnmVDQLRXUfaH4Y6XtEHIfBNPE/SLg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.17.0",
|
|
|
+ "@mui/utils": "^5.4.2",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/styled-engine": {
|
|
|
+ "version": "5.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.4.2.tgz",
|
|
|
+ "integrity": "sha512-tz9p3aRtzXHKAg7x3BgP0hVQEoGKaxNCFxsJ+d/iqEHYvywWFSs6oxqYAvDHIRpvMlUZyPNoTrkcNnbdMmH/ng==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.17.0",
|
|
|
+ "@emotion/cache": "^11.7.1",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/styled-engine-sc": {
|
|
|
+ "version": "5.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/styled-engine-sc/-/styled-engine-sc-5.4.2.tgz",
|
|
|
+ "integrity": "sha512-t8h5AtHn899WzHkJXWjWcPkEG2NCmX0UZMIBEPv58rMHyJiByoYzFnA/kGVS1/oCSlDYbBlvFmfMaNalOLPp8g==",
|
|
|
+ "requires": {
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/system": {
|
|
|
+ "version": "5.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.4.2.tgz",
|
|
|
+ "integrity": "sha512-QegBVu6fxUNov1X9bWc1MZUTeV3A5g9PIpli7d0kzkGfq6JzrJWuPlhSPZ+6hlWmWky+bbAXhU65Qz8atWxDGw==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.17.0",
|
|
|
+ "@mui/private-theming": "^5.4.2",
|
|
|
+ "@mui/styled-engine": "^5.4.2",
|
|
|
+ "@mui/types": "^7.1.2",
|
|
|
+ "@mui/utils": "^5.4.2",
|
|
|
+ "clsx": "^1.1.1",
|
|
|
+ "csstype": "^3.0.10",
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@mui/types": {
|
|
|
+ "version": "7.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.1.2.tgz",
|
|
|
+ "integrity": "sha512-SD7O1nVzqG+ckQpFjDhXPZjRceB8HQFHEvdLLrPhlJy4lLbwEBbxK74Tj4t6Jgk0fTvLJisuwOutrtYe9P/xBQ=="
|
|
|
+ },
|
|
|
+ "@mui/utils": {
|
|
|
+ "version": "5.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.4.2.tgz",
|
|
|
+ "integrity": "sha512-646dBCC57MXTo/Gf3AnZSHRHznaTETQq5x7AWp5FRQ4jPeyT4WSs18cpJVwkV01cAHKh06pNQTIufIALIWCL5g==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.17.0",
|
|
|
+ "@types/prop-types": "^15.7.4",
|
|
|
+ "@types/react-is": "^16.7.1 || ^17.0.0",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "react-is": {
|
|
|
+ "version": "17.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
|
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"@nodelib/fs.scandir": {
|
|
|
"version": "2.1.5",
|
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
@@ -1928,6 +2184,11 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "@popperjs/core": {
|
|
|
+ "version": "2.11.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.2.tgz",
|
|
|
+ "integrity": "sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA=="
|
|
|
+ },
|
|
|
"@rollup/plugin-babel": {
|
|
|
"version": "5.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz",
|
|
@@ -2404,6 +2665,15 @@
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "@types/hoist-non-react-statics": {
|
|
|
+ "version": "3.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
|
|
|
+ "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
|
|
|
+ "requires": {
|
|
|
+ "@types/react": "*",
|
|
|
+ "hoist-non-react-statics": "^3.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@types/html-minifier-terser": {
|
|
|
"version": "6.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
|
|
@@ -2515,6 +2785,33 @@
|
|
|
"@types/react": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "@types/react-is": {
|
|
|
+ "version": "17.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz",
|
|
|
+ "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==",
|
|
|
+ "requires": {
|
|
|
+ "@types/react": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@types/react-redux": {
|
|
|
+ "version": "7.1.22",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.22.tgz",
|
|
|
+ "integrity": "sha512-GxIA1kM7ClU73I6wg9IRTVwSO9GS+SAKZKe0Enj+82HMU6aoESFU2HNAdNi3+J53IaOHPiUfT3kSG4L828joDQ==",
|
|
|
+ "requires": {
|
|
|
+ "@types/hoist-non-react-statics": "^3.3.0",
|
|
|
+ "@types/react": "*",
|
|
|
+ "hoist-non-react-statics": "^3.3.0",
|
|
|
+ "redux": "^4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@types/react-transition-group": {
|
|
|
+ "version": "4.4.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.4.tgz",
|
|
|
+ "integrity": "sha512-7gAPz7anVK5xzbeQW9wFBDg7G++aPLAFY0QaSMOou9rJZpbuI58WAuJrgu+qR92l61grlnCUe7AFX8KGahAgug==",
|
|
|
+ "requires": {
|
|
|
+ "@types/react": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@types/resolve": {
|
|
|
"version": "1.17.1",
|
|
|
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
|
|
@@ -3332,6 +3629,23 @@
|
|
|
"@babel/helper-define-polyfill-provider": "^0.3.1"
|
|
|
}
|
|
|
},
|
|
|
+ "babel-plugin-styled-components": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-lMrl3GdPrTl9daQJ70eRCPM9fHlvQx6YJNM7RqojKGbRnvG2AL7qvURlZ3L0GzRGnGr19SjvBKWcnlZZkgQ8/Q==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-annotate-as-pure": "^7.16.0",
|
|
|
+ "@babel/helper-module-imports": "^7.16.0",
|
|
|
+ "babel-plugin-syntax-jsx": "^6.18.0",
|
|
|
+ "lodash": "^4.17.11",
|
|
|
+ "picomatch": "^2.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "babel-plugin-syntax-jsx": {
|
|
|
+ "version": "6.18.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
|
|
|
+ "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
|
|
|
+ },
|
|
|
"babel-plugin-transform-react-remove-prop-types": {
|
|
|
"version": "0.4.24",
|
|
|
"resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
|
|
@@ -3581,6 +3895,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
|
"integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
|
|
|
},
|
|
|
+ "camelize": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz",
|
|
|
+ "integrity": "sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs="
|
|
|
+ },
|
|
|
"caniuse-api": {
|
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
|
|
@@ -3697,6 +4016,11 @@
|
|
|
"wrap-ansi": "^7.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "clsx": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA=="
|
|
|
+ },
|
|
|
"co": {
|
|
|
"version": "4.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
|
|
@@ -3941,6 +4265,11 @@
|
|
|
"postcss-selector-parser": "^6.0.9"
|
|
|
}
|
|
|
},
|
|
|
+ "css-color-keywords": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
|
|
|
+ "integrity": "sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU="
|
|
|
+ },
|
|
|
"css-declaration-sorter": {
|
|
|
"version": "6.1.4",
|
|
|
"resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz",
|
|
@@ -4048,6 +4377,16 @@
|
|
|
"resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
|
|
|
"integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
|
|
|
},
|
|
|
+ "css-to-react-native": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==",
|
|
|
+ "requires": {
|
|
|
+ "camelize": "^1.0.0",
|
|
|
+ "css-color-keywords": "^1.0.0",
|
|
|
+ "postcss-value-parser": "^4.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"css-tree": {
|
|
|
"version": "1.0.0-alpha.37",
|
|
|
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
|
|
@@ -4416,6 +4755,15 @@
|
|
|
"utila": "~0.4"
|
|
|
}
|
|
|
},
|
|
|
+ "dom-helpers": {
|
|
|
+ "version": "5.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
|
|
|
+ "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.8.7",
|
|
|
+ "csstype": "^3.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"dom-serializer": {
|
|
|
"version": "0.2.2",
|
|
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
|
|
@@ -5373,6 +5721,11 @@
|
|
|
"pkg-dir": "^4.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "find-root": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
|
|
|
+ },
|
|
|
"find-up": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -5740,6 +6093,22 @@
|
|
|
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
|
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
|
|
|
},
|
|
|
+ "history": {
|
|
|
+ "version": "5.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/history/-/history-5.2.0.tgz",
|
|
|
+ "integrity": "sha512-uPSF6lAJb3nSePJ43hN3eKj1dTWpN9gMod0ZssbFTIsen+WehTmEadgL+kg78xLJFdRfrrC//SavDzmRVdE+Ig==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.7.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "requires": {
|
|
|
+ "react-is": "^16.7.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"hoopy": {
|
|
|
"version": "0.1.4",
|
|
|
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
|
|
@@ -9436,11 +9805,49 @@
|
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
|
|
|
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
|
|
|
},
|
|
|
+ "react-redux": {
|
|
|
+ "version": "7.2.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.6.tgz",
|
|
|
+ "integrity": "sha512-10RPdsz0UUrRL1NZE0ejTkucnclYSgXp5q+tB5SWx2qeG2ZJQJyymgAhwKy73yiL/13btfB6fPr+rgbMAaZIAQ==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.15.4",
|
|
|
+ "@types/react-redux": "^7.1.20",
|
|
|
+ "hoist-non-react-statics": "^3.3.2",
|
|
|
+ "loose-envify": "^1.4.0",
|
|
|
+ "prop-types": "^15.7.2",
|
|
|
+ "react-is": "^17.0.2"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "react-is": {
|
|
|
+ "version": "17.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
|
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"react-refresh": {
|
|
|
"version": "0.11.0",
|
|
|
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
|
|
|
"integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A=="
|
|
|
},
|
|
|
+ "react-router": {
|
|
|
+ "version": "6.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.2.1.tgz",
|
|
|
+ "integrity": "sha512-2fG0udBtxou9lXtK97eJeET2ki5//UWfQSl1rlJ7quwe6jrktK9FCCc8dQb5QY6jAv3jua8bBQRhhDOM/kVRsg==",
|
|
|
+ "requires": {
|
|
|
+ "history": "^5.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "react-router-dom": {
|
|
|
+ "version": "6.2.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.2.1.tgz",
|
|
|
+ "integrity": "sha512-I6Zax+/TH/cZMDpj3/4Fl2eaNdcvoxxHoH1tYOREsQ22OKDYofGebrNm6CTPUcvLvZm63NL/vzCYdjf9CUhqmA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "history": "^5.2.0",
|
|
|
+ "react-router": "6.2.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"react-scripts": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.0.tgz",
|
|
@@ -9496,6 +9903,17 @@
|
|
|
"workbox-webpack-plugin": "^6.4.1"
|
|
|
}
|
|
|
},
|
|
|
+ "react-transition-group": {
|
|
|
+ "version": "4.4.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.2.tgz",
|
|
|
+ "integrity": "sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.5.5",
|
|
|
+ "dom-helpers": "^5.0.1",
|
|
|
+ "loose-envify": "^1.4.0",
|
|
|
+ "prop-types": "^15.6.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"readable-stream": {
|
|
|
"version": "3.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
|
|
@@ -9541,6 +9959,24 @@
|
|
|
"strip-indent": "^3.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "redux": {
|
|
|
+ "version": "4.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/redux/-/redux-4.1.2.tgz",
|
|
|
+ "integrity": "sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.9.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "redux-devtools-extension": {
|
|
|
+ "version": "2.13.9",
|
|
|
+ "resolved": "https://registry.npmjs.org/redux-devtools-extension/-/redux-devtools-extension-2.13.9.tgz",
|
|
|
+ "integrity": "sha512-cNJ8Q/EtjhQaZ71c8I9+BPySIBVEKssbPpskBfsXqb8HJ002A3KRVHfeRzwRo6mGPqsm7XuHTqNSNeS1Khig0A=="
|
|
|
+ },
|
|
|
+ "redux-thunk": {
|
|
|
+ "version": "2.4.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.1.tgz",
|
|
|
+ "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q=="
|
|
|
+ },
|
|
|
"regenerate": {
|
|
|
"version": "1.4.2",
|
|
|
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
|
|
@@ -10042,6 +10478,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
|
|
},
|
|
|
+ "shallowequal": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
|
|
|
+ },
|
|
|
"shebang-command": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -10348,6 +10789,38 @@
|
|
|
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
|
|
|
"integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ=="
|
|
|
},
|
|
|
+ "styled-components": {
|
|
|
+ "version": "5.3.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.3.tgz",
|
|
|
+ "integrity": "sha512-++4iHwBM7ZN+x6DtPPWkCI4vdtwumQ+inA/DdAsqYd4SVgUKJie5vXyzotA00ttcFdQkCng7zc6grwlfIfw+lw==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-module-imports": "^7.0.0",
|
|
|
+ "@babel/traverse": "^7.4.5",
|
|
|
+ "@emotion/is-prop-valid": "^0.8.8",
|
|
|
+ "@emotion/stylis": "^0.8.4",
|
|
|
+ "@emotion/unitless": "^0.7.4",
|
|
|
+ "babel-plugin-styled-components": ">= 1.12.0",
|
|
|
+ "css-to-react-native": "^3.0.0",
|
|
|
+ "hoist-non-react-statics": "^3.0.0",
|
|
|
+ "shallowequal": "^1.1.0",
|
|
|
+ "supports-color": "^5.5.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@emotion/is-prop-valid": {
|
|
|
+ "version": "0.8.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz",
|
|
|
+ "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==",
|
|
|
+ "requires": {
|
|
|
+ "@emotion/memoize": "0.7.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@emotion/memoize": {
|
|
|
+ "version": "0.7.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
|
|
|
+ "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"stylehacks": {
|
|
|
"version": "5.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.3.tgz",
|
|
@@ -10357,6 +10830,11 @@
|
|
|
"postcss-selector-parser": "^6.0.4"
|
|
|
}
|
|
|
},
|
|
|
+ "stylis": {
|
|
|
+ "version": "4.0.13",
|
|
|
+ "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.13.tgz",
|
|
|
+ "integrity": "sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag=="
|
|
|
+ },
|
|
|
"supports-color": {
|
|
|
"version": "5.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|