add sharp. remove node < 18 limit coz astro/image

This commit is contained in:
Surjith S M
2022-12-27 19:26:10 +05:30
parent 140dd1969c
commit 49d8294aaf
3 changed files with 198 additions and 16 deletions

View File

@@ -26,9 +26,10 @@
"tailwindcss": "^3.0.24"
},
"engines": {
"node": ">=16.0.0 <18.0.0"
"node": ">=16.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7"
"@tailwindcss/typography": "^0.5.7",
"sharp": "^0.31.3"
}
}