{ "name": "vue3-project", "version": "0.0.0", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@element-plus/icons-vue": "^2.1.0", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^1.4.0", "echarts": "^5.4.3", "element-plus": "^2.3.7", "mitt": "^3.0.1", "pinia": "^2.1.3", "tlbs-map-vue": "^1.2.1", "uuid": "^9.0.0", "vue": "^3.3.4", "vue-router": "^4.2.2" }, "devDependencies": { "@iconify-json/ep": "^1.1.11", "@vitejs/plugin-vue": "^4.2.3", "sass": "^1.63.6", "unplugin-auto-import": "^0.16.4", "unplugin-icons": "^0.16.3", "unplugin-vue-components": "^0.25.1", "vite": "^4.3.9" } }