From eef30a0d9d118386d1217fb2284196c1fd4a403a Mon Sep 17 00:00:00 2001 From: Brian Leonard Date: Wed, 8 Jun 2016 11:35:48 -0700 Subject: [PATCH] babel-core --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index ad18ae9b..04d94187 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,13 @@ "install:staging": "PHONE=true TARGET=staging node tasks/compile.js" }, "dependencies": { + "babel-cli": "6.4.0", + "babel-core": "6.4.0", + "babel-eslint": "4.1.7", + "babel-polyfill": "6.3.14", + "babel-preset-react-native": "1.8.0", + "babel-register": "6.3.13", + "babel-types": "6.4.1", "events": "1.1.0", "flux": "2.1.1", "invariant": "2.2.0",