diff options
author | syn <isaqtm@gmail.com> | 2020-01-13 22:16:16 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-01-13 22:16:16 +0300 |
commit | 39083e6488e15bdb5ee02713e62c37718b0a4301 (patch) | |
tree | 60184c50d741fc755a80ede608e45dbce00ff35f /package.json | |
parent | eca1edf0943aa1531f41542508fa8504c96bc491 (diff) | |
download | fcked-rt-master.tar.gz |
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" }, |