diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 01726dc..626f43f 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/tailwind": "^6.0.2", "@fortawesome/fontawesome-free": "^7.2.0", + "@tailwindcss/vite": "^4.0.0", "astro": "^6.3.7", "astro-single-file": "^1.1.0", "html-minifier-terser": "^7.2.0", "jsdom": "^29.1.1", - "tailwindcss": "^4.3.0" + "tailwindcss": "^4.0.0" } } |
