-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 982 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "helenchong.dev",
"description": "Helen Chong's developer portfolio and blog website.",
"author": "Helen Chong",
"repository": {
"type": "git",
"url": "https://github.com/helenclx/helenchong.dev.git"
},
"scripts": {
"start": "bunx eleventy --serve --quiet",
"build": "bunx eleventy",
"build-ghpages": "bunx eleventy"
},
"type": "module",
"devDependencies": {
"@types/bun": "^1.1.14"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^5.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@uncenter/eleventy-plugin-toc": "^1.0.3",
"@zachleat/details-utils": "^2.0.2",
"eleventy-plugin-embed-everything": "^1.19.0",
"eleventy-plugin-wordcount-extended": "^0.2.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.0",
"markdown-it-bracketed-spans": "^1.0.1"
}
}