This commit is contained in:
Joshua Seigler 2024-06-07 02:46:15 -04:00
parent 0314b6a427
commit 16128c6279
53 changed files with 713 additions and 75 deletions

View file

@ -10,6 +10,9 @@
"author": "Joshua Seigler",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.1"
"@11ty/eleventy": "^2.0.1",
"markdown-it-anchor": "^9.0.1",
"markdown-it-footnote": "^4.0.0",
"prettier": "^3.3.1"
}
}