feat: add sharp dependency for image processing

This commit is contained in:
Thuan Bui
2026-04-06 20:11:27 +07:00
parent 864420bd08
commit 8b1ed936db
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@
"lite-youtube-embed": "^0.3.4", "lite-youtube-embed": "^0.3.4",
"rehype-unwrap-images": "^1.0.0", "rehype-unwrap-images": "^1.0.0",
"remark-reading-time": "^2.0.2", "remark-reading-time": "^2.0.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.1.18",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"unist-util-visit": "^5.1.0" "unist-util-visit": "^5.1.0"
+3
View File
@@ -44,6 +44,9 @@ importers:
remark-reading-time: remark-reading-time:
specifier: ^2.0.2 specifier: ^2.0.2
version: 2.1.0 version: 2.1.0
sharp:
specifier: ^0.34.5
version: 0.34.5
tailwindcss: tailwindcss:
specifier: ^4.1.18 specifier: ^4.1.18
version: 4.2.2 version: 4.2.2