local build

This commit is contained in:
root
2026-01-22 11:58:50 +00:00
parent 9d33eccabb
commit 3f285ca15f
3 changed files with 218 additions and 1288 deletions

2
.gitignore vendored
View File

@@ -36,7 +36,7 @@ yarn-error.log
/libpeerconnection.log
testem.log
/typings
/public/images/
# System files
.DS_Store
Thumbs.db

1484
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,13 +16,13 @@
},
"private": true,
"dependencies": {
"@angular/common": "^21.0.6",
"@angular/compiler": "^21.0.6",
"@angular/core": "^21.0.6",
"@angular/forms": "^21.0.6",
"@angular/platform-browser": "^21.0.6",
"@angular/router": "^21.0.6",
"@angular/service-worker": "^21.0.6",
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/router": "^21.1.0",
"@angular/service-worker": "^21.1.0",
"primeicons": "^7.0.0",
"primeng": "^21.0.3",
"rxjs": "~7.8.0",
@@ -30,9 +30,9 @@
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.0.6",
"@angular/cli": "^21.0.6",
"@angular/compiler-cli": "^21.0.6",
"@angular/build": "^21.1.0",
"@angular/cli": "^21.1.0",
"@angular/compiler-cli": "^21.1.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.13.0",
"karma": "~6.4.0",