package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "name": "iview-admin",
  3. "version": "2.0.0",
  4. "author": "Lison<lison16new@163.com>",
  5. "private": false,
  6. "scripts": {
  7. "dev": "vue-cli-service serve --mode dev",
  8. "test": "vue-cli-service serve --mode test",
  9. "build_test": "vue-cli-service build --mode test",
  10. "build_uat": "vue-cli-service build --mode uat",
  11. "build_st": "vue-cli-service build --mode st",
  12. "build_pro": "vue-cli-service build --mode pro",
  13. "build_lib": "vue-cli-service build --target dk --name dk dk/index.js",
  14. "lint": "vue-cli-service lint",
  15. "test:unit": "vue-cli-service test:unit",
  16. "test:e2e": "vue-cli-service test:e2e",
  17. "postinstall": "patch-package"
  18. },
  19. "dependencies": {
  20. "@antv/x6": "2.18.1",
  21. "@antv/x6-plugin-clipboard": "^2.1.3",
  22. "@antv/x6-plugin-dnd": "^2.0.3",
  23. "@antv/x6-plugin-export": "^2.1.5",
  24. "@antv/x6-plugin-history": "^2.1.2",
  25. "@antv/x6-plugin-keyboard": "^2.1.4",
  26. "@antv/x6-plugin-minimap": "^2.0.7",
  27. "@antv/x6-plugin-selection": "^2.1.5",
  28. "@antv/x6-plugin-snapline": "^2.1.6",
  29. "@antv/x6-plugin-stencil": "^2.0.2",
  30. "@antv/x6-plugin-transform": "^2.1.5",
  31. "@babel/plugin-proposal-optional-chaining": "^7.18.9",
  32. "@tinymce/tinymce-vue": "^3.2.8",
  33. "@wangeditor/editor": "^5.1.23",
  34. "@wangeditor/editor-for-vue": "^1.0.2",
  35. "axios": "^0.18.0",
  36. "clipboard": "^2.0.11",
  37. "concurrent-tasks": "^1.0.7",
  38. "core-js": "^2.6.12",
  39. "crypto-js": "^4.2.0",
  40. "dayjs": "^1.11.7",
  41. "dhtmlx-gantt": "^8.0.6",
  42. "dom-to-image": "^2.6.0",
  43. "echarts": "^5.4.1",
  44. "element-resize-detector": "^1.2.3",
  45. "element-ui": "^2.15.12",
  46. "file-saver": "^2.0.5",
  47. "html2canvas": "^1.4.1",
  48. "insert-css": "^2.0.0",
  49. "iview-area": "^1.6.0",
  50. "jqwidgets-scripts": "^13.1.0",
  51. "js-base64": "^3.7.3",
  52. "js-cookie": "^2.2.0",
  53. "js-md5": "^0.7.3",
  54. "jspdf": "^2.5.1",
  55. "lib-flexible": "^0.3.2",
  56. "patch-package": "^7.0.2",
  57. "qrcodejs2": "0.0.2",
  58. "quill": "^1.3.7",
  59. "quill-image-drop-module": "^1.0.3",
  60. "quill-image-resize-module": "^3.0.0",
  61. "sortablejs": "^1.14.0",
  62. "svg-sprite-loader": "^6.0.11",
  63. "swiper": "^5.4.5",
  64. "tinymce": "^5.10.7",
  65. "v-viewer": "^1.6.4",
  66. "vant": "^2.12.53",
  67. "vconsole": "^3.15.0",
  68. "view-design": "^4.7.0",
  69. "vue": "^2.7.14",
  70. "vue-baidu-map": "^0.21.22",
  71. "vue-class-component": "^7.2.6",
  72. "vue-clipboard2": "^0.3.1",
  73. "vue-drag-resize": "^1.5.4",
  74. "vue-esign": "^1.1.4",
  75. "vue-excel-table": "^3.1.28",
  76. "vue-i18n": "^7.8.0",
  77. "vue-jsonp": "^2.0.0",
  78. "vue-pdf": "^4.3.0",
  79. "vue-plugin-hiprint": "0.0.57-beta1",
  80. "vue-printjs": "^1.0.0",
  81. "vue-property-decorator": "^9.1.2",
  82. "vue-quill-editor": "^3.0.6",
  83. "vue-router": "3.0.0",
  84. "vue-super-flow": "^1.3.8",
  85. "vue-tour": "^2.0.0",
  86. "vuedraggable": "^2.24.3",
  87. "vuex": "^3.0.1",
  88. "vuex-persistedstate": "^2.5.4",
  89. "vxe-table": "3.5.9",
  90. "wangeditor": "^3.1.1",
  91. "xe-ajax": "^4.0.5",
  92. "xe-utils": "^3.5.7",
  93. "zm-tree-org": "^1.8.7"
  94. },
  95. "devDependencies": {
  96. "@vue/cli-plugin-babel": "^3.0.1",
  97. "@vue/cli-plugin-eslint": "^3.0.1",
  98. "@vue/cli-plugin-unit-mocha": "^3.0.1",
  99. "@vue/cli-service": "^3.0.1",
  100. "@vue/eslint-config-standard": "^3.0.0-beta.10",
  101. "babel-plugin-component": "^1.1.1",
  102. "babel-plugin-import": "^1.13.0",
  103. "bootstrap": "^4.3.1",
  104. "chai": "^4.3.7",
  105. "eslint-plugin-cypress": "^2.0.1",
  106. "flag-icon-css": "^3.4.6",
  107. "friendly-errors-webpack-plugin": "^1.7.0",
  108. "javascript-natural-sort": "^0.7.1",
  109. "less": "^2.7.3",
  110. "less-loader": "^4.0.5",
  111. "lint-staged": "^6.0.0",
  112. "node-sass": "4.14.1",
  113. "sass-loader": "8.0.0",
  114. "uuid": "^3.3.2",
  115. "vue-awesome-swiper": "^4.1.1",
  116. "vue-svg-icon": "^1.2.9",
  117. "vue-template-compiler": "^2.7.14",
  118. "xml-loader": "^1.2.1"
  119. },
  120. "browserslist": [
  121. "> 1%",
  122. "last 2 versions",
  123. "not ie <= 8"
  124. ],
  125. "gitHooks": {
  126. "pre-commit": "lint-staged"
  127. },
  128. "app-plus": {
  129. "softinputMode": "adjustPan"
  130. },
  131. "lint-staged": {
  132. "*.js": [
  133. "vue-cli-service lint",
  134. "git add"
  135. ],
  136. "*.vue": [
  137. "vue-cli-service lint",
  138. "git add"
  139. ]
  140. }
  141. }