trike-datav/package.json

30 lines
630 B
JSON
Raw Permalink Normal View History

2023-11-27 17:18:03 +08:00
{
"name": "trike-datav",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@jiaminghi/data-view": "^2.10.0",
2023-12-01 10:39:40 +08:00
"axios": "^1.6.2",
2023-11-27 17:18:03 +08:00
"echarts": "^5.4.3",
2023-12-01 10:39:40 +08:00
"echarts-gl": "^2.0.9",
2023-12-22 18:17:53 +08:00
"element-plus": "^2.4.4",
2023-11-29 18:49:31 +08:00
"mitt": "^3.0.1",
2023-11-30 11:24:07 +08:00
"pinia": "^2.1.7",
2023-12-18 17:56:09 +08:00
"v-click-outside": "^3.2.0",
2023-11-27 17:18:03 +08:00
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"sass": "^1.69.5",
"vite": "^5.0.0"
}
}