package.json 762 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "newyos",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@antv/g2": "^5.0.12",
  13. "@antv/g2plot": "^2.4.31",
  14. "@antv/l7": "^2.17.11",
  15. "@antv/l7plot": "^0.5.5",
  16. "ant-design-vue": "^3.2.15",
  17. "axios": "^1.3.4",
  18. "countup.js": "^2.7.0",
  19. "echarts": "^4.1.0",
  20. "js-md5": "^0.7.3",
  21. "less": "^4.1.3",
  22. "mathjs": "^11.8.0",
  23. "pinia": "^2.0.33",
  24. "pinia-plugin-persist": "^1.0.0",
  25. "vue": "^3.2.45",
  26. "vue-baidu-map-3x": "^1.0.34",
  27. "vue-router": "^4.1.6"
  28. },
  29. "devDependencies": {
  30. "@vitejs/plugin-vue": "^4.0.0",
  31. "less-loader": "^11.1.0",
  32. "vite": "^4.1.0"
  33. }
  34. }