Remove unused npm dependencies and add missing ones

Summary:
A couple of npm dependencies are unused (grepped for them or their variants since some are Babel presets/plugins) and there were also some missing that are listed in react-native's package.json but are directly required by the website.
Closes https://github.com/facebook/react-native/pull/14880

Differential Revision: D5383816

Pulled By: hramos

fbshipit-source-id: 704cea500d92542078fddbb8777e6855d70e4659
This commit is contained in:
James Ide 2017-07-08 01:42:06 -07:00 committed by Facebook Github Bot
parent 2781739fbe
commit 1954fd4cef

View File

@ -6,11 +6,7 @@
},
"dependencies": {
"babel-core": "^6.6.4",
"babel-plugin-external-helpers": "^6.5.0",
"babel-polyfill": "^6.6.1",
"babel-preset-react-native": "~1.6.0",
"babel-register": "^6.6.0",
"babel-types": "^6.6.4",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"bluebird": "^2.9.21",
"connect": "2.8.3",
"deep-assign": "^2.0.0",