chore(core): install primeng and tailwind

This commit is contained in:
2025-08-20 18:20:02 +02:00
parent cc7eb48fe1
commit 613263731d
14 changed files with 1628 additions and 482 deletions

View File

@@ -28,7 +28,12 @@
"@angular/forms": "^20.2.0",
"@angular/platform-browser": "^20.2.0",
"@angular/router": "^20.2.0",
"@primeuix/themes": "^1.2.3",
"@tailwindcss/vite": "^4.1.12",
"primeng": "^20.0.1",
"rxjs": "~7.8.0",
"tailwindcss": "^4.1.12",
"tailwindcss-primeui": "^0.6.1",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
@@ -45,4 +50,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.2"
}
}
}