mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(package.json): some missing deps
This commit is contained in:
@ -13,6 +13,7 @@
|
|||||||
"gulp-plumber": "^1.0.0",
|
"gulp-plumber": "^1.0.0",
|
||||||
"gulp-rename": "~1.2.0",
|
"gulp-rename": "~1.2.0",
|
||||||
"gulp-sass": "^1.3.3",
|
"gulp-sass": "^1.3.3",
|
||||||
|
"gulp-shell": "^0.4.0",
|
||||||
"gulp-traceur": "0.16.*",
|
"gulp-traceur": "0.16.*",
|
||||||
"gulp-wrap": "^0.11.0",
|
"gulp-wrap": "^0.11.0",
|
||||||
"karma": "^0.12.31",
|
"karma": "^0.12.31",
|
||||||
@ -20,8 +21,11 @@
|
|||||||
"karma-jasmine": "^0.3.5",
|
"karma-jasmine": "^0.3.5",
|
||||||
"lodash": "^2.4.1",
|
"lodash": "^2.4.1",
|
||||||
"node-uuid": "^1.4.1",
|
"node-uuid": "^1.4.1",
|
||||||
|
"serve-static": "^1.9.2",
|
||||||
|
"source-map-support": "^0.2.10",
|
||||||
"systemjs": "^0.11.3",
|
"systemjs": "^0.11.3",
|
||||||
"systemjs-builder": "^0.9.1",
|
"systemjs-builder": "^0.9.1",
|
||||||
|
"through2": "^0.6.3",
|
||||||
"traceur-runtime": "0.0.59",
|
"traceur-runtime": "0.0.59",
|
||||||
"vinyl": "^0.4.6",
|
"vinyl": "^0.4.6",
|
||||||
"yargs": "^3.6.0"
|
"yargs": "^3.6.0"
|
||||||
|
Reference in New Issue
Block a user