From a1b2a399efd9ff1c8b3b0dfd71b59c7de28728ea Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 17 Nov 2024 03:02:24 +0100 Subject: feat(web): Add hero image and navbar --- web/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/package.json') 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" } } -- cgit