fix build

This commit is contained in:
nora 2021-11-01 16:48:34 +01:00
parent 4e102e0222
commit 84e9b14ed0
2 changed files with 22 additions and 10 deletions

View file

@ -1,7 +1,6 @@
{
"name": "mx3",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap": "^5.1.1",
@ -13,9 +12,9 @@
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-bootstrap": "^0.32.28",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.0"
},
@ -27,6 +26,12 @@
":(": "yarn start",
"ichwillnicht": "yarn start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",