website/package.json

19 lines
395 B
JSON
Raw Normal View History

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