-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 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
{
"scripts": {
"ng": "ng",
"start": "node server.js",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.10",
"@angular/animations": "^18.2.10",
"@angular/cdk": "^18.2.10",
"@angular/cli": "^18.2.10",
"@angular/compiler": "^18.2.10",
"@angular/compiler-cli": "^18.2.10",
"@angular/core": "^18.2.10",
"@angular/material": "^18.2.10",
"@angular/platform-browser": "^18.2.10",
"@angular/platform-browser-dynamic": "^18.2.10",
"@angular/router": "^18.2.10",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.10",
"@types/jasmine": "^5.1.7",
"@types/leaflet": "^1.9.4",
"zone.js": "^0.14.10"
},
"dependencies": {
"@abacritt/angularx-social-login": "^2.3.0",
"@angular/common": "^18.2.10",
"@angular/forms": "^18.2.10",
"@angular/localize": "^18.2.10",
"@angular/material-moment-adapter": "^18.2.10",
"@asymmetrik/ngx-leaflet": "^18.0.1",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"axios": "^1.7.9",
"bib2json": "^0.0.1",
"bootstrap": "^5.3.7",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"ngx-ellipsis": "^5.0.1",
"ngx-material-timepicker": "^13.1.1",
"popper.js": "^1.16.1",
"typescript": "^5.4.10"
}
}