This commit is contained in:
Jan Prochazka
2019-12-30 19:30:20 +01:00
parent 049eabf59e
commit e22b5559d7
7 changed files with 137 additions and 40 deletions

View File

@@ -11,6 +11,8 @@
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.0",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0",
@@ -23,9 +25,6 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
@@ -38,7 +37,5 @@
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^6.8.0"
}
"devDependencies": {}
}