mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Updates from Tuesday, March 3rd
- [ReactNative] Fix OSS Projects | Spencer Ahrens <sahrens@fb.com> - [react-packager] check-in node_modules and update tests | Amjad Masad <amasad@fb.com> - [react-packager] Cleanup package.json | Amjad Masad <amasad@fb.com> - [react-packager] Implement bundle minification | Amjad Masad <amasad@fb.com> - [react-packager] Add dev option to CLI | James Ide | Amjad Masad <amasad@fb.com> - [react-packager] Add uglify-js library | Amjad Masad <amasad@fb.com> - [f8] Make map zoomable on double-tap | Alex Kotliarskyi <frantic@fb.com>
This commit is contained in:
15
package.json
15
package.json
@@ -26,32 +26,21 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"absolute-path": "0.0.0",
|
||||
"base62": "0.1.1",
|
||||
"connect": "2.8.3",
|
||||
"debug": "~2.1.0",
|
||||
"esprima-fb": "7001.0001.0000-dev-harmony-fb",
|
||||
"fs-extra": "0.15.0",
|
||||
"jstransform": "8.2.0",
|
||||
"mime": "1.2.11",
|
||||
"module-deps": "3.5.6",
|
||||
"node-haste": "1.2.6",
|
||||
"node-static": "0.7.6",
|
||||
"optimist": "0.6.1",
|
||||
"path-is-inside": "1.0.1",
|
||||
"punycode": "1.2.4",
|
||||
"q": "1.0.1",
|
||||
"qs": "0.6.5",
|
||||
"react-tools": "0.12.2",
|
||||
"rebound": "0.0.10",
|
||||
"sane": "1.0.1",
|
||||
"source-map": "0.1.31",
|
||||
"stacktrace-parser": "0.1.1",
|
||||
"through": "2.3.6",
|
||||
"underscore": "1.7.0",
|
||||
"wordwrap": "0.0.2",
|
||||
"worker-farm": "1.1.0",
|
||||
"yargs": "1.3.2",
|
||||
"joi": "~5.1.0"
|
||||
"joi": "~5.1.0",
|
||||
"uglify-js": "~2.4.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest-cli": "0.2.1",
|
||||
|
||||
Reference in New Issue
Block a user