2016-12-22 05:10:54 +00:00
|
|
|
{
|
|
|
|
"name": "with-redux",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-03 04:16:35 +00:00
|
|
|
"next": "latest",
|
2017-02-18 17:11:54 +00:00
|
|
|
"next-redux-wrapper": "^1.0.0",
|
2017-02-08 04:41:38 +00:00
|
|
|
"react": "^15.4.2",
|
2017-05-25 16:37:10 +00:00
|
|
|
"redux-devtools-extension": "^2.13.2",
|
2017-02-08 04:41:38 +00:00
|
|
|
"react-dom": "^15.4.2",
|
2016-12-22 05:10:54 +00:00
|
|
|
"react-redux": "^5.0.1",
|
|
|
|
"redux": "^3.6.0",
|
|
|
|
"redux-thunk": "^2.1.0"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|