-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
149 lines (149 loc) · 4.87 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "dashboard-app",
"version": "1.1.0",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"ionic:build": "node --max-old-space-size=8192 ./node_modules/@ionic/app-scripts/bin/ionic-app-scripts.js build",
"lint": "ionic-app-scripts lint"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@ionic-native/app-version": "^4.10.1",
"@ionic-native/background-mode": "^4.12.0",
"@ionic-native/barcode-scanner": "^4.10.1",
"@ionic-native/core": "~4.10.0",
"@ionic-native/date-picker": "^4.10.1",
"@ionic-native/diagnostic": "^4.10.1",
"@ionic-native/file": "^4.17.0",
"@ionic-native/file-transfer": "^4.17.0",
"@ionic-native/geolocation": "^4.10.1",
"@ionic-native/http": "^4.10.1",
"@ionic-native/network": "^4.10.1",
"@ionic-native/splash-screen": "~4.10.0",
"@ionic-native/sqlite": "^4.10.1",
"@ionic-native/status-bar": "~4.10.0",
"@ionic/pro": "2.0.2",
"@ionic/storage": "^2.1.3",
"@mapbox/geojson-area": "^0.2.2",
"@ngrx/effects": "^5.2.0",
"@ngrx/entity": "^5.2.0",
"@ngrx/store": "^5.0.0",
"@ngrx/store-devtools": "^5.0.1",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"@types/geojson": "^7946.0.1",
"@types/polylabel": "^1.0.5",
"angular-tree-component": "^7.0.1",
"angular2-virtual-scroll": "^0.3.2",
"async": "^2.6.1",
"cordova-android": "7.1.4",
"cordova-android-support-gradle-release": "^3.0.1",
"cordova-ios": "4.5.4",
"cordova-plugin-advanced-http": "1.11.1",
"cordova-plugin-app-version": "0.1.9",
"cordova-plugin-background-mode": "0.7.2",
"cordova-plugin-console": "1.1.0",
"cordova-plugin-datepicker": "0.9.3",
"cordova-plugin-device": "2.0.3",
"cordova-plugin-file": "6.0.2",
"cordova-plugin-file-transfer": "1.7.1",
"cordova-plugin-geolocation": "4.0.2",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^2.5.1",
"cordova-plugin-network-information": "2.0.2",
"cordova-plugin-splashscreen": "5.0.3",
"cordova-plugin-statusbar": "2.4.3",
"cordova-plugin-whitelist": "1.3.4",
"cordova-sqlite-storage": "2.6.0",
"cordova.plugins.diagnostic": "4.0.12",
"cz-conventional-changelog": "^2.1.0",
"d2-utilizr": "^0.2.15",
"d3-color": "^1.0.3",
"d3-scale": "^2.0.0",
"d3-time-format": "^2.1.1",
"file-saver": "^1.3.8",
"geojson": "^0.5.0",
"gis-api": "^25.0.4",
"highcharts": "^6.0.4",
"highcharts-grouped-categories": "^1.1.2",
"ionic": "^4.5.0",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"js-sha1": "^0.6.0",
"leaflet": "^1.3.3",
"leaflet.layergroup.collision": "^0.3.1",
"leaflet.markercluster": "^1.3.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"ng2-dnd": "^5.0.2",
"ng2-dragula": "^1.5.0",
"ngx-pagination": "^3.0.3",
"phonegap-plugin-barcodescanner": "8.1.0",
"polylabel": "^1.0.2",
"rxjs": "5.5.11",
"shp-write": "^0.3.2",
"sw-toolbox": "3.6.0",
"web-animations-js": "^2.3.1",
"zone.js": "0.8.26"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@ionic/app-scripts": "3.1.11",
"@types/node": "^10.0.8",
"ts-node": "^6.0.3",
"tslint": "^5.10.0",
"typescript": "~2.6.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-app-version": {},
"cordova-plugin-network-information": {},
"cordova-sqlite-storage": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova.plugins.diagnostic": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-datepicker": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate location of phones for coordinate input"
},
"cordova-plugin-background-mode": {},
"cordova-plugin-console": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-file": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
}
},
"platforms": [
"ios",
"android"
]
}
}