Skip to content

Commit 34e0890

Browse files
author
mkobar
committed
added plugins
1 parent b5198bd commit 34e0890

2 files changed

Lines changed: 253 additions & 4 deletions

File tree

package-lock.json

Lines changed: 236 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@
2828
"@ionic/storage": "2.1.3",
2929
"angularfire2": "^5.0.0-rc.4",
3030
"cordova": "^8.0.0",
31+
"cordova-android": "7.1.1",
3132
"cordova-plugin-camera": "^4.0.3",
33+
"cordova-plugin-device": "^2.0.2",
34+
"cordova-plugin-ionic-keyboard": "^2.0.5",
35+
"cordova-plugin-ionic-webview": "^1.1.19",
36+
"cordova-plugin-splashscreen": "^5.0.2",
37+
"cordova-plugin-whitelist": "^1.3.3",
3238
"firebase": "^4.12.1",
3339
"ionic": "^3.20.0",
3440
"ionic-angular": "3.9.2",
@@ -44,7 +50,15 @@
4450
"description": "An Ionic project",
4551
"cordova": {
4652
"plugins": {
47-
"cordova-plugin-camera": {}
48-
}
53+
"cordova-plugin-camera": {},
54+
"cordova-plugin-whitelist": {},
55+
"cordova-plugin-device": {},
56+
"cordova-plugin-splashscreen": {},
57+
"cordova-plugin-ionic-webview": {},
58+
"cordova-plugin-ionic-keyboard": {}
59+
},
60+
"platforms": [
61+
"android"
62+
]
4963
}
50-
}
64+
}

0 commit comments

Comments
 (0)