rsnext/examples/with-redux-wrapper/package.json
takehiro 66f871b04b Add with redux wrapper hooks (#9954)
Co-authored-by: Luis Alvarez D. <luis@zeit.co>
2020-01-09 10:31:49 -05:00

20 lines
425 B
JSON

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