New homepage

This commit is contained in:
kbe
2025-08-16 22:28:41 +02:00
parent 87af76f078
commit 31534b2c0c
6 changed files with 582 additions and 84 deletions

View File

@@ -7,13 +7,16 @@
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.13"
"@hotwired/turbo-rails": "^8.0.13",
"@radix-ui/react-slot": "^1.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cssnano": "^7.0.6",
"esbuild": "^0.25.4",
"pm2": "^6.0.5",
@@ -23,6 +26,8 @@
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"postcss-nesting": "^13.0.1",
"tailwindcss": "^4.1.4"
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.4",
"tailwindcss-animate": "^1.0.7"
}
}