{ "name": "vendor_officer", "version": "0.0.1", "author": "PD Genie", "homepage": "https://pdgenie.com", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", "@angular/common": "~8.1.2", "@angular/core": "~8.1.2", "@angular/forms": "~8.1.2", "@angular/material": "^8.2.3", "@angular/platform-browser": "~8.1.2", "@angular/platform-browser-dynamic": "~8.1.2", "@angular/router": "~8.1.2", "@ionic-native/android-permissions": "^5.22.0", "@ionic-native/app-version": "^5.22.0", "@ionic-native/background-geolocation": "^5.22.0", "@ionic-native/camera": "^5.22.0", "@ionic-native/core": "^5.22.0", "@ionic-native/diagnostic": "^5.22.0", "@ionic-native/document-scanner": "^5.28.0", "@ionic-native/file": "^5.22.0", "@ionic-native/fingerprint-aio": "^5.22.0", "@ionic-native/geolocation": "^5.22.0", "@ionic-native/launch-navigator": "^5.22.0", "@ionic-native/location-accuracy": "^5.22.0", "@ionic-native/market": "^5.22.0", "@ionic-native/push": "^5.22.0", "@ionic-native/splash-screen": "^5.22.0", "@ionic-native/sqlite": "^5.22.0", "@ionic-native/status-bar": "^5.22.0", "@ionic/angular": "^5.2.1", "@ionic/storage": "^2.2.0", "@netbasal/content-loader": "^1.1.0", "amazon-cognito-identity-js": "^3.2.5", "cordova-android": "^9.0.0", "cordova-plugin-actionsheet": "2.3.3", "cordova-plugin-android-permissions": "1.0.2", "cordova-plugin-app-version": "0.1.9", "cordova-plugin-camera": "4.1.0", "cordova-plugin-device": "^2.0.3", "cordova-plugin-dialogs": "2.0.2", "cordova-plugin-document-scanner": "4.2.3", "cordova-plugin-file": "6.0.2", "cordova-plugin-fingerprint-aio": "3.0.1", "cordova-plugin-geolocation": "4.0.2", "cordova-plugin-ionic-keyboard": "^2.2.0", "cordova-plugin-ionic-webview": "^4.1.3", "cordova-plugin-market": "1.2.0", "cordova-plugin-mauron85-background-geolocation": "3.0.1", "cordova-plugin-request-location-accuracy": "2.3.0", "cordova-plugin-splashscreen": "^5.0.3", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-whitelist": "^1.3.4", "cordova-sqlite-storage": "4.0.0", "cordova-support-google-services": "^1.3.2", "cordova.plugins.diagnostic": "5.0.1", "core-js": "^2.5.4", "ionic-cache": "^4.1.0", "ngx-ionic-image-viewer": "^0.5.2", "ngx-mat-select-search": "^2.1.2", "phonegap-plugin-multidex": "^1.0.0", "phonegap-plugin-push": "2.3.0", "rxjs": "^6.5.4", "tslib": "^1.11.1", "uk.co.workingedge.phonegap.plugin.launchnavigator": "5.0.4", "watermarkjs": "^2.1.1", "zone.js": "~0.9.1" }, "devDependencies": { "@angular-devkit/architect": "~0.801.2", "@angular-devkit/build-angular": "^0.803.25", "@angular-devkit/core": "~8.1.2", "@angular-devkit/schematics": "~8.1.2", "@angular/cli": "~8.1.2", "@angular/compiler": "~8.1.2", "@angular/compiler-cli": "~8.1.2", "@angular/language-service": "~8.1.2", "@ionic/angular-toolkit": "^2.2.0", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~8.9.4", "codelyzer": "^5.0.0", "jasmine-core": "~3.4.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.1.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~2.0.1", "karma-jasmine-html-reporter": "^1.5.2", "protractor": "^5.4.3", "ts-node": "~7.0.0", "tslint": "~5.15.0", "typescript": "~3.4.3" }, "description": "An Ionic project", "cordova": { "plugins": { "cordova-plugin-android-permissions": {}, "cordova-plugin-app-version": {}, "cordova-plugin-mauron85-background-geolocation": { "GOOGLE_PLAY_SERVICES_VERSION": "11+", "ANDROID_SUPPORT_LIBRARY_VERSION": "26+", "ICON": "@mipmap/icon", "SMALL_ICON": "@mipmap/icon", "ACCOUNT_NAME": "@string/app_name", "ACCOUNT_LABEL": "@string/app_name", "ACCOUNT_TYPE": "$PACKAGE_NAME.account", "CONTENT_AUTHORITY": "$PACKAGE_NAME" }, "cordova-plugin-camera": {}, "cordova-plugin-fingerprint-aio": {}, "cordova-plugin-geolocation": {}, "uk.co.workingedge.phonegap.plugin.launchnavigator": { "GOOGLE_API_KEY_FOR_ANDROID": "AIzaSyA3lYDYxwtn5vLSl45SOKbtK7G6cEyXGr0", "OKHTTP_VERSION": "3.12.0" }, "cordova-plugin-request-location-accuracy": {}, "phonegap-plugin-push": {}, "cordova-sqlite-storage": {}, "cordova-plugin-market": {}, "cordova-plugin-whitelist": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-device": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" }, "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-document-scanner": {}, "cordova-plugin-file": {}, "cordova.plugins.diagnostic": { "ANDROID_SUPPORT_VERSION": "28.+" } }, "platforms": [ "android" ] } }