Filtres offres
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -29,7 +29,6 @@ | ... | @@ -29,7 +29,6 @@ |
| "@ionic-native/diagnostic": "^5.8.0", | "@ionic-native/diagnostic": "^5.8.0", | ||
| "@ionic-native/file": "^5.14.0", | "@ionic-native/file": "^5.14.0", | ||
| "@ionic-native/file-path": "^5.14.0", | "@ionic-native/file-path": "^5.14.0", | ||
| "@ionic-native/google-analytics": "^5.15.0", | |||
| "@ionic-native/google-plus": "^5.0.0", | "@ionic-native/google-plus": "^5.0.0", | ||
| "@ionic-native/http": "^5.8.0", | "@ionic-native/http": "^5.8.0", | ||
| "@ionic-native/ionic-webview": "^5.14.0", | "@ionic-native/ionic-webview": "^5.14.0", | ||
| ... | @@ -73,12 +72,19 @@ | ... | @@ -73,12 +72,19 @@ |
| "@angular/compiler": "~7.2.2", | "@angular/compiler": "~7.2.2", | ||
| "@angular/compiler-cli": "~7.2.2", | "@angular/compiler-cli": "~7.2.2", | ||
| "@angular/language-service": "~7.2.2", | "@angular/language-service": "~7.2.2", | ||
| "@ionic-native/google-analytics": "^5.15.0", | |||
| "@ionic/angular-toolkit": "~1.5.1", | "@ionic/angular-toolkit": "~1.5.1", | ||
| "@ionic/lab": "2.0.4", | "@ionic/lab": "2.0.4", | ||
| "@types/jasmine": "~2.8.8", | "@types/jasmine": "~2.8.8", | ||
| "@types/jasminewd2": "~2.0.3", | "@types/jasminewd2": "~2.0.3", | ||
| "@types/node": "~12.0.0", | "@types/node": "~12.0.0", | ||
| "codelyzer": "~4.5.0", | "codelyzer": "~4.5.0", | ||
| "cordova-plugin-device": "2.0.2", | |||
| "cordova-plugin-ionic-keyboard": "^2.0.5", | |||
| "cordova-plugin-ionic-webview": "^4.0.0", | |||
| "cordova-plugin-splashscreen": "5.0.2", | |||
| "cordova-plugin-statusbar": "2.4.2", | |||
| "cordova-plugin-whitelist": "1.3.3", | |||
| "jasmine-core": "~2.99.1", | "jasmine-core": "~2.99.1", | ||
| "jasmine-spec-reporter": "~4.2.1", | "jasmine-spec-reporter": "~4.2.1", | ||
| "karma": "~4.1.0", | "karma": "~4.1.0", | ||
| ... | @@ -89,13 +95,7 @@ | ... | @@ -89,13 +95,7 @@ |
| "protractor": "~5.4.0", | "protractor": "~5.4.0", | ||
| "ts-node": "~8.3.0", | "ts-node": "~8.3.0", | ||
| "tslint": "~5.17.0", | "tslint": "~5.17.0", | ||
| "typescript": "~3.1.6", | "typescript": "~3.1.6" | ||
| "cordova-plugin-whitelist": "1.3.3", | |||
| "cordova-plugin-statusbar": "2.4.2", | |||
| "cordova-plugin-device": "2.0.2", | |||
| "cordova-plugin-splashscreen": "5.0.2", | |||
| "cordova-plugin-ionic-webview": "^4.0.0", | |||
| "cordova-plugin-ionic-keyboard": "^2.0.5" | |||
| }, | }, | ||
| "browser": { | "browser": { | ||
| "crypto": false, | "crypto": false, | ||
| ... | @@ -123,10 +123,13 @@ | ... | @@ -123,10 +123,13 @@ |
| "cordova-plugin-file": {}, | "cordova-plugin-file": {}, | ||
| "cordova-plugin-googleplus": { | "cordova-plugin-googleplus": { | ||
| "PLAY_SERVICES_VERSION": "11.8.0" | "PLAY_SERVICES_VERSION": "11.8.0" | ||
| }, | |||
| "cordova-plugin-google-analytics": { | |||
| "GMS_VERSION": "16.0.3" | |||
| } | } | ||
| }, | }, | ||
| "platforms": [ | "platforms": [ | ||
| "android" | "android" | ||
| ] | ] | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment