summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-05-21 17:59:44 +0200
committerYuval Adam <_@yuv.al>2025-05-21 17:59:44 +0200
commitf043c0bae4242f117bf3ea545228709e11db6a2e (patch)
treeb761d07e5559650f90116dba73bcedf93ed6cc76 /package.json
parent10a5f6c5d9280bd375db64f6581d9a554ce2c496 (diff)
Initial guide
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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
+}