forked from onecx/onecx-tenant-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 4.51 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "onecx-tenant-ui",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"contributors": [
"OneCX Development Team <[email protected]>"
],
"config": {
"openapiYaml": "src/assets/api/openapi-bff.yaml",
"openapiOutput": "src/app/shared/generated"
},
"scripts": {
"build": "nx build --configuration=production",
"check": "ng lint --cache=true && npx prettier -c --cache .",
"clean": "npm cache clean --force && ng cache clean && rm -f .eslintcache && rm -f ./node_modules/.cache/prettier/.prettier-cache",
"lint": "nx lint --cache=true",
"format": "nx format:write --uncommitted",
"eslint": "eslint --quiet --ext .js,.ts src",
"browser": "npx browserslist",
"prepare": "husky",
"start": "nx serve",
"test": "nx test",
"test:ci": "nx test --watch=false --browsers=ChromeHeadless --code-coverage",
"karma": "rm -rf reports && npm run test:ci",
"sonar": "npx sonarqube-scanner -Dproject.settings=sonar-local-project.properties",
"apigen-cleanup": "rm -rf $npm_package_config_openapiOutput",
"apigen-format": "npx prettier $npm_package_config_openapiYaml --write && npx prettier $npm_package_config_openapiOutput/**/* --write",
"apigen-generate": "openapi-generator-cli generate -i $npm_package_config_openapiYaml -g typescript-angular -c apigen.yaml -o $npm_package_config_openapiOutput --type-mappings=AnyType=object,set=Array",
"apigen": "npm run apigen-cleanup && npm run apigen-generate && npm run apigen-format"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@angular-architects/module-federation": "18.0.6",
"@angular/animations": "^18.2.6",
"@angular/cdk": "^18.2.6",
"@angular/common": "^18.2.6",
"@angular/compiler": "^18.2.6",
"@angular/core": "^18.2.6",
"@angular/elements": "^18.2.6",
"@angular/forms": "^18.2.6",
"@angular/platform-browser": "^18.2.6",
"@angular/platform-browser-dynamic": "^18.2.6",
"@angular/router": "^18.2.6",
"@ngrx/component": "^18.0.1",
"@ngrx/effects": "^18.0.1",
"@ngrx/router-store": "^18.0.1",
"@ngrx/store": "^18.0.1",
"@ngrx/store-devtools": "^18.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@onecx/accelerator": "^5.18.1",
"@onecx/angular-accelerator": "^5.18.1",
"@onecx/angular-auth": "^5.18.1",
"@onecx/angular-integration-interface": "^5.18.1",
"@onecx/angular-webcomponents": "^5.18.1",
"@onecx/integration-interface": "^5.18.1",
"@onecx/keycloak-auth": "^5.18.1",
"@onecx/ngrx-accelerator": "^5.18.1",
"@onecx/nx-plugin": "1.8.1",
"@onecx/portal-integration-angular": "^5.18.1",
"@onecx/portal-layout-styles": "^5.18.1",
"@webcomponents/webcomponentsjs": "^2.8.0",
"fast-deep-equal": "^3.1.3",
"keycloak-angular": "^16.0.1",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.18.9",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.6",
"@angular-devkit/core": "^18.2.6",
"@angular-devkit/schematics": "^18.2.6",
"@angular-eslint/eslint-plugin": "~18.3.1",
"@angular-eslint/eslint-plugin-template": "~18.3.1",
"@angular-eslint/template-parser": "~18.3.1",
"@angular/cli": "^18.2.6",
"@angular/compiler-cli": "^18.2.6",
"@angular/language-service": "^18.2.6",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/angular": "19.8.2",
"@nx/eslint": "19.8.2",
"@nx/eslint-plugin": "19.6.2",
"@nx/jest": "19.8.2",
"@nx/js": "19.8.2",
"@nx/workspace": "19.5.3",
"@openapitools/openapi-generator-cli": "^2.13.5",
"@schematics/angular": "^18.1.2",
"@types/jest": "^29.5.12",
"@types/node": "22.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-marbles": "^3.1.0",
"jest-preset-angular": "~14.2.0",
"jest-sonar": "^0.2.16",
"jest-sonar-reporter": "^2.0.0",
"js-yaml": "^4.1.0",
"ngx-translate-testing": "^7.0.0",
"nx": "19.8.2",
"prettier": "^3.3.3",
"sonar-scanner": "^3.1.0",
"sonarqube-scanner": "^4.2.1",
"ts-jest": "^29.2.3",
"ts-node": "10.9.2",
"typescript": "~5.5"
}
}