added auth and data collection

This commit is contained in:
2020-03-24 14:10:03 -05:00
parent 49f59370f7
commit d3b141c076
16 changed files with 17699 additions and 34 deletions

View File

@@ -6,9 +6,14 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-scripts": "3.4.0"
"aws-amplify": "^2.2.6",
"aws-amplify-react": "^3.1.7",
"npx": "^10.2.2",
"react": "^16.13.1",
"react-charts": "^2.0.0-beta.6",
"react-dom": "^16.13.1",
"react-scripts": "3.4.0",
"recharts": "^1.8.5"
},
"scripts": {
"start": "react-scripts start",