1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-immutable-redux-wrapper/package.json
Jason Leibowitz 126507cc1c Add Example of Redux Wrapper with Immutable.js (#4327)
* Add immutable redux example

* Updated readme

* Fix linting errors
2018-05-10 19:40:21 +02:00

22 lines
464 B
JSON

{
"name": "with-redux-wrapper",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"immutable": "4.0.0-rc.9",
"next": "^6.0.0",
"next-redux-wrapper": "2.0.0-beta.6",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.1.0"
},
"license": "ISC"
}