diff --git a/package-lock.json b/package-lock.json index a0d360d5..6c0c7d5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,8 @@ "bootstrap": "^5.3.0-alpha1", "bootstrap-icons": "^1.10.3", "katex": "^0.16.4" - } + }, + "devDependencies": {} }, "node_modules/@popperjs/core": { "version": "2.11.6", diff --git a/package.hugo.json b/package.hugo.json new file mode 100644 index 00000000..7d91983a --- /dev/null +++ b/package.hugo.json @@ -0,0 +1,7 @@ +{ + "dependencies": { + "bootstrap": "^5.3.0-alpha1", + "bootstrap-icons": "^1.10.3", + "katex": "^0.16.4" + } +} diff --git a/package.json b/package.json index 7d91983a..02b60043 100644 --- a/package.json +++ b/package.json @@ -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": {} }