-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 4.07 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
124
125
126
{
"name": "travel-app",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ionic serve",
"build": "ionic build",
"release": "ionic build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"android": "ionic cordova run android"
},
"private": true,
"dependencies": {
"@agm/core": "^1.0.0-beta.3",
"@angular/animations": "^6.1.7",
"@angular/cdk": "^6.4.7",
"@angular/common": "^6.1.8",
"@angular/core": "^6.1.8",
"@angular/fire": "^5.0.0",
"@angular/flex-layout": "^6.0.0-beta.18",
"@angular/forms": "^6.1.8",
"@angular/http": "^6.1.8",
"@angular/material": "^6.4.7",
"@angular/platform-browser": "^6.1.8",
"@angular/platform-browser-dynamic": "^6.1.8",
"@angular/pwa": "^0.8.3",
"@angular/router": "^6.1.8",
"@angular/service-worker": "^6.1.8",
"@fortawesome/angular-fontawesome": "^0.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-brands-svg-icons": "^5.3.1",
"@fortawesome/free-regular-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@innomobile/core": "^1.2.13",
"@innomobile/fireuser": "^1.2.13",
"@innomobile/ionic-image-loader": "^1.2.13",
"@innomobile/mapbox": "^1.2.13",
"@innomobile/notifications": "^1.2.13",
"@ionic-native/core": "^5.0.0-beta.20",
"@ionic-native/file": "^5.0.0-beta.20",
"@ionic-native/firebase": "^5.0.0-beta.20",
"@ionic-native/ionic-webview": "^5.0.0-beta.20",
"@ionic-native/splash-screen": "^5.0.0-beta.20",
"@ionic-native/status-bar": "^5.0.0-beta.20",
"@ionic/angular": "^4.0.0-beta.11",
"@ionic/schematics-angular": "^1.0.6",
"@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"@ngxs/router-plugin": "^3.2.0",
"@ngxs/storage-plugin": "^3.2.0",
"@ngxs/store": "^3.2.0",
"@types/googlemaps": "^3.30.13",
"animate.css": "^3.7.0",
"cordova-android": "7.1.1",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-firebase": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.1.2",
"cordova-plugin-ionic-webview": "^2.1.4",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"core-js": "^2.5.7",
"firebase": "^5.5.0",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"ionicons": "^4.4.3",
"mapbox-gl": "^0.49.0",
"ngx-perfect-scrollbar": "^6.3.1",
"perfect-scrollbar": "^1.4.0",
"rxjs": "^6.3.2",
"turf-extent": "^1.0.4",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.8.3",
"@angular-devkit/core": "^0.8.2",
"@angular-devkit/schematics": "^0.8.2",
"@angular/cli": "^6.2.3",
"@angular/compiler": "^6.1.8",
"@angular/compiler-cli": "^6.1.8",
"@angular/language-service": "^6.1.8",
"@ionic/ng-toolkit": "1.0.8",
"@ionic/schematics-angular": "1.0.6",
"@ngxs/devtools-plugin": "^3.2.0",
"@ngxs/logger-plugin": "^3.2.0",
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/mapbox-gl": "^0.48.0",
"@types/node": "^10.10.1",
"codelyzer": "~4.4.4",
"jasmine": "^3.2.0",
"jasmine-core": "~3.2.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^1.3.1",
"protractor": "~5.4.1",
"ts-node": "^7.0.1",
"tslint": "~5.11.0",
"typescript": "^2.9.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-file": {}
},
"platforms": [
"android"
]
}
}