feat: add tailwindcss

This commit is contained in:
2025-04-05 11:06:58 +02:00
parent 994005b81f
commit 9618ac791e
6 changed files with 878 additions and 21 deletions

View File

@@ -18,9 +18,11 @@
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.30.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.0",
"vite": "^6.2.5"
},
@@ -33,4 +35,4 @@
"esbuild"
]
}
}
}