|
@@ -22,9 +22,21 @@
|
|
"@angular/platform-browser": "5.2.11",
|
|
"@angular/platform-browser": "5.2.11",
|
|
"@angular/platform-browser-dynamic": "5.2.11",
|
|
"@angular/platform-browser-dynamic": "5.2.11",
|
|
"@ionic-native/core": "4.8.0",
|
|
"@ionic-native/core": "4.8.0",
|
|
|
|
+ "@ionic-native/secure-storage": "^4.9.0",
|
|
"@ionic-native/splash-screen": "4.8.0",
|
|
"@ionic-native/splash-screen": "4.8.0",
|
|
"@ionic-native/status-bar": "4.8.0",
|
|
"@ionic-native/status-bar": "4.8.0",
|
|
"@ionic/storage": "2.1.3",
|
|
"@ionic/storage": "2.1.3",
|
|
|
|
+ "cordova-android": "~7.0.0",
|
|
|
|
+ "cordova-plugin-device": "^2.0.2",
|
|
|
|
+ "cordova-plugin-ionic-keyboard": "^2.0.5",
|
|
|
|
+ "cordova-plugin-ionic-webview": "^1.1.19",
|
|
|
|
+ "cordova-plugin-secure-storage": "^2.6.8",
|
|
|
|
+ "cordova-plugin-splashscreen": "^5.0.2",
|
|
|
|
+ "cordova-plugin-whitelist": "^1.3.3",
|
|
|
|
+ "cordova-support-android-plugin": "^1.0.1",
|
|
|
|
+ "cordova-support-google-services": "^1.2.0",
|
|
|
|
+ "crypto-js": "^3.1.9-1",
|
|
|
|
+ "firebase": "^5.2.0",
|
|
"ionic-angular": "3.9.2",
|
|
"ionic-angular": "3.9.2",
|
|
"ionicons": "3.0.0",
|
|
"ionicons": "3.0.0",
|
|
"rxjs": "5.5.11",
|
|
"rxjs": "5.5.11",
|
|
@@ -35,5 +47,18 @@
|
|
"@ionic/app-scripts": "3.1.10",
|
|
"@ionic/app-scripts": "3.1.10",
|
|
"typescript": "~2.6.2"
|
|
"typescript": "~2.6.2"
|
|
},
|
|
},
|
|
- "description": "An Ionic project"
|
|
|
|
-}
|
|
|
|
|
|
+ "description": "An Ionic project",
|
|
|
|
+ "cordova": {
|
|
|
|
+ "plugins": {
|
|
|
|
+ "cordova-plugin-secure-storage": {},
|
|
|
|
+ "cordova-plugin-whitelist": {},
|
|
|
|
+ "cordova-plugin-device": {},
|
|
|
|
+ "cordova-plugin-splashscreen": {},
|
|
|
|
+ "cordova-plugin-ionic-webview": {},
|
|
|
|
+ "cordova-plugin-ionic-keyboard": {}
|
|
|
|
+ },
|
|
|
|
+ "platforms": [
|
|
|
|
+ "android"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+}
|