Login / Register / SideMenu / Fixes

This commit is contained in:
2020-08-09 17:50:53 +02:00
parent e5a68f4b85
commit 769be397e5
19 changed files with 960 additions and 160 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web_client",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
@@ -16,7 +16,8 @@
"react-redux": "^7.2.0",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
"redux-thunk": "^2.3.0",
"validator": "^13.1.1"
},
"scripts": {
"start": "react-scripts start",