YNMap/package.json
ylj20011123 b1da1d2bd6 update
2025-06-25 19:36:01 +08:00

43 lines
1013 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",
"crypto-js": "^4.2.0",
"echarts": "^5.6.0",
"element-plus": "^2.8.8",
"marked": "^15.0.6",
"moment": "^2.30.1",
"pinia": "^2.2.6",
"rollup": "^4.27.3",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/crypto-js": "^4.2.2",
"@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"
}
}