Overpage desgin
Showing
This diff is collapsed.
Click to expand it.
... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
"@angular/platform-browser": "5.2.9", | "@angular/platform-browser": "5.2.9", | ||
"@angular/platform-browser-dynamic": "5.2.9", | "@angular/platform-browser-dynamic": "5.2.9", | ||
"@ionic-native/badge": "^4.9.0", | "@ionic-native/badge": "^4.9.0", | ||
"@ionic-native/camera": "^4.20.0", | |||
"@ionic-native/core": "4.5.3", | "@ionic-native/core": "4.5.3", | ||
"@ionic-native/diagnostic": "^4.6.0", | "@ionic-native/diagnostic": "^4.6.0", | ||
"@ionic-native/file": "^4.7.0", | "@ionic-native/file": "^4.7.0", | ||
... | @@ -31,31 +32,33 @@ | ... | @@ -31,31 +32,33 @@ |
"@ionic-native/location-accuracy": "^4.14.0", | "@ionic-native/location-accuracy": "^4.14.0", | ||
"@ionic-native/network": "^4.7.0", | "@ionic-native/network": "^4.7.0", | ||
"@ionic-native/onesignal": "^4.7.0", | "@ionic-native/onesignal": "^4.7.0", | ||
"@ionic-native/photo-viewer": "^4.18.0", | "@ionic-native/photo-viewer": "^4.20.0", | ||
"@ionic-native/splash-screen": "4.5.3", | "@ionic-native/splash-screen": "4.5.3", | ||
"@ionic-native/status-bar": "4.5.3", | "@ionic-native/status-bar": "4.5.3", | ||
"@ionic/storage": "2.1.3", | "@ionic/storage": "2.1.3", | ||
"com-sarriaroman-photoviewer": "^1.1.18", | "com-sarriaroman-photoviewer": "^1.2.2", | ||
"com.synconset.imagepicker": "^2.1.10", | "com.synconset.imagepicker": "^2.1.10", | ||
"cordova-android": "^6.1.2", | "cordova-android": "6.3.0", | ||
"cordova-plugin-badge": "^0.8.7", | "cordova-ios": "4.5.5", | ||
"cordova-plugin-compat": "^1.0.0", | "cordova-plugin-badge": "^0.8.8", | ||
"cordova-plugin-device": "^2.0.1", | "cordova-plugin-camera": "^4.0.3", | ||
"cordova-plugin-compat": "^1.2.0", | |||
"cordova-plugin-device": "^2.0.2", | |||
"cordova-plugin-file": "^6.0.1", | "cordova-plugin-file": "^6.0.1", | ||
"cordova-plugin-file-transfer": "^1.7.1", | "cordova-plugin-file-transfer": "^1.7.1", | ||
"cordova-plugin-geolocation": "^2.4.3", | "cordova-plugin-geolocation": "^2.4.3", | ||
"cordova-plugin-ionic-keyboard": "^2.0.5", | "cordova-plugin-ionic-keyboard": "^2.1.3", | ||
"cordova-plugin-ionic-webview": "^1.1.16", | "cordova-plugin-ionic-webview": "^1.2.1", | ||
"cordova-plugin-network-information": "^2.0.1", | "cordova-plugin-network-information": "^2.0.1", | ||
"cordova-plugin-request-location-accuracy": "^2.2.3", | "cordova-plugin-request-location-accuracy": "^2.3.0", | ||
"cordova-plugin-splashscreen": "^5.0.2", | "cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | "cordova-plugin-whitelist": "^1.3.3", | ||
"cordova.plugins.diagnostic": "^4.0.11", | "cordova.plugins.diagnostic": "^4.0.12", | ||
"ionic-angular": "3.9.2", | "ionic-angular": "3.9.2", | ||
"ionic-tooltips": "^2.0.1", | "ionic-tooltips": "^2.0.1", | ||
"ionic2-rating": "^1.2.2", | "ionic2-rating": "^1.2.2", | ||
"ionicons": "3.0.0", | "ionicons": "3.0.0", | ||
"onesignal-cordova-plugin": "^2.3.3", | "onesignal-cordova-plugin": "^2.4.7", | ||
"rxjs": "5.5.7", | "rxjs": "5.5.7", | ||
"sw-toolbox": "3.6.0", | "sw-toolbox": "3.6.0", | ||
"zone.js": "0.8.20" | "zone.js": "0.8.20" | ||
... | @@ -67,6 +70,7 @@ | ... | @@ -67,6 +70,7 @@ |
"description": "An Ionic project", | "description": "An Ionic project", | ||
"cordova": { | "cordova": { | ||
"platforms": [ | "platforms": [ | ||
"ios", | |||
"android" | "android" | ||
], | ], | ||
"plugins": { | "plugins": { | ||
... | @@ -75,7 +79,9 @@ | ... | @@ -75,7 +79,9 @@ |
"cordova-plugin-geolocation": { | "cordova-plugin-geolocation": { | ||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
}, | }, | ||
"cordova-plugin-request-location-accuracy": {}, | "cordova-plugin-request-location-accuracy": { | ||
"PLAY_SERVICES_LOCATION_VERSION": "16.+" | |||
}, | |||
"com-sarriaroman-photoviewer": {}, | "com-sarriaroman-photoviewer": {}, | ||
"com.synconset.imagepicker": { | "com.synconset.imagepicker": { | ||
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "your usage message" | "PHOTO_LIBRARY_USAGE_DESCRIPTION": "your usage message" | ||
... | @@ -87,8 +93,11 @@ | ... | @@ -87,8 +93,11 @@ |
"cordova-plugin-ionic-webview": {}, | "cordova-plugin-ionic-webview": {}, | ||
"cordova-plugin-splashscreen": {}, | "cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-whitelist": {}, | "cordova-plugin-whitelist": {}, | ||
"cordova.plugins.diagnostic": {}, | "cordova.plugins.diagnostic": { | ||
"onesignal-cordova-plugin": {} | "ANDROID_SUPPORT_VERSION": "28.+" | ||
}, | |||
"onesignal-cordova-plugin": {}, | |||
"cordova-plugin-camera": {} | |||
} | } | ||
} | } | ||
} | } | ||
\ No newline at end of file |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment