Add webtui, tailwind and biome

This commit is contained in:
Nikita Pozdniakov
2026-04-29 12:46:56 +03:00
parent 80bc9acf71
commit 7fd0ae8a6b
8 changed files with 880 additions and 17 deletions

View File

@@ -15,6 +15,12 @@
"preinstall": "node ./scripts/enforce-pnpm.mjs"
},
"dependencies": {
"astro": "^5.16.10"
"@tailwindcss/vite": "^4.2.4",
"@webtui/css": "^0.1.7",
"astro": "^6.1.8",
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"@biomejs/biome": "2.4.13"
}
}