2024-04-06 22:17:13 +08:00
|
|
|
{
|
2024-09-06 00:57:43 +08:00
|
|
|
"name": "helenchong.dev",
|
2024-10-03 16:05:10 +08:00
|
|
|
"description": "Helen Chong's developer portfolio and blog website.",
|
|
|
|
|
"author": "Helen Chong",
|
2024-10-03 16:03:04 +08:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/helenclx/helenchong.dev.git"
|
|
|
|
|
},
|
2024-04-06 22:17:13 +08:00
|
|
|
"scripts": {
|
2024-07-18 23:41:56 +08:00
|
|
|
"start": "bunx eleventy --serve --quiet",
|
|
|
|
|
"build": "bunx eleventy",
|
|
|
|
|
"build-ghpages": "bunx eleventy"
|
2024-04-06 22:17:13 +08:00
|
|
|
},
|
2024-07-19 01:54:22 +08:00
|
|
|
"type": "module",
|
2024-04-06 22:17:13 +08:00
|
|
|
"devDependencies": {
|
2025-05-07 22:13:14 +08:00
|
|
|
"@types/bun": "^1.2.12"
|
2024-04-06 22:17:13 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-03 12:24:17 +08:00
|
|
|
"@11ty/eleventy": "^3.1.0-beta.1",
|
2025-05-09 17:27:26 +08:00
|
|
|
"@11ty/eleventy-fetch": "^5.1.0",
|
2025-04-30 01:31:20 +08:00
|
|
|
"@11ty/eleventy-navigation": "^1.0.4",
|
2025-05-09 17:27:26 +08:00
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
|
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
|
2024-07-19 16:31:50 +08:00
|
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
2024-07-19 16:35:19 +08:00
|
|
|
"@zachleat/details-utils": "^2.0.2",
|
2025-04-30 01:32:09 +08:00
|
|
|
"eleventy-plugin-embed-everything": "^1.21.0",
|
2025-05-03 11:15:02 +08:00
|
|
|
"eleventy-plugin-vento": "^4.2.1",
|
2024-09-05 23:29:37 +08:00
|
|
|
"eleventy-plugin-wordcount-extended": "^0.2.1",
|
2024-09-12 09:14:16 +08:00
|
|
|
"markdown-it-anchor": "^9.2.0",
|
2025-01-07 16:47:21 +08:00
|
|
|
"markdown-it-attrs": "^4.3.1",
|
2024-05-07 13:45:47 +08:00
|
|
|
"markdown-it-bracketed-spans": "^1.0.1"
|
2024-04-06 22:17:13 +08:00
|
|
|
}
|
|
|
|
|
}
|