-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
145 lines (145 loc) · 5.09 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
{
"name": "mzima-client",
"version": "0.0.0",
"license": "AGPL-3.0-only",
"scripts": {
"web:serve": "nx serve web-mzima-client",
"web:build": "nx run web-mzima-client:build:production",
"web:devbuild": "nx run web-mzima-client:build:development",
"web:cypress": "nx e2e web-mzima-client-e2e --watch",
"lint": "nx lint web-mzima-client --cache --cacheStrategy content --cacheLocation .eslintcache",
"mobile:serve": "nx run mobile-mzima-client:serve",
"mobile:build": "nx run mobile-mzima-client:build",
"mobile:add-ios": "nx run mobile-mzima-client:cap:add-ios",
"mobile:add-android": "nx run mobile-mzima-client:cap:add-android",
"mobile:sync": "nx run mobile-mzima-client:cap:sync",
"mobile:ios": "nx run mobile-mzima-client:cap:ios",
"mobile:android": "nx run mobile-mzima-client:cap:android",
"mobile:lint": "nx lint mobile-mzima-client --cache --cacheStrategy content --cacheLocation .eslintcache",
"run:android": "nx run mobile-mzima-client:cap:run-android",
"postinstall": "ngcc --properties es2020 browser module main",
"prepare": "husky install",
"nx": "nx"
},
"private": true,
"dependencies": {
"@angular-material-components/datetime-picker": "^8.0.0",
"@angular/animations": "~14.2.7",
"@angular/cdk": "^14.2.5",
"@angular/common": "~14.2.7",
"@angular/compiler": "~14.2.7",
"@angular/core": "~14.2.7",
"@angular/forms": "~14.2.7",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "~14.2.7",
"@angular/platform-browser-dynamic": "~14.2.7",
"@angular/router": "~14.2.7",
"@asymmetrik/ngx-leaflet": "^14.0.1",
"@asymmetrik/ngx-leaflet-markercluster": "^14.0.1",
"@capacitor-community/intercom": "^6.0.0",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.0",
"@capacitor/camera": "^6.0.2",
"@capacitor/cli": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@capacitor/device": "^6.0.0",
"@capacitor/dialog": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/keyboard": "^6.0.1",
"@capacitor/network": "^6.0.1",
"@capacitor/share": "^6.0.1",
"@capacitor/status-bar": "^6.0.0",
"@ionic/angular": "^7.1.1",
"@ionic/pwa-elements": "^3.1.1",
"@ionic/storage-angular": "^4.0.0",
"@ngneat/until-destroy": "^9.2.3",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@sentry/angular-ivy": "^7.44.2",
"@sentry/tracing": "^7.44.2",
"@supy-io/ngx-intercom": "^14.2.12",
"@swimlane/ngx-charts": "^20.1.2",
"angular-google-tag-manager": "^1.6.1",
"capacitor-native-settings": "^6.0.1",
"dayjs": "^1.11.7",
"ion2-calendar": "^3.5.0",
"ionicons": "^7.1.0",
"leaflet": "^1.9.3",
"leaflet-control-geocoder": "^2.4.0",
"leaflet.markercluster": "^1.5.3",
"leaflet.offline": "^3.0.0",
"locale-codes": "^1.3.1",
"lodash": "^4.17.21",
"lottie-web": "^5.10.2",
"masonry-layout": "^4.2.2",
"ngx-color-picker": "^14.0.0",
"ngx-cookie-service": "^14.0.1",
"ngx-custom-tour": "^1.1.2",
"ngx-lottie": "^9.1.0",
"ngx-masonry": "^14.0.1",
"ngx-pagination": "^6.0.3",
"ngx-quill": "^19.0.1",
"ngx-sharebuttons": "^11.0.0",
"primeicons": "^6.0.1",
"primeng": "^14.2.3",
"quill": "^1.3.7",
"rxjs": "~7.5.0",
"swiper": "^9.2.4",
"tslib": "^2.3.0",
"types-wm": "^1.1.0",
"xregexp": "^5.1.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.6",
"@angular-devkit/core": "~14.2.6",
"@angular-devkit/schematics": "~14.2.6",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "~14.2.7",
"@angular/language-service": "~14.2.7",
"@ionic/angular-toolkit": "^9.0.0",
"@nx/angular": "16.0.2",
"@nx/cypress": "16.0.2",
"@nx/eslint-plugin": "16.0.2",
"@nx/jest": "16.0.2",
"@nx/linter": "16.0.2",
"@nx/workspace": "16.0.2",
"@schematics/angular": "~14.2.6",
"@types/d3": "^7.4.0",
"@types/geojson": "^7946.0.10",
"@types/jest": "29.4.0",
"@types/leaflet": "^1.7.11",
"@types/leaflet.markercluster": "^1.5.1",
"@types/lodash": "^4.14.191",
"@types/node": "16.11.7",
"@types/quill": "^1.3.10",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"cross-env": "^7.0.3",
"eslint": "~8.18.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.0.0",
"lint-staged": "^13.1.2",
"nx": "16.0.2",
"nx-cloud": "16.0.5",
"prettier": "^2.6.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.7.2"
},
"overrides": {
"autoprefixer": "10.4.5"
}
}