diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-21 17:59:44 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-21 17:59:44 +0200 |
| commit | f043c0bae4242f117bf3ea545228709e11db6a2e (patch) | |
| tree | b761d07e5559650f90116dba73bcedf93ed6cc76 /package.json | |
| parent | 10a5f6c5d9280bd375db64f6581d9a554ce2c496 (diff) | |
Initial guide
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index e5540fb..47be3c8 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,8 @@ "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 +} |
