2024-04-06 22:17:13 +08:00
|
|
|
{
|
2025-05-09 18:28:05 +08:00
|
|
|
"name": "helenchong.dev",
|
|
|
|
|
"description": "Helen Chong's developer portfolio and blog website.",
|
|
|
|
|
"author": "Helen Chong",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-05-15 00:02:35 +08:00
|
|
|
"url": "https://git.helenchong.dev/helenchong/helenchong.dev.git"
|
2025-05-09 18:28:05 +08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2025-06-24 21:17:19 +08:00
|
|
|
"start": "bunx @11ty/eleventy --serve --quiet",
|
|
|
|
|
"build": "bunx @11ty/eleventy",
|
|
|
|
|
"build-action": "npx @11ty/eleventy"
|
2025-05-09 18:28:05 +08:00
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"devDependencies": {
|
2025-06-25 10:33:34 +08:00
|
|
|
"@types/bun": "^1.2.17"
|
2025-05-09 18:28:05 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-06-25 10:33:05 +08:00
|
|
|
"@11ty/eleventy": "^3.1.2",
|
2025-05-09 18:28:05 +08:00
|
|
|
"@11ty/eleventy-navigation": "^1.0.4",
|
|
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
|
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
|
|
|
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
|
|
|
|
"@zachleat/details-utils": "^2.0.2",
|
|
|
|
|
"eleventy-plugin-embed-everything": "^1.21.0",
|
2025-06-16 16:54:25 +08:00
|
|
|
"eleventy-plugin-vento": "^4.5.0",
|
2025-05-09 18:28:05 +08:00
|
|
|
"eleventy-plugin-wordcount-extended": "^0.2.1",
|
|
|
|
|
"markdown-it-anchor": "^9.2.0",
|
|
|
|
|
"markdown-it-attrs": "^4.3.1",
|
|
|
|
|
"markdown-it-bracketed-spans": "^1.0.1"
|
|
|
|
|
}
|
|
|
|
|
}
|