mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-29 10:39:49 -04:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"dependencies": {
|
|
"@angular/common": "2.0.0-rc.4",
|
|
"@angular/compiler": "2.0.0-rc.4",
|
|
"@angular/core": "2.0.0-rc.4",
|
|
"@angular/platform-browser": "2.0.0-rc.4",
|
|
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
|
|
"@angular/http": "2.0.0-rc.4",
|
|
"@angular/forms": "0.2.0",
|
|
"es6-shim": "0.35.1",
|
|
"ionic-angular": "2.0.0-beta.11",
|
|
"ionic-native": "1.3.10",
|
|
"ionicons": "3.0.0",
|
|
"reflect-metadata": "0.1.8",
|
|
"rxjs": "5.0.0-beta.6",
|
|
"zone.js": "0.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"del": "2.2.0",
|
|
"gulp": "3.9.1",
|
|
"gulp-watch": "4.3.5",
|
|
"ionic-gulp-browserify-typescript": "2.0.0",
|
|
"ionic-gulp-fonts-copy": "^1.0.0",
|
|
"ionic-gulp-html-copy": "^1.0.0",
|
|
"ionic-gulp-sass-build": "^1.0.0",
|
|
"ionic-gulp-scripts-copy": "^2.0.0",
|
|
"ionic-gulp-tslint": "^1.0.0",
|
|
"tslint-ionic-rules": "0.0.4",
|
|
"run-sequence": "1.1.5"
|
|
},
|
|
"name": "test",
|
|
"description": "test: An Ionic project",
|
|
"cordovaPlugins": [
|
|
"cordova-plugin-device",
|
|
"cordova-plugin-console",
|
|
"cordova-plugin-whitelist",
|
|
"cordova-plugin-splashscreen",
|
|
"cordova-plugin-statusbar",
|
|
"ionic-plugin-keyboard"
|
|
],
|
|
"cordovaPlatforms": []
|
|
}
|