Tidy up deps

Summary:
* `module-deps` isn't unused anywhere - though it once was part of the packager.
* `jstransform` is used in `/website`, but that has its own `package.json` - which is meant to be installed when you're going to push a site update (see the README).
* `JSONStream`,`duplexer`, `opener` and `split` are used internally (that's why they're devDeps).

Reviewed By: davidaurelio

Differential Revision: D4147609

fbshipit-source-id: 75c5f3568a55c49cd2802165cd1f23aa84c07943
This commit is contained in:
Andres Suarez 2016-11-09 00:12:40 -08:00 committed by Facebook Github Bot
parent 653e8d9b9a
commit 50d18280e7
1 changed files with 5 additions and 3 deletions

View File

@ -174,13 +174,11 @@
"joi": "^6.6.1",
"json-stable-stringify": "^1.0.1",
"json5": "^0.4.0",
"jstransform": "^11.0.3",
"lodash": "^4.16.6",
"mime": "^1.3.4",
"mime-types": "2.1.11",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"module-deps": "^3.9.1",
"node-fetch": "^1.3.3",
"npmlog": "^2.0.4",
"opn": "^3.0.2",
@ -214,7 +212,9 @@
"yeoman-generator": "0.21.2"
},
"devDependencies": {
"JSONStream": "1.2.1",
"babel-eslint": "^7.0.0",
"duplexer": "0.1.1",
"eslint": "^3.8.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.20.0",
@ -225,11 +225,13 @@
"jest-repl": "16.0.0",
"jest-runtime": "16.0.0",
"mock-fs": "^3.11.0",
"opener": "1.4.2",
"portfinder": "0.4.0",
"react": "~15.4.0-rc.4",
"react-dom": "~15.4.0-rc.4",
"react-test-renderer": "~15.4.0-rc.4",
"shelljs": "0.6.0",
"sinon": "^2.0.0-pre.2"
"sinon": "^2.0.0-pre.2",
"split": "1.0.0"
}
}