package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. "axios": "^0.18.0",
  33. "clipboard": "^2.0.11",
  34. "concurrent-tasks": "^1.0.7",
  35. "core-js": "^2.6.12",
  36. "crypto-js": "^4.2.0",
  37. "dhtmlx-gantt": "^8.0.6",
  38. "echarts": "^5.4.1",
  39. "element-resize-detector": "^1.2.3",
  40. "element-ui": "^2.15.12",
  41. "html2canvas": "^1.4.1",
  42. "insert-css": "^2.0.0",
  43. "jqwidgets-scripts": "^13.1.0",
  44. "js-base64": "^3.7.3",
  45. "js-cookie": "^2.2.0",
  46. "js-md5": "^0.7.3",
  47. "jspdf": "^2.5.1",
  48. "patch-package": "^7.0.2",
  49. "qrcodejs2": "0.0.2",
  50. "quill": "^1.3.7",
  51. "quill-image-drop-module": "^1.0.3",
  52. "quill-image-resize-module": "^3.0.0",
  53. "sortablejs": "^1.14.0",
  54. "svg-sprite-loader": "^6.0.11",
  55. "tinymce": "^5.10.7",
  56. "v-click-outside-x": "^4.1.3",
  57. "v-viewer": "^1.6.4",
  58. "vant": "^2.12.39",
  59. "vconsole": "^3.15.1",
  60. "view-design": "^4.7.0",
  61. "vue-clipboard2": "^0.3.1",
  62. "vue-drag-resize": "^1.5.4",
  63. "vue-esign": "^1.1.4",
  64. "vue-i18n": "^7.8.0",
  65. "vue-plugin-hiprint": "0.0.56",
  66. "vue-printjs": "^1.0.0",
  67. "vue-property-decorator": "^9.1.2",
  68. "vue-quill-editor": "^3.0.6",
  69. "vue-router": "3.0.0",
  70. "vue-tour": "^2.0.0",
  71. "vuedraggable": "^2.24.3",
  72. "vuex": "^3.0.1",
  73. "vuex-persistedstate": "^2.5.4",
  74. "vxe-table": "3.5.9",
  75. "xe-utils": "^3.5.7"
  76. },
  77. "devDependencies": {
  78. "@vue/cli-plugin-babel": "^3.0.1",
  79. "@vue/cli-plugin-eslint": "^3.0.1",
  80. "@vue/cli-plugin-unit-mocha": "^3.0.1",
  81. "@vue/cli-service": "^3.0.1",
  82. "@vue/eslint-config-standard": "^3.0.0-beta.10",
  83. "babel-plugin-component": "^1.1.1",
  84. "babel-plugin-import": "^1.13.0",
  85. "bootstrap": "^4.3.1",
  86. "eslint-plugin-cypress": "^2.0.1",
  87. "javascript-natural-sort": "^0.7.1",
  88. "less": "^2.7.3",
  89. "less-loader": "^4.0.5",
  90. "node-sass": "4.14.1",
  91. "sass-loader": "8.0.0",
  92. "uuid": "^3.3.2",
  93. "vue-svg-icon": "^1.2.9",
  94. "vue-template-compiler": "^2.7.14"
  95. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions",
  99. "not ie <= 8"
  100. ],
  101. "gitHooks": {
  102. "pre-commit": "lint-staged"
  103. },
  104. "app-plus": {
  105. "softinputMode": "adjustPan"
  106. },
  107. "lint-staged": {
  108. "*.js": [
  109. "vue-cli-service lint",
  110. "git add"
  111. ],
  112. "*.vue": [
  113. "vue-cli-service lint",
  114. "git add"
  115. ]
  116. }
  117. }