This commit is contained in:
2026-07-24 13:14:49 +02:00
parent 8c42077112
commit f5154a87e0
78 changed files with 4474 additions and 453 deletions
+5 -2
View File
@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --host 0.0.0.0 --port 4200",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
@@ -19,13 +19,16 @@
"@angular/material": "^22.0.4",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"ngx-cookie-service": "^22.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
"tslib": "^2.3.0",
"uuid": "^14.0.1"
},
"devDependencies": {
"@angular/build": "^22.0.6",
"@angular/cli": "^22.0.6",
"@angular/compiler-cli": "^22.0.0",
"@openapitools/openapi-generator-cli": "^2.40.0",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"typescript": "~6.0.2",