Website version 6
v6.j0.lol
1{
2 "name": "@11ty/eleventy-base-webc",
3 "version": "1.0.0",
4 "description": "A minimalist bare-bones starter project using Eleventy and WebC.",
5 "type": "module",
6 "scripts": {
7 "build": "npx @11ty/eleventy",
8 "start": "npx @11ty/eleventy --serve --quiet --incremental",
9 "debug": "DEBUG=Eleventy* npx @11ty/eleventy",
10 "benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/11ty/eleventy-base-webc.git"
15 },
16 "author": {
17 "name": "Zach Leatherman",
18 "email": "zachleatherman@gmail.com",
19 "url": "https://zachleat.com/"
20 },
21 "license": "MIT",
22 "engines": {
23 "node": ">=18"
24 },
25 "funding": {
26 "type": "opencollective",
27 "url": "https://opencollective.com/11ty"
28 },
29 "bugs": {
30 "url": "https://github.com/11ty/eleventy-base-webc/issues"
31 },
32 "homepage": "https://github.com/11ty/eleventy-base-webc#readme",
33 "devDependencies": {
34 "@11ty/eleventy": "^3.0.0"
35 },
36 "dependencies": {
37 "@11ty/eleventy-img": "^6.0.4",
38 "@11ty/eleventy-plugin-rss": "^2.0.4",
39 "@11ty/eleventy-plugin-webc": "^0.11.2",
40 "@11ty/is-land": "^4.0.0",
41 "@arborium/arborium": "^2.14.0",
42 "@js-temporal/polyfill": "^0.5.1",
43 "eleventy-plugin-gen-favicons": "^1.1.3",
44 "hyphen": "^1.14.1",
45 "sharp": "^0.34.5"
46 }
47}