www/package.json

20 lines
456 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",
"repository": "ssh://ksn.gf4/srv/gf4/git/www",
2018-01-16 20:08:47 -07:00
"scripts": {
2019-09-23 07:03:57 -06:00
"build": "eleventy",
"watch": "eleventy --watch",
2020-01-02 20:08:55 -07:00
"serve": "eleventy --serve",
2021-06-18 19:09:48 -06:00
"start": "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": {
2021-03-19 16:27:03 -06:00
"@11ty/eleventy": "^0.12.1",
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
}
}