feat: Initialize BizMatch application with core UI components, routing, listing pages, backend services, migration scripts, and vulnerability management.

This commit is contained in:
Timo
2026-01-03 23:05:38 +01:00
parent e32e43d17f
commit e3e726d8ca
42 changed files with 1478 additions and 1579 deletions

View File

@@ -18,18 +18,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.3",
"@angular/cdk": "^18.0.6",
"@angular/common": "^18.1.3",
"@angular/compiler": "^18.1.3",
"@angular/core": "^18.1.3",
"@angular/fire": "^18.0.1",
"@angular/forms": "^18.1.3",
"@angular/platform-browser": "^18.1.3",
"@angular/platform-browser-dynamic": "^18.1.3",
"@angular/platform-server": "^18.1.3",
"@angular/router": "^18.1.3",
"@angular/ssr": "^18.2.21",
"@angular/animations": "^19.2.16",
"@angular/cdk": "^19.1.5",
"@angular/common": "^19.2.16",
"@angular/compiler": "^19.2.16",
"@angular/core": "^19.2.16",
"@angular/fire": "^19.2.0",
"@angular/forms": "^19.2.16",
"@angular/platform-browser": "^19.2.16",
"@angular/platform-browser-dynamic": "^19.2.16",
"@angular/platform-server": "^19.2.16",
"@angular/router": "^19.2.16",
"@angular/ssr": "^19.2.16",
"@bluehalo/ngx-leaflet": "^18.0.2",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-free": "^6.7.2",
@@ -63,14 +63,14 @@
"tslib": "^2.6.3",
"urlcat": "^3.1.0",
"uuid": "^10.0.0",
"zone.js": "~0.14.7",
"zone.js": "~0.15.0",
"stripe": "^19.3.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.3",
"@angular/cli": "^18.1.3",
"@angular/compiler-cli": "^18.1.3",
"@angular-devkit/build-angular": "^19.2.16",
"@angular/cli": "^19.2.16",
"@angular/compiler-cli": "^19.2.16",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.14.9",
@@ -84,6 +84,6 @@
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5"
"typescript": "~5.7.2"
}
}