diff options
| author | Yuval Adam <_@yuv.al> | 2025-08-15 20:23:42 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-08-15 20:23:42 +0200 |
| commit | e64ad7d4f8ba59e61f42eba39b7343d0b8c45933 (patch) | |
| tree | ffb94f728375a60a05b3f435c819d27ecba616b6 /package.json | |
| parent | c5af1f54e9a0c7b63ff525ce9a357500f25e93b9 (diff) | |
Move tailwind typography into dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json index a706876..97a884d 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@astrojs/react": "^4.3.0", "@astrojs/sitemap": "^3.5.0", "@tailwindcss/vite": "^4.1.5", + "@tailwindcss/typography": "^0.5.16", "@types/netmask": "^2.0.5", "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", @@ -21,8 +22,5 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.5" - }, - "devDependencies": { - "@tailwindcss/typography": "^0.5.16" } -} +}
\ No newline at end of file |
