-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
120 lines (120 loc) · 3.92 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
119
120
{
"name": "FirebaseChatting",
"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": {
"@angular/common": "4.1.0",
"@angular/compiler": "4.1.0",
"@angular/compiler-cli": "4.1.0",
"@angular/core": "4.1.0",
"@angular/forms": "4.1.0",
"@angular/http": "4.1.0",
"@angular/platform-browser": "4.1.0",
"@angular/platform-browser-dynamic": "4.1.0",
"@ionic-native/app-center-crashes": "^4.7.0",
"@ionic-native/camera": "^3.9.2",
"@ionic-native/camera-preview": "^4.5.3",
"@ionic-native/core": "^3.7.0",
"@ionic-native/geolocation": "^4.5.3",
"@ionic-native/google-maps": "^3.10.3",
"@ionic-native/google-plus": "^3.14.0",
"@ionic-native/keyboard": "^3.9.2",
"@ionic-native/native-geocoder": "^4.5.3",
"@ionic-native/photo-library": "^4.12.0",
"@ionic-native/splash-screen": "3.7.0",
"@ionic-native/status-bar": "3.7.0",
"@ionic-native/toast": "^3.10.3",
"@ionic/storage": "2.0.1",
"@types/lodash": "^4.14.97",
"angularfire2": "4.0.0-rc0",
"animate.css": "^3.5.2",
"cordova-android": "7.1.1",
"cordova-android-support-gradle-release": "^1.4.4",
"cordova-browser": "^5.0.4",
"cordova-ios": "^4.5.5",
"cordova-plugin-appcenter-crashes": "^0.1.8",
"cordova-plugin-appcenter-shared": "^0.1.8",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-camera-preview": "^0.10.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-file": "^5.0.0",
"cordova-plugin-firebase": "^0.1.25",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-googleplus": "^5.3.1",
"cordova-plugin-inappbrowser": "^1.7.2",
"cordova-plugin-nativegeocoder": "^2.0.5",
"cordova-plugin-photo-library": "^2.1.1",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-toast": "^2.7.0",
"css-animator": "^2.3.0",
"firebase": "4.0.0",
"font-awesome": "4.7.0",
"ionic-angular": "3.2.1",
"ionic-plugin-keyboard": "^2.2.1",
"ionic-tags-input": "^0.1.2",
"ionicons": "3.0.0",
"lodash": "^4.17.10",
"moment": "^2.18.1",
"ng2-cordova-oauth": "0.0.8",
"plugin": "^0.3.3",
"promise-polyfill": "7.1.2",
"rxjs": "5.1.1",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.10"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.12",
"typescript": "2.2.1"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-inappbrowser": {},
"cordova-plugin-camera": {},
"cordova-plugin-camera-preview": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-nativegeocoder": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
},
"cordova-plugin-photo-library": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "To choose photos"
},
"cordova-plugin-firebase": {},
"cordova-plugin-file": {},
"cordova-plugin-appcenter-crashes": {},
"cordova-plugin-googleplus": {
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.942831701042-fh0qehjstmioq1ai658i10vg44pha1bp"
},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
}
},
"platforms": [
"ios",
"browser",
"android"
]
},
"config": {
"ionic_copy": "./scripts/copy.config-libs.js",
"ionic_sass": "./scripts/sass.config.js"
}
}