-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
124 lines (124 loc) · 4.78 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
{
"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": "nx serve -c=mocks",
"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": "nx e2e",
"e2e-test": "npx playwright test --project 'Web Chrome' --grep '@e2e'",
"e2e-test-responsive": "npx playwright test --project 'mobile-chrome' --grep '@visual.+@responsive|@responsive.+@visual' --workers=2",
"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\""
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.3",
"@angular/cdk": "^17.1.2",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.1.3",
"@angular/core": "^17.1.3",
"@angular/forms": "^17.1.3",
"@angular/localize": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@backbase/accesscontrol-v3-http-ang": "^2.0.0",
"@backbase/arrangement-manager-http-ang": "^4.0.0",
"@backbase/foundation-ang": "^10.3.5",
"@backbase/identity-auth": "^4.0.0",
"@backbase/initiate-payment-journey-ang": "5.1.0",
"@backbase/internal-accessgroup-shared-data-access": "4.1.0",
"@backbase/select-context-widget-ang": "8.2.0",
"@backbase/transactions-http-ang": "^4.0.0",
"@backbase/ui-ang": "^11.11.0",
"@material/animation": "^3.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "^12.0.0",
"@ngrx/component-store": "17.0.1",
"@ngrx/effects": "17.0.1",
"@ngrx/store": "17.0.1",
"@ngx-formly/core": "^6.3.10",
"@popperjs/core": "^2.10.2",
"angular-oauth2-oidc": "^17.0.0",
"bignumber.js": "^9.1.1",
"bootstrap": "^5.3.0",
"ngx-cookie-service": "^17.0.0",
"ngx-mask": "^17.1.8",
"ngx-quill": "^24.0.0",
"playwright": "1.41.2",
"postcss-preset-env": "^8.4.2",
"quill": "^1.3.7",
"rxjs": "^7.8.1",
"ts-morph": "^15.0.0",
"tslib": "^2.3.1",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.4",
"@angular-devkit/core": "17.3.11",
"@angular-devkit/schematics": "17.1.4",
"@angular-eslint/builder": "^17.5.3",
"@angular-eslint/eslint-plugin": "17.5.3",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/schematics": "^17.1.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.1.3",
"@dot-build/serve-and-run-angular": "^1.0.2",
"@ng-apimock/core": "^3.11.0",
"@ng-apimock/dev-interface": "^3.2.1",
"@nx/angular": "17.3.2",
"@nx/eslint-plugin": "17.3.2",
"@nx/jest": "17.3.2",
"@nx/js": "17.3.0",
"@nx/workspace": "17.3.2",
"@playwright/test": "1.42.1",
"@schematics/angular": "17.1.4",
"@types/jest": "^29.4.4",
"@types/node": "^18.19.62",
"@types/quill": "^1.3.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"allure-playwright": "^2.9.2",
"autoprefixer": "^10.4.20",
"dotenv": "^16.3.1",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-playwright": "^0.12.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"find-cache-dir": "^3.3.2",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.5.0",
"jest-marbles": "^3.0.3",
"jest-preset-angular": "14.1.0",
"ng-packagr": "17.1.2",
"ngx-i18nsupport": "^0.17.1",
"nx": "17.3.2",
"prettier": "^2.8.1",
"ts-jest": "29.2.5",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^5.3.3",
"webpack-bundle-analyzer": "^4.5.0",
"@nx/eslint": "17.3.2"
}
}