mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
13 lines
284 B
JSON
13 lines
284 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",
|
|
"modern-normalize": "^3.0.1"
|
|
}
|
|
}
|