-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.96 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
{
"name": "hpo-web",
"version": "2.1.4",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:prod": "ng serve --configuration=production",
"build:sqa": "ng build --configuration=sqa",
"build:prod": "ng build --configuration=production",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci --coverage --watchAll=false",
"lint": "ng lint",
"fixlint": "ng lint --fix",
"e2e": "cypress run",
"e2e:open": "cypress open"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.16",
"@angular/cdk": "^20.2.14",
"@angular/common": "^20.3.16",
"@angular/compiler": "^20.3.16",
"@angular/core": "^20.3.16",
"@angular/forms": "^20.3.16",
"@angular/material": "^20.2.14",
"@angular/platform-browser": "^20.3.16",
"@angular/platform-browser-dynamic": "^20.3.16",
"@angular/router": "^20.3.16",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"rxjs": "^7.8.1",
"tailwindcss": "^3.4.17",
"tslib": "^1.11.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.16",
"@angular-eslint/builder": "18.4.3",
"@angular-eslint/eslint-plugin": "18.4.3",
"@angular-eslint/eslint-plugin-template": "18.4.3",
"@angular-eslint/schematics": "18.4.3",
"@angular-eslint/template-parser": "18.4.3",
"@angular/cli": "^20.3.16",
"@angular/compiler-cli": "^20.3.16",
"@angular/language-service": "^20.3.16",
"@types/jest": "^30.0.0",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"baseline-browser-mapping": "^2.9.11",
"cypress": "^13.17.0",
"eslint": "8.57.0",
"intl": "^1.2.5",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-preset-angular": "^14.5.5",
"tar": "^6.1.11",
"ts-node": "~8.6.2",
"typescript": "^5.9.3",
"webpack-dev-server": "^4.7.4"
}
}