diff --git a/front/package.json b/front/package.json index cd02cd3..c8f6014 100644 --- a/front/package.json +++ b/front/package.json @@ -11,11 +11,12 @@ "dependencies": { "pinia": "^2.1.7", "reset-css": "^5.0.2", + "@vueuse/core": "^8.2.0", "vue": "^3.4.21", - "vue-3d-model": "^2.0.0-alpha.4", - "vue3-touch-events": "^4.1.8" + "vue-3d-model": "^2.0.0-alpha.4" }, "devDependencies": { + "@vue/compiler-sfc": "^3.2.31", "@iconify-json/mdi": "^1.1.66", "@vitejs/plugin-vue": "^5.0.4", "sass": "^1.75.0", @@ -25,4 +26,4 @@ "vite": "^5.2.0", "vue-tsc": "^2.0.6" } -} +} \ No newline at end of file diff --git a/front/src/App.vue b/front/src/App.vue index 8ce824e..fb75e35 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -1,5 +1,5 @@