2017-07-13 18:55:29 +00:00
|
|
|
{
|
|
|
|
"name": "with-redux-saga",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"es6-promise": "4.1.1",
|
2017-11-04 14:05:16 +00:00
|
|
|
"isomorphic-unfetch": "2.0.0",
|
2017-07-13 18:55:29 +00:00
|
|
|
"next": "latest",
|
|
|
|
"next-redux-saga": "1.0.1",
|
|
|
|
"next-redux-wrapper": "1.2.0",
|
2017-10-28 07:26:00 +00:00
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0",
|
2017-07-13 18:55:29 +00:00
|
|
|
"react-redux": "5.0.5",
|
|
|
|
"redux": "3.7.2",
|
|
|
|
"redux-saga": "0.15.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"redux-devtools-extension": "2.13.2"
|
|
|
|
}
|
|
|
|
}
|