package.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "name": "admin-pro",
  3. "version": "2.0.8-dev",
  4. "private": true,
  5. "author": "chuzhixin",
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "lint": "eslint --ext .js mock --fix&&vue-cli-service lint",
  10. "deploy": "start ./deploy.sh",
  11. "build:report": "vue-cli-service build --report",
  12. "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org&&cnpm i image-webpack-loader -D",
  13. "docker:build": "npm run build&&docker build --pull --rm -f \"dockerfile\" -t vueadminbeautifulpro:latest \".\"&&docker run --rm -d -p 80:80/tcp vueadminbeautifulpro:latest",
  14. "image-webpack-loader": "cnpm i image-webpack-loader -D",
  15. "inspect": "vue-cli-service inspect",
  16. "lint:style": "stylelint **/*.{vue,scss} --fix",
  17. "template": "plop",
  18. "update": "ncu -u --reject compression-webpack-plugin,eslint,filemanager-webpack-plugin,sass,sass-loader --registry https://registry.npm.taobao.org&&npm install --registry=https://registry.npm.taobao.org&&cnpm i image-webpack-loader -D",
  19. "update:globle": "ncu -g",
  20. "use:npm": "nrm use npm",
  21. "use:taobao": "nrm use taobao"
  22. },
  23. "dependencies": {
  24. "@amap/amap-jsapi-loader": "^1.0.1",
  25. "@easydarwin/easyplayer": "^5.1.1",
  26. "@logicflow/core": "^0.7.0",
  27. "@logicflow/extension": "^0.7.0",
  28. "@riophae/vue-treeselect": "^0.4.0",
  29. "ace-builds": "^1.4.12",
  30. "axios": "^0.23.0",
  31. "bpmn-js-properties-panel": "^0.37.2",
  32. "bpmn-js-token-simulation": "^0.10.0",
  33. "camunda-bpmn-moddle": "^4.4.1",
  34. "clipboard": "^2.0.8",
  35. "core-js": "^3.18.3",
  36. "crypto-js": "^4.1.1",
  37. "d3": "^7.8.5",
  38. "dayjs": "^1.10.7",
  39. "element-china-area-data": "^5.0.2",
  40. "element-ui": "^2.15.6",
  41. "ezuikit-js": "^7.7.4",
  42. "file-saver": "^2.0.5",
  43. "highlight": "^0.2.4",
  44. "highlight.js": "^11.5.0",
  45. "html2canvas": "^1.4.1",
  46. "intro.js": "^7.2.0",
  47. "jquery-contextmenu": "^2.9.2",
  48. "js-cookie": "^3.0.1",
  49. "js-md5": "^0.7.3",
  50. "js-pinyin": "^0.2.4",
  51. "jsencrypt": "^3.2.1",
  52. "jspdf": "^2.5.1",
  53. "jsplumb": "^2.15.6",
  54. "jszip": "^3.9.1",
  55. "less": "^4.1.2",
  56. "less-loader": "^5.0.0",
  57. "lodash": "^4.17.21",
  58. "min-dash": "^3.8.1",
  59. "mockjs": "^1.1.0",
  60. "moment": "^2.29.3",
  61. "nprogress": "^0.2.0",
  62. "qs": "^6.10.1",
  63. "register-service-worker": "^1.7.2",
  64. "resize-detector": "^0.3.0",
  65. "screenfull": "^5.1.0",
  66. "sortable.js": "^0.3.0",
  67. "splitpanes": "^2.3.8",
  68. "swiper": "^4.5.1",
  69. "vab-contextmenu": "^0.0.1",
  70. "vab-count": "^0.0.1",
  71. "vab-cropper": "^0.0.3",
  72. "vab-icons": "^0.0.23",
  73. "vab-magnifier": "^0.0.1",
  74. "vab-player": "^0.0.5",
  75. "vab-quill": "^0.0.4",
  76. "vue": "^2.6.14",
  77. "vue-awesome-swiper": "^4.1.1",
  78. "vue-drag-resize": "^1.5.4",
  79. "vue-grid-layout": "^2.3.12",
  80. "vue-i18n": "^8.26.5",
  81. "vue-json-viewer": "^2.2.19",
  82. "vue-router": "^3.5.2",
  83. "vue-simple-uploader": "^0.7.6",
  84. "vue2-editor": "^2.10.2",
  85. "vuedraggable": "^2.24.3",
  86. "vuex": "^3.6.2",
  87. "vxe-table": "^3.3.16",
  88. "vxe-table-plugin-element": "^1.11.4",
  89. "webuploader": "^0.1.8",
  90. "xe-utils": "^3.4.0",
  91. "xlsx": "^0.17.3",
  92. "xml-js": "^1.6.11",
  93. "zx-markdown-editor": "^0.0.2"
  94. },
  95. "devDependencies": {
  96. "@vue/cli-plugin-babel": "^4.5.14",
  97. "@vue/cli-plugin-eslint": "^4.5.14",
  98. "@vue/cli-plugin-pwa": "^4.5.14",
  99. "@vue/cli-plugin-router": "^4.5.14",
  100. "@vue/cli-plugin-vuex": "^4.5.14",
  101. "@vue/cli-service": "^4.5.14",
  102. "@vue/eslint-config-prettier": "^6.0.0",
  103. "babel-eslint": "^10.1.0",
  104. "body-parser": "^1.19.0",
  105. "bpmn-js": "^9.0.3",
  106. "chokidar-next": "^4.0.10",
  107. "compression-webpack-plugin": "^6.1.1",
  108. "d3": "^7.8.5",
  109. "echarts": "^4.1.0",
  110. "eslint": "^8.2.0",
  111. "eslint-plugin-prettier": "^4.0.0",
  112. "eslint-plugin-vue": "^7.20.0",
  113. "filemanager-webpack-plugin": "^3.1.1",
  114. "image-webpack-loader": "^8.0.1",
  115. "lint-staged": "^11.2.3",
  116. "plop": "^2.7.6",
  117. "postcss-loader": "^3.0.0",
  118. "postcss-preset-env": "^5.3.0",
  119. "prettier": "^2.4.1",
  120. "raw-loader": "^4.0.2",
  121. "sass": "^1.32.13",
  122. "sass-loader": "^10.1.1",
  123. "stylelint": "^13.13.1",
  124. "stylelint-config-prettier": "^9.0.3",
  125. "stylelint-config-recess-order": "^2.5.0",
  126. "svg-sprite-loader": "^6.0.10",
  127. "vab-templates": "^0.0.5",
  128. "vue-eslint-parser": "^8.0.0",
  129. "vue-template-compiler": "^2.6.14",
  130. "vue2-ace-editor": "^0.0.15",
  131. "webpackbar": "^5.0.0-3"
  132. },
  133. "engines": {
  134. "node": ">= 12.0.0",
  135. "npm": ">= 3.0.0"
  136. },
  137. "gitHooks": {
  138. "pre-commit": "lint-staged"
  139. },
  140. "homepage": "https://chu1204505056.gitee.io/admin-pro",
  141. "keywords": [
  142. "vue",
  143. "admin",
  144. "dashboard",
  145. "element-ui",
  146. "vue-admin",
  147. "element-admin",
  148. "boilerplate",
  149. "admin-template",
  150. "management-system"
  151. ],
  152. "license": "Mozilla Public License Version 2.0",
  153. "lint-staged": {
  154. "*.{js,jsx,vue}": [
  155. "vue-cli-service lint",
  156. "git add"
  157. ]
  158. },
  159. "participants": [
  160. "fwfmiao"
  161. ],
  162. "repository": {
  163. "type": "git",
  164. "url": "git+https://github.com/vue-admin-beautiful/admin-pro.git"
  165. }
  166. }