leilukin-site/package.json

22 lines
532 B
JSON
Raw Normal View History

2024-04-06 03:57:28 +00:00
{
"name": "neocities-leilukin",
"module": "index.ts",
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"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
2024-04-11 12:16:05 +00:00
"@11ty/eleventy": "^2.0.1",
2024-04-11 12:18:03 +00:00
"@11ty/eleventy-plugin-rss": "^1.2.0",
2024-04-11 12:16:05 +00:00
"@11ty/eleventy-plugin-webc": "^0.11.2",
2024-04-11 12:17:11 +00:00
"eleventy-plugin-metagen": "^1.8.3",
"eleventy-plugin-nesting-toc": "^1.3.0",
2024-04-11 12:16:05 +00:00
"install": "^0.13.0"
2024-04-06 03:57:28 +00:00
}
}