2024-04-06 22:17:13 +08:00
|
|
|
{
|
2025-12-30 10:47:02 +08:00
|
|
|
"name": "helenchong.dev",
|
|
|
|
|
"description": "Helen Chong's developer portfolio and blog website.",
|
|
|
|
|
"author": "Helen Chong",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://git.helenchong.dev/helenchong/helenchong.dev.git"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-01-26 00:29:30 +08:00
|
|
|
"build": "pnpm exec eleventy",
|
|
|
|
|
"build-quiet": "pnpm build --quiet",
|
|
|
|
|
"dev": "pnpm build-quiet --serve"
|
2025-12-30 10:47:02 +08:00
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@11ty/eleventy": "^3.1.2",
|
|
|
|
|
"@11ty/eleventy-navigation": "^1.0.5",
|
|
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
|
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
|
|
|
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
|
|
|
|
"@zachleat/details-utils": "^2.0.2",
|
|
|
|
|
"eleventy-plugin-embed-everything": "^1.21.1",
|
2026-01-05 21:25:47 +08:00
|
|
|
"eleventy-plugin-vento": "^5.3.0",
|
2025-12-30 10:47:02 +08:00
|
|
|
"eleventy-plugin-wordcount-extended": "^0.2.1",
|
2026-01-26 00:16:34 +08:00
|
|
|
"luxon": "^3.7.2",
|
2026-02-18 23:25:56 +08:00
|
|
|
"markdown-it": "^14.1.1",
|
2025-12-30 10:47:02 +08:00
|
|
|
"markdown-it-anchor": "^9.2.0",
|
|
|
|
|
"markdown-it-attrs": "^4.3.1",
|
2026-01-26 00:16:34 +08:00
|
|
|
"markdown-it-bracketed-spans": "^1.0.1",
|
|
|
|
|
"slugify": "^1.6.6"
|
2025-12-30 10:47:02 +08:00
|
|
|
}
|
2025-05-09 18:28:05 +08:00
|
|
|
}
|