Files
Blog/package.json
2024-11-21 20:16:51 -05:00

48 lines
1.3 KiB
JSON

{
"name": "chris-kaczor-blog",
"version": "1.0.0",
"description": "Blog.",
"type": "module",
"scripts": {
"build": "npx @11ty/eleventy",
"build-nocolor": "cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"start-ghpages": "npx @11ty/eleventy --serve --quiet",
"debug": "cross-env DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/ckaczor/Blog.git"
},
"author": {
"name": "Chris Kaczor",
"email": "chris@kaczor.us",
"url": "https://chriskaczor.com/"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/ckaczor/Blog/issues"
},
"homepage": "https://github.com/ckaczor/Blog",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"cross-env": "^7.0.3",
"luxon": "^3.5.0",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.1"
},
"dependencies": {
"@zachleat/heading-anchors": "^1.0.1"
}
}