Skip to content

Commit

Permalink
Start converting to Redux
Browse files Browse the repository at this point in the history
  • Loading branch information
Schow94 committed Jun 9, 2020
1 parent 68a4947 commit 3e02049
Show file tree
Hide file tree
Showing 18 changed files with 1,141 additions and 924 deletions.
284 changes: 68 additions & 216 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@
"@testing-library/user-event": "^7.2.1",
"dexie": "^2.0.4",
"jwt-decode": "^2.2.0",
"node-sass": "^4.13.1",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-csv": "^2.0.3",
"react-datepicker": "^2.14.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"recharts": "^1.8.5"
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-form": "^8.3.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 3e02049

Please sign in to comment.