Files
helenchong-blog/package.json

28 lines
718 B
JSON
Raw Permalink Normal View History

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