{ "name": "energy-smart-saas-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview --port 8080" }, "dependencies": { "vue": "^3.4.0", "vue-router": "^4.3.0", "pinia": "^2.1.7", "element-plus": "^2.8.6", "echarts": "^5.5.0", "axios": "^1.6.7", "mqtt": "^5.10.0", "socket.io-client": "^4.7.5" }, "devDependencies": { "typescript": "^5.4.0", "vite": "^5.0.0", "@vitejs/plugin-vue": "^5.0.0" } }