-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.36 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
{
"name": "Petseee",
"version": "0.0.1",
"author": "Hawary",
"homepage": "",
"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/common": "4.4.4",
"@angular/compiler": "4.4.4",
"@angular/compiler-cli": "4.4.4",
"@angular/core": "4.4.4",
"@angular/forms": "4.4.4",
"@angular/http": "4.4.4",
"@angular/platform-browser": "4.4.4",
"@angular/platform-browser-dynamic": "4.4.4",
"@ionic-native/call-number": "^4.5.3",
"@ionic-native/camera": "^4.5.2",
"@ionic-native/core": "4.3.2",
"@ionic-native/email-composer": "^4.5.3",
"@ionic-native/file": "^4.5.3",
"@ionic-native/google-maps": "^4.5.3",
"@ionic-native/image-picker": "^4.5.3",
"@ionic-native/network": "^4.3.3",
"@ionic-native/social-sharing": "^4.3.3",
"@ionic-native/spinner-dialog": "^4.3.3",
"@ionic-native/splash-screen": "4.3.2",
"@ionic-native/status-bar": "4.3.2",
"@ionic-native/toast": "^4.3.3",
"@ionic/pro": "^1.0.11",
"@ionic/storage": "2.0.1",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^2.0.0",
"angularfire2": "^5.0.0-rc.3",
"call-number": "^1.0.1",
"cordova-android": "^6.2.3",
"cordova-plugin-camera": "^4.0.1",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-email-composer": "^0.8.12",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-googlemaps": "^2.2.5",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-native-spinner": "^1.1.3",
"cordova-plugin-network-information": "^1.3.4",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-statusbar": "^2.4.1",
"cordova-plugin-telerik-imagepicker": "^2.1.8",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "^5.2.1",
"cordova-plugin-x-toast": "^2.6.0",
"es6-promise-plugin": "^4.1.0",
"firebase": "^4.9.1",
"geofire": "^4.1.2",
"ionic-angular": "3.8.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"rxjs": "5.4.3",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.0.1",
"typescript": "2.3.4"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-email-composer": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-native-spinner": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-x-toast": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-camera": {},
"cordova-plugin-statusbar": {},
"com.synconset.imagepicker": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "pick one to upload"
},
"cordova-plugin-file": {},
"cordova-plugin-googlemaps": {
"API_KEY_FOR_ANDROID": "AIzaSyBX6A11CHW23ZOVxnuBiJXFoKID9Qx8rho",
"API_KEY_FOR_IOS": "AIzaSyACR8g6TqMjcA_NohY3JQuB36hY7HLbAkA",
"PLAY_SERVICES_VERSION": "11.8.0",
"ANDROID_SUPPORT_V4_VERSION": "24.1.0"
},
"mx.ferreyra.callnumber": {}
},
"platforms": [
"android"
]
}
}