diff options
author | Indrajith K L | 2019-12-11 18:54:05 +0530 |
---|---|---|
committer | Indrajith K L | 2019-12-11 18:54:05 +0530 |
commit | 8988233da897e8447a1dbdb700836fb8576e5e6b (patch) | |
tree | 0bcaaf9657f35320ea110085ed0c40f815100a55 /package.json | |
parent | 53e5edb3d93d957f82034be43940d560540525a8 (diff) | |
download | react-redux-saga-starter-8988233da897e8447a1dbdb700836fb8576e5e6b.tar.gz react-redux-saga-starter-8988233da897e8447a1dbdb700836fb8576e5e6b.tar.bz2 react-redux-saga-starter-8988233da897e8447a1dbdb700836fb8576e5e6b.zip |
:tada: Initial Commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/package.json b/package.json index d8cc941..4806d3a 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,21 @@ "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", + "axios": "^0.19.0", + "bootstrap": "^4.4.1", + "connected-react-router": "^6.6.1", + "es6-promise": "^4.2.8", + "history": "^4.10.1", + "lodash": "^4.17.15", + "query-string": "^6.9.0", "react": "^16.12.0", + "react-bootstrap": "^1.0.0-beta.16", "react-dom": "^16.12.0", - "react-scripts": "3.3.0" + "react-redux": "^7.1.3", + "react-router-dom": "^5.1.2", + "react-scripts": "3.3.0", + "redux": "^4.0.4", + "redux-saga": "^1.1.3" }, "scripts": { "start": "react-scripts start", @@ -30,5 +42,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "redux-devtools-extension": "^2.13.8" } } |