live changes
Showing
... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
"@angular/platform-browser-dynamic": "~8.1.2", | "@angular/platform-browser-dynamic": "~8.1.2", | ||
"@angular/router": "~8.1.2", | "@angular/router": "~8.1.2", | ||
"@ionic-native/core": "^5.0.0", | "@ionic-native/core": "^5.0.0", | ||
"@ionic-native/screen-orientation": "^5.13.0", | |||
"@ionic-native/splash-screen": "^5.0.0", | "@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.12.0", | "@ionic-native/status-bar": "^5.12.0", | ||
"@ionic/angular": "^4.7.1", | "@ionic/angular": "^4.7.1", | ||
... | @@ -32,11 +33,13 @@ | ... | @@ -32,11 +33,13 @@ |
"cordova-plugin-device": "^2.0.2", | "cordova-plugin-device": "^2.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.1.3", | "cordova-plugin-ionic-keyboard": "^2.1.3", | ||
"cordova-plugin-ionic-webview": "^4.1.1", | "cordova-plugin-ionic-webview": "^4.1.1", | ||
"cordova-plugin-screen-orientation": "^3.0.2", | |||
"cordova-plugin-splashscreen": "^5.0.2", | "cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | "cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | "cordova-plugin-whitelist": "^1.3.3", | ||
"cordova-sqlite-storage": "^3.3.0", | "cordova-sqlite-storage": "^3.3.0", | ||
"core-js": "^2.5.4", | "core-js": "^2.5.4", | ||
"es6-promise-plugin": "^4.2.2", | |||
"firebase": "^6.4.2", | "firebase": "^6.4.2", | ||
"rxjs": "~6.5.1", | "rxjs": "~6.5.1", | ||
"tslib": "^1.9.0", | "tslib": "^1.9.0", | ||
... | @@ -79,7 +82,8 @@ | ... | @@ -79,7 +82,8 @@ |
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
}, | }, | ||
"cordova-plugin-ionic-keyboard": {}, | "cordova-plugin-ionic-keyboard": {}, | ||
"cordova-sqlite-storage": {} | "cordova-sqlite-storage": {}, | ||
"cordova-plugin-screen-orientation": {} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android" | "android" | ||
... | ... |
Please
register
or
sign in
to comment