Files

31 lines
928 B
JSON
Executable File

{
"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": {
"build": "npx @11ty/eleventy",
"build-quiet": "npm run build -- --quiet",
"dev": "npm run build-quiet -- --serve"
},
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.1.6",
"@11ty/eleventy-navigation": "^1.0.5",
"@11ty/eleventy-plugin-rss": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@uncenter/eleventy-plugin-toc": "^2.1.1",
"@zachleat/details-utils": "^2.0.2",
"eleventy-plugin-embed-everything": "^1.21.1",
"eleventy-plugin-vento": "^5.4.2",
"eleventy-plugin-wordcount-extended": "^0.2.1",
"luxon": "^3.7.2",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^5.0.0",
"markdown-it-bracketed-spans": "^1.0.1"
}
}