Files
unprompted/package.json
Stephen Donahue cd3fbc144f
All checks were successful
Deploy to S3 / deploy (push) Successful in 46s
add image support: eleventy-img plugin, hero images, responsive picture elements
2026-03-28 04:59:32 +00:00

14 lines
243 B
JSON

{
"name": "unprompted",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve --watch"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0"
}
}