package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "name": "zkqy",
  3. "version": "3.8.5",
  4. "description": "后台管理系统",
  5. "author": "",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src"
  13. },
  14. "husky": {
  15. "hooks": {
  16. "pre-commit": "lint-staged"
  17. }
  18. },
  19. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "admin",
  28. "dashboard",
  29. "element-ui",
  30. "boilerplate",
  31. "admin-template",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://gitee.com/y_project/zkqy-Vue.git"
  37. },
  38. "dependencies": {
  39. "@ant-design/icons": "^5.6.1",
  40. "@antv/x6": "^1.34.2",
  41. "@babel/polyfill": "^7.12.1",
  42. "@bpmn-io/add-exporter": "^0.2.0",
  43. "@bpmn-io/element-template-chooser": "^0.0.5",
  44. "@bpmn-io/properties-panel": "^0.20.3",
  45. "@form-create/designer": "^1.1.9",
  46. "@form-create/element-ui": "^2.7.4",
  47. "@form-create/utils": "^3.2.18",
  48. "@form-create/vant": "2.7",
  49. "@form-create/vant-designer": "^3.2.8",
  50. "@jiaminghi/data-view": "^2.10.0",
  51. "@riophae/vue-treeselect": "0.4.0",
  52. "@smallwei/avue": "^2.8.23",
  53. "@tinymce/tinymce-vue": "^3.2.0",
  54. "@vue/composition-api": "^1.7.2",
  55. "amfe-flexible": "^2.2.1",
  56. "ant-design-vue": "^1.7.8",
  57. "axios": "0.24.0",
  58. "bpmn-js": "^9.4.1",
  59. "bpmn-js-bpmnlint": "^0.19.0",
  60. "bpmn-js-connectors-extension": "^0.4.1",
  61. "bpmn-js-external-label-modeling": "^1.0.3",
  62. "bpmn-js-properties-panel": "^1.6.1",
  63. "bpmn-js-token-simulation": "^0.27.0",
  64. "bpmn-moddle": "^6.0.0",
  65. "bpmnlint": "^7.8.0",
  66. "bpmnlint-utils": "^1.1.1",
  67. "camunda-bpmn-moddle": "^7.0.1",
  68. "circular-json": "^0.5.9",
  69. "clipboard": "^2.0.8",
  70. "core-js": "^3.8.3",
  71. "cos-js-sdk-v5": "^1.4.6",
  72. "crypto-js": "^4.2.0",
  73. "diagram-js-context-pad": "^1.0.2",
  74. "diagram-js-grid-bg": "^1.0.3",
  75. "diagram-js-minimap": "^2.1.1",
  76. "echarts": "^4.9.0",
  77. "element-plus": "^2.9.7",
  78. "element-ui": "^2.15.12",
  79. "exceljs": "^4.2.0",
  80. "fast-xml-parser": "^4.3.2",
  81. "file-saver": "2.0.5",
  82. "fuse.js": "6.4.3",
  83. "highlight.js": "^10.5.0",
  84. "html2canvas": "^1.0.0-alpha.9",
  85. "insert-css": "^2.0.0",
  86. "js-beautify": "1.13.0",
  87. "js-cookie": "3.0.1",
  88. "js-md5": "^0.8.3",
  89. "jsencrypt": "3.0.0-rc.1",
  90. "jsonlint-mod": "^1.7.6",
  91. "k-form-design": "^3.8.18",
  92. "less": "^2.7.3",
  93. "less-loader": "^4.1.0",
  94. "lucide-vue": "^0.89.0",
  95. "luckyexcel": "^1.0.0",
  96. "miment": "^0.0.9",
  97. "mockjs": "^1.1.0",
  98. "monaco-editor": "^0.30.1",
  99. "monaco-editor-webpack-plugin": "^6.0.0",
  100. "nprogress": "0.2.0",
  101. "quill": "1.3.7",
  102. "screenfull": "5.0.2",
  103. "sortablejs": "1.10.2",
  104. "swiper": "^5.3.6",
  105. "tinymce": "^5.10.0",
  106. "tinymce-plugin": "^0.0.3-beta.22",
  107. "uuid": "^9.0.0",
  108. "vant": "^2.13.6",
  109. "vcolorpicker": "^2.0.12",
  110. "vue": "^2.7.0",
  111. "vue-codemirror": "^4.0.6",
  112. "vue-codemirror-lite": "^1.0.4",
  113. "vue-count-to": "1.0.13",
  114. "vue-cropper": "0.5.5",
  115. "vue-demi": "^0.14.10",
  116. "vue-echarts": "^5.0.0-beta.0",
  117. "vue-json-editor": "^1.4.3",
  118. "vue-json-excel": "^0.3.0",
  119. "vue-json-viewer": "^2.2.22",
  120. "vue-meta": "2.4.0",
  121. "vue-quill-editor": "^3.0.6",
  122. "vue-router": "^3.6.5",
  123. "vue-ruler-tool": "^1.2.4",
  124. "vue-superslide": "^0.1.1",
  125. "vue2-ace-editor": "^0.0.15",
  126. "vuedraggable": "2.24.3",
  127. "vuex": "3.6.0",
  128. "vuex-persistedstate": "^4.1.0",
  129. "webpack": "^4.46.0",
  130. "xml2js": "^0.6.2",
  131. "vue-i18n": "7.3.2"
  132. },
  133. "devDependencies": {
  134. "@babel/core": "^7.12.16",
  135. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  136. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  137. "@babel/preset-env": "^7.24.0",
  138. "@vue/cli-plugin-babel": "4.4.6",
  139. "@vue/cli-plugin-eslint": "4.4.6",
  140. "@vue/cli-service": "4.4.6",
  141. "babel-eslint": "10.1.0",
  142. "babel-loader": "^9.1.3",
  143. "babel-plugin-dynamic-import-node": "2.3.3",
  144. "babel-plugin-import": "^1.13.8",
  145. "chalk": "4.1.0",
  146. "compression-webpack-plugin": "5.0.2",
  147. "connect": "3.6.6",
  148. "eslint": "^7.15.0",
  149. "eslint-plugin-vue": "7.2.0",
  150. "js-base64": "^3.7.7",
  151. "lint-staged": "10.5.3",
  152. "postcss": "^8.4.38",
  153. "runjs": "4.4.2",
  154. "sass": "1.32.13",
  155. "sass-loader": "10.1.1",
  156. "script-ext-html-webpack-plugin": "2.1.5",
  157. "svg-sprite-loader": "5.1.1",
  158. "vue-template-compiler": "^2.7.0"
  159. },
  160. "engines": {
  161. "node": ">=8.9",
  162. "npm": ">= 3.0.0"
  163. },
  164. "browserslist": [
  165. "> 1%",
  166. "last 2 versions",
  167. "not dead"
  168. ]
  169. }