diff --git a/front/package.json b/front/package.json index 4766a80..fc26f93 100644 --- a/front/package.json +++ b/front/package.json @@ -10,8 +10,11 @@ "dependencies": { "axios": "^0.21.1", "core-js": "^3.6.5", + "emoji-js": "^3.5.0", "markdown-it": "^12.0.6", "moment": "^2.29.1", + "splitpanes": "^3.0.4", + "string-strip-html": "^8.3.0", "vue": "^3.1.1", "vue-router": "^4.0.8", "vue3-markdown-it": "^1.0.9", diff --git a/front/src/views/Home.vue b/front/src/views/Home.vue index 4dc720c..aedb80c 100644 --- a/front/src/views/Home.vue +++ b/front/src/views/Home.vue @@ -1,35 +1,54 @@ \ No newline at end of file