{ "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 eleventy --serve --quiet", "build": "bunx eleventy", "build-action": "npx eleventy" }, "devDependencies": { "@types/bun": "^1.2.15" }, "dependencies": { "@11ty/eleventy": "^3.1.0", "@11ty/eleventy-plugin-rss": "^2.0.4", "@uncenter/eleventy-plugin-toc": "^1.0.3", "eleventy-plugin-vento": "^4.4.1", "limax": "^4.1.0", "luxon": "^3.6.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" } }