First Commit!

This commit is contained in:
Bastian Meissner 2020-05-20 13:49:49 +02:00
parent 4432a35fea
commit 32bc836787
25 changed files with 1229 additions and 214 deletions

View file

@ -6,9 +6,12 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"material-icons-react": "^1.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
"react-scripts": "3.4.1",
"react-select": "^3.1.0",
"styled-components": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",