2017-07-13 18:55:29 +00:00
|
|
|
{
|
|
|
|
"name": "with-redux-saga",
|
|
|
|
"version": "1.0.0",
|
2018-05-16 08:47:12 +00:00
|
|
|
"license": "ISC",
|
2017-07-13 18:55:29 +00:00
|
|
|
"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",
|
2018-05-16 08:47:12 +00:00
|
|
|
"next": "latest",
|
2018-05-13 16:26:17 +00:00
|
|
|
"next-redux-saga": "3.0.0-beta.1",
|
|
|
|
"next-redux-wrapper": "2.0.0-beta.6",
|
2017-10-28 07:26:00 +00:00
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0",
|
2018-05-13 16:26:17 +00:00
|
|
|
"react-redux": "5.0.7",
|
|
|
|
"redux": "4.0.0",
|
|
|
|
"redux-saga": "0.16.0"
|
2017-07-13 18:55:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"redux-devtools-extension": "2.13.2"
|
|
|
|
}
|
|
|
|
}
|