mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
26 lines
559 B
JSON
26 lines
559 B
JSON
{
|
|
"name": "ionic2",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"connect": "^3.3.4",
|
|
"del": "~1.1.1",
|
|
"gulp": "~3.8.10",
|
|
"gulp-concat": "~2.5.0",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp-plumber": "^1.0.0",
|
|
"gulp-rename": "~1.2.0",
|
|
"gulp-sass": "^1.3.3",
|
|
"gulp-traceur": "0.16.*",
|
|
"lazypipe": "^0.2.2",
|
|
"open": "0.0.5",
|
|
"serve-static": "~1.8.1",
|
|
"through2": "~0.6.3"
|
|
},
|
|
"dependencies": {
|
|
"angular2": "2.0.0-alpha.13",
|
|
"es6-module-loader": "~0.11.0",
|
|
"systemjs": "~0.11.0",
|
|
"zone.js": "0.4.1"
|
|
}
|
|
}
|