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, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4b5a615fa..8f6300e12 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
 {
   "name": "mastodon",
   "devDependencies": {
+    "babel-plugin-react-transform": "^2.0.2",
     "babel-preset-es2015": "^6.13.2",
     "babel-preset-react": "^6.11.1",
     "babelify": "^7.3.0",
@@ -8,12 +9,12 @@
     "browserify-incremental": "^3.1.1",
     "react": "^15.3.0",
     "react-dom": "^15.3.0",
-    "redux-devtools": "^3.3.1"
+    "react-proxy": "^1.1.8"
   },
   "dependencies": {
+    "axios": "^0.14.0",
     "es6-promise": "^3.2.1",
     "immutable": "^3.8.1",
-    "isomorphic-fetch": "^2.2.1",
     "moment": "^2.14.1",
     "react-addons-pure-render-mixin": "^15.3.1",
     "react-immutable-proptypes": "^2.1.0",