-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
98 lines (98 loc) · 3.7 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
{
"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": "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",
"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 --env baseHref=http://localhost:4200,apiUrl=http://localhost:4200,customerId=22222222-2222-2222-2222-222222222222)",
"http-server": "npx http-server dist -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 --env baseHref=http://localhost:4200,apiUrl=http://localhost:4200,customerId=11111111-1111-1111-1111-111111111111"
},
"private": true,
"engines": {
"node": ">=20.16.0"
},
"dependencies": {
"@angular-devkit/architect": "0.1703.10",
"@angular/animations": "17.3.12",
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
"@angular/forms": "17.3.12",
"@angular/localize": "17.3.12",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"calendar-link": "2.6.0",
"core-js": "3.8.3",
"mobile-detect": "1.4.5",
"moment": "2.30.1",
"ngx-clipboard": "16.0.0",
"ngx-toastr": "^19.0.0",
"rxjs": "7.8.1",
"tslib": "2.5.2",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.10",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.3.10",
"@angular/compiler-cli": "17.3.12",
"@angular/language-service": "17.3.12",
"@cyclonedx/cyclonedx-npm": "1.16.1",
"@cypress/schematic": "2.5.1",
"@types/jest": "29.5.12",
"@types/node": "18.19.10",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/experimental-utils": "5.62.0",
"@typescript-eslint/parser": "6.20.0",
"btoa": "1.2.1",
"clipboardy": "4.0.0",
"cors": "2.7.2",
"cypress": "13.6.3",
"dayjs": "1.11.10",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"express": "4.19.2",
"font-awesome": "4.7.0",
"http-server": "14.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"moment-timezone": "0.5.45",
"ngx-translate-testing": "7.0.0",
"nodemon": "3.1.0",
"ts-node": "10.9.1",
"typemoq": "2.1.0",
"typescript": "5.3.3",
"uuid": "8.3.2"
}
}