website/package.json
2026-03-06 11:03:17 +02:00

19 lines
395 B
JSON

{
"name": "bunny website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"date-fns": "^4.1.0",
"markdown-it": "^14.1.1",
"markdown-it-anchor": "^9.2.0"
}
}