-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.7 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.7 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
{
"name": "swimresults",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start_prod": "ng serve --configuration production",
"start_dev": "ng serve --configuration test",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"build:master": "ng build",
"build:develop": "ng build --configuration test",
"test:test": "ng test --browsers=ChromeHeadless --watch=false --code-coverage",
"test:lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.4",
"@angular/cdk": "^20.0.3",
"@angular/common": "^20.0.4",
"@angular/compiler": "^20.0.4",
"@angular/core": "^20.0.4",
"@angular/forms": "^20.0.4",
"@angular/material": "^20.0.3",
"@angular/platform-browser": "^20.0.4",
"@angular/platform-browser-dynamic": "^20.0.4",
"@angular/router": "^20.0.4",
"@angular/service-worker": "^20.0.4",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"angular-oauth2-oidc": "^15.0.1",
"rxjs": "~7.8.0",
"safe-pipe": "^2.0.5-0",
"tslib": "^2.3.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.0.3",
"@angular/cli": "~20.0.3",
"@angular/compiler-cli": "^20.0.4",
"@eslint/js": "^9.29.0",
"@types/jasmine": "~4.3.0",
"angular-eslint": "^20.1.1",
"eslint": "^9.28.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.33.1"
}
}