xecut-site/package.json
2025-02-18 00:59:30 +01:00

13 lines
281 B
JSON

{
"name": "xecut",
"type": "module",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve"
},
"description": "A website for the Xecut hackspace.",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"normalize.css": "^8.0.1"
}
}