mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
23 lines
522 B
JSON
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": "~15.6.1",
|
||
|
"react-dom": "~15.6.1",
|
||
|
"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"
|
||
|
}
|