www/package.json

18 lines
475 B
JSON

{
"name": "gf4-www",
"version": "0.1.0",
"description": "Public website for Galactic Fortress 4",
"repository": "https://gitea.ksn.gf4/gf4/www",
"scripts": {
"build": "node_modules/@11ty/eleventy/cmd.js --quiet",
"start": "node_modules/@11ty/eleventy/cmd.js --quiet --serve"
},
"license": "UNLICENSED",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"luxon": "^1.26.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0"
}
}