-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "essr",
"version": "1.0.0",
"description": "An Ionic project",
"devDependencies": {
"gulp": "^3.5.6",
"gulp-clean-css": "^3.7.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0"
},
"dependencies": {
"angular": "^1.5.3",
"angularfire": "^2.3.0",
"cordova-android": "^7.1.1",
"cordova-plugin-calendar": "^5.1.2",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-inappbrowser": "^1.5.0",
"cordova-plugin-ionic-keyboard": "^2.1.2",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"firebase": "^3.9.0",
"run": "^1.4.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-calendar": {},
"cordova-plugin-inappbrowser": {}
},
"platforms": [
"android"
]
},
"cordovaPlugins": [
"cordova-plugin-inappbrowser@1.5.0"
],
"cordovaPlatforms": [
{
"platform": "android",
"version": "7.1.1",
"locator": "android@7.1.1"
}
]
}