Files
spoonfairies/package.json
T
inherentlee 54a8b51566
continuous-integration/drone/push Build is passing
small updates to package.json
2026-09-24 09:31:25 -07:00

24 lines
722 B
JSON

{
"name": "Spoonfairies",
"version": "1.0.0",
"description": "find the services you need from others who need you",
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
"dev": "rm -rf _site && npx @11ty/eleventy --serve --quiet"
},
"author": "Lee Cattarin",
"license": "AGPL-3.0-only",
"type": "module",
"devDependencies": {
"@11ty/eleventy": "^3.1.5",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.5",
"@mdit/plugin-attrs": "^0.25.1",
"@zachleat/heading-anchors": "^1.0.5",
"lodash-es": "^4.18.1",
"luxon": "^3.7.2",
"markdown-it-anchor": "^10.0.0",
"markdown-it-link-attributes": "https://github.com/lee0c/markdown-it-link-attributes/tarball/main"
}
}