changed to a non nx monorepo

This commit is contained in:
2025-02-14 18:35:39 -06:00
parent a4f77ac63a
commit 2f16c30dad
57 changed files with 20069 additions and 272 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --port=4202",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
@@ -14,11 +14,19 @@
"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/fire": "^19.0.0",
"@angular/forms": "^19.1.0",
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/router": "^19.1.0",
"@tailwindcss/postcss": "^4.0.6",
"fabric": "^5.4.1",
"firebase": "^11.3.1",
"firebase-admin": "^13.1.0",
"flowbite": "^3.1.2",
"postcss": "^8.5.2",
"rxjs": "~7.8.0",
"tailwindcss": "^4.0.6",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},