package.json 4.0 KB

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