Add package.hugo.json

This commit is contained in:
Will Faught
2023-02-21 12:22:53 -08:00
parent adef3521db
commit 43a35b6382
3 changed files with 19 additions and 2 deletions

View File

@@ -1,7 +1,16 @@
{
"comments": {
"dependencies": {
"bootstrap": "project",
"bootstrap-icons": "project",
"katex": "project"
},
"devDependencies": {}
},
"dependencies": {
"bootstrap": "^5.3.0-alpha1",
"bootstrap-icons": "^1.10.3",
"katex": "^0.16.4"
}
},
"devDependencies": {}
}