-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 4.36 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 4.36 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
{
"name": "terminfinder",
"version": "0.0.0",
"author": "Copyright © 2022-2023 Dataport AöR",
"description": "Erstelle Umfragen und komme mit deinen Leuten auf einen Nenner!",
"license": "EUPL-1.2",
"scripts": {
"backend-mock": "node backend-mock/server.js",
"start": "ng serve --configuration production",
"start-docker": "docker image build --build-arg APP_FILES=dist -t terminfinder-docker:0.0.0 .",
"test": "npm run prebuild && ng test",
"build": "ng build --configuration production",
"build-docker": "ng build --configuration production",
"compare-locales": "node compare-locales.js",
"lint": "npm run prebuild && ng lint",
"lint-fix": "npm run prebuild && ng lint --fix",
"format": "prettier . --check",
"format-fix": "prettier . --write",
"format-lint-fix": "npm run format-fix && npm run lint-fix",
"prestart": "node --env-file=.env/.start.env prebuild.js",
"prebuild": "node --env-file=.env/.build.env prebuild.js",
"prebuild-docker": "node --env-file=.env/.docker.env prebuild.js",
"generate-sbom": "npx @cyclonedx/cyclonedx-npm --omit dev --omit optional --omit peer --output-file src/sbom.json",
"ci-cypress": "(npm run http-server &) && (npx cypress run --expose baseHref=http://localhost:4200,apiUrl=http://localhost:4200,customerId=22222222-2222-2222-2222-222222222222)",
"ci-cypress-concurrently": "concurrently \"npm run http-server\" \"npx cypress run --expose baseHref=http://localhost:4200,apiUrl=http://localhost:4200,customerId=22222222-2222-2222-2222-222222222222\"",
"http-server": "npx http-server dist/browser -c-1 -s -p 4200",
"cy-verify": "npx cypress verify",
"cy-info": "npx cypress info",
"cy-version": "npx cypress version",
"cy-cache-list": "npx cypress cache list",
"cy-open-local": "npx cypress open --expose baseHref=http://localhost:4200,apiUrl=http://localhost:4200,customerId=11111111-1111-1111-1111-111111111111"
},
"private": true,
"engines": {
"node": "22.x || 24.x"
},
"dependencies": {
"@angular-devkit/architect": "0.2003.18",
"@angular/animations": "20.3.17",
"@angular/common": "20.3.17",
"@angular/compiler": "20.3.17",
"@angular/core": "20.3.17",
"@angular/forms": "20.3.17",
"@angular/localize": "20.3.17",
"@angular/platform-browser": "20.3.17",
"@angular/platform-browser-dynamic": "20.3.17",
"@angular/router": "20.3.17",
"@ng-bootstrap/ng-bootstrap": "19.0.1",
"@ngx-translate/core": "16.0.4",
"@ngx-translate/http-loader": "16.0.1",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.8",
"calendar-link": "2.11.0",
"core-js": "3.48.0",
"dompurify": "3.3.2",
"moment": "2.30.1",
"ngx-clipboard": "16.0.0",
"ngx-toastr": "19.1.0",
"rxjs": "7.8.2",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.18",
"@angular-eslint/builder": "20.7.0",
"@angular-eslint/eslint-plugin": "20.7.0",
"@angular-eslint/eslint-plugin-template": "20.7.0",
"@angular-eslint/schematics": "20.7.0",
"@angular-eslint/template-parser": "20.7.0",
"@angular/cli": "20.3.18",
"@angular/compiler-cli": "20.3.17",
"@angular/language-service": "20.3.17",
"@cyclonedx/cyclonedx-npm": "4.2.0",
"@cypress/schematic": "5.0.0",
"@fortawesome/fontawesome-free": "7.2.0",
"@stylistic/eslint-plugin": "5.9.0",
"@types/jest": "30.0.0",
"@types/node": "25.3.2",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"btoa": "1.2.1",
"concurrently": "9.2.1",
"cors": "2.8.6",
"cypress": "15.11",
"dayjs": "1.11.19",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "29.15.0",
"eslint-plugin-jsdoc": "62.7.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.5.5",
"express": "5.2.1",
"http-server": "14.1.1",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"ngx-translate-testing": "7.0.0",
"prettier": "3.8.1",
"prettier-eslint": "16.4.2",
"prettier-plugin-multiline-arrays": "4.1.4",
"typescript": "5.9.3",
"typescript-eslint": "8.56.1",
"uuid": "13.0.0"
},
"overrides": {
"ajv": "8.18.0",
"eslint": {
"ajv": "^6.12.4"
},
"eslintrc": {
"ajv": "^6.12.4"
},
"rollup": "^4.59.0"
}
}