summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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 702bed0..6134976 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,9 @@
"@astrojs/mdx": "^4.3.7",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
+ "@tailwindcss/vite": "^4.1.14",
"astro": "^5.14.6",
- "sharp": "^0.34.3"
+ "sharp": "^0.34.3",
+ "tailwindcss": "^4.1.14"
}
-} \ No newline at end of file
+}