leilukin-site/package.json

31 lines
970 B
JSON
Raw Normal View History

2024-04-06 03:57:28 +00:00
{
2024-09-05 16:58:17 +00:00
"name": "leilukin-site",
2024-04-06 12:59:50 +00:00
"scripts": {
2024-04-11 12:10:36 +00:00
"start": "bunx @11ty/eleventy --serve --quiet",
2024-05-30 06:17:07 +00:00
"build": "bunx @11ty/eleventy"
2024-04-06 12:59:50 +00:00
},
2024-07-18 18:08:10 +00:00
"type": "module",
2024-04-06 03:57:28 +00:00
"devDependencies": {
2024-08-24 14:28:54 +00:00
"@types/bun": "^1.1.7"
2024-04-06 03:57:28 +00:00
},
"dependencies": {
2024-09-05 16:59:28 +00:00
"@11ty/eleventy": "^3.0.0-alpha.19",
2024-08-20 01:16:00 +00:00
"@11ty/eleventy-fetch": "^4.0.1",
2024-04-18 12:22:49 +00:00
"@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",
2024-05-22 07:35:10 +00:00
"@zachleat/details-utils": "^2.0.2",
"eleventy-plugin-embed-everything": "^1.18.2",
2024-04-11 12:17:11 +00:00
"eleventy-plugin-metagen": "^1.8.3",
"eleventy-plugin-wordcount-extended": "^0.2.1",
"install": "^0.13.0",
2024-05-22 12:14:46 +00:00
"markdown-it-anchor": "^9.0.1",
2024-05-09 12:12:22 +00:00
"markdown-it-attribution": "^0.1.4",
2024-08-22 10:49:52 +00:00
"markdown-it-attrs": "^4.2.0",
"markdown-it-bracketed-spans": "^1.0.1",
2024-05-06 12:26:53 +00:00
"markdown-it-deflist": "^3.0.0",
2024-05-17 14:13:56 +00:00
"markdown-it-footnote": "^4.0.0",
"slugify": "^1.6.6"
2024-04-06 03:57:28 +00:00
}
}