site/package.json
Ruben f6f6e7050d
All checks were successful
/ build (push) Successful in 1m8s
update senil's image, fix admins css
2025-07-13 12:45:03 -05:00

27 lines
702 B
JSON

{
"name": "pages",
"version": "1.0.0",
"description": "ruben's hopefully powered by eleventy website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@synth.download:10429/sneexy/pages.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
"lightningcss": "^1.30.1",
"terser": "^5.43.1",
"zod": "^3.25.76",
"zod-validation-error": "^3.5.3"
}
}