rsnext/examples/with-redux-reselect-recompose/package.json
Luis Fernando Alvarez D 9455a8b242 Update example: with redux reselect recompose (#7624)
* Removed eslint packages and module-resolver from the example

* Removed unused package
2019-06-22 10:24:06 -07:00

24 lines
542 B
JSON

{
"name": "with-redux-reselect-recompose",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"next-redux-wrapper": "^1.0.0",
"prop-types": "^15.5.10",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^5.0.1",
"recompose": "^0.23.5",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
},
"author": "Phuc Nguyen Hoang",
"license": "MIT"
}