31 lines
913 B
JSON
31 lines
913 B
JSON
{
|
|
"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": {
|
|
"start": "bunx @11ty/eleventy --serve --quiet",
|
|
"build": "bunx @11ty/eleventy",
|
|
"build-action": "npx @11ty/eleventy"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.19"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.1.2",
|
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
|
"eleventy-plugin-vento": "^4.5.1",
|
|
"limax": "^4.1.0",
|
|
"luxon": "^3.7.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"
|
|
}
|
|
}
|