This repository was archived by the owner on Mar 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.57 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.57 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
{
"name": "alba-web-client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration production",
"build": "ng build",
"watch": "ng serve --configuration development",
"build-watch": "ng build --watch --configuration production",
"test": "ng test --browsers=ChromeHeadless --watch=false",
"test-watch": "ng test --browsers=ChromeHeadless",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
"validate": "yarn npm audit --environment production --severity moderate --recursive",
"clean": "rimraf dist",
"reset": "rimraf --glob dist node_modules coverage *.log",
"extract-translations": "ng extract-i18n"
},
"private": true,
"engines": {
"node": ">=22.11.1"
},
"dependencies": {
"@angular/cdk": "^20.2.3",
"@angular/common": "^20.2.4",
"@angular/compiler": "^20.2.4",
"@angular/core": "^20.2.4",
"@angular/forms": "^20.3.9",
"@angular/material": "^20.2.3",
"@angular/platform-browser": "^20.2.4",
"@angular/platform-browser-dynamic": "^20.2.4",
"@angular/router": "^20.3.2",
"@fortawesome/angular-fontawesome": "0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@tv2media/logger": "^2.0.2",
"@types/node": "22",
"ngx-device-detector": "^9.0.0",
"rxjs": "~7.5.0",
"tslib": "~2.8.1",
"uuid": "^9.0.1",
"zod": "^4.1.11",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-eslint/builder": "20.2.0",
"@angular-eslint/eslint-plugin": "20.5.0",
"@angular-eslint/eslint-plugin-template": "20.6.0",
"@angular-eslint/schematics": "20.2.0",
"@angular-eslint/template-parser": "20.2.0",
"@angular/build": "^20.2.2",
"@angular/cli": "~20.2.2",
"@angular/compiler-cli": "^20.3.9",
"@angular/language-service": "^20.3.0",
"@angular/localize": "20.2.4",
"@types/jasmine": "~4.0.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"@typestrong/ts-mockito": "^2.7.12",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.1.3",
"jasmine-core": "~4.3.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-extract-i18n-merge": "2.8.3",
"ng-mocks": "^14.13.5",
"prettier": "^3.6.2",
"prettier-eslint": "^16.4.2",
"rimraf": "^5.0.5",
"typescript": "~5.9.2"
},
"packageManager": "yarn@3.6.3"
}