diff --git a/front/package.json b/front/package.json
index 88ce4b247..ed85db402 100644
--- a/front/package.json
+++ b/front/package.json
@@ -20,12 +20,9 @@
"dependencies": {
"@sentry/tracing": "^7.7.0",
"@sentry/vue": "^7.7.0",
- "@tiptap/starter-kit": "^2.0.0-beta.191",
- "@tiptap/vue-3": "^2.0.0-beta.96",
"@vue/runtime-core": "3.2.37",
"@vueuse/core": "8.9.4",
"@vueuse/integrations": "8.9.4",
- "add": "^2.0.6",
"axios": "0.27.2",
"axios-auth-refresh": "3.3.3",
"diff": "5.1.0",
@@ -35,27 +32,21 @@
"howler": "2.2.3",
"js-logger": "1.6.1",
"lodash-es": "4.17.21",
- "mavon-editor": "^3.0.0-beta",
"moment": "2.29.4",
"qs": "6.11.0",
- "register-service-worker": "1.7.2",
- "sanitize-html": "2.7.1",
"sass": "1.54.0",
"showdown": "2.1.0",
"text-clipper": "2.2.0",
- "tiptap-markdown": "^0.5.0",
"transliteration": "2.3.5",
"universal-cookie": "^4.0.4",
"vue": "3.2.37",
"vue-gettext": "2.1.12",
"vue-plyr": "7.0.0",
"vue-router": "4.1.2",
- "vue-tsc": "0.39.0",
"vue-upload-component": "3.1.2",
"vue-virtual-scroller": "^2.0.0-alpha.1",
"vue3-gettext": "2.3.0",
"vue3-lazyload": "0.3.5",
- "vue3-virtual-scroll-list": "0.2.0",
"vuedraggable": "4.1.0",
"vuex": "4.0.2",
"vuex-persistedstate": "4.1.0",
@@ -91,7 +82,6 @@
"eslint-plugin-vue": "9.3.0",
"jest-cli": "28.1.3",
"moxios": "0.4.0",
- "sentry-vite-plugin": "^1.0.4",
"sinon": "14.0.0",
"ts-jest": "28.0.7",
"typescript": "4.7.4",
@@ -99,6 +89,7 @@
"vite-plugin-pwa": "0.12.3",
"vite-plugin-vue-inspector": "1.0.1",
"vue-jest": "3.0.7",
+ "vue-tsc": "0.39.4",
"workbox-core": "6.5.3",
"workbox-precaching": "6.5.3",
"workbox-routing": "6.5.3",
diff --git a/front/src/components/common/UserMenu.vue b/front/src/components/common/UserMenu.vue
index 4ce6be6f8..ae4befedb 100644
--- a/front/src/components/common/UserMenu.vue
+++ b/front/src/components/common/UserMenu.vue
@@ -1,3 +1,39 @@
+
+