新增点东西
Showing
... | ... | @@ -22,6 +22,7 @@ |
"@angular/platform-browser-dynamic": "^7.2.2", | ||
"@angular/router": "^7.2.2", | ||
"@ionic-native/core": "^5.0.0", | ||
"@ionic-native/local-notifications": "^5.3.0", | ||
"@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | ||
"@ionic/angular": "^4.1.0", | ||
... | ... | @@ -30,6 +31,7 @@ |
"cordova-plugin-device": "^2.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.1.3", | ||
"cordova-plugin-ionic-webview": "^3.1.2", | ||
"cordova-plugin-local-notification": "0.9.0-beta.2", | ||
"cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | ||
... | ... | @@ -74,7 +76,8 @@ |
"cordova-plugin-ionic-webview": { | ||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
}, | ||
"cordova-plugin-ionic-keyboard": {} | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-local-notification": {} | ||
}, | ||
"platforms": [ | ||
"android", | ||
... | ... |
Please
register
or
sign in
to comment