mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 10:22:44 +00:00
Implement Redux
Add Axios for AJAX fetching
This commit is contained in:
@@ -7,17 +7,23 @@
|
||||
"start": "node ./dist/bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.7.0",
|
||||
"body-parser": "~1.12.0",
|
||||
"cookie-parser": "~1.3.4",
|
||||
"d3": "^3.5.6",
|
||||
"debug": "~2.1.1",
|
||||
"es6-promise": "^2.0.1",
|
||||
"express": "~4.12.2",
|
||||
"isomorphic-fetch": "^2.1.1",
|
||||
"jade": "~1.9.2",
|
||||
"keymirror": "^0.1.1",
|
||||
"morgan": "~1.5.1",
|
||||
"object-assign": "^2.0.0",
|
||||
"q": "^1.2.0",
|
||||
"react-redux": "^3.1.0",
|
||||
"redux": "^3.0.2",
|
||||
"redux-thunk": "^1.0.0",
|
||||
"reselect": "^2.0.0",
|
||||
"sax": "^0.6.1",
|
||||
"serve-favicon": "~2.2.0",
|
||||
"xmlbuilder": "^2.6.2",
|
||||
|
||||
Reference in New Issue
Block a user