aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-17 03:02:24 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-17 04:27:36 +0100
commita1b2a399efd9ff1c8b3b0dfd71b59c7de28728ea (patch)
tree5ab36193b22554346d26d5aca8198ca4402fd5b8 /web/package.json
parentd26852105463a51d5b71eb70fdaba787f0914030 (diff)
downloadFirmament-a1b2a399efd9ff1c8b3b0dfd71b59c7de28728ea.tar.gz
Firmament-a1b2a399efd9ff1c8b3b0dfd71b59c7de28728ea.tar.bz2
Firmament-a1b2a399efd9ff1c8b3b0dfd71b59c7de28728ea.zip
feat(web): Add hero image and navbar
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json4
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"
}
}