about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-08-25 19:52:55 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-08-25 19:52:55 +0200
commit44e57f64dd8b00900c31d7fd56fda94f4e69e986 (patch)
tree346179141ed8710b4593a36f0b6524589ab884cd /package.json
parentf5e1127894e74f21a774569bf6afc1e87a84fa2f (diff)
Improving statuses, adding a composer drawer, which doesn't work yet
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"
   }
 }