Files

24 lines
722 B
JSON
Raw Permalink Normal View History

2026-09-23 22:48:26 +02:00
{
2026-09-24 09:31:25 -07:00
"name": "Spoonfairies",
2026-09-23 22:48:26 +02:00
"version": "1.0.0",
2026-09-24 09:31:25 -07:00
"description": "find the services you need from others who need you",
2026-09-23 22:48:26 +02:00
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
2026-09-24 09:31:25 -07:00
"dev": "rm -rf _site && npx @11ty/eleventy --serve --quiet"
2026-09-23 22:48:26 +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-23 16:25:59 -07:00
"@11ty/eleventy-navigation": "^1.0.5",
2026-09-23 22:48:26 +02:00
"@mdit/plugin-attrs": "^0.25.1",
2026-09-23 16:25:59 -07:00
"@zachleat/heading-anchors": "^1.0.5",
"lodash-es": "^4.18.1",
2026-09-23 22:48:26 +02:00
"luxon": "^3.7.2",
"markdown-it-anchor": "^10.0.0",
"markdown-it-link-attributes": "https://github.com/lee0c/markdown-it-link-attributes/tarball/main"
}
}