-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1009 Bytes
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
{
"name": "campus-map",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"server": "node src/server.js"
},
"dependencies": {
"@angular/animations": "^21.2.14",
"@angular/cdk": "^21.2.14",
"@angular/common": "^21.2.14",
"@angular/compiler": "^21.2.14",
"@angular/core": "^21.2.14",
"@angular/forms": "^21.2.14",
"@angular/material": "^21.2.14",
"@angular/platform-browser": "^21.2.14",
"@angular/router": "^21.2.14",
"@ngrx/signals": "^21.0.0",
"@supabase/supabase-js": "^2.108.2",
"json-server": "^0.17.4",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
"zone.js": "^0.16.2"
},
"devDependencies": {
"@angular/build": "^21.2.14",
"@angular/cli": "^21.2.14",
"@angular/compiler-cli": "^21.2.14",
"@types/leaflet": "^1.9.8",
"@types/leaflet-draw": "^1.0.11",
"@types/node": "^26.0.0",
"typescript": "^5.9.3"
}
}