diff options
Diffstat (limited to 'web/package.json')
-rw-r--r-- | web/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json index 8400a6b..bcad1c7 100644 --- a/web/package.json +++ b/web/package.json @@ -10,8 +10,10 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.13", "@astrojs/check": "^0.9.4", + "@astrojs/tailwind": "^5.1.2", + "astro": "^4.16.13", + "tailwindcss": "^3.4.15", "typescript": "^5.6.3" } } |