leilukin-site/package.json

31 lines
970 B
JSON

{
"name": "leilukin-site",
"scripts": {
"start": "bunx @11ty/eleventy --serve --quiet",
"build": "bunx @11ty/eleventy"
},
"type": "module",
"devDependencies": {
"@types/bun": "^1.1.9"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0-alpha.20",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@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.19.0",
"eleventy-plugin-metagen": "^1.8.3",
"eleventy-plugin-wordcount-extended": "^0.2.1",
"install": "^0.13.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attribution": "^0.1.4",
"markdown-it-attrs": "^4.2.0",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"slugify": "^1.6.6"
}
}