rsnext/examples/with-redux-thunk/package.json
matamatak ab95c6d9a1 Updated with-redux-thunk example using useSelector and useDispatch (#8396)
* use useSelector and useDispatch

* update README

* fix space and trailing comma
2019-08-16 14:50:46 -05:00

19 lines
383 B
JSON

{
"name": "with-redux",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.9.0",
"redux-devtools-extension": "^2.13.8",
"react-dom": "^16.9.0",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
},
"license": "ISC"
}