Files
robot_manager/package.json
2026-08-12 10:47:18 +08:00

37 lines
857 B
JSON

{
"name": "dashboard-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@types/node": "^20.4.4",
"axios": "^1.18.1",
"echarts": "^5.4.3",
"echarts-liquidfill": "^3.1.0",
"jsencrypt": "^3.5.4",
"ol": "^7.4.0",
"pinia": "^3.0.4",
"prettier": "^3.0.0",
"vue": "^3.5.39",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@vicons/fluent": "^0.12.0",
"@vitejs/plugin-vue": "^6.0.8",
"@vitejs/plugin-vue-jsx": "^5.1.6",
"@vue/compiler-sfc": "^3.5.39",
"less": "^4.1.3",
"naive-ui": "^2.44.1",
"typescript": "^7.0.2",
"unplugin-vue-components": "^28.7.0",
"vite": "8.1.4",
"vue-tsc": "^3.3.9"
}
}