summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-05-23 14:49:52 +0200
committerYuval Adam <_@yuv.al>2025-05-23 14:49:52 +0200
commit25c5c2c1ee824c92141e799b00577088ff41d09c (patch)
treefbfbf4c22b3080d30cdc08e82023a4802d4fe8fa /package.json
parente999e18d0a182705f7fc8c2676f25f236755ec5b (diff)
Add tailwind
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7e08b99..a1f385d 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,8 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.8.0"
+ "@tailwindcss/vite": "^4.1.7",
+ "astro": "^5.8.0",
+ "tailwindcss": "^4.1.7"
}
-} \ No newline at end of file
+}