Files
siblinghood/package.json
T

21 lines
572 B
JSON
Raw Normal View History

2026-09-10 20:06:29 +02:00
{
"name": "",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
2026-09-17 19:41:44 -07:00
"dev": "rm -rf _site && npx @11ty/eleventy --serve --quiet --output _site"
2026-09-10 20:06:29 +02:00
},
"author": "Lee Cattarin",
"license": "AGPL-3.0-only",
"type": "module",
"devDependencies": {
"@11ty/eleventy": "^3.1.5",
"@11ty/eleventy-img": "^6.0.4",
2026-09-17 19:41:44 -07:00
"@11ty/eleventy-navigation": "^1.0.5",
2026-09-10 20:06:29 +02:00
"@mdit/plugin-attrs": "^0.25.1",
2026-09-17 19:41:44 -07:00
"luxon": "^3.7.2",
"markdown-it-link-attributes": "https://github.com/lee0c/markdown-it-link-attributes/tarball/main"
2026-09-10 20:06:29 +02:00
}
}