Files

21 lines
572 B
JSON
Raw Permalink Normal View History

2026-08-26 00:46:38 +02:00
{
"name": "",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
"dev": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
},
"author": "Lee Cattarin",
"license": "AGPL-3.0-only",
"type": "module",
"devDependencies": {
"@11ty/eleventy": "^3.1.5",
"@11ty/eleventy-img": "^6.0.4",
2026-08-25 21:42:47 -07:00
"@11ty/eleventy-navigation": "^1.0.5",
2026-08-26 00:46:38 +02:00
"@mdit/plugin-attrs": "^0.25.1",
2026-09-15 18:03:48 -07:00
"luxon": "^3.7.2",
"markdown-it-link-attributes": "https://github.com/lee0c/markdown-it-link-attributes/tarball/main"
2026-08-26 00:46:38 +02:00
}
}