diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 112 |
1 files changed, 88 insertions, 24 deletions
diff --git a/package.json b/package.json index 8f51dbd2..741f50c2 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,42 @@ "@angular/platform-browser": "^2.0.0-rc.3", "@angular/platform-browser-dynamic": "^2.0.0-rc.3", "@angular/router": "^2.0.0-rc.2", + "@angular/tsc-wrapped": "^4.4.3", + "@ionic/app-scripts": "^2.1.4", + "angular-cli": "^1.0.0-beta.28.3", "async": "^1.4.2", + "autoprefixer": "^7.1.4", + "com.telerik.plugins.nativepagetransitions": "^0.6.5", "cordova-android": "^6.2.3", - "cordova-plugin-certificates": "git+https://github.com/hypery2k/cordova-certificate-plugin.git", - "cordova-plugin-customurlscheme": "~4.2.0", - "cordova-plugin-photo-library": "~1.2.0", - "cordova-plugin-settings-hook": "~0.2.3", - "cordova-sqlite-storage": "~1.4.6-pre6a", + "cordova-ios": "^4.4.0", + "cordova-library-helper": "^1.0.4", + "cordova-plugin-add-swift-support": "^1.7.0", + "cordova-plugin-android-permissions": "^1.0.0", + "cordova-plugin-app-version": "^0.1.9", + "cordova-plugin-compat": "^1.1.0", + "cordova-plugin-console": "^1.0.7", + "cordova-plugin-crosswalk-certificate": "git+https://github.com/danjarvis/cordova-plugin-crosswalk-certificate.git", + "cordova-plugin-crosswalk-webview": "^2.2.0", + "cordova-plugin-customurlscheme": "^4.3.0", + "cordova-plugin-device": "^1.1.6", + "cordova-plugin-email": "^1.2.6", + "cordova-plugin-file": "^4.3.3", + "cordova-plugin-file-transfer": "^1.6.3", + "cordova-plugin-globalization": "^1.0.7", + "cordova-plugin-inappbrowser": "^1.7.1", + "cordova-plugin-insomnia": "^4.3.0", + "cordova-plugin-ios-longpress-fix": "^1.1.0", + "cordova-plugin-media": "git+https://github.com/pliablepixels/cordova-plugin-media.git", + "cordova-plugin-network-information": "^1.3.3", + "cordova-plugin-photo-library": "^1.2.2", + "cordova-plugin-pin-dialog": "^0.1.3", + "cordova-plugin-settings-hook": "^0.2.7", + "cordova-plugin-splashscreen": "^4.0.3", + "cordova-plugin-statusbar": "^2.2.3", + "cordova-plugin-touchid": "^0.4.0", + "cordova-plugin-websocket": "^0.12.2", + "cordova-plugin-whitelist": "^1.3.2", + "cordova-sqlite-storage": "^1.5.3", "electron-window-state": "^4.0.2", "gulp-concat": "^2.2.0", "gulp-minify-css": "^0.3.0", @@ -24,18 +53,22 @@ "gulp-sass": "^2.0.0", "ionic-angular": "^2.0.0-beta.10", "ionic-app-lib": "^0.7.0", - "typescript": "^2.4.1" + "ionic-plugin-keyboard": "^2.2.1", + "phonegap-plugin-mobile-accessibility": "^1.0.5", + "phonegap-plugin-push": "^1.9.0", + "rxjs": "^5.4.3", + "typescript": "^2.4.1", + "org.devgeeks.Canvas2ImagePlugin": "https://github.com/flache/Canvas2ImagePlugin" }, "devDependencies": { - "@ionic/cli-plugin-cordova": "1.4.1", "@ionic/cli-plugin-gulp": "1.0.2", - "@ionic/cli-plugin-ionic-angular": "1.3.2", "bower": "^1.3.3", "clean-css": "^3.4.0", "cordova-uglify": "^0.2.6", "gulp": "^3.9.1", "gulp-angular-templatecache": "^1.6.0", "gulp-util": "^2.2.14", + "ionic": "3.12.0", "jshint": "^2.8.0", "ng-annotate": "^1.0.2", "shelljs": "^0.3.0", @@ -62,10 +95,6 @@ }, "cordova-plugin-pin-dialog", { - "locator": "https://github.com/devgeeks/Canvas2ImagePlugin.git", - "id": "org.devgeeks.Canvas2ImagePlugin" - }, - { "locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions", "id": "com.telerik.plugins.nativepagetransitions" }, @@ -74,10 +103,6 @@ "id": "cordova-plugin-globalization" }, "cordova-plugin-console", - { - "locator": "https://github.com/jcjee/email-composer", - "id": "com.jcjee.plugins.emailcomposer" - }, "cordova-plugin-app-version", "cordova-plugin-android-permissions", "cordova-plugin-network-information", @@ -138,18 +163,57 @@ "ios" ], "plugins": { - "cordova-plugin-customurlscheme": { - "URL_SCHEME": "zmninja", - "ANDROID_SCHEME": " ", - "ANDROID_HOST": " ", - "ANDROID_PATHPREFIX": "/" - }, "cordova-plugin-photo-library": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "images to gallery" }, "cordova-plugin-settings-hook": {}, "cordova-sqlite-storage": {}, - "cordova-plugin-certificates": {} + "cordova-library-helper": { + "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save media to your Camera Roll" + }, + "cordova-plugin-android-permissions": {}, + "cordova-plugin-app-version": {}, + "cordova-plugin-compat": {}, + "cordova-plugin-console": {}, + "cordova-plugin-device": {}, + "cordova-plugin-file": {}, + "cordova-plugin-file-transfer": {}, + "cordova-plugin-globalization": {}, + "cordova-plugin-inappbrowser": {}, + "cordova-plugin-insomnia": {}, + "cordova-plugin-ios-longpress-fix": {}, + "cordova-plugin-media": { + "MICROPHONE_USAGE_DESCRIPTION": " " + }, + "cordova-plugin-network-information": {}, + "cordova-plugin-pin-dialog": {}, + "cordova-plugin-splashscreen": {}, + "cordova-plugin-touchid": {}, + "cordova-plugin-websocket": {}, + "cordova-plugin-whitelist": {}, + "ionic-plugin-keyboard": {}, + "phonegap-plugin-mobile-accessibility": {}, + "cordova-plugin-add-swift-support": {}, + "cordova-plugin-customurlscheme": { + "URL_SCHEME": "zmninja" + }, + "com.telerik.plugins.nativepagetransitions": {}, + "phonegap-plugin-push": { + "SENDER_ID": "710936220256" + }, + "cordova-plugin-email": {}, + "cordova-plugin-statusbar": {}, + "cordova-plugin-crosswalk-certificate": {}, + "cordova-plugin-crosswalk-webview": { + "XWALK_MODE": "lite", + "XWALK_VERSION": "17.46.459.1", + "XWALK_LITEVERSION": "xwalk_core_library_canary:17+", + "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect", + "XWALK_MULTIPLEAPK": "true" + }, + "org.devgeeks.Canvas2ImagePlugin": { + "PHOTOLIBRARY_USAGE_DESCRIPTION": " " + } } } -}
\ No newline at end of file +} |
