From da51f56df9dfdc67f6ac3e37a3a248f749230c10 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Tue, 8 Aug 2017 13:36:54 -0700 Subject: Add dependencies and JSX support (reactify), for global modal implementation --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 81cbc3d23..7dc1222d7 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ ] } ], + "reactify", "envify", "brfs" ] @@ -53,6 +54,7 @@ "babel-runtime": "^6.23.0", "bip39": "^2.2.0", "bluebird": "^3.5.0", + "boron": "^0.2.3", "browser-passworder": "^2.0.3", "browserify-derequire": "^0.9.4", "client-sw-ready-event": "^3.3.0", @@ -119,6 +121,7 @@ "react-simple-file-input": "^1.0.0", "react-tooltip-component": "^0.3.0", "react-transition-group": "^2.2.0", + "reactify": "^1.1.1", "readable-stream": "^2.1.2", "redux": "^3.0.5", "redux-logger": "^2.10.2", -- cgit v1.2.3