Réclamer mes mérites : QR code et Codes de mérites
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -24,7 +24,7 @@ |
| "@ionic-native/app-version": "^5.11.0", | ||
| "@ionic-native/background-geolocation": "^5.8.0", | ||
| "@ionic-native/background-mode": "^5.11.0", | ||
| "@ionic-native/camera": "^5.14.0", | ||
| "@ionic-native/camera": "^5.19.0", | ||
| "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/diagnostic": "^5.8.0", | ||
| "@ionic-native/file": "^5.14.0", | ||
| ... | ... | @@ -34,6 +34,7 @@ |
| "@ionic-native/ionic-webview": "^5.14.0", | ||
| "@ionic-native/local-notifications": "^5.11.0", | ||
| "@ionic-native/location-accuracy": "^5.8.0", | ||
| "@ionic-native/network": "^5.18.0", | ||
| "@ionic-native/qr-scanner": "^5.14.0", | ||
| "@ionic-native/splash-screen": "^5.0.0", | ||
| "@ionic-native/status-bar": "^5.0.0", | ||
| ... | ... | @@ -44,16 +45,19 @@ |
| "cordova-plugin-app-version": "^0.1.9", | ||
| "cordova-plugin-background-mode": "git+https://github.com/sercatven/cordova-plugin-background-mode.git", | ||
| "cordova-plugin-badge": "^0.8.8", | ||
| "cordova-plugin-camera": "^4.1.0", | ||
| "cordova-plugin-file": "^6.0.1", | ||
| "cordova-plugin-google-analytics": "^1.8.6", | ||
| "cordova-plugin-googleplus": "^8.0.0", | ||
| "cordova-plugin-local-notification": "^0.9.0-beta.2", | ||
| "cordova-plugin-play-games-services": "^1.1.2", | ||
| "cordova-plugin-qrscanner": "^3.0.1", | ||
| "cordova-plugin-request-location-accuracy": "^2.3.0", | ||
| "cordova-sqlite-storage": "^3.2.0", | ||
| "cordova.plugins.diagnostic": "^5.0.0", | ||
| "core-js": "^2.5.4", | ||
| "core-js": "^2.6.11", | ||
| "firebase": "^6.6.1", | ||
| "g": "^2.0.1", | ||
| "ionic-image-loader": "^6.3.3", | ||
| "leaflet": "^1.5.1", | ||
| "leaflet.markercluster": "^1.4.1", | ||
| ... | ... | @@ -126,6 +130,11 @@ |
| }, | ||
| "cordova-plugin-google-analytics": { | ||
| "GMS_VERSION": "16.0.3" | ||
| }, | ||
| "cordova-plugin-network-information": {}, | ||
| "cordova-plugin-qrscanner": {}, | ||
| "cordova-plugin-camera": { | ||
| "ANDROID_SUPPORT_V4_VERSION": "27.+" | ||
| } | ||
| }, | ||
| "platforms": [ | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
src/app/services/demands.service.spec.ts
0 → 100644
src/app/services/demands.service.ts
0 → 100644
src/app/services/network.service.spec.ts
0 → 100644
src/app/services/network.service.ts
0 → 100644
Please
register
or
sign in
to comment