init----对于更新新的之后的凉凉之后的项目重构
Showing
... | @@ -21,6 +21,7 @@ | ... | @@ -21,6 +21,7 @@ |
"@angular/platform-browser": "^7.2.2", | "@angular/platform-browser": "^7.2.2", | ||
"@angular/platform-browser-dynamic": "^7.2.2", | "@angular/platform-browser-dynamic": "^7.2.2", | ||
"@angular/router": "^7.2.2", | "@angular/router": "^7.2.2", | ||
"@ionic-native/background-mode": "^5.3.0", | |||
"@ionic-native/core": "^5.0.0", | "@ionic-native/core": "^5.0.0", | ||
"@ionic-native/local-notifications": "^5.3.0", | "@ionic-native/local-notifications": "^5.3.0", | ||
"@ionic-native/splash-screen": "^5.0.0", | "@ionic-native/splash-screen": "^5.0.0", | ||
... | @@ -28,6 +29,7 @@ | ... | @@ -28,6 +29,7 @@ |
"@ionic/angular": "^4.1.0", | "@ionic/angular": "^4.1.0", | ||
"cordova-android": "7.1.4", | "cordova-android": "7.1.4", | ||
"cordova-ios": "4.5.5", | "cordova-ios": "4.5.5", | ||
"cordova-plugin-background-mode": "0.7.2", | |||
"cordova-plugin-badge": "^0.8.8", | "cordova-plugin-badge": "^0.8.8", | ||
"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", | ||
... | @@ -78,7 +80,8 @@ | ... | @@ -78,7 +80,8 @@ |
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
}, | }, | ||
"cordova-plugin-ionic-keyboard": {}, | "cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-local-notification": {} | "cordova-plugin-local-notification": {}, | ||
"cordova-plugin-background-mode": {} | |||
}, | }, | ||
"platforms": [ | "platforms": [ | ||
"android", | "android", | ||
... | ... |
Please
register
or
sign in
to comment