package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "page-eam",
  3. "version": "1.11.2",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "build:preview": "vue-cli-service build --mode preview",
  10. "build:report": "vue-cli-service build --report",
  11. "lint": "vue-cli-service lint",
  12. "clean:lib": "rimraf node_modules",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  14. },
  15. "dependencies": {
  16. "@amap/amap-jsapi-loader": "^1.0.1",
  17. "@ant-design/colors": "^6.0.0",
  18. "@babel/core": "^7.18.13",
  19. "@bytemd/plugin-gfm": "^1.17.2",
  20. "@bytemd/vue": "^1.17.2",
  21. "@riophae/vue-treeselect": "0.4.0",
  22. "axios": "^0.27.2",
  23. "bpmn-js": "8.9.0",
  24. "bpmn-js-properties-panel": "0.46.0",
  25. "bpmn-js-token-simulation": "0.10.0",
  26. "bytemd": "^1.17.2",
  27. "core-js": "^3.25.0",
  28. "countup.js": "^2.3.2",
  29. "cropperjs": "^1.5.12",
  30. "dayjs": "^1.11.13",
  31. "echarts": "^5.3.3",
  32. "echarts-wordcloud": "^2.0.0",
  33. "ele-admin": "^1.11.2",
  34. "element-tree-line": "^0.2.1",
  35. "element-ui": "2.15.7",
  36. "github-markdown-css": "^5.1.0",
  37. "highlight.js": "9.18.5",
  38. "html2canvas": "^1.4.1",
  39. "jsbarcode": "^3.11.5",
  40. "json-bigint": "^1.0.0",
  41. "nprogress": "^0.2.0",
  42. "print-js": "^1.6.0",
  43. "qrcode": "^1.5.3",
  44. "tinymce": "^5.10.5",
  45. "vue": "^2.7.10",
  46. "vue-clipboard2": "^0.3.3",
  47. "vue-countup-v2": "^4.0.0",
  48. "vue-echarts": "^6.2.3",
  49. "vue-fullscreen": "^2.6.1",
  50. "vue-i18n": "^8.27.2",
  51. "vue-router": "^3.6.4",
  52. "vue-seamless-scroll": "^1.1.23",
  53. "vue2-ace-editor": "0.0.15",
  54. "vuedraggable": "^2.24.3",
  55. "vuex": "^3.6.2",
  56. "vuex-persistedstate": "^4.1.0",
  57. "xgplayer-vue": "^1.1.5",
  58. "xlsx": "^0.18.5",
  59. "xml-js": "1.6.11"
  60. },
  61. "devDependencies": {
  62. "@vue/cli-plugin-babel": "^5.0.8",
  63. "@vue/cli-plugin-eslint": "^5.0.8",
  64. "@vue/cli-plugin-router": "^5.0.8",
  65. "@vue/cli-plugin-vuex": "^5.0.8",
  66. "@vue/cli-service": "^5.0.8",
  67. "compression-webpack-plugin": "^9.2.0",
  68. "eslint": "^8.23.0",
  69. "eslint-config-prettier": "^8.5.0",
  70. "eslint-plugin-prettier": "^4.2.1",
  71. "eslint-plugin-vue": "^9.4.0",
  72. "prettier": "^2.7.1",
  73. "sass": "^1.54.8",
  74. "sass-loader": "^13.0.2",
  75. "svg-sprite-loader": "^6.0.11",
  76. "svgo": "^1.2.2",
  77. "vue-eslint-parser": "^9.0.3",
  78. "vue-template-compiler": "^2.7.10",
  79. "webpack": "^5.74.0"
  80. }
  81. }