feat: added sharp for image optimizations on nextjs

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna
2023-08-26 21:20:57 +05:30
committed by Mythie
parent 7a74f3c77e
commit 36b3b36ac8
3 changed files with 428 additions and 13 deletions

View File

@ -31,7 +31,8 @@
"react-icons": "^4.8.0",
"recharts": "^2.7.2",
"typescript": "5.1.6",
"zod": "^3.21.4"
"zod": "^3.21.4",
"sharp": "0.32.5"
},
"devDependencies": {
"@types/node": "20.1.0",