diff --git a/package-lock.json b/package-lock.json index bf94941..b29eefc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "daisyui": "^2.46.0", "debounce": "^1.2.1", "fast-fuzzy": "^1.12.0", + "html-entities": "^2.3.3", "tailwindcss": "^3.2.4", "vue": "^3.2.45" }, diff --git a/package.json b/package.json index dbce2b3..c3a973b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "daisyui": "^2.46.0", "debounce": "^1.2.1", "fast-fuzzy": "^1.12.0", + "html-entities": "^2.3.3", "tailwindcss": "^3.2.4", "vue": "^3.2.45" },