mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 08:50:04 -04:00
alas, hugo. we hardly knew ye. Reviewed-on: https://git.tacowolf.net/TacoWolf/mestizo.monster/pulls/1 Co-authored-by: taco <signing@tacowolf.net> Co-committed-by: taco <signing@tacowolf.net>
23 lines
530 B
JSON
23 lines
530 B
JSON
{
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.1.5",
|
|
"eleventy-plugin-reading-time": "^0.0.1",
|
|
"markdown-it": "^14.1.1",
|
|
"markdown-it-footnote": "^4.0.0"
|
|
},
|
|
"name": "mestizo.monster",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "eleventy.config.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-jinja-template": "^2.1.0"
|
|
}
|
|
}
|