From cea801e620d2b8edb2e50e242992d5f385ff02c5 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 20 Nov 2023 09:44:54 +0100 Subject: [PATCH] add dependencies --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 590976cfa..459bbb6a0 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,9 @@ "vue-i18n": "^9.1.6", "vue-multiselect": "3.0.0-alpha.2", "vue-toast-notification": "^2.0", - "vuex": "^4.0.0" + "vuex": "^4.0.0", + "dompurify": "^3.0.6", + "marked": "^9.1.5" }, "browserslist": [ "Firefox ESR"