From a259285bc719234bf2974fb6e5060bcea6e21522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laczk=C3=B3=20Csongor=20Lor=C3=A1nd?= <laczko.csongor.lorand@hallgato.ppke.hu> Date: Tue, 14 May 2024 11:24:01 +0200 Subject: [PATCH] fix: Update package.json --- frontend/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 3b5ac8b..b5a28c0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,12 @@ "axios": "^1.6.8", "vue": "^3.4.21", "vue-cookies": "^1.8.4", - "vuex": "^4.1.0" + "vuex": "^4.1.0", + "@vuelidate/validators": "^2.0.4", + "filepond": "^4.31.1", + "filepond-plugin-file-validate-type": "^1.2.9", + "filepond-plugin-image-preview": "^4.6.12", + "vue-filepond": "^7.0.4" }, "devDependencies": { "@tailwindcss/postcss7-compat": "^2.2.17", -- GitLab