ride later
Showing
... | @@ -21,19 +21,23 @@ | ... | @@ -21,19 +21,23 @@ |
"@angular/platform-browser": "4.4.3", | "@angular/platform-browser": "4.4.3", | ||
"@angular/platform-browser-dynamic": "4.4.3", | "@angular/platform-browser-dynamic": "4.4.3", | ||
"@ionic-native/core": "3.12.1", | "@ionic-native/core": "3.12.1", | ||
"@ionic-native/date-picker": "^4.7.0", | |||
"@ionic-native/facebook": "^4.6.0", | "@ionic-native/facebook": "^4.6.0", | ||
"@ionic-native/geolocation": "^4.7.0", | "@ionic-native/geolocation": "^4.7.0", | ||
"@ionic-native/google-plus": "^4.7.0", | "@ionic-native/google-plus": "^4.7.0", | ||
"@ionic-native/location-accuracy": "^4.7.0", | |||
"@ionic-native/splash-screen": "3.12.1", | "@ionic-native/splash-screen": "3.12.1", | ||
"@ionic-native/status-bar": "3.12.1", | "@ionic-native/status-bar": "3.12.1", | ||
"@ionic-native/toast": "^4.7.0", | "@ionic-native/toast": "^4.7.0", | ||
"@ionic/storage": "2.0.1", | "@ionic/storage": "2.0.1", | ||
"angularfire2": "^5.0.0-rc.10", | "angularfire2": "^5.0.0-rc.10", | ||
"cordova-android": "^7.1.0", | "cordova-android": "^7.1.0", | ||
"cordova-plugin-datepicker": "^0.9.3", | |||
"cordova-plugin-device": "^1.1.4", | "cordova-plugin-device": "^1.1.4", | ||
"cordova-plugin-facebook4": "^1.9.1", | "cordova-plugin-facebook4": "^1.9.1", | ||
"cordova-plugin-geolocation": "^4.0.1", | "cordova-plugin-geolocation": "^4.0.1", | ||
"cordova-plugin-googleplus": "^5.3.0", | "cordova-plugin-googleplus": "^5.3.0", | ||
"cordova-plugin-request-location-accuracy": "^2.2.3", | |||
"cordova-plugin-splashscreen": "^4.0.3", | "cordova-plugin-splashscreen": "^4.0.3", | ||
"cordova-plugin-statusbar": "^2.2.2", | "cordova-plugin-statusbar": "^2.2.2", | ||
"cordova-plugin-whitelist": "^1.3.1", | "cordova-plugin-whitelist": "^1.3.1", | ||
... | @@ -69,7 +73,9 @@ | ... | @@ -69,7 +73,9 @@ |
}, | }, | ||
"cordova-plugin-geolocation": { | "cordova-plugin-geolocation": { | ||
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
} | }, | ||
"cordova-plugin-datepicker": {}, | |||
"cordova-plugin-request-location-accuracy": {} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android" | "android" | ||
... | ... |
Please
register
or
sign in
to comment