2024-10-03 03:39:32 +08:00
|
|
|
{
|
2025-12-30 10:49:38 +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"
|
|
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-03-21 21:34:48 +08:00
|
|
|
"build": "npx @11ty/eleventy",
|
|
|
|
|
"build-quiet": "npm run build -- --quiet",
|
|
|
|
|
"dev": "npm run build-quiet -- --serve"
|
2025-12-30 10:49:38 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-19 23:27:31 +08:00
|
|
|
"@11ty/eleventy": "^3.1.5",
|
2026-03-21 22:44:13 +08:00
|
|
|
"@11ty/eleventy-plugin-rss": "^3.0.0",
|
2026-04-12 11:15:43 +08:00
|
|
|
"@uncenter/eleventy-plugin-toc": "^2.1.1",
|
2026-03-19 23:28:57 +08:00
|
|
|
"eleventy-plugin-vento": "^5.4.2",
|
2026-03-19 23:28:15 +08:00
|
|
|
"limax": "^4.2.3",
|
2025-12-30 10:49:38 +08:00
|
|
|
"luxon": "^3.7.2",
|
|
|
|
|
"markdown-it-anchor": "^9.2.0",
|
|
|
|
|
"markdown-it-attrs": "^4.3.1",
|
|
|
|
|
"markdown-it-bracketed-spans": "^1.0.1",
|
2026-03-21 23:08:56 +08:00
|
|
|
"pinyin": "^4.0.0"
|
2025-12-30 10:49:38 +08:00
|
|
|
}
|
2025-05-09 18:40:21 +08:00
|
|
|
}
|