www/package.json

24 lines
650 B
JSON
Raw Normal View History

2018-01-16 20:08:47 -07:00
{
2021-06-17 20:50:59 -06:00
"name": "gf4-www",
"version": "0.1.0",
2022-10-20 09:45:47 -06:00
"description": "Public website for Galactic Fortress 4",
"repository": "https://gitea.ksn.gf4/gf4/www",
2018-01-16 20:08:47 -07:00
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve"
2018-01-16 20:08:47 -07:00
},
2023-03-29 01:14:04 -06:00
"author": "Keith Irwin",
2021-06-17 20:50:59 -06:00
"license": "UNLICENSED",
2023-03-29 01:14:04 -06:00
"private": true,
2018-06-20 21:43:11 -06:00
"devDependencies": {
2023-03-29 00:29:20 -06:00
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.1",
2023-03-29 01:03:36 -06:00
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"luxon": "^1.28.1",
2021-03-19 19:38:59 -06:00
"markdown-it": "^12.0.4",
2023-10-30 21:47:59 -06:00
"markdown-it-anchor": "^8.6.7"
2018-01-16 20:08:47 -07:00
}
}