Files
mokeegateway/mokee-gateway-web/_backup_20260613_widget/package.json
2026-07-15 16:13:27 +08:00

30 lines
680 B
JSON

{
"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"
}
}