diff --git a/package.json b/package.json index 3a8a909..2a3276e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { + "@material-ui/core": "^4.11.0", + "@material-ui/icons": "^4.9.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", @@ -10,8 +12,13 @@ "@types/node": "^12.0.0", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", + "@types/react-router-dom": "^5.1.5", + "axios": "^0.19.2", + "moment": "^2.27.0", "react": "^16.13.1", "react-dom": "^16.13.1", + "react-moment": "^0.9.7", + "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", "typescript": "~3.7.2" }, diff --git a/public/index.html b/public/index.html index aa069f2..f620cbe 100644 --- a/public/index.html +++ b/public/index.html @@ -26,7 +26,7 @@ -->