-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 6.78 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 6.78 KB
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
144
145
146
147
148
149
150
151
{
"name": "golden-sample-app",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"analyze": "webpack-bundle-analyzer dist/golden-sample-app/stats.json",
"ng": "nx",
"start": "nx serve",
"start:mocks": "npm run mock-server & nx serve -c=development",
"start:nl": "nx serve golden-sample-app:serve:nl",
"start:docker": "docker-compose up --build",
"test": "nx run-many --target=test --all",
"build": "nx build --configuration=production",
"build:stats": "ng build --configuration=production --stats-json",
"build:docker": "docker build -t golden-sample-app:latest .",
"build:start:docker": "rm -rf ./dist && npm run build && npm run start:docker",
"mock-server": "node ./mock-server/mock-server.js -- golden-sample-app",
"affected:build": "nx affected:build --configuration=production",
"affected:lint": "nx affected:lint",
"affected:test": "nx affected:test",
"xi18n": "ng extract-i18n golden-sample-app --output-path=apps/golden-sample-app/src/locale && xliffmerge --profile apps/golden-sample-app/src/xliffmerge.json nl-NL",
"e2e": "npm run e2e-test-mocks && npm run e2e-test-sndbx-ci",
"e2e-test-mocks": "(npm run mock-server &) && sleep 2 && nx run golden-sample-app-e2e:e2e-mocks",
"e2e-test-sndbx-all": "nx run golden-sample-app-e2e:e2e-localhost-sndbx",
"e2e-test-sndbx-ci": "nx run golden-sample-app-e2e:e2e-localhost-sndbx --args='--project=localhost-sndbx-chrome --grep=@ephemeral'",
"e2e-test-responsive": "(npm run mock-server &) && sleep 2 && nx run golden-sample-app-e2e:e2e-visual",
"e2e-update-snapshots": "npx playwright test --config=apps/golden-sample-app-e2e/playwright.localhost-mocks.config.ts --project 'localhost-mocks-visual-chrome' --grep '@visual' --update-snapshots --workers=1",
"e2e-update-snapshots:linux": "docker run --rm -v \"$(pwd):/work\" -w /work mcr.microsoft.com/playwright:v1.52.0 bash -c 'npm ci && (node ./mock-server/mock-server.js -- golden-sample-app &) && sleep 3 && ./node_modules/.bin/playwright test --config=apps/golden-sample-app-e2e/playwright.localhost-mocks.config.ts --project=localhost-mocks-visual-chrome --grep=@visual --update-snapshots --workers=1'",
"e2e-test-a11y": "(npm run mock-server &) && sleep 2 && nx run golden-sample-app-e2e:e2e-a11y",
"lint": "nx run-many --all --target=lint",
"format": "prettier --write \"{apps,libs}/**/*.{ts,md,html}\" \"!{apps,libs}/**/coverage\" ",
"format:check": "prettier --list-different \"{apps,libs}/**/*.{ts,md}\" \"!{apps,libs}/**/coverage\"",
"docs:build": "markdown-include .markdown.json",
"prepare": "npx nx g extract-e2e-tests",
"report-generate": "npx allure-commandline generate dist/.playwright/apps/golden-sample-app-e2e/reports/allure -o allure-report --clean",
"report": "npm run report-generate && npx allure-commandline open allure-report",
"report-allure-old": "npx allure-commandline generate dist/.playwright/apps/golden-sample-app-e2e/reports/allure -o allure-report --clean && npx allure-commandline open allure-report",
"report:playwright": "npx playwright show-report dist/.playwright/apps/golden-sample-app-e2e/reports/html",
"kill-mocks": "lsof -ti:9999 | xargs kill -9",
"kill-app": "lsof -ti:4200 | xargs kill -9"
},
"private": true,
"engines": {
"node": "^22.15.0 || ^24.14.0",
"npm": "^11"
},
"dependencies": {
"@angular/animations": "21.2.6",
"@angular/cdk": "21.2.4",
"@angular/common": "21.2.6",
"@angular/compiler": "21.2.6",
"@angular/core": "21.2.6",
"@angular/forms": "21.2.6",
"@angular/localize": "21.2.6",
"@angular/platform-browser": "21.2.6",
"@angular/platform-browser-dynamic": "21.2.6",
"@angular/router": "21.2.6",
"@backbase/accesscontrol-v3-http-ang": "4.0.1",
"@backbase/arrangement-manager-http-ang": "5.2.0",
"@backbase/foundation-ang": "14.0.0",
"@backbase/identity-auth": "7.0.1",
"@backbase/initiate-payment-journey-ang": "8.1.6",
"@backbase/internal-identity-model": "7.1.2",
"@backbase/select-context": "12.1.6",
"@backbase/transactions-http-ang": "5.3.0",
"@backbase/ui-ang": "15.0.4",
"@ng-bootstrap/ng-bootstrap": "20.0.0",
"@ng-select/ng-select": "21.5.2",
"@ngrx/component-store": "21.1.0",
"@ngrx/effects": "21.1.0",
"@ngrx/operators": "21.1.0",
"@ngrx/signals": "21.1.0",
"@ngrx/store": "21.1.0",
"@ngrx/store-devtools": "21.1.0",
"@ngx-formly/core": "^6.3.12",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/auto-instrumentations-web": "^0.33.1",
"@opentelemetry/context-zone": "^1.17.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.43.0",
"@opentelemetry/instrumentation": "^0.43.0",
"@opentelemetry/resources": "^1.17.0",
"@opentelemetry/sdk-trace-web": "^1.17.0",
"@opentelemetry/semantic-conventions": "^1.34.0",
"angular-oauth2-oidc": "^20.0.0",
"bignumber.js": "^9.1.1",
"bootstrap": "^5.3.7",
"ngx-cookie-service": "21.3.1",
"ngx-mask": "21.0.1",
"ngx-quill": "30.0.1",
"quill": "2.0.3",
"rxjs": "7.8.2",
"tslib": "^2.3.1",
"zone.js": "0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.5",
"@angular-devkit/core": "21.2.5",
"@angular-devkit/schematics": "21.2.5",
"@angular/cli": "21.2.5",
"@angular/compiler-cli": "21.2.6",
"@angular/language-service": "21.2.6",
"@axe-core/playwright": "^4.10.1",
"@backbase/nx-plugin": "6.0.1",
"@faker-js/faker": "^9.7.0",
"@ng-apimock/core": "^3.11.0",
"@ng-apimock/dev-interface": "^3.2.1",
"@nx/angular": "22.6.2",
"@nx/eslint": "22.6.2",
"@nx/eslint-plugin": "22.6.2",
"@nx/jest": "22.6.2",
"@nx/js": "22.6.2",
"@nx/playwright": "22.6.2",
"@nx/workspace": "22.6.2",
"@playwright/test": "1.52.0",
"@schematics/angular": "21.2.5",
"@types/jest": "^30.0.0",
"@types/node": "^24.12.0",
"@typescript-eslint/utils": "^8.33.1",
"allure-commandline": "^2.32.0",
"allure-js-commons": "3.1.0",
"allure-playwright": "3.1.0",
"angular-eslint": "21.3.1",
"autoprefixer": "^10.4.0",
"axe-html-reporter": "^2.2.11",
"dotenv": "^16.4.7",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-playwright": "^2.2.0",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"jest-marbles": "^3.1.1",
"jest-preset-angular": "16.0.0",
"jsonc-eslint-parser": "^2.1.0",
"markdown-include": "^0.4.3",
"ng-packagr": "21.2.2",
"ngx-i18nsupport": "^0.17.1",
"nx": "22.6.2",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "^2.8.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "~5.9.0",
"typescript-eslint": "^8.33.1",
"webpack-bundle-analyzer": "^4.5.0"
},
"overrides": {
"ngx-mask": "$ngx-mask"
}
}