From dba6df942a4a93f9aecc8575ffcc1394453de2eb Mon Sep 17 00:00:00 2001 From: bacpactech Date: Fri, 31 May 2024 22:36:08 +0530 Subject: [PATCH] fix: added sharp for image optimization --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2578266..bd6ad06 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "react-parallax": "^3.5.1", "react-share": "^5.1.0", "react-type-animation": "^3.2.0", + "sharp": "^0.33.4", "storybook-addon-apollo-client": "^5.0.0", "swiper": "^11.0.7", "tailwind-merge": "^2.3.0",