{ "name": "mokee-gateway-web", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite --port 5001", "build": "vue-tsc && vite build", "build:prod": "vite build", "preview": "vite preview" }, "dependencies": { "@element-plus/icons-vue": "^2.3.0", "axios": "^1.7.0", "echarts": "^6.1.0", "element-plus": "^2.8.0", "pinia": "^2.1.0", "vue": "^3.4.0", "vue-router": "^4.3.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.0", "typescript": "^5.4.0", "unplugin-auto-import": "^0.18.0", "unplugin-vue-components": "^0.27.0", "vite": "^5.4.0", "vue-tsc": "^2.0.0" } }