package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "type": "module",
  3. "name": "go-view",
  4. "version": "2.1.6",
  5. "engines": {
  6. "node": ">=12.0"
  7. },
  8. "scripts": {
  9. "dev": "vite --host",
  10. "build": "vue-tsc --noEmit && vite build",
  11. "build:prod": "vite build --mode production",
  12. "preview": "vite preview",
  13. "new": "plop --plopfile ./plop/plopfile.js",
  14. "postinstall": "husky install",
  15. "lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src",
  16. "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.vue src --fix"
  17. },
  18. "dependencies": {
  19. "@amap/amap-jsapi-loader": "^1.0.1",
  20. "@amap/amap-jsapi-types": "^0.0.8",
  21. "@iconify/json": "^2.2.158",
  22. "@types/color": "^3.0.3",
  23. "@types/crypto-js": "^4.1.1",
  24. "@types/keymaster": "^1.6.30",
  25. "@types/lodash": "^4.14.184",
  26. "@visactor/vchart": "^1.12.3",
  27. "@visactor/vchart-theme": "^1.12.1",
  28. "animate.css": "^4.1.1",
  29. "axios": "^1.6.8",
  30. "cesium": "1.99",
  31. "color": "^4.2.3",
  32. "crypto-js": "^4.1.1",
  33. "dayjs": "^1.11.7",
  34. "dom-helpers": "^5.2.1",
  35. "echarts-liquidfill": "^3.1.0",
  36. "echarts-stat": "^1.2.0",
  37. "echarts-wordcloud": "^2.0.0",
  38. "esobjs-xe2-plugin": "^0.1.126-beta-0.3",
  39. "gsap": "^3.11.3",
  40. "highlight.js": "^11.5.0",
  41. "html2canvas": "^1.4.1",
  42. "iconify-icon": "^1.0.8",
  43. "keymaster": "^1.6.2",
  44. "mitt": "^3.0.0",
  45. "monaco-editor": "^0.33.0",
  46. "naive-ui": "2.34.3",
  47. "pinia": "^2.0.13",
  48. "pnpm": "^8.7.0",
  49. "screenfull": "^6.0.1",
  50. "three": "^0.145.0",
  51. "vite-plugin-cesium": "^1.2.23",
  52. "vue": "^3.2.31",
  53. "vue-demi": "^0.13.1",
  54. "vue-i18n": "9.2.2",
  55. "vue-router": "4.0.12",
  56. "vue-xe2-plugin": "^0.1.3",
  57. "vue3-lazyload": "^0.2.5-beta",
  58. "vue3-sketch-ruler": "^1.3.3",
  59. "vuedraggable": "^4.1.0",
  60. "xbsj-xe2": "^0.1.16",
  61. "xbsj-xe2-assets": "^0.1.16",
  62. "smplotting-xe2-plugin": "^0.1.3"
  63. },
  64. "devDependencies": {
  65. "@commitlint/cli": "^17.0.2",
  66. "@commitlint/config-conventional": "^17.0.2",
  67. "@types/node": "^16.11.26",
  68. "@types/three": "^0.144.0",
  69. "@typescript-eslint/eslint-plugin": "^5.18.0",
  70. "@typescript-eslint/parser": "^5.18.0",
  71. "@vicons/carbon": "^0.12.0",
  72. "@vicons/ionicons5": "~0.11.0",
  73. "@vitejs/plugin-vue": "^4.2.3",
  74. "@vitejs/plugin-vue-jsx": "^3.0.1",
  75. "@vue/compiler-sfc": "^3.2.31",
  76. "@vueuse/core": "^7.7.1",
  77. "commitlint": "^17.0.2",
  78. "default-passive-events": "^2.0.0",
  79. "echarts": "^5.3.2",
  80. "eslint": "^8.12.0",
  81. "eslint-config-prettier": "^8.5.0",
  82. "eslint-plugin-import": "^2.26.0",
  83. "eslint-plugin-prettier": "^4.0.0",
  84. "eslint-plugin-vue": "^8.5.0",
  85. "esobjs-xe2-plugin-assets": "^0.1.14",
  86. "husky": "^8.0.1",
  87. "lodash": "~4.17.21",
  88. "mockjs": "^1.1.0",
  89. "plop": "^3.0.5",
  90. "prettier": "^2.6.2",
  91. "sass": "^1.49.11",
  92. "sass-loader": "^12.6.0",
  93. "typescript": "4.6.3",
  94. "vite": "4.3.6",
  95. "vite-plugin-compression": "^0.5.1",
  96. "vite-plugin-externals": "^0.6.2",
  97. "vite-plugin-importer": "^0.2.5",
  98. "vite-plugin-mock": "^2.9.6",
  99. "vite-plugin-monaco-editor": "^1.1.0",
  100. "vite-plugin-static-copy": "^1.0.6",
  101. "vue-echarts": "^6.0.2",
  102. "vue-tsc": "^0.28.10"
  103. }
  104. }