{ "name": "@11ty/eleventy-base-webc", "version": "1.0.0", "description": "A minimalist bare-bones starter project using Eleventy and WebC.", "type": "module", "scripts": { "build": "npx @11ty/eleventy", "start": "npx @11ty/eleventy --serve --quiet --incremental", "debug": "DEBUG=Eleventy* npx @11ty/eleventy", "benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy" }, "repository": { "type": "git", "url": "git://github.com/11ty/eleventy-base-webc.git" }, "author": { "name": "Zach Leatherman", "email": "zachleatherman@gmail.com", "url": "https://zachleat.com/" }, "license": "MIT", "engines": { "node": ">=18" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/11ty" }, "bugs": { "url": "https://github.com/11ty/eleventy-base-webc/issues" }, "homepage": "https://github.com/11ty/eleventy-base-webc#readme", "devDependencies": { "@11ty/eleventy": "^3.0.0" }, "dependencies": { "@11ty/eleventy-img": "^6.0.4", "@11ty/eleventy-plugin-rss": "^2.0.4", "@11ty/eleventy-plugin-webc": "^0.11.2", "@11ty/is-land": "^4.0.0", "@arborium/arborium": "^2.14.0", "@js-temporal/polyfill": "^0.5.1", "eleventy-plugin-gen-favicons": "^1.1.3", "hyphen": "^1.14.1", "sharp": "^0.34.5" } }