mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
54989d0aaf
Summary: As per uglify-js maintainer kzc's comment in https://github.com/mishoo/UglifyJS2/issues/1573#issuecomment-284940371 we should be locking our version to prevent issues like #12772 from happening again. No test plan needed, people are already using this version of uglify-js (it's the latest). Closes https://github.com/facebook/react-native/pull/12802 Differential Revision: D4749853 Pulled By: javache fbshipit-source-id: 866a19cb2c1add31b55e14d0f4dadb7f68fda64c
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"version": "0.5.1",
|
|
"name": "react-native-packager",
|
|
"description": "Build native apps with React!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"dependencies": {
|
|
"absolute-path": "^0.0.0",
|
|
"async": "^2.0.1",
|
|
"babel-core": "^6.21.0",
|
|
"babel-generator": "^6.21.0",
|
|
"babel-plugin-external-helpers": "^6.18.0",
|
|
"babel-preset-fbjs": "^2.1.0",
|
|
"babel-preset-react-native": "^1.9.1",
|
|
"babel-register": "^6.18.0",
|
|
"babylon": "^6.14.1",
|
|
"chalk": "^1.1.1",
|
|
"concat-stream": "^1.6.0",
|
|
"core-js": "^2.2.2",
|
|
"debug": "^2.2.0",
|
|
"denodeify": "^1.2.1",
|
|
"fbjs": "^0.8.9",
|
|
"graceful-fs": "^4.1.3",
|
|
"image-size": "^0.3.5",
|
|
"imurmurhash": "^0.1.4",
|
|
"jest-haste-map": "18.0.0",
|
|
"joi": "^6.6.1",
|
|
"json-stable-stringify": "^1.0.1",
|
|
"json5": "^0.4.0",
|
|
"left-pad": "^1.1.3",
|
|
"lodash": "^4.16.6",
|
|
"mime-types": "2.1.11",
|
|
"mkdirp": "^0.5.1",
|
|
"request": "^2.79.0",
|
|
"rimraf": "^2.5.4",
|
|
"source-map": "^0.5.6",
|
|
"throat": "^3.0.0",
|
|
"uglify-js": "2.7.5",
|
|
"worker-farm": "^1.3.1",
|
|
"write-file-atomic": "^1.2.0",
|
|
"xpipe": "^1.0.5"
|
|
}
|
|
}
|