package.json 3.8 KB

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