From c8f2e4a782c425a2b94d5b69238c189e2ddee1a7 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 13:38:05 +0000 Subject: [PATCH] Update package.json --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75b1fdc..8eb56ac 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "preinstall": "rm -f package-lock.json" }, "dependencies": { "@hookform/resolvers": "^4.1.0", @@ -43,6 +44,7 @@ "react-wrap-balancer": "^1.1.1", "reading-time": "^1.5.0", "remark-gfm": "^4.0.1", + "sharp": "^0.33.5", "styled-jsx": "^5.1.6", "tailwind-merge": "^3.0.1", "typescript": "^5.7.3", @@ -52,4 +54,4 @@ "eslint": "^8.57.0", "eslint-config-next": "15.2.6" } -} +} \ No newline at end of file