diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-19 19:31:58 +0200 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-19 19:31:58 +0200 |
| commit | c893326b3d4c2bcd7ba4bc9448ca7a374af53456 (patch) | |
| tree | b730352ee0399ffcc034ff139c797985e592eadd /package.json | |
| parent | e435718c4dd6e956dc1748689a6156129650c250 (diff) | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
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 +} |
