about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index ae590c3a7..19f0ac016 100644
--- a/package.json
+++ b/package.json
@@ -11,11 +11,14 @@
     "redux-devtools": "^3.3.1"
   },
   "dependencies": {
+    "es6-promise": "^3.2.1",
     "immutable": "^3.8.1",
+    "isomorphic-fetch": "^2.2.1",
     "moment": "^2.14.1",
     "react-immutable-proptypes": "^2.1.0",
     "react-redux": "^4.4.5",
     "redux": "^3.5.2",
-    "redux-immutable": "^3.0.8"
+    "redux-immutable": "^3.0.8",
+    "redux-thunk": "^2.1.0"
   }
 }