chore: initial template commit

This commit is contained in:
Gitea Bootstrap
2026-05-06 09:21:40 +00:00
commit 39c4f9b496
9 changed files with 616 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"dependencies": {
"daisyui": "^5.5.18"
},
"scripts": {
"build-craft": "npm install && vite build"
},
"devDependencies": {
"vite": "^7.3.1",
"tailwindcss": "^4.2.1",
"@tailwindcss/vite": "^4.2.1"
}
}