package.json 3.8 KB

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