Install MUI icon library

This commit is contained in:
Rising Odegua
2022-02-16 20:22:40 +01:00
parent c6370ebf2e
commit ef2382cb6e
4 changed files with 341 additions and 58 deletions

View File

@@ -13,9 +13,14 @@
"test": "jest --coverage"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.20",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.2",
"@mui/x-data-grid": "^5.5.1",
"add": "^2.0.6",
"filesize": "^6.3.0",
"html-react-parser": "^1.2.6",
"next": "latest",
@@ -24,11 +29,12 @@
"react-plotly.js": "^2.5.1",
"react-scripts": "3.4.3",
"tailwindcss": "^2.0.2",
"timeago.js": "^4.0.2"
"timeago.js": "^4.0.2",
"yarn": "^1.22.17"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "17.0.1",
"react-dom": "17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
@@ -37,6 +43,9 @@
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@testing-library/dom": "^7.29.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
@@ -50,7 +59,8 @@
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"bin",