www/package.json

24 lines
666 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": "npx @11ty/eleventy --quiet",
"serve": "npx @11ty/eleventy --quiet --serve"
},
"author": "Keith Irwin",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"luxon": "^1.28.1",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0"
}
}