package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "windprow",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
  11. "format": "prettier --write src/"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.3.2",
  15. "@turf/turf": "^7.3.1",
  16. "animate.css": "^4.1.1",
  17. "cesium": "^1.132.0",
  18. "cesium-wind": "^1.0.4",
  19. "dayjs": "^1.11.13",
  20. "echarts": "^6.0.0",
  21. "element-plus": "^2.10.6",
  22. "gifler": "^0.1.0",
  23. "gifuct-js": "^2.1.2",
  24. "html2canvas": "^1.4.1",
  25. "js-binary-schema-parser": "^2.0.3",
  26. "js-cookie": "^3.0.5",
  27. "jspdf": "^3.0.4",
  28. "three": "^0.179.1",
  29. "three-obj-mtl-loader": "^1.0.3",
  30. "three-orbit-controls": "^82.1.0",
  31. "vue": "^3.3.11",
  32. "vue-router": "^4.2.5",
  33. "vuex": "next"
  34. },
  35. "devDependencies": {
  36. "@rushstack/eslint-patch": "^1.3.3",
  37. "@vitejs/plugin-vue": "^4.5.2",
  38. "@vue/eslint-config-prettier": "^8.0.0",
  39. "axios": "^1.11.0",
  40. "eslint": "^8.49.0",
  41. "eslint-plugin-vue": "^9.17.0",
  42. "less": "^4.4.0",
  43. "less-loader": "^12.3.0",
  44. "prettier": "^3.0.3",
  45. "vite": "^5.0.10",
  46. "vite-plugin-cesium": "^1.2.23"
  47. }
  48. }