-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
118 lines (118 loc) · 4.06 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
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
{
"name": "app",
"version": "0.0.1",
"author": "Ionic Framework",
"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": {
"@agm/core": "^1.0.0-beta.2",
"@angular/animations": "5.2.10",
"@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.7.0",
"@ionic-native/app-rate": "^4.7.0",
"@ionic-native/barcode-scanner": "^4.7.0",
"@ionic-native/call-number": "^4.7.0",
"@ionic-native/camera": "^4.7.0",
"@ionic-native/core": "4.7.0",
"@ionic-native/email-composer": "^4.7.0",
"@ionic-native/geolocation": "^3.12.1",
"@ionic-native/in-app-browser": "^4.7.0",
"@ionic-native/local-notifications": "^4.7.0",
"@ionic-native/media-capture": "^4.7.0",
"@ionic-native/native-storage": "^4.7.0",
"@ionic-native/onesignal": "^4.7.0",
"@ionic-native/social-sharing": "^4.7.0",
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/status-bar": "4.7.0",
"@ionic/storage": "^2.1.3",
"@types/googlemaps": "^3.30.8",
"angularfire2": "^5.0.0-rc.3",
"call-number": "^1.0.1",
"chart.js": "^2.7.2",
"cordova-admob-sdk": "^0.15.1",
"cordova-android": "6.4.0",
"cordova-plugin-admob-free": "^0.15.0",
"cordova-plugin-apprate": "^1.3.0",
"cordova-plugin-badge": "^0.8.7",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-email-composer": "^0.8.15",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-ionic-keyboard": "^2.0.5",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-media-capture": "^3.0.2",
"cordova-plugin-nativestorage": "^2.3.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "^5.3.2",
"cordova-promise-polyfill": "0.0.2",
"cordova-sqlite-storage": "^2.3.1",
"es6-promise-plugin": "^4.2.2",
"firebase": "^4.6.0",
"ionic-angular": "3.9.2",
"ionic-img-viewer": "^2.9.0",
"ionic2-rating": "^1.2.2",
"ionicons": "3.0.0",
"mx.ferreyra.callnumber": "0.0.2",
"onesignal-cordova-plugin": "^2.3.3",
"phonegap-plugin-barcodescanner": "^7.1.1",
"rxjs": "5.5.10",
"sw-toolbox": "3.6.0",
"twitter-connect-plugin": "git+https://github.com/chroa/twitter-connect-plugin.git"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.9",
"typescript": "~2.6.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-admob-free": {},
"cordova-plugin-apprate": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"mx.ferreyra.callnumber": {},
"cordova-plugin-camera": {},
"cordova-plugin-email-composer": {},
"call-number": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-local-notification": {},
"cordova-plugin-media-capture": {},
"cordova-plugin-nativestorage": {},
"onesignal-cordova-plugin": {},
"cordova-plugin-x-socialsharing": {},
"cordova-sqlite-storage": {}
},
"platforms": [
"android"
]
}
}