package.json 2.6 KB

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