diff --git a/frontend/package.json b/frontend/package.json index 251b097..339a1cf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,20 +10,21 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.4.21", - "vue-router": "^4.3.0", - "pinia": "^2.1.7", - "element-plus": "^2.6.3", "@element-plus/icons-vue": "^2.3.1", - "pocketbase": "^0.21.1" + "element-plus": "^2.6.3", + "livekit-client": "^2.18.3", + "pinia": "^2.1.7", + "pocketbase": "^0.21.1", + "vue": "^3.4.21", + "vue-router": "^4.3.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", - "typescript": "^5.4.5", - "vue-tsc": "^2.0.11", - "vite": "^5.2.8", - "tailwindcss": "^3.4.3", "autoprefixer": "^10.4.19", - "postcss": "^8.4.38" + "postcss": "^8.4.38", + "tailwindcss": "^3.4.3", + "typescript": "^5.4.5", + "vite": "^5.2.8", + "vue-tsc": "^2.0.11" } }