about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-13 13:13:36 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-13 13:13:36 +0100
commitc4eb63c1d41c613ceacf668cd7d9443c4c823963 (patch)
tree7bb30a095cd2dc629ad7d858ee1514bf1d5a330e /package.json
parentf0bdfadab7e5293b3f7855b6707a1fa95ea76ca6 (diff)
Debounce autosuggestions requests
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index d5429cb07..388024abd 100644
--- a/package.json
+++ b/package.json
@@ -41,8 +41,10 @@
     "sinon": "^1.17.6"
   },
   "dependencies": {
+    "babel-plugin-transform-decorators-legacy": "^1.3.4",
     "emojione": "^2.2.6",
     "react-autosuggest": "^7.0.1",
+    "react-decoration": "^1.4.0",
     "react-motion": "^0.4.5",
     "react-responsive": "^1.1.5",
     "react-router-scroll": "^0.3.2"