This commit is contained in:
sundae 2026-03-06 11:03:17 +02:00
commit 4972cbe693
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
40 changed files with 499 additions and 286 deletions

View file

@ -1,5 +1,5 @@
{
"name": "sunbun's-neocities",
"name": "bunny website",
"version": "1.0.0",
"description": "",
"main": "index.js",
@ -11,9 +11,9 @@
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "github:11ty/eleventy",
"@11ty/eleventy": "^3.1.2",
"date-fns": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it": "^14.1.1",
"markdown-it-anchor": "^9.2.0"
}
}