refactored template

This commit is contained in:
Ben Elferink
2021-01-19 22:33:49 +02:00
parent 41d557dca6
commit 711c0fc5ee
19 changed files with 126 additions and 141 deletions

View File

@@ -1,15 +1,24 @@
{
"name": "client",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "react-scripts start"
},
"license": "ISC",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"dependencies": {
"axios": "^0.21.0",
"axios": "^0.21.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}