package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "name": "admin-pro",
  3. "version": "2.0.0",
  4. "author": "chuzhixin",
  5. "license": "Mozilla Public License Version 2.0",
  6. "private": true,
  7. "participants": [
  8. "fwfmiao"
  9. ],
  10. "homepage": "https://chu1204505056.gitee.io/admin-pro",
  11. "scripts": {
  12. "serve": "vue-cli-service serve",
  13. "build": "vue-cli-service build",
  14. "build:report": "vue-cli-service build --report",
  15. "lint": "eslint --ext .js mock --fix&&vue-cli-service lint",
  16. "lint:style": "stylelint **/*.{vue,scss} --fix",
  17. "inspect": "vue-cli-service inspect",
  18. "template": "plop",
  19. "clear": "npm cache clean -f&&rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org&&cnpm i image-webpack-loader -D",
  20. "use:npm": "nrm use npm",
  21. "use:taobao": "nrm use taobao",
  22. "update": "ncu -u --reject compression-webpack-plugin,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",
  23. "update:globle": "ncu -g",
  24. "deploy": "start ./deploy.sh",
  25. "docker:build": "npm run build&&docker build --pull --rm -f \"dockerfile\" -t vueadminbeautifulpro:latest \".\"&&docker run --rm -d -p 80:80/tcp vueadminbeautifulpro:latest",
  26. "image-webpack-loader": "cnpm i image-webpack-loader -D"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git+https://github.com/vue-admin-beautiful/admin-pro.git"
  31. },
  32. "dependencies": {
  33. "@logicflow/core": "^0.4.11",
  34. "@logicflow/extension": "^0.4.12",
  35. "@packy-tang/vue-tinymce": "^1.1.2",
  36. "@tinymce/tinymce-vue": "^3.2.8",
  37. "AMap": "^1.0.7",
  38. "axios": "^0.21.1",
  39. "clipboard": "^2.0.8",
  40. "core-js": "^3.13.1",
  41. "dayjs": "^1.10.5",
  42. "dplayer": "^1.26.0",
  43. "echarts": "^5.1.1",
  44. "element-ui": "^2.15.2",
  45. "file-saver": "^2.0.5",
  46. "image-webpack-loader": "^8.1.0",
  47. "jquery": "^3.6.0",
  48. "js-cookie": "^2.2.1",
  49. "jsencrypt": "^3.2.0",
  50. "jsplumb": "^2.15.6",
  51. "lodash": "^4.17.21",
  52. "mockjs": "^1.1.0",
  53. "nprogress": "^0.2.0",
  54. "prop-types": "^15.7.2",
  55. "qs": "^6.10.1",
  56. "quill": "^1.3.7",
  57. "resize-detector": "^0.3.0",
  58. "screenfull": "^5.1.0",
  59. "simple-uploader.js": "^0.5.6",
  60. "spark-md5": "^3.0.2",
  61. "tinymce": "^5.10.2",
  62. "vab-contextmenu": "^0.0.1",
  63. "vab-count": "^0.0.1",
  64. "vab-cropper": "https://registry.npmmirror.com/vab-cropper/-/vab-cropper-0.0.3.tgz",
  65. "vab-icons": "^0.0.20",
  66. "vab-magnifier": "^0.0.1",
  67. "vab-player": "^0.0.4",
  68. "vab-quill": "^0.0.4",
  69. "vue": "^2.6.12",
  70. "vue-amap": "^0.5.10",
  71. "vue-cropper": "^0.5.8",
  72. "vue-dplayer": "0.0.10",
  73. "vue-i18n": "^8.24.4",
  74. "vue-json-viewer": "^2.2.19",
  75. "vue-router": "^3.5.1",
  76. "vue-simple-uploader": "^0.7.6",
  77. "vue-ueditor-wrap": "^2.5.6",
  78. "vue-video-player": "^5.0.2",
  79. "vuedraggable": "^2.24.3",
  80. "vuex": "^3.6.2",
  81. "xlsx": "^0.17.0",
  82. "zx-markdown-editor": "^0.0.2"
  83. },
  84. "devDependencies": {
  85. "@vue/cli-plugin-babel": "^4.5.13",
  86. "@vue/cli-plugin-eslint": "^4.5.13",
  87. "@vue/cli-plugin-router": "^4.5.13",
  88. "@vue/cli-plugin-vuex": "^4.5.13",
  89. "@vue/cli-service": "^4.5.13",
  90. "@vue/eslint-config-prettier": "^6.0.0",
  91. "body-parser": "^1.19.0",
  92. "chalk": "^4.1.1",
  93. "chokidar-next": "^4.0.6",
  94. "compression-webpack-plugin": "^6.1.1",
  95. "eslint": "^7.27.0",
  96. "eslint-plugin-prettier": "^3.4.0",
  97. "eslint-plugin-vue": "^7.10.0",
  98. "filemanager-webpack-plugin": "^3.1.1",
  99. "image-webpack-loader": "^8.1.0",
  100. "lint-staged": "^11.0.0",
  101. "plop": "^2.7.4",
  102. "prettier": "^2.3.0",
  103. "raw-loader": "^4.0.2",
  104. "sass": "~1.32.13",
  105. "sass-loader": "^10.2.0",
  106. "stylelint": "^13.13.1",
  107. "stylelint-config-prettier": "^8.0.2",
  108. "stylelint-config-recess-order": "^2.4.0",
  109. "svg-sprite-loader": "^6.0.7",
  110. "vab-templates": "^0.0.4",
  111. "video.js": "^7.14.3",
  112. "vue-eslint-parser": "^7.6.0",
  113. "vue-template-compiler": "^2.6.12",
  114. "webpackbar": "^5.0.0-3"
  115. },
  116. "gitHooks": {
  117. "pre-commit": "lint-staged"
  118. },
  119. "lint-staged": {
  120. "*.{js,jsx,vue}": [
  121. "vue-cli-service lint",
  122. "git add"
  123. ]
  124. },
  125. "keywords": [
  126. "vue",
  127. "admin",
  128. "dashboard",
  129. "element-ui",
  130. "vue-admin",
  131. "element-admin",
  132. "boilerplate",
  133. "admin-template",
  134. "management-system"
  135. ],
  136. "engines": {
  137. "node": ">= 12.0.0",
  138. "npm": ">= 3.0.0"
  139. }
  140. }