leilukin-site/package.json

29 lines
898 B
JSON
Raw Normal View History

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