diff --git a/package-lock.json b/package-lock.json index dc8dfca..d55d127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,7 @@ "astro": "^4.15.4", "astro-icon": "^1.1.1", "astro-pagefind": "^1.6.0", + "bibtex-js-parser": "^1.1.6", "mdast-util-directive": "^3.0.0", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", diff --git a/package.json b/package.json index 392a08f..a0a8a0a 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "astro": "^4.15.4", "astro-icon": "^1.1.1", "astro-pagefind": "^1.6.0", + "bibtex-js-parser": "^1.1.6", "mdast-util-directive": "^3.0.0", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0",