add tailwind + daisy ui

This commit is contained in:
Schneider Roland
2025-11-14 08:25:14 +01:00
parent 327c641137
commit cbede30d65
15 changed files with 730 additions and 352 deletions

View File

@@ -28,7 +28,11 @@
"@angular/forms": "^20.3.0",
"@angular/platform-browser": "^20.3.0",
"@angular/router": "^20.3.0",
"@tailwindcss/postcss": "^4.1.17",
"daisyui": "^5.4.5",
"postcss": "^8.5.6",
"rxjs": "~7.8.0",
"tailwindcss": "^4.1.17",
"tslib": "^2.3.0"
},
"devDependencies": {
@@ -44,4 +48,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.2"
}
}
}