aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-17 19:47:53 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-17 20:15:57 +0100
commit219c362b21608a9bb763ee310b1125a50aa1a312 (patch)
tree813a39325b8192b48d8ece1598ca38a04cb141ce /package.json
parentFix research topic spacing on mobile (diff)
downloadblog-219c362b21608a9bb763ee310b1125a50aa1a312.tar.gz
blog-219c362b21608a9bb763ee310b1125a50aa1a312.tar.zst
blog-219c362b21608a9bb763ee310b1125a50aa1a312.zip
Add contacts section
Also enables responsive image optimization
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5421f8e..06c9ca3 100644
--- a/package.json
+++ b/package.json
@@ -54,6 +54,8 @@
54 "@types/node": "^20.11.28", 54 "@types/node": "^20.11.28",
55 "@types/react": "^18.2.66", 55 "@types/react": "^18.2.66",
56 "prettier": "^3.2.5", 56 "prettier": "^3.2.5",
57 "responsive-loader": "^3.1.2",
58 "sharp": "^0.33.2",
57 "typescript": "^5.4.2" 59 "typescript": "^5.4.2"
58 } 60 }
59} 61}