-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.43 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.43 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "booksofprayer",
"version": "0.0.1",
"author": "loc",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/animations": "5.2.10",
"@angular/cli": "^8.0.2",
"@angular/common": "5.2.10",
"@angular/compiler": "5.2.10",
"@angular/compiler-cli": "5.2.10",
"@angular/core": "5.2.10",
"@angular/forms": "5.2.10",
"@angular/http": "5.2.10",
"@angular/platform-browser": "5.2.10",
"@angular/platform-browser-dynamic": "5.2.10",
"@ionic-native/admob-free": "4.18.0",
"@ionic-native/app-version": "4.18.0",
"@ionic-native/camera": "4.18.0",
"@ionic-native/core": "4.7.0",
"@ionic-native/deeplinks": "^4.20.0",
"@ionic-native/device": "4.18.0",
"@ionic-native/dns": "^4.20.0",
"@ionic-native/email-composer": "4.18.0",
"@ionic-native/facebook": "4.18.0",
"@ionic-native/fcm": "4.18.0",
"@ionic-native/geofence": "^4.20.0",
"@ionic-native/geolocation": "^4.20.0",
"@ionic-native/google-plus": "4.18.0",
"@ionic-native/in-app-browser": "4.18.0",
"@ionic-native/local-notifications": "4.18.0",
"@ionic-native/native-geocoder": "^4.20.0",
"@ionic-native/network": "4.18.0",
"@ionic-native/paypal": "4.18.0",
"@ionic-native/push": "4.18.0",
"@ionic-native/social-sharing": "4.18.0",
"@ionic-native/spinner-dialog": "4.18.0",
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/sqlite": "^4.20.0",
"@ionic-native/status-bar": "4.7.0",
"@ionic-native/stripe": "4.18.0",
"@ionic-native/themeable-browser": "4.18.0",
"@ionic-native/toast": "4.18.0",
"@ionic/angular": "^4.4.2",
"@ionic/core": "^4.4.2",
"@ionic/storage": "^2.1.3",
"@ngx-translate/core": "^9.0.1",
"@ngx-translate/http-loader": "^0.1.0",
"@types/jasmine": "^3.3.13",
"@types/parse": "^1.11.0",
"android": "8.0.0",
"cordova-android": "6.4.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-dns": "1.0.2",
"cordova-plugin-email-composer": "^0.8.15",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-inappbrowser": "^1.7.2",
"cordova-plugin-ionic-keyboard": "^2.1.2",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-native-spinner": "^1.1.3",
"cordova-plugin-nativegeocoder": "^3.2.2",
"cordova-plugin-network-information": "^1.3.4",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.3.0",
"cordova-plugin-themeablebrowser": "^0.2.17",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "^5.2.1",
"cordova-sqlite-storage": "3.2.0",
"css-animator": "^2.1.1",
"es6-promise-plugin": "^4.1.0",
"ionic": "^4.11.0",
"ionic-angular": "3.9.2",
"ionic-img-viewer": "^2.9.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"jquery": "^3.3.1",
"ng-lazyload-image": "^3.3.5",
"parse": "^1.11.1",
"rxjs": "5.5.10",
"sw-toolbox": "3.6.0",
"web-animations-js": "^2.3.1",
"woocommerce-api": "^1.4.2",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.4",
"@ionic/cli-plugin-cordova": "1.4.1",
"@types/parse": "1.11.0",
"typescript": "^2.8.4"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-x-socialsharing": {
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
},
"cordova-plugin-app-version": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-native-spinner": {},
"cordova-plugin-themeablebrowser": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-email-composer": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
},
"cordova-plugin-nativegeocoder": {
"LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
},
"cordova-plugin-dns": {},
"cordova-sqlite-storage": {}
},
"platforms": [
"android"
]
}
}