www/package.json

21 lines
593 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": {
2022-10-20 09:45:47 -06:00
"build": "npx @11ty/eleventy && rsync -a _src/assets/ _site/assets/",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve --watch",
2019-09-23 07:03:57 -06:00
"debug": "DEBUG=* eleventy"
2018-01-16 20:08:47 -07:00
},
2021-06-17 20:50:59 -06:00
"license": "UNLICENSED",
2018-06-20 21:43:11 -06:00
"devDependencies": {
2022-10-20 09:48:28 -06:00
"@11ty/eleventy": "^1.0.2",
2021-03-17 09:29:29 -06:00
"luxon": "^1.26.0",
2021-03-19 19:38:59 -06:00
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0"
2018-01-16 20:08:47 -07:00
}
}