33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "helenchong.dev",
|
|
"description": "Helen Chong's developer portfolio and blog website.",
|
|
"author": "Helen Chong",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.helenchong.dev/helenchong/helenchong.dev.git"
|
|
},
|
|
"scripts": {
|
|
"start": "bunx @11ty/eleventy --serve --quiet",
|
|
"build": "bunx @11ty/eleventy",
|
|
"build-action": "npx @11ty/eleventy"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.17"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.1.2",
|
|
"@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",
|
|
"eleventy-plugin-vento": "^4.5.0",
|
|
"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"
|
|
}
|
|
}
|