forked from onecx/onecx-help-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 5.19 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "onecx-help-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": "ng build",
"clean": "npm cache clean --force && npm run clean-angular",
"clean-angular": "ng cache clean",
"start": "ng serve --configuration=development --proxy-config=proxy.conf.js",
"prepare": "husky install",
"lint": "ng lint",
"eslint": "eslint --quiet --ext .js,.ts src",
"format": "ng lint --fix",
"browsers": "npx browserslist",
"test": "ng test",
"test:ci": "ng 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.4",
"@angular/animations": "^18.1.1",
"@angular/cdk": "^18.1.1",
"@angular/common": "^18.1.1",
"@angular/compiler": "^18.1.1",
"@angular/core": "^18.1.1",
"@angular/elements": "^18.1.1",
"@angular/forms": "^18.1.1",
"@angular/platform-browser": "^18.1.1",
"@angular/platform-browser-dynamic": "^18.1.1",
"@angular/router": "^18.1.1",
"@ngneat/error-tailor": "^5.0.1",
"@ngneat/falso": "^7.2.0",
"@ngrx/effects": "^18.0.1",
"@ngrx/router-store": "^18.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@onecx/accelerator": "^5.2.0",
"@onecx/angular-accelerator": "^5.2.0",
"@onecx/angular-auth": "^5.2.0",
"@onecx/angular-integration-interface": "^5.2.0",
"@onecx/angular-remote-components": "^5.2.0",
"@onecx/angular-testing": "^5.2.0",
"@onecx/angular-webcomponents": "^5.2.0",
"@onecx/integration-interface": "^5.2.0",
"@onecx/keycloak-auth": "^5.2.0",
"@onecx/portal-integration-angular": "^5.2.0",
"@onecx/portal-layout-styles": "^5.2.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"file-saver": "^2.0.5",
"keycloak-angular": "^16.0.1",
"ngx-color": "^9.0.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.18.5",
"rxjs": "7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.1",
"@angular-devkit/core": "^18.1.3",
"@angular-devkit/schematics": "^18.1.1",
"@angular-eslint/builder": "^18.1.0",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular-eslint/eslint-plugin-template": "^18.1.0",
"@angular-eslint/schematics": "^18.1.0",
"@angular-eslint/template-parser": "^18.1.0",
"@angular/cli": "~18.1.1",
"@angular/compiler-cli": "^18.1.1",
"@angular/language-service": "^18.1.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@docusaurus/module-type-aliases": "~3.4.0",
"@jscutlery/semver": "^5.2.2",
"@openapitools/openapi-generator-cli": "^2.13.4",
"@schematics/angular": "^18.1.1",
"@storybook/addon-essentials": "8.2.5",
"@storybook/angular": "8.2.5",
"@storybook/core-server": "8.2.7",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "^1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "^1.7.1",
"@swc/helpers": "0.5.12",
"@types/jasmine": "~5.1.4",
"@types/node": "~20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.1.1",
"jasmine-core": "~5.2.0",
"jasmine-spec-reporter": "^7.0.0",
"jsonc-eslint-parser": "^2.4.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-sonarqube-unit-reporter": "^0.0.23",
"msw": "^2.3.5",
"msw-storybook-addon": "^2.0.3",
"ng-packagr": "18.1.0",
"ngx-build-plus": "^18.0.0",
"ngx-translate-testing": "^7.0.0",
"postcss": "8.4.39",
"postcss-import": "~16.1.0",
"postcss-preset-env": "~9.6.0",
"postcss-url": "~10.1.3",
"prettier": "^3.3.3",
"sonar-scanner": "^3.1.0",
"sonarqube-scanner": "^4.0.1",
"style-loader": "^4.0.0",
"tailwindcss": "3.4.7",
"ts-node": "10.9.2",
"typescript": "5.5",
"url-loader": "^4.1.1",
"webpack": "^5.93.0",
"webpack-merge": "^6.0.1"
}
}