加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
mathfan 提交于 2016-07-06 17:47 . first commit
{
"dependencies": {
"angular2": "2.0.0-beta.6",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"ionic-angular": "2.0.0-beta.3",
"ionic-native": "^1.0.12",
"ionicons": "3.0.0-alpha.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.14"
},
"devDependencies": {
"awesome-typescript-loader": "0.15.10",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-sass": "2.2.0",
"gulp-watch": "4.3.5",
"strip-sourcemap-loader": "0.0.1",
"typescript": "1.8.7",
"webpack": "1.12.14"
},
"name": "ionic2-camera-demo3",
"description": "ionic2-camera-demo3: An Ionic project",
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-camera"
],
"cordovaPlatforms": [
"android"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化