mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
26 lines
601 B
JSON
26 lines
601 B
JSON
|
{
|
||
|
"name": "with-redux-observable",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "next",
|
||
|
"build": "next build",
|
||
|
"start": "next start"
|
||
|
},
|
||
|
"author": "tomaszmularczyk(tomasz.mularczyk89@gmail.com)",
|
||
|
"dependencies": {
|
||
|
"next": "latest",
|
||
|
"next-redux-wrapper": "^1.0.0",
|
||
|
"react": "^16.0.0",
|
||
|
"react-dom": "^16.0.0",
|
||
|
"react-redux": "^5.0.1",
|
||
|
"redux": "^3.6.0",
|
||
|
"redux-logger": "^3.0.6",
|
||
|
"redux-observable": "^0.17.0",
|
||
|
"redux-thunk": "^2.1.0",
|
||
|
"rxjs": "^5.5.2",
|
||
|
"superagent": "^3.8.1",
|
||
|
"universal-rx-request": "^1.0.3"
|
||
|
},
|
||
|
"license": "ISC"
|
||
|
}
|