add sharp. remove node < 18 limit coz astro/image
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user