diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index b6f25e0..a73fde3 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "test:watch": "nwb test-react --server" }, "dependencies": { + "@material-ui/core": "^4.8.0", + "@material-ui/icons": "^4.5.1", + "axios": "^0.19.0", "react": "^16.12.0", "react-dom": "^16.12.0" }, |