site/package.json

27 lines
701 B
JSON
Raw Normal View History

2025-04-20 03:23:57 -05:00
{
"name": "site",
2025-04-20 03:23:57 -05:00
"version": "1.0.0",
"description": "synth.download's website, powered by eleventy.",
2025-04-20 03:23:57 -05:00
"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",
2025-08-03 00:31:48 -05:00
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
2025-06-02 12:12:28 -05:00
"lightningcss": "^1.30.1",
"terser": "^5.43.1",
2025-07-13 12:45:03 -05:00
"zod": "^3.25.76",
"zod-validation-error": "^3.5.3"
2025-04-20 03:23:57 -05:00
}
}