[ReactNative] npm install --save chalk
This commit is contained in:
parent
60a6533422
commit
645f2a73bc
17
package.json
17
package.json
|
@ -41,25 +41,26 @@
|
|||
"react-native-start": "packager/packager.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"absolute-path": "0.0.0",
|
||||
"bluebird": "^2.9.21",
|
||||
"chalk": "^1.0.0",
|
||||
"connect": "2.8.3",
|
||||
"debug": "~2.1.0",
|
||||
"joi": "~5.1.0",
|
||||
"jstransform": "10.1.0",
|
||||
"module-deps": "3.5.6",
|
||||
"optimist": "0.6.1",
|
||||
"react-timer-mixin": "^0.13.1",
|
||||
"react-tools": "0.13.1",
|
||||
"rebound": "^0.0.12",
|
||||
"sane": "1.0.1",
|
||||
"source-map": "0.1.31",
|
||||
"stacktrace-parser": "0.1.1",
|
||||
"absolute-path": "0.0.0",
|
||||
"debug": "~2.1.0",
|
||||
"joi": "~5.1.0",
|
||||
"module-deps": "3.5.6",
|
||||
"optimist": "0.6.1",
|
||||
"sane": "1.0.1",
|
||||
"uglify-js": "~2.4.16",
|
||||
"underscore": "1.7.0",
|
||||
"worker-farm": "1.1.0",
|
||||
"yargs": "1.3.2",
|
||||
"ws": "0.4.31",
|
||||
"bluebird": "^2.9.21"
|
||||
"yargs": "1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest-cli": "0.2.1",
|
||||
|
|
Loading…
Reference in New Issue