Files
helenchong-blog/package.json

31 lines
913 B
JSON
Raw Normal View History

2024-10-03 03:39:32 +08:00
{
2025-05-09 18:40:21 +08:00
"name": "helenchong-blog",
"description": "Helen Chong's personal blog.",
"author": "Helen Chong",
"repository": {
"type": "git",
"url": "https://git.helenchong.dev/helenchong/helenchong-blog.git"
2025-05-09 18:40:21 +08:00
},
"type": "module",
"scripts": {
2025-06-25 10:41:41 +08:00
"start": "bunx @11ty/eleventy --serve --quiet",
"build": "bunx @11ty/eleventy",
"build-action": "npx @11ty/eleventy"
2025-05-09 18:40:21 +08:00
},
"devDependencies": {
"@types/bun": "^1.2.19"
2025-05-09 18:40:21 +08:00
},
"dependencies": {
2025-06-25 10:42:15 +08:00
"@11ty/eleventy": "^3.1.2",
2025-05-09 18:40:21 +08:00
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@uncenter/eleventy-plugin-toc": "^1.0.3",
"eleventy-plugin-vento": "^4.5.1",
2025-05-09 18:40:21 +08:00
"limax": "^4.1.0",
2025-08-03 10:19:10 +08:00
"luxon": "^3.7.1",
2025-05-09 18:40:21 +08:00
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-bracketed-spans": "^1.0.1",
"sort-by-pinyin": "^0.1.3"
}
}