"feat: Integrate new backend package for admin layout updates"

This commit is contained in:
2025-05-26 09:33:03 +02:00
parent b3961214b2
commit 00ca0d934c
5 changed files with 2542 additions and 15 deletions

2517
backend/app/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -24,6 +24,11 @@
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"postcss-selector-parser": "^6.0.13",
"tailwindcss": "^3.3.6"
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"vite": "^6.3.5"
}
}