-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
129 lines (129 loc) · 4.38 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
{
"name": "bigboard",
"version": "5.0.0",
"description": "BigBoard to view information from the Resgrid system",
"main": "index.html",
"author": "Resgrid Team <[email protected]>",
"homepage": "http://resgrid.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Resgrid/BigBoard.git"
},
"keywords": [
"resgrid",
"big",
"board",
"responder",
"fire",
"fighter",
"ems",
"sar",
"cert",
"dashboard"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Resgrid/BigBoard/issues"
},
"scripts": {
"ng": "ng",
"start": "npm run copy:sql:wasm && ng serve",
"build": "npm run build:web",
"build:web": "npm run copy:sql:wasm && ng build",
"build:native": "npm run remove:sql:wasm && ng build",
"watch": "npm run copy:sql:wasm && ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"ionic:serve:before": "npm run copy:sql:wasm",
"copy:sql:wasm": "copyfiles -u 3 node_modules/sql.js/dist/sql-wasm.wasm src/assets",
"remove:sql:wasm": "rimraf src/assets/sql-wasm.wasm",
"ionic:ios": "npm run remove:sql:wasm && ionic capacitor build ios",
"ionic:android": "npm run remove:sql:wasm && ionic capacitor build android",
"electron:install": "cd electron && npm install && cd ..",
"electron:prepare": "npm run remove:sql:wasm && ng build && npx cap sync @capacitor-community/electron && npx cap copy @capacitor-community/electron",
"electron:start": "npm run electron:prepare && cd electron && npm run electron:start"
},
"dependencies": {
"@angular/cdk": "^15.1.1",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@capacitor-community/keep-awake": "^3.0.0",
"@capacitor-community/sqlite": "^4.6.1-2",
"@capacitor/app": "4.1.1",
"@capacitor/core": "4.6.2",
"@capacitor/filesystem": "^4.1.4",
"@capacitor/geolocation": "^4.1.0",
"@capacitor/haptics": "4.1.0",
"@capacitor/keyboard": "4.1.1",
"@capacitor/preferences": "^4.0.2",
"@capacitor/splash-screen": "^4.1.3",
"@capacitor/status-bar": "4.1.1",
"@ionic/angular": "^6.1.9",
"@ionic/pwa-elements": "^3.1.1",
"@ionic/storage-angular": "^3.0.6",
"@katoid/angular-grid-layout": "^2.1.0",
"@microsoft/signalr": "^7.0.2",
"@ngrx/effects": "^15.1.0",
"@ngrx/router-store": "^15.1.0",
"@ngrx/store": "^15.1.0",
"@ngrx/store-devtools": "^15.1.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@resgrid/ngx-resgridlib": "^1.3.29",
"@sentry/angular": "^7.31.1",
"@sentry/tracing": "^7.31.1",
"angular-svg-icon": "^15.0.0",
"animate.css": "^4.1.1",
"howler": "^2.2.3",
"ionicons": "^6.0.3",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"ngrx-store-freeze": "^0.2.4",
"ngrx-store-localstorage": "^15.0.0",
"openvidu-browser": "^2.20.0",
"rxjs": "~7.5.0",
"subsink": "^1.0.2",
"swiper": "^8.4.6",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular-eslint/builder": "^14.0.0",
"@angular-eslint/eslint-plugin": "^14.0.0",
"@angular-eslint/eslint-plugin-template": "^14.0.0",
"@angular-eslint/template-parser": "^14.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@capacitor/cli": "4.6.2",
"@ionic/angular-toolkit": "^6.0.0",
"@types/geojson": "^7946.0.10",
"@types/googlemaps": "^3.43.3",
"@types/jasmine": "~4.0.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"copyfiles": "^2.4.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": "~4.3.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"rimraf": "^4.1.2",
"ts-node": "~8.3.0",
"typescript": "~4.8.4"
}
}