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-redux-code-splitting/package.json
2017-10-29 00:58:17 +02:00

23 lines
522 B
JSON

{
"name": "with-redux-code-splitting",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"fast-redux": "~0.3.0",
"next": "latest",
"next-redux-wrapper": "~1.3.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "~5.0.5",
"redux": "~3.7.2",
"redux-devtools-extension": "~2.13.2",
"redux-thunk": "~2.2.0"
},
"author": "Dmytro V. Dogadailo (https://dogada.org)",
"license": "ISC"
}