package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. "@babel/plugin-transform-react-jsx": "^7.24.7",
  32. "@tinymce/tinymce-vue": "^3.2.8",
  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. "html2canvas": "^1.4.1",
  43. "insert-css": "^2.0.0",
  44. "jqwidgets-scripts": "^13.1.0",
  45. "js-base64": "^3.7.3",
  46. "js-cookie": "^2.2.0",
  47. "js-md5": "^0.7.3",
  48. "jspdf": "^2.5.1",
  49. "patch-package": "^7.0.2",
  50. "qrcodejs2": "0.0.2",
  51. "quill": "^1.3.7",
  52. "quill-image-drop-module": "^1.0.3",
  53. "quill-image-resize-module": "^3.0.0",
  54. "react": "16.14.0",
  55. "react-dom": "16.14.0",
  56. "react-object-logger": "^1.2.3",
  57. "sortablejs": "^1.14.0",
  58. "svg-sprite-loader": "^6.0.11",
  59. "tinymce": "^5.10.7",
  60. "v-click-outside-x": "^4.1.3",
  61. "v-viewer": "^1.6.4",
  62. "vant": "^2.12.39",
  63. "vconsole": "^3.15.1",
  64. "view-design": "^4.7.0",
  65. "vue-clipboard2": "^0.3.1",
  66. "vue-drag-resize": "^1.5.4",
  67. "vue-esign": "^1.1.4",
  68. "vue-i18n": "^7.8.0",
  69. "vue-plugin-hiprint": "0.0.56",
  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-tour": "^2.0.0",
  75. "vuedraggable": "^2.24.3",
  76. "vuera": "^0.2.7",
  77. "vuex": "^3.0.1",
  78. "vuex-persistedstate": "^2.5.4",
  79. "vxe-table": "3.5.9",
  80. "xe-utils": "^3.5.7"
  81. },
  82. "devDependencies": {
  83. "@vue/cli-plugin-babel": "^3.0.1",
  84. "@vue/cli-plugin-eslint": "^3.0.1",
  85. "@vue/cli-plugin-unit-mocha": "^3.0.1",
  86. "@vue/cli-service": "^3.0.1",
  87. "@vue/eslint-config-standard": "^3.0.0-beta.10",
  88. "babel-plugin-component": "^1.1.1",
  89. "babel-plugin-import": "^1.13.0",
  90. "bootstrap": "^4.3.1",
  91. "eslint-plugin-cypress": "^2.0.1",
  92. "javascript-natural-sort": "^0.7.1",
  93. "less": "^2.7.3",
  94. "less-loader": "^4.0.5",
  95. "node-sass": "4.14.1",
  96. "sass-loader": "8.0.0",
  97. "uuid": "^3.3.2",
  98. "vue-svg-icon": "^1.2.9",
  99. "vue-template-compiler": "^2.7.14"
  100. },
  101. "browserslist": [
  102. "> 1%",
  103. "last 2 versions",
  104. "not ie <= 8"
  105. ],
  106. "gitHooks": {
  107. "pre-commit": "lint-staged"
  108. },
  109. "app-plus": {
  110. "softinputMode": "adjustPan"
  111. },
  112. "lint-staged": {
  113. "*.js": [
  114. "vue-cli-service lint",
  115. "git add"
  116. ],
  117. "*.vue": [
  118. "vue-cli-service lint",
  119. "git add"
  120. ]
  121. }
  122. }