mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
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:
parent
653e8d9b9a
commit
50d18280e7
@ -174,13 +174,11 @@
|
|||||||
"joi": "^6.6.1",
|
"joi": "^6.6.1",
|
||||||
"json-stable-stringify": "^1.0.1",
|
"json-stable-stringify": "^1.0.1",
|
||||||
"json5": "^0.4.0",
|
"json5": "^0.4.0",
|
||||||
"jstransform": "^11.0.3",
|
|
||||||
"lodash": "^4.16.6",
|
"lodash": "^4.16.6",
|
||||||
"mime": "^1.3.4",
|
"mime": "^1.3.4",
|
||||||
"mime-types": "2.1.11",
|
"mime-types": "2.1.11",
|
||||||
"minimist": "^1.2.0",
|
"minimist": "^1.2.0",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"module-deps": "^3.9.1",
|
|
||||||
"node-fetch": "^1.3.3",
|
"node-fetch": "^1.3.3",
|
||||||
"npmlog": "^2.0.4",
|
"npmlog": "^2.0.4",
|
||||||
"opn": "^3.0.2",
|
"opn": "^3.0.2",
|
||||||
@ -214,7 +212,9 @@
|
|||||||
"yeoman-generator": "0.21.2"
|
"yeoman-generator": "0.21.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"JSONStream": "1.2.1",
|
||||||
"babel-eslint": "^7.0.0",
|
"babel-eslint": "^7.0.0",
|
||||||
|
"duplexer": "0.1.1",
|
||||||
"eslint": "^3.8.1",
|
"eslint": "^3.8.1",
|
||||||
"eslint-plugin-babel": "^3.3.0",
|
"eslint-plugin-babel": "^3.3.0",
|
||||||
"eslint-plugin-flowtype": "^2.20.0",
|
"eslint-plugin-flowtype": "^2.20.0",
|
||||||
@ -225,11 +225,13 @@
|
|||||||
"jest-repl": "16.0.0",
|
"jest-repl": "16.0.0",
|
||||||
"jest-runtime": "16.0.0",
|
"jest-runtime": "16.0.0",
|
||||||
"mock-fs": "^3.11.0",
|
"mock-fs": "^3.11.0",
|
||||||
|
"opener": "1.4.2",
|
||||||
"portfinder": "0.4.0",
|
"portfinder": "0.4.0",
|
||||||
"react": "~15.4.0-rc.4",
|
"react": "~15.4.0-rc.4",
|
||||||
"react-dom": "~15.4.0-rc.4",
|
"react-dom": "~15.4.0-rc.4",
|
||||||
"react-test-renderer": "~15.4.0-rc.4",
|
"react-test-renderer": "~15.4.0-rc.4",
|
||||||
"shelljs": "0.6.0",
|
"shelljs": "0.6.0",
|
||||||
"sinon": "^2.0.0-pre.2"
|
"sinon": "^2.0.0-pre.2",
|
||||||
|
"split": "1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user