111 lines
3.7 KiB
JSON
Executable File
111 lines
3.7 KiB
JSON
Executable File
{
|
|
"name": "pdgenie",
|
|
"version": "0.0.1",
|
|
"author": "Ionic Framework",
|
|
"homepage": "http://ionicframework.com/",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "ionic-app-scripts clean",
|
|
"build": "ionic-app-scripts build",
|
|
"lint": "ionic-app-scripts lint",
|
|
"ionic:build": "ionic-app-scripts build",
|
|
"ionic:serve": "ionic-app-scripts serve"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^5.1.1",
|
|
"@angular/cdk": "^5.0.1",
|
|
"@angular/common": "5.0.3",
|
|
"@angular/compiler": "5.0.3",
|
|
"@angular/compiler-cli": "5.0.3",
|
|
"@angular/core": "5.0.3",
|
|
"@angular/forms": "5.0.3",
|
|
"@angular/http": "5.0.3",
|
|
"@angular/material": "^5.0.1",
|
|
"@angular/platform-browser": "5.0.3",
|
|
"@angular/platform-browser-dynamic": "5.0.3",
|
|
"@ionic-native/android-permissions": "^4.20.0",
|
|
"@ionic-native/app-version": "^4.20.0",
|
|
"@ionic-native/camera": "^4.20.0",
|
|
"@ionic-native/core": "4.4.0",
|
|
"@ionic-native/document-viewer": "^4.20.0",
|
|
"@ionic-native/fingerprint-aio": "^4.16.0",
|
|
"@ionic-native/geolocation": "^4.20.0",
|
|
"@ionic-native/launch-navigator": "^4.16.0",
|
|
"@ionic-native/location-accuracy": "^4.20.0",
|
|
"@ionic-native/network": "4.10.1",
|
|
"@ionic-native/splash-screen": "4.4.0",
|
|
"@ionic-native/status-bar": "^4.16.0",
|
|
"@ionic/storage": "^2.2.0",
|
|
"@netbasal/content-loader": "^1.1.0",
|
|
"@types/chart.js": "^2.7.40",
|
|
"amazon-cognito-identity-js": "^3.0.3",
|
|
"chart.js": "^2.7.3",
|
|
"cordova-android": "^8.1.0",
|
|
"cordova-browser": "5.0.4",
|
|
"cordova-plugin-android-permissions": "1.0.2",
|
|
"cordova-plugin-app-version": "0.1.9",
|
|
"cordova-plugin-camera": "~4.0.3",
|
|
"cordova-plugin-compat": "1.2.0",
|
|
"cordova-plugin-device": "2.0.2",
|
|
"cordova-plugin-fingerprint-aio": "~1.4.1",
|
|
"cordova-plugin-geolocation": "2.4.3",
|
|
"cordova-plugin-ionic-keyboard": "^2.0.5",
|
|
"cordova-plugin-ionic-webview": "^2.0.0",
|
|
"cordova-plugin-network-information": "2.0.2",
|
|
"cordova-plugin-request-location-accuracy": "2.3.0",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-statusbar": "2.4.2",
|
|
"cordova-plugin-whitelist": "1.3.3",
|
|
"cordova-sqlite-storage": "3.4.0",
|
|
"hammerjs": "^2.0.8",
|
|
"ionic-angular": "3.9.2",
|
|
"ionic-img-viewer": "^2.9.0",
|
|
"ionicons": "3.0.0",
|
|
"ng2-pdf-viewer": "5.2.3",
|
|
"ngx-image-compress": "^8.0.4",
|
|
"ngx-mat-select-search": "^1.8.0",
|
|
"rxjs": "^6.5.4",
|
|
"rxjs-compat": "^6.5.4",
|
|
"sw-toolbox": "3.6.0",
|
|
"uk.co.workingedge.phonegap.plugin.launchnavigator": "~4.2.2",
|
|
"watermarkjs": "^2.0.0",
|
|
"zone.js": "0.8.18"
|
|
},
|
|
"devDependencies": {
|
|
"@ionic/app-scripts": "^3.1.11",
|
|
"typescript": "2.8"
|
|
},
|
|
"description": "An Ionic project",
|
|
"config": {
|
|
"ionic_copy": "./config/copy.config.js"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-fingerprint-aio": {},
|
|
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
|
|
"OKHTTP_VERSION": "3.+"
|
|
},
|
|
"cordova-plugin-camera": {},
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-device": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-ionic-webview": {},
|
|
"cordova-plugin-ionic-keyboard": {},
|
|
"cordova-plugin-geolocation": {
|
|
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
|
|
},
|
|
"cordova-plugin-app-version": {},
|
|
"cordova-sqlite-storage": {},
|
|
"cordova-plugin-request-location-accuracy": {
|
|
"PLAY_SERVICES_LOCATION_VERSION": "16.+"
|
|
},
|
|
"cordova-plugin-android-permissions": {},
|
|
"cordova-plugin-network-information": {}
|
|
},
|
|
"platforms": [
|
|
"browser",
|
|
"android"
|
|
]
|
|
}
|
|
} |