-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.69 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
{
"name": "angular-project-template",
"private": true,
"scripts": {
"start": "ng serve web --proxy-config proxy.conf.json",
"build": "ng build web",
"test": "ng test web --watch=false",
"test:watch": "ng test web",
"test:i18n": "node scripts/check-i18n.js",
"test:responsive": "node scripts/check-responsive.js",
"test:darkmode": "node scripts/check-darkmode.js",
"test:quality": "npm run test:i18n && npm run test:responsive && npm run test:darkmode",
"i18n:extract": "transloco-keys-manager extract",
"prepare": "husky"
},
"dependencies": {
"@angular/animations": "^22.0.1",
"@angular/common": "^22.0.1",
"@angular/compiler": "^22.0.1",
"@angular/core": "^22.0.1",
"@angular/forms": "^22.0.1",
"@angular/platform-browser": "^22.0.1",
"@angular/platform-browser-dynamic": "^22.0.1",
"@angular/router": "^22.0.1",
"@jsverse/transloco": "^8.4.0",
"@primeng/themes": "^21.0.4",
"chart.js": "^4.5.1",
"cors": "^2.8.6",
"express": "^5.2.1",
"primeicons": "^7.0.0",
"primeng": "^21.1.9",
"rxjs": "^7.8.0",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^22.0.1",
"@angular/cli": "^22.0.1",
"@angular/compiler-cli": "^22.0.1",
"@jsverse/transloco-keys-manager": "^8.1.0",
"@types/jasmine": "^5.1.4",
"@types/node": "^20.14.0",
"husky": "^9.1.7",
"istanbul-lib-instrument": "^6.0.3",
"jasmine-core": "^5.4.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "^6.0.3"
},
"packageManager": "[email protected]"
}