forked from OS2iot/OS2iot-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.53 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.53 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
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
{
"name": "os2iot-frontend",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.7",
"@angular/cdk": "^20.2.10",
"@angular/common": "^20.3.7",
"@angular/compiler": "^20.3.7",
"@angular/core": "^20.3.7",
"@angular/forms": "^20.3.7",
"@angular/localize": "^20.3.7",
"@angular/material": "^20.2.10",
"@angular/material-moment-adapter": "^20.2.10",
"@angular/platform-browser": "^20.3.7",
"@angular/platform-browser-dynamic": "^20.3.7",
"@angular/router": "^20.3.7",
"@auth0/angular-jwt": "^5.2.0",
"@fortawesome/angular-fontawesome": "^3.0.0",
"@fortawesome/fontawesome-free": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@popperjs/core": "^2.11.8",
"animate.css": "^4.1.1",
"bootstrap": "5.3.8",
"chart.js": "^4.5.1",
"file-saver": "^2.0.5",
"jwt-decode": "^4.0.0",
"leaflet": "1.9.4",
"leaflet-geosearch": "3.6.1",
"leaflet.fullscreen": "3.0.1",
"moment": "^2.30.1",
"monaco-editor": "^0.52.2",
"ng-inline-svg-2": "^20.0.1",
"ngx-cookie-service": "^20.1.0",
"ngx-monaco-editor-v2": "^20.3.0",
"ngx-papaparse": "^8.0.0",
"proj4": "2.20.2",
"proj4leaflet": "1.0.2",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.7",
"@angular/cli": "^20.3.7",
"@angular/compiler-cli": "^20.3.7",
"@ngrx/store-devtools": "^20.1.0",
"@types/jasmine": "~5.1.12",
"@types/jasminewd2": "~2.0.13",
"@types/jest": "^30.0.0",
"@types/leaflet": "1.9.17",
"@types/leaflet.fullscreen": "^3.0.3",
"@types/leaflet.markercluster": "1.5.3",
"@types/node": "^24.9.1",
"@types/proj4": "2.19.0",
"@types/proj4leaflet": "1.0.12",
"eslint": "^9.38.0",
"jasmine-core": "^5.12.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"leaflet.markercluster": "1.5.3",
"prettier": "^3.6.2",
"ts-node": "~10.9.2",
"tslint-angular": "^3.0.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "~5.8.3"
}
}