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 6
/
package.json
79 lines (79 loc) · 2.54 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"title": "cc-management-ui",
"name": "cc-management-ui",
"version": "4.12.0",
"scripts": {
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"release": "node scripts/release.js",
"prerelease": "npm run lint && npm test -- --configuration production && npm run build -- --configuration production",
"supportedBrowsers": "echo \"export const supportedBrowsers = $(browserslist-useragent-regexp --allowHigherVersions);\" > ./src/app/supportedBrowsers.ts",
"lint": "ng lint",
"format": "npm run lint -- --fix",
"prepare": "husky install"
},
"private": true,
"jestSonar": {
"reportPath": "./coverage/sonarQube",
"reportFile": "sqr.xml",
"indent": 4,
"sonar56x": true
},
"husky": {
"hooks": {
"pre-commit": "ng lint"
}
},
"dependencies": {
"@angular/animations": "^14.2.10",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.2.10",
"@angular/compiler": "^14.2.10",
"@angular/core": "^14.2.10",
"@angular/forms": "^14.2.10",
"@angular/localize": "^14.2.10",
"@angular/material": "^14.2.7",
"@angular/material-moment-adapter": "^14.2.7",
"@angular/platform-browser": "^14.2.10",
"@angular/platform-browser-dynamic": "^14.2.10",
"@angular/router": "^14.2.10",
"@ngx-translate/core": "^14.0.0",
"@oblique/oblique": "^9.3.0",
"@popperjs/core": "^2.11.6",
"angular-auth-oidc-client": "^14.1.5",
"core-js": "^3.26.1",
"moment": "^2.29.1",
"rxjs": "~7.5.7",
"time-input-polyfill": "^1.0.10",
"tslib": "^2.4.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "^14.0.2",
"@angular-devkit/build-angular": "^14.2.9",
"@angular-eslint/builder": "^14.2.0",
"@angular-eslint/eslint-plugin": "^14.2.0",
"@angular-eslint/eslint-plugin-template": "^14.2.0",
"@angular-eslint/schematics": "^14.2.0",
"@angular-eslint/template-parser": "^14.2.0",
"@angular/cli": "^14.2.9",
"@angular/compiler-cli": "^14.2.10",
"@angular/language-service": "^14.2.10",
"@types/jest": "^28.1.1",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"browserslist-useragent-regexp": "^4.0.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.2",
"jest": "^28.1.3",
"jest-environment-jsdom": "^29.3.1",
"jest-sonar-reporter": "^2.0.0",
"prettier": "^2.3.1",
"ts-node": "^10.9.1",
"typescript": "~4.6.4"
}
}