-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
123 lines (123 loc) · 3.84 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
121
122
123
{
"name": "ionicApp",
"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",
"ionic:watch": "ionic-app-spripts watch"
},
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"@firebase/auth": "^0.3.3",
"@firebase/database": "^0.1.9",
"@firebase/firestore": "^0.3.2",
"@firebase/messaging": "^0.1.9",
"@firebase/storage": "^0.1.6",
"@ionic-native/core": "^4.5.3",
"@ionic-native/fcm": "^4.5.3",
"@ionic-native/geolocation": "^4.5.3",
"@ionic-native/google-maps": "^4.5.3",
"@ionic-native/onesignal": "^4.5.3",
"@ionic-native/phonegap-local-notification": "^4.5.3",
"@ionic-native/push": "^4.5.3",
"@ionic-native/splash-screen": "^4.5.3",
"@ionic-native/status-bar": "^4.5.3",
"@types/googlemaps": "^3.30.5",
"angular2-jwt": "^0.2.3",
"angularfire2": "^5.0.0-rc.5-next",
"bootstrap": "^3.3.7",
"chart.js": "^2.7.1",
"cordova": "^8.0.0",
"cordova-android": "7.0.0",
"cordova-browser": "5.0.3",
"cordova-ios": "^4.5.4",
"cordova-plugin-calendar": "^4.6.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-youtube-video-player": "^1.0.6",
"core-js": "^2.5.3",
"firebase": "^4.9.1",
"firebase-admin": "^5.8.2",
"firebase-tools": "^3.17.4",
"global": "^4.3.2",
"hammerjs": "^2.0.8",
"ionic-angular": "^3.9.2",
"ionic-native": "^2.9.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "^3.0.0",
"karma-coverage": "^1.1.1",
"ng2-charts": "^1.6.0",
"ng2-simple-timer": "^1.3.3",
"onesignal-cordova-plugin": "^2.2.5",
"phonegap-plugin-local-notification": "^1.0.1",
"phonegap-plugin-push": "^2.1.3",
"platform": "1.3.4",
"rxjs": "^5.5.6",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "1.4.2",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@ionic/app-scripts": "^3.1.8",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^6.0.96",
"codelyzer": "~3.1.1",
"ionic": "3.19.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.4.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.3.2",
"typescript": "^2.3.4"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
},
"phonegap-plugin-push": {
"FCM_VERSION": "11.0.1"
},
"phonegap-plugin-local-notification": {},
"onesignal-cordova-plugin": {},
"cordova-plugin-youtube-video-player": {}
},
"platforms": [
"browser",
"android"
]
}
}