leilukin-site/package.json

39 lines
1.4 KiB
JSON

{
"name": "leilukin-site",
"description": "Leilukin's personal and hobby website.",
"author": "Leilukin",
"repository": {
"type": "git",
"url": "https://git.32bit.cafe/Leilukin/leilukin-site"
},
"scripts": {
"build-11ty": "bunx @11ty/eleventy",
"start-11ty": "bun run build-11ty --serve --quiet",
"create-search-index": "bunx -y pagefind --site _site",
"build": "bun build-11ty --quiet && bun create-search-index",
"start": "bun run build --serve"
},
"type": "module",
"devDependencies": {
"@types/bun": "^1.2.12"
},
"dependencies": {
"@11ty/eleventy": "^3.1.0-beta.1",
"@11ty/eleventy-fetch": "^5.0.2",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@uncenter/eleventy-plugin-toc": "^1.0.3",
"@zachleat/details-utils": "^2.0.2",
"eleventy-plugin-embed-everything": "^1.21.0",
"eleventy-plugin-vento": "^4.2.1",
"eleventy-plugin-wordcount-extended": "^0.2.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attribution": "^0.1.4",
"markdown-it-attrs": "^4.3.1",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0"
}
}