Add package.hugo.json
parent
adef3521db
commit
43a35b6382
@ -0,0 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.0-alpha1",
|
||||
"bootstrap-icons": "^1.10.3",
|
||||
"katex": "^0.16.4"
|
||||
}
|
||||
}
|
@ -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": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue