nils althaus

This commit is contained in:
nora 2021-09-27 11:07:24 +02:00
parent 2e5473f2be
commit 223f11750d
9 changed files with 207 additions and 3293 deletions

View file

@ -10,10 +10,12 @@
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.0",
"bootstrap": "^5.1.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.3",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
@ -22,7 +24,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
":(": "yarn start"
},
"eslintConfig": {
"extends": [