-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
141 lines (141 loc) · 5 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
{
"name": "onecx-product-store-ui",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"contributors": [
"OneCX Development Team <[email protected]>"
],
"config": {
"openapiYaml": "src/assets/api/product-store-bff-api.yaml",
"openapiOutput": "src/app/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": "15.0.0",
"@angular/animations": "15.2.7",
"@angular/cdk": "^15.2.7",
"@angular/common": "15.2.7",
"@angular/compiler": "15.2.7",
"@angular/core": "15.2.7",
"@angular/forms": "15.2.7",
"@angular/platform-browser": "15.2.7",
"@angular/platform-browser-dynamic": "15.2.7",
"@angular/router": "15.2.7",
"@ngneat/error-tailor": "^2.2.0",
"@ngneat/falso": "^6.4.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@onecx/accelerator": "^3.7.1",
"@onecx/integration-interface": "^3.7.1",
"@onecx/keycloak-auth": "^3.7.1",
"@onecx/portal-integration-angular": "^3.7.1",
"@onecx/portal-layout-styles": "^3.7.1",
"file-saver": "^2.0.5",
"i18n-iso-countries": "^7.6.0",
"ngx-color": "^8.0.3",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primeng": "15.2.1",
"rxjs": "7.8.1",
"tslib": "^2.5.0",
"zod": "^3.22.1",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.6",
"@angular-devkit/core": "15.2.6",
"@angular-devkit/schematics": "15.2.6",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "15.2.7",
"@angular/language-service": "15.2.7",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@docusaurus/module-type-aliases": "~2.4.0",
"@jscutlery/semver": "^2.30.1",
"@openapitools/openapi-generator-cli": "^2.6.0",
"@schematics/angular": "15.2.6",
"@storybook/addon-essentials": "7.0.4",
"@storybook/angular": "7.0.4",
"@storybook/core-server": "7.0.4 ",
"@svgr/webpack": "^7.0.0",
"@swc-node/register": "^1.6.5",
"@swc/cli": "~0.1.63",
"@swc/core": "^1.3.56",
"@swc/helpers": "0.5.1",
"@types/jasmine": "~3.10.0",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"autoprefixer": "10.4.14",
"chromatic": "^6.17.4",
"css-loader": "^6.7.3",
"cypress": "^12.11.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.3",
"jasmine-core": "~4.0.0",
"jasmine-spec-reporter": "^7.0.0",
"jsonc-eslint-parser": "^2.2.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-sonarqube-unit-reporter": "^0.0.23",
"msw": "^1.2.1",
"msw-storybook-addon": "^1.8.0",
"ng-packagr": "15.2.2",
"ngx-build-plus": "^14.0.0",
"ngx-translate-testing": "^6.1.0",
"postcss": "8.4.23",
"postcss-import": "~15.1.0",
"postcss-preset-env": "~9.3.0",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"sonarqube-scanner": "^3.3.0",
"style-loader": "^3.3.2",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"tailwindcss": "3.3.2",
"ts-node": "10.9.2",
"typescript": "4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.82.0",
"webpack-merge": "^5.8.0",
"winston": "^3.8.2"
}
}