2024-04-06 03:57:28 +00:00
|
|
|
{
|
|
|
|
"name": "neocities-leilukin",
|
2024-04-06 12:59:50 +00:00
|
|
|
"scripts": {
|
2024-04-11 12:10:36 +00:00
|
|
|
"start": "bunx @11ty/eleventy --serve --quiet",
|
|
|
|
"build": "bunx @11ty/eleventy"
|
2024-04-06 12:59:50 +00:00
|
|
|
},
|
2024-04-06 03:57:28 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/bun": "latest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-11 12:16:05 +00:00
|
|
|
"@11ty/eleventy": "^2.0.1",
|
2024-04-18 12:22:49 +00:00
|
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
2024-04-11 12:18:03 +00:00
|
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
2024-04-13 07:00:22 +00:00
|
|
|
"@11tyrocks/eleventy-plugin-emoji-readtime": "^1.0.1",
|
2024-05-26 03:27:12 +00:00
|
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
2024-05-22 07:35:10 +00:00
|
|
|
"@zachleat/details-utils": "^2.0.2",
|
2024-04-15 10:21:10 +00:00
|
|
|
"eleventy-plugin-embed-everything": "^1.18.2",
|
2024-04-11 12:17:11 +00:00
|
|
|
"eleventy-plugin-metagen": "^1.8.3",
|
2024-04-12 17:54:48 +00:00
|
|
|
"install": "^0.13.0",
|
2024-05-22 12:14:46 +00:00
|
|
|
"markdown-it-anchor": "^9.0.1",
|
2024-05-09 12:12:22 +00:00
|
|
|
"markdown-it-attribution": "^0.1.4",
|
2024-05-06 10:43:37 +00:00
|
|
|
"markdown-it-attrs": "^4.1.6",
|
2024-05-06 12:15:51 +00:00
|
|
|
"markdown-it-bracketed-spans": "^1.0.1",
|
2024-05-06 12:26:53 +00:00
|
|
|
"markdown-it-deflist": "^3.0.0",
|
2024-05-17 14:13:56 +00:00
|
|
|
"markdown-it-footnote": "^4.0.0",
|
2024-04-12 17:54:48 +00:00
|
|
|
"slugify": "^1.6.6"
|
2024-04-06 03:57:28 +00:00
|
|
|
}
|
|
|
|
}
|