Implement Redux

Add Axios for AJAX fetching
This commit is contained in:
John Furrow
2015-10-24 13:11:15 -07:00
parent bcab82f727
commit 7b43712ad9
+6
View File
@@ -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",