package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. "ali-oss": "^6.21.0",
  33. "axios": "^0.18.0",
  34. "clipboard": "^2.0.11",
  35. "concurrent-tasks": "^1.0.7",
  36. "core-js": "^2.6.12",
  37. "crypto-js": "^4.2.0",
  38. "dhtmlx-gantt": "^8.0.6",
  39. "echarts": "^5.4.1",
  40. "element-resize-detector": "^1.2.3",
  41. "element-ui": "^2.15.12",
  42. "exceljs": "^4.4.0",
  43. "hevue-img-preview": "^6.1.0",
  44. "html2canvas": "^1.4.1",
  45. "insert-css": "^2.0.0",
  46. "jquery-mousewheel": "^3.1.13",
  47. "jqwidgets-scripts": "^13.1.0",
  48. "js-base64": "^3.7.3",
  49. "js-cookie": "^2.2.0",
  50. "js-md5": "^0.7.3",
  51. "js-pinyin": "^0.2.7",
  52. "jspdf": "^2.5.1",
  53. "patch-package": "^7.0.2",
  54. "qrcode": "^1.5.4",
  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. "tinymce": "^5.10.7",
  62. "v-click-outside-x": "^4.1.3",
  63. "v-viewer": "^1.6.4",
  64. "vant": "^2.12.39",
  65. "vconsole": "^3.15.1",
  66. "view-design": "^4.7.0",
  67. "vue-amap": "0.5.10",
  68. "vue-clipboard2": "^0.3.1",
  69. "vue-cropper": "^0.6.5",
  70. "vue-drag-resize": "^1.5.4",
  71. "vue-esign": "^1.1.4",
  72. "vue-i18n": "^7.8.0",
  73. "vue-plugin-hiprint": "0.0.56",
  74. "vue-printjs": "^1.0.0",
  75. "vue-property-decorator": "^9.1.2",
  76. "vue-qrcode-reader": "^5.5.11",
  77. "vue-quill-editor": "^3.0.6",
  78. "vue-router": "3.0.0",
  79. "vue-tour": "^2.0.0",
  80. "vuedraggable": "^2.24.3",
  81. "vuex": "^3.0.1",
  82. "vuex-persistedstate": "^2.5.4",
  83. "vxe-table": "3.5.9",
  84. "xe-utils": "^3.5.7",
  85. "xlsx": "^0.16.0"
  86. },
  87. "devDependencies": {
  88. "@vue/cli-plugin-babel": "^3.0.1",
  89. "@vue/cli-plugin-eslint": "^3.0.1",
  90. "@vue/cli-plugin-unit-mocha": "^3.0.1",
  91. "@vue/cli-service": "^3.0.1",
  92. "@vue/eslint-config-standard": "^3.0.0-beta.10",
  93. "babel-plugin-component": "^1.1.1",
  94. "babel-plugin-import": "^1.13.0",
  95. "bootstrap": "^4.3.1",
  96. "eslint-plugin-cypress": "^2.0.1",
  97. "husky": "^9.1.7",
  98. "javascript-natural-sort": "^0.7.1",
  99. "less": "^2.7.3",
  100. "less-loader": "^4.0.5",
  101. "lint-staged": "^16.1.0",
  102. "node-sass": "4.14.1",
  103. "sass-loader": "8.0.0",
  104. "uuid": "^3.3.2",
  105. "vue-svg-icon": "^1.2.9",
  106. "vue-template-compiler": "2.7.14"
  107. },
  108. "browserslist": [
  109. "> 1%",
  110. "last 2 versions",
  111. "not ie <= 8"
  112. ],
  113. "gitHooks": {
  114. "pre-commit": "lint-staged"
  115. },
  116. "app-plus": {
  117. "softinputMode": "adjustPan"
  118. },
  119. "lint-staged": {
  120. "*.js": [
  121. "vue-cli-service lint",
  122. "git add"
  123. ],
  124. "*.vue": [
  125. "vue-cli-service lint",
  126. "git add"
  127. ]
  128. },
  129. "main": ".eslintrc.js",
  130. "repository": {
  131. "type": "git",
  132. "url": "http://s.dev01.dkiboss.com:9001/DK-SCU/dkscu-web.git"
  133. },
  134. "keywords": [],
  135. "license": "ISC",
  136. "description": ""
  137. }