-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.61 KB
/
package.json
File metadata and controls
55 lines (55 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
53
54
55
{
"title": "application",
"name": "application",
"version": "0.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production",
"build:bfh": "ng build --configuration bfh",
"watch": "ng build --watch --configuration development",
"lint": "ng lint",
"format": "npm run lint --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.8",
"@angular/cdk": "^19.2.11",
"@angular/common": "^19.2.8",
"@angular/compiler": "^19.2.8",
"@angular/core": "^19.2.8",
"@angular/forms": "^19.2.8",
"@angular/localize": "^19.2.8",
"@angular/material": "^19.2.11",
"@angular/platform-browser": "^19.2.8",
"@angular/platform-browser-dynamic": "^19.2.8",
"@angular/router": "^19.2.8",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@oblique/oblique": "^13.2.0",
"@popperjs/core": "^2.11.8",
"@types/node": "^22.15.3",
"file-saver": "^2.0.5",
"jwt-decode": "^4.0.0",
"ol": "^10.5.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^19.2.9",
"@angular/cli": "^19.2.9",
"@angular/compiler-cli": "^19.2.8",
"@eslint/js": "^9.25.1",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.14",
"angular-eslint": "^19.3.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.6",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.31.1"
}
}