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",
|
2025-05-14 22:32:45 +08:00
|
|
|
"url": "https://git.helenchong.dev/helenchong/helenchong-blog.git"
|
2025-05-09 18:40:21 +08:00
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "bunx eleventy --serve --quiet",
|
2025-05-14 10:11:30 +08:00
|
|
|
"build": "bunx eleventy",
|
|
|
|
|
"build-action": "npx eleventy"
|
2025-05-09 18:40:21 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-06-01 21:28:09 +08:00
|
|
|
"@types/bun": "^1.2.15"
|
2025-05-09 18:40:21 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-14 00:20:55 +08:00
|
|
|
"@11ty/eleventy": "^3.1.0",
|
2025-05-09 18:40:21 +08:00
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
|
|
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
2025-06-01 21:28:32 +08:00
|
|
|
"eleventy-plugin-vento": "^4.4.1",
|
2025-05-09 18:40:21 +08:00
|
|
|
"limax": "^4.1.0",
|
|
|
|
|
"luxon": "^3.6.1",
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|