-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.61 KB
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
{
"name": "serenditree",
"version": "1.0.0",
"license": "",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"host": "yarn && ng serve --host 0.0.0.0 --port 8080",
"versions": "python dev/yarn.py",
"build": "ng build",
"lint": "ng lint",
"lint-fix": "ng lint --fix"
},
"dependencies": {
"@angular/cdk": "^22.0.2",
"@angular/common": "^22.0.2",
"@angular/compiler": "^22.0.2",
"@angular/core": "^22.0.2",
"@angular/forms": "^22.0.2",
"@angular/material": "^22.0.2",
"@angular/platform-browser": "^22.0.2",
"@angular/router": "^22.0.2",
"@angular/service-worker": "^22.0.2",
"@maplibre/ngx-maplibre-gl": "^21.0.2",
"@turf/turf": "^7.3.5",
"angularx-qrcode": "^21.0.5",
"chart.js": "^4.5.1",
"font-awesome": "^4.7.0",
"maplibre-gl": "^5.24.0",
"material-icons": "^1.13.14",
"material-symbols": "^0.45.2",
"normalize.css": "^8.0.1",
"rxjs": "^7.8.2",
"smoothscroll-polyfill": "^0.4.4",
"tslib": "^2.8.1",
"typeface-quicksand": "^1.1.13",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular/build": "^22.0.3",
"@angular/cli": "^22.0.3",
"@angular/compiler-cli": "^22.0.2",
"@angular/language-service": "^22.0.2",
"@types/node": "^26.0.0",
"angular-eslint": "^22.0.0",
"eslint": "^10.5.0",
"ts-node": "^10.9.2",
"typescript": "6.0.3",
"typescript-eslint": "~8.61.1"
}
}