-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
120 lines (120 loc) · 4.06 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": "resgrid-responder",
"version": "9.0.0",
"author": "Resgrid Team <team@resgrid.com>",
"homepage": "https://resgrid.com",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"androidlr": "ionic capacitor run android --livereload --external",
"android": "npm run build && npx cap sync && ionic capacitor run android --external"
},
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@capacitor-community/background-geolocation": "^1.2.17",
"@capacitor-community/bluetooth-le": "^6.0.0",
"@capacitor-community/file-opener": "^6.0.0",
"@capacitor-community/keep-awake": "^5.0.0",
"@capacitor-community/sqlite": "^6.0.0",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.0",
"@capacitor/camera": "^6.0.0",
"@capacitor/core": "^6.1.0",
"@capacitor/device": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.1.2",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/network": "^6.0.0",
"@capacitor/preferences": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@capawesome/capacitor-badge": "^6.0.0",
"@ionic/angular": "^8.2.2",
"@ionic/pwa-elements": "3.3.0",
"@ionic/storage-angular": "4.0.0",
"@mapbox/maki": "7.1.0",
"@microsoft/signalr": "5.0.10",
"@ngrx/effects": "^17.2.0",
"@ngrx/router-store": "^17.2.0",
"@ngrx/store": "^17.2.0",
"@ngrx/store-devtools": "^17.2.0",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "6.0.0",
"@resgrid/local-notifications": "^1.0.4",
"@resgrid/ngx-resgridlib": "^1.3.35",
"@resgrid/push-notifications": "^1.0.5",
"@sentry/angular": "^8.7.0",
"@sentry/tracing": "^7.114.0",
"@turf/turf": "6.5.0",
"@videogular/ngx-videogular": "^6.0.0",
"angular-calendar": "^0.29.0",
"angular-svg-icon": "15.0.0",
"base64-arraybuffer": "1.0.1",
"capacitor-plugin-resgrid": "^1.0.14",
"cupertino-pane": "1.2.81",
"date-fns": "^2.30.0",
"hammerjs": "2.0.8",
"hls.js": "^1.4.9",
"howler": "2.2.3",
"jwt-decode": "3.1.2",
"leaflet": "1.7.1",
"mapbox-gl": "2.5.0",
"ng-gallery": "^7.1.2",
"ngrx-store-freeze": "^0.2.4",
"ngrx-store-localstorage": "^17.0.0",
"rxjs": "^7.5.0",
"subsink": "1.0.2",
"swiper": "^10.3.1",
"tsgeo": "1.2.2",
"tslib": "2.2.0",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular-eslint/builder": "14.3.0",
"@angular-eslint/eslint-plugin": "14.3.0",
"@angular-eslint/eslint-plugin-template": "14.3.0",
"@angular-eslint/template-parser": "14.3.0",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.11",
"@angular/language-service": "17.3.11",
"@capacitor/cli": "^6.0.0",
"@ionic/angular-toolkit": "^4.0.0",
"@types/googlemaps": "^3.43.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~5.4.5"
},
"description": "Application to be used by personnel for Resgrid"
}