Add package.hugo.json
This commit is contained in:
3
package-lock.json
generated
3
package-lock.json
generated
@@ -9,7 +9,8 @@
|
|||||||
"bootstrap": "^5.3.0-alpha1",
|
"bootstrap": "^5.3.0-alpha1",
|
||||||
"bootstrap-icons": "^1.10.3",
|
"bootstrap-icons": "^1.10.3",
|
||||||
"katex": "^0.16.4"
|
"katex": "^0.16.4"
|
||||||
}
|
},
|
||||||
|
"devDependencies": {}
|
||||||
},
|
},
|
||||||
"node_modules/@popperjs/core": {
|
"node_modules/@popperjs/core": {
|
||||||
"version": "2.11.6",
|
"version": "2.11.6",
|
||||||
|
7
package.hugo.json
Normal file
7
package.hugo.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"bootstrap": "^5.3.0-alpha1",
|
||||||
|
"bootstrap-icons": "^1.10.3",
|
||||||
|
"katex": "^0.16.4"
|
||||||
|
}
|
||||||
|
}
|
11
package.json
11
package.json
@@ -1,7 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"comments": {
|
||||||
|
"dependencies": {
|
||||||
|
"bootstrap": "project",
|
||||||
|
"bootstrap-icons": "project",
|
||||||
|
"katex": "project"
|
||||||
|
},
|
||||||
|
"devDependencies": {}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^5.3.0-alpha1",
|
"bootstrap": "^5.3.0-alpha1",
|
||||||
"bootstrap-icons": "^1.10.3",
|
"bootstrap-icons": "^1.10.3",
|
||||||
"katex": "^0.16.4"
|
"katex": "^0.16.4"
|
||||||
}
|
},
|
||||||
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user