package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "forge-report-ui",
  3. "version": "1.3.2",
  4. "engines": {
  5. "node": ">=16.14"
  6. },
  7. "scripts": {
  8. "dev": "vite --host",
  9. "build": "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. "build:stage": "vite build && npm run deploy:stage",
  16. "deploy:stage": "esno deploy/index.js"
  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": "^2.0.0",
  27. "@visactor/vchart-theme": "^1.12.2",
  28. "animate.css": "^4.1.1",
  29. "axios": "^1.4.0",
  30. "chalk": "^5.6.2",
  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. "esno": "^4.8.0",
  39. "fs-extra": "^11.3.5",
  40. "gsap": "^3.11.3",
  41. "highlight.js": "^11.5.0",
  42. "html2canvas": "^1.4.1",
  43. "iconify-icon": "^1.0.8",
  44. "jsencrypt-ext": "^3.4.1",
  45. "keymaster": "^1.6.2",
  46. "mitt": "^3.0.0",
  47. "monaco-editor": "^0.33.0",
  48. "naive-ui": "2.40.3",
  49. "ora": "^9.4.0",
  50. "pinia": "^2.0.13",
  51. "screenfull": "^6.0.1",
  52. "sm-crypto": "^0.3.13",
  53. "ssh2-sftp-client": "^12.1.1",
  54. "three": "^0.145.0",
  55. "vue": "^3.5.13",
  56. "vue-demi": "^0.13.1",
  57. "vue-i18n": "9.2.2",
  58. "vue-router": "4.0.12",
  59. "vue3-lazyload": "^0.2.5-beta",
  60. "vue3-sketch-ruler": "^1.3.3",
  61. "vuedraggable": "^4.1.0"
  62. },
  63. "devDependencies": {
  64. "@commitlint/cli": "^17.0.2",
  65. "@commitlint/config-conventional": "^17.0.2",
  66. "@types/node": "^16.11.26",
  67. "@types/three": "^0.144.0",
  68. "@typescript-eslint/eslint-plugin": "^5.18.0",
  69. "@typescript-eslint/parser": "^5.18.0",
  70. "@vicons/carbon": "^0.12.0",
  71. "@vicons/ionicons5": "~0.11.0",
  72. "@vitejs/plugin-vue": "^4.2.3",
  73. "@vitejs/plugin-vue-jsx": "^3.0.1",
  74. "@vue/compiler-sfc": "^3.2.31",
  75. "@vueuse/core": "^7.7.1",
  76. "commitlint": "^17.0.2",
  77. "default-passive-events": "^2.0.0",
  78. "echarts": "^5.3.2",
  79. "eslint": "^8.12.0",
  80. "eslint-config-prettier": "^8.5.0",
  81. "eslint-plugin-import": "^2.26.0",
  82. "eslint-plugin-prettier": "^4.0.0",
  83. "eslint-plugin-vue": "^8.5.0",
  84. "husky": "^8.0.1",
  85. "lodash": "~4.17.21",
  86. "mockjs": "^1.1.0",
  87. "plop": "^3.0.5",
  88. "prettier": "^2.6.2",
  89. "sass": "1.49.11",
  90. "sass-loader": "^12.6.0",
  91. "typescript": "4.6.3",
  92. "vite": "4.3.6",
  93. "vite-plugin-compression": "^0.5.1",
  94. "vite-plugin-importer": "^0.2.5",
  95. "vite-plugin-mock": "^2.9.6",
  96. "vite-plugin-monaco-editor": "^1.1.0",
  97. "vue-echarts": "^6.0.2",
  98. "vue-tsc": "^0.28.10"
  99. }
  100. }