This commit is contained in:
2025-04-06 21:49:44 +02:00
parent 7d64ee11bf
commit 466e1dcdce
44 changed files with 1780 additions and 1520 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
"start": "ng serve --host 0.0.0.0 & http-server ../bizmatch-server",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
@@ -12,6 +12,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^19.2.5",
"@angular/cdk": "^19.2.8",
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
@@ -33,7 +34,6 @@
"browser-bunyan": "^1.8.0",
"dayjs": "^1.11.13",
"express": "^4.18.2",
"flowbite": "^3.1.2",
"jwt-decode": "^4.0.0",
"ngx-currency": "^19.0.0",
"ngx-image-cropper": "^9.1.5",
@@ -55,6 +55,7 @@
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"http-server": "^14.1.1",
"jasmine-core": "~5.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
@@ -63,4 +64,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2"
}
}
}