40 lines
927 B
JSON
40 lines
927 B
JSON
{
|
|
"name": "airobot",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@antv/l7": "^2.22.3",
|
|
"@antv/l7-maps": "^2.22.3",
|
|
"axios": "^1.7.7",
|
|
"echarts": "^5.5.1",
|
|
"element-plus": "^2.8.8",
|
|
"moment": "^2.30.1",
|
|
"pinia": "^2.2.6",
|
|
"rollup": "^4.27.3",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.15.0",
|
|
"@types/node": "^22.9.0",
|
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
"@vue/eslint-config-typescript": "^14.1.3",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-vue": "^9.31.0",
|
|
"globals": "^15.12.0",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^12.2.0",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "~5.6.2",
|
|
"typescript-eslint": "^8.14.0",
|
|
"vite": "^5.4.11",
|
|
"vue": "^3.5.13",
|
|
"vue-tsc": "^2.1.8"
|
|
}
|
|
}
|