This commit is contained in:
Mr Brickly
2019-11-06 19:03:17 +00:00
parent 40452b71bf
commit 39969cde6d
13 changed files with 100 additions and 63 deletions

View File

@@ -5,17 +5,17 @@
"license": "MIT",
"version": "2.0.1",
"dependencies": {
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"@material-ui/core": "^4.6.0",
"@material-ui/icons": "^4.6.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-scripts": "3.2.0",
"unfetch": "^4.1.0"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint": "^6.6.0",
"npm-run-all": "^4.1.5",
"sass": "^1.23.0"
"sass": "^1.23.3"
},
"scripts": {
"start": "react-scripts start",