1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Add dependencies and JSX support (reactify), for global modal implementation

This commit is contained in:
sdtsui 2017-08-08 13:36:54 -07:00
parent 0db627d979
commit da51f56df9

View File

@ -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",