2024-04-06 22:17:13 +08:00
|
|
|
{
|
|
|
|
|
"name": "helenclx.github.io",
|
|
|
|
|
"scripts": {
|
2024-07-18 23:41:56 +08:00
|
|
|
"start": "bunx eleventy --serve --quiet",
|
|
|
|
|
"build": "bunx eleventy",
|
|
|
|
|
"build-ghpages": "bunx eleventy"
|
2024-04-06 22:17:13 +08:00
|
|
|
},
|
2024-07-19 01:54:22 +08:00
|
|
|
"type": "module",
|
2024-04-06 22:17:13 +08:00
|
|
|
"devDependencies": {
|
2024-07-18 23:23:30 +08:00
|
|
|
"@types/bun": "^1.1.6"
|
2024-04-06 22:17:13 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-07-18 22:50:48 +08:00
|
|
|
"@11ty/eleventy": "^3.0.0-alpha.17",
|
2024-04-09 15:56:01 +08:00
|
|
|
"@11ty/eleventy-img": "^4.0.2",
|
2024-04-21 00:27:12 +08:00
|
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
2024-07-18 22:50:48 +08:00
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.2",
|
2024-06-03 11:45:16 +08:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
2024-04-13 13:49:40 +08:00
|
|
|
"@11tyrocks/eleventy-plugin-emoji-readtime": "^1.0.1",
|
2024-07-18 22:50:48 +08:00
|
|
|
"bun": "^1.1.20",
|
2024-04-15 17:13:25 +08:00
|
|
|
"eleventy-plugin-embed-everything": "^1.18.2",
|
2024-05-07 13:45:47 +08:00
|
|
|
"eleventy-plugin-metagen": "^1.8.3",
|
2024-07-19 16:02:52 +08:00
|
|
|
"markdown-it-anchor": "^9.0.1",
|
2024-05-07 13:45:47 +08:00
|
|
|
"markdown-it-attrs": "^4.1.6",
|
|
|
|
|
"markdown-it-bracketed-spans": "^1.0.1"
|
2024-04-06 22:17:13 +08:00
|
|
|
}
|
|
|
|
|
}
|