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