diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-19 21:24:13 +0400 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-19 21:24:13 +0400 |
| commit | 6ca7bd64e8253f04beb44d00644a537cfeeb74ff (patch) | |
| tree | 0e5548398fe03102aabb051f487a3175b48eaee3 /package.json | |
| parent | Restructure and add router (diff) | |
| download | githunt-6ca7bd64e8253f04beb44d00644a537cfeeb74ff.tar.gz | |
Add redux/redux-persist and option reducer
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 905da7e..fca0718 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,13 @@ "bootstrap": "^4.1.3", "react": "^16.4.2", "react-dom": "^16.4.2", + "react-redux": "^5.0.7", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", - "react-scripts": "1.1.4" + "react-scripts": "1.1.4", + "redux": "^4.0.0", + "redux-persist": "^5.10.0", + "redux-thunk": "^2.3.0" }, "scripts": { "start": "react-scripts start", |
