[ReactNative][oss] Make package.json in consistent with github
This commit is contained in:
parent
d2f82b1dfd
commit
934e7b9afd
18
package.json
18
package.json
|
@ -47,10 +47,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"absolute-path": "0.0.0",
|
||||
"babel": "5.4.3",
|
||||
"babel-core": "5.6.4",
|
||||
"babel-plugin-dunderscore-dev-inline": "1.0.1",
|
||||
"babel-plugin-node-env-inline": "1.0.1",
|
||||
"babel": "5.8.21",
|
||||
"babel-core": "5.8.21",
|
||||
"chalk": "1.0.0",
|
||||
"connect": "2.8.3",
|
||||
"debug": "2.1.0",
|
||||
|
@ -65,20 +63,22 @@
|
|||
"react-timer-mixin": "^0.13.1",
|
||||
"react-tools": "git://github.com/facebook/react#b4e74e38e43ac53af8acd62c78c9213be0194245",
|
||||
"rebound": "^0.0.12",
|
||||
"regenerator": "0.8.31",
|
||||
"regenerator": "0.8.36",
|
||||
"sane": "^1.1.2",
|
||||
"semver": "^4.3.6",
|
||||
"source-map": "0.1.31",
|
||||
"stacktrace-parser": "0.1.2",
|
||||
"uglify-js": "2.4.24",
|
||||
"stacktrace-parser": "frantic/stacktrace-parser#493c5e5638",
|
||||
"uglify-js": "2.4.16",
|
||||
"underscore": "1.7.0",
|
||||
"wordwrap": "^1.0.0",
|
||||
"worker-farm": "^1.3.1",
|
||||
"ws": "^0.7.2",
|
||||
"yargs": "1.3.2"
|
||||
"yargs": "1.3.2",
|
||||
"yeoman-environment": "^1.2.7",
|
||||
"yeoman-generator": "^0.20.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest-cli": "git://github.com/facebook/jest#0.5.x",
|
||||
"jest-cli": "0.5.0",
|
||||
"babel-eslint": "3.1.5",
|
||||
"eslint": "0.21.2",
|
||||
"eslint-plugin-react": "2.3.0"
|
||||
|
|
Loading…
Reference in New Issue