diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 1874b98..ff4d08c 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ "@babel/eslint-parser": "^7.14.7", "@babel/preset-env": "^7.14.7", "@babel/preset-react": "^7.14.5", + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", + "@mui/icons-material": "^5.0.4", + "@mui/material": "^5.0.4", "dateformat": "^4.5.1", "eslint": "^7.29.0", "eslint-plugin-react": "^7.14.3", @@ -23,7 +27,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", - "semantic-ui-react": "^2.0.3" + "semantic-ui-react": "^2.0.4" }, "prettier": { "tabWidth": 4, |