2025-04-20 03:23:57 -05:00
|
|
|
{
|
|
|
|
|
"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": {
|
2025-07-01 23:18:31 -05:00
|
|
|
"@11ty/eleventy": "^3.1.2",
|
2025-05-12 20:52:49 -05:00
|
|
|
"@11ty/eleventy-navigation": "^1.0.4",
|
2025-06-01 13:41:16 -05:00
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
2025-07-01 23:18:31 -05:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
|
2025-06-02 12:12:28 -05:00
|
|
|
"lightningcss": "^1.30.1",
|
2025-07-01 23:18:31 -05:00
|
|
|
"terser": "^5.43.1",
|
2025-06-29 01:03:34 -05:00
|
|
|
"zod": "^3.25.67",
|
|
|
|
|
"zod-validation-error": "^3.5.2"
|
2025-04-20 03:23:57 -05:00
|
|
|
}
|
|
|
|
|
}
|