package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "vue-antd-admin",
  3. "version": "0.7.4",
  4. "homepage": "https://iczer.github.io/vue-antd-admin",
  5. "private": true,
  6. "scripts": {
  7. "dev": "node removeWatermarkForGoJs && vue-cli-service serve",
  8. "serve": "node removeWatermarkForGoJs && vue-cli-service serve --watch",
  9. "localDev": "node removeWatermarkForGoJs && vue-cli-service serve --mode localDev --port 8084",
  10. "build": "node removeWatermarkForGoJs && vue-cli-service build",
  11. "build:test": "node removeWatermarkForGoJs && vue-cli-service build --mode test",
  12. "build:production": "node removeWatermarkForGoJs && vue-cli-service build --mode production",
  13. "build:test8080": "node removeWatermarkForGoJs && vue-cli-service build --mode test8080",
  14. "build:test57_171_8080": "node removeWatermarkForGoJs && vue-cli-service build --mode test57_171_8080",
  15. "build:uat": "node removeWatermarkForGoJs && vue-cli-service build --mode uat",
  16. "build:fmea": "node removeWatermarkForGoJs && vue-cli-service build --mode fmea",
  17. "build:1081": "node removeWatermarkForGoJs && vue-cli-service build --mode 1081",
  18. "build:local": "node removeWatermarkForGoJs && vue-cli-service build --mode local",
  19. "build:local8080": "node removeWatermarkForGoJs && vue-cli-service build --mode local8080",
  20. "build:domainUat": "node removeWatermarkForGoJs && vue-cli-service build --mode domainUat"
  21. },
  22. "dependencies": {
  23. "@antv/data-set": "^0.11.1",
  24. "@antv/g2": "^3.5.12",
  25. "@babel/core": "^7.10.2",
  26. "@babel/preset-env": "^7.10.2",
  27. "@logicflow/core": "^1.1.3",
  28. "@logicflow/extension": "^1.1.3",
  29. "@vue-office/docx": "^1.6.0",
  30. "@vue-office/excel": "^1.6.0",
  31. "@vue-office/pdf": "^1.6.5",
  32. "@vue/composition-api": "^1.7.2",
  33. "@ztree/ztree_v3": "^3.5.48",
  34. "ant-design-vue": "^1.7.8",
  35. "axios": "^0.20.0",
  36. "clipboard": "^2.0.11",
  37. "compression-webpack-plugin": "^5.0.1",
  38. "core-js": "^3.4.4",
  39. "countup": "^1.8.2",
  40. "cytoscape": "^3.17.1",
  41. "cytoscape-cola": "^2.5.1",
  42. "cytoscape-edgehandles": "^3.6.0",
  43. "cytoscape-fcose": "^2.1.0",
  44. "cytoscape-node-editing": "^4.0.0",
  45. "cytoscape-noderesize": "^1.0.0",
  46. "cytoscape-popper": "^2.0.0",
  47. "echarts": "^5.3.3",
  48. "el-tree-transfer": "^2.2.9",
  49. "element-ui": "^2.13.0",
  50. "file-loader": "^6.2.0",
  51. "file-saver": "^2.0.5",
  52. "gojs": "^2.3.1",
  53. "html2canvas": "^1.0.0-alpha.12",
  54. "jquery": "^3.5.1",
  55. "jquery-contextmenu": "^2.9.2",
  56. "js-cookie": "^2.2.1",
  57. "json-bigint": "^1.0.0",
  58. "jspdf": "^1.5.3",
  59. "konva": "^7.2.3",
  60. "lodash": "^4.17.21",
  61. "md5": "^2.2.1",
  62. "mockjs2": "1.0.8",
  63. "node-sass": "^5.0.0",
  64. "nprogress": "^0.2.0",
  65. "qs": "^6.11.0",
  66. "sass": "^1.32.5",
  67. "sass-loader": "^10.1.1",
  68. "store": "^2.0.12",
  69. "url-loader": "^4.1.1",
  70. "uuid": "^9.0.0",
  71. "v-org-tree": "^1.0.12",
  72. "viser-vue": "^2.4.6",
  73. "vue": "^2.6.10",
  74. "vue-demi": "^0.14.7",
  75. "vue-draggable-resizable": "^2.3.0",
  76. "vue-i18n": "^8.22.4",
  77. "vue-json-pretty": "^1.8.2",
  78. "vue-loading-overlay": "^3.4.3",
  79. "vue-orgchart": "^1.1.7",
  80. "vue-resize-directive": "1.1.4",
  81. "vue-router": "^3.6.5",
  82. "vue-split-panel": "^1.0.4",
  83. "vue-splitpane": "^1.0.6",
  84. "vuex": "^3.1.2",
  85. "vxe-utils": "^2.0.1",
  86. "xe-utils": "^3.5.7"
  87. },
  88. "devDependencies": {
  89. "@ant-design/colors": "^3.2.1",
  90. "@vue/cli-plugin-babel": "^4.1.0",
  91. "@vue/cli-plugin-router": "^4.1.0",
  92. "@vue/cli-plugin-vuex": "^4.1.0",
  93. "@vue/cli-service": "^4.1.0",
  94. "babel-core": "^6.26.3",
  95. "babel-loader": "^7.1.5",
  96. "babel-plugin-import": "^1.13.0",
  97. "babel-plugin-transform-remove-console": "^6.9.4",
  98. "babel-polyfill": "^6.26.0",
  99. "babel-preset-env": "^1.7.0",
  100. "babel-preset-es2015": "^6.24.1",
  101. "babel-preset-react": "^6.24.1",
  102. "babel-preset-stage-0": "^6.24.1",
  103. "hard-source-webpack-plugin": "^0.13.1",
  104. "less": "^3.13.1",
  105. "less-loader": "^5.0.0",
  106. "style-resources-loader": "^1.3.3",
  107. "vue-cli-plugin-style-resources-loader": "^0.1.4",
  108. "vue-template-compiler": "^2.6.10",
  109. "vue2-org-tree": "^1.3.2",
  110. "webpack": "^4.43.0",
  111. "webpack-theme-color-replacer": "^1.2.17"
  112. }
  113. }