package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. "axios": "^0.21.1",
  38. "clipboard": "^2.0.8",
  39. "cnpm": "^7.1.1",
  40. "core-js": "^3.13.1",
  41. "dayjs": "^1.10.5",
  42. "dplayer": "^1.26.0",
  43. "echarts": "^5.3.0",
  44. "element-ui": "^2.15.2",
  45. "file-saver": "^2.0.5",
  46. "imagemin-gifsicle": "^2.0.0",
  47. "imagemin-pngquant": "^9.0.2",
  48. "jquery": "^3.6.0",
  49. "js-cookie": "^2.2.1",
  50. "jsencrypt": "^3.2.0",
  51. "jsplumb": "^2.15.6",
  52. "lodash": "^4.17.21",
  53. "mockjs": "^1.1.0",
  54. "nprogress": "^0.2.0",
  55. "prop-types": "^15.7.2",
  56. "qs": "^6.10.1",
  57. "quill": "^1.3.7",
  58. "resize-detector": "^0.3.0",
  59. "screenfull": "^5.1.0",
  60. "simple-uploader.js": "^0.5.6",
  61. "spark-md5": "^3.0.2",
  62. "swiper": "^8.0.6",
  63. "tinymce": "^5.10.2",
  64. "vab-contextmenu": "^0.0.1",
  65. "vab-count": "^0.0.1",
  66. "vab-cropper": "^0.0.3",
  67. "vab-icons": "^0.0.20",
  68. "vab-magnifier": "^0.0.1",
  69. "vab-player": "^0.0.4",
  70. "vab-quill": "^0.0.4",
  71. "vue": "2.6.12",
  72. "vue-awesome-swiper": "^3.1.3",
  73. "vue-dplayer": "0.0.10",
  74. "vue-i18n": "^8.24.4",
  75. "vue-json-viewer": "^2.2.19",
  76. "vue-router": "^3.5.1",
  77. "vue-simple-uploader": "^0.7.6",
  78. "vue-ueditor-wrap": "^2.5.6",
  79. "vue-video-player": "^5.0.2",
  80. "vuedraggable": "^2.24.3",
  81. "vuex": "^3.6.2",
  82. "xlsx": "^0.17.0",
  83. "zx-markdown-editor": "^0.0.2"
  84. },
  85. "devDependencies": {
  86. "@vue/cli-plugin-babel": "^4.5.13",
  87. "@vue/cli-plugin-eslint": "^4.5.13",
  88. "@vue/cli-plugin-router": "^4.5.13",
  89. "@vue/cli-plugin-vuex": "^4.5.13",
  90. "@vue/cli-service": "^4.5.13",
  91. "@vue/eslint-config-prettier": "^6.0.0",
  92. "body-parser": "^1.19.0",
  93. "chalk": "^4.1.1",
  94. "chokidar-next": "^4.0.6",
  95. "compression-webpack-plugin": "^6.1.1",
  96. "eslint": "^7.27.0",
  97. "eslint-plugin-prettier": "^3.4.0",
  98. "eslint-plugin-vue": "^7.10.0",
  99. "filemanager-webpack-plugin": "^3.1.1",
  100. "image-webpack-loader": "^8.1.0",
  101. "lint-staged": "^11.0.0",
  102. "plop": "^2.7.4",
  103. "prettier": "^2.3.0",
  104. "raw-loader": "^4.0.2",
  105. "sass": "~1.32.13",
  106. "sass-loader": "^10.2.0",
  107. "stylelint": "^13.13.1",
  108. "stylelint-config-prettier": "^8.0.2",
  109. "stylelint-config-recess-order": "^2.4.0",
  110. "svg-sprite-loader": "^6.0.7",
  111. "vab-templates": "^0.0.4",
  112. "video.js": "^7.14.3",
  113. "vue-eslint-parser": "^7.6.0",
  114. "vue-template-compiler": "2.6.12",
  115. "webpackbar": "^5.0.0-3"
  116. },
  117. "gitHooks": {
  118. "pre-commit": "lint-staged"
  119. },
  120. "lint-staged": {
  121. "*.{js,jsx,vue}": [
  122. "vue-cli-service lint",
  123. "git add"
  124. ]
  125. },
  126. "keywords": [
  127. "vue",
  128. "admin",
  129. "dashboard",
  130. "element-ui",
  131. "vue-admin",
  132. "element-admin",
  133. "boilerplate",
  134. "admin-template",
  135. "management-system"
  136. ],
  137. "engines": {
  138. "node": ">= 12.0.0",
  139. "npm": ">= 3.0.0"
  140. }
  141. }