old website

This commit is contained in:
sundae 2025-06-11 10:09:06 +03:00
commit 218487dc22
No known key found for this signature in database
557 changed files with 7054 additions and 0 deletions

20
package.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "sunbun's neocities",
"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.0",
"date-fns": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"webamp": "^1.5.0"
}
}