mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
76f5e979b3
* Support _app approach for upgraded Redux Wrapper * Updated according to discussion * Package.json versions
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"name": "with-redux-wrapper",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"next-redux-wrapper": "latest",
|
|
"react": "16.3.2",
|
|
"react-dom": "16.3.2",
|
|
"react-redux": "5.0.7",
|
|
"redux": "4.0.0",
|
|
"redux-devtools-extension": "2.13.2",
|
|
"redux-thunk": "2.2.0"
|
|
},
|
|
"license": "ISC"
|
|
}
|