This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.7 KB
/
package.json
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
{
"name": "ha-ui",
"version": "1.0.11",
"scripts": {
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"format": "npm run lint -- --fix && node_modules/prettier/bin-prettier.js --write 'src/**/{*.ts,*.html}'",
"postinstall": "husky install"
},
"private": true,
"jestSonar": {
"reportPath": "./coverage/sonarQube",
"reportFile": "sqr.xml",
"indent": 4,
"sonar56x": true
},
"dependencies": {
"@angular/animations": "^11.2.1",
"@angular/cdk": "^11.2.1",
"@angular/common": "^11.2.1",
"@angular/compiler": "^11.2.1",
"@angular/core": "^11.2.1",
"@angular/forms": "^11.2.1",
"@angular/localize": "^11.2.1",
"@angular/material": "^11.2.1",
"@angular/material-moment-adapter": "^11.2.1",
"@angular/platform-browser": "^11.2.1",
"@angular/platform-browser-dynamic": "^11.2.1",
"@angular/router": "^11.2.1",
"@ngx-translate/core": "^13.0.0",
"@oblique/oblique": "^6.0.1",
"angular-auth-oidc-client": "^11.5.1",
"moment": "^2.29.1",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/jest": "^11.0.0",
"@angular-devkit/build-angular": "^0.1102.1",
"@angular/cli": "^11.2.1",
"@angular/compiler-cli": "^11.2.1",
"@angular/language-service": "^11.2.1",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.28",
"codelyzer": "^6.0.0",
"husky": "^5.0.9",
"jest": "^26.6.1",
"jest-sonar-reporter": "^2.0.0",
"prettier": "^2.1.2",
"ts-node": "^8.10.2",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "~4.0.7"
}
}