package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "name": "admin-pro",
  3. "version": "2.5.0",
  4. "private": true,
  5. "author": "chuzhixin",
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "lint": "vue-cli-service lint",
  10. "lint:eslint": "eslint {src,mock}/**/*.{vue,js} --fix",
  11. "lint:prettier": "prettier {src,mock}/**/*.{html,vue,css,sass,scss,js,md} --write",
  12. "lint:stylelint": "stylelint {src,mock}/**/*.{html,vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/",
  13. "build:report": "vue-cli-service build --report",
  14. "build:deploy": "start ./deploy.sh",
  15. "build:docker": "vue-cli-service build&&docker build --pull --rm -f \"dockerfile\" -t vueadminbeautifulpro:latest \".\"&&docker run --rm -d -p 80:80/tcp vueadminbeautifulpro:latest",
  16. "global:install": "npm install -g nrm,cnpm,npm-check-updates",
  17. "globle:update": "ncu -g",
  18. "module:install": "npm i --registry=http://mirrors.cloud.tencent.com/npm/",
  19. "module:update": "ncu -u --reject chalk,@logicflow/core,@logicflow/extension,screenfull,@vue/eslint-config-prettier,compression-webpack-plugin,eslint,eslint-plugin-prettier,filemanager-webpack-plugin,sass,sass-loader,webpack,vue,vuex,vue-router,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-plugin-pwa,@vue/cli-plugin-router,@vue/cli-plugin-vuex,@vue/cli-service,plop,vue-eslint-parser,eslint-plugin-vue,vue-i18n,vab-player,xlsx --registry http://mirrors.cloud.tencent.com/npm/&&npm run module:install",
  20. "module:reinstall": "rimraf node_modules&&npm run module:install",
  21. "nrm:npm": "nrm use npm",
  22. "nrm:taobao": "nrm use taobao"
  23. },
  24. "dependencies": {
  25. "@logicflow/core": "^1.0.2",
  26. "@logicflow/extension": "^1.0.2",
  27. "axios": "^1.2.2",
  28. "bootstrap-icons": "^1.11.3",
  29. "clipboard": "^2.0.11",
  30. "core-js": "^3.27.1",
  31. "dayjs": "^1.11.7",
  32. "echarts": "^5.4.1",
  33. "element-ui": "2.15.12",
  34. "file-saver": "^2.0.5",
  35. "image-webpack-loader": "^8.1.0",
  36. "jquery": "^3.7.1",
  37. "js-cookie": "^3.0.1",
  38. "js-sha256": "^0.9.0",
  39. "jsencrypt": "^3.3.1",
  40. "jsplumb": "^2.15.6",
  41. "jwt-simple": "^0.5.6",
  42. "lodash": "^4.17.21",
  43. "mockjs": "^1.1.0",
  44. "nprogress": "^0.2.0",
  45. "qs": "^6.11.0",
  46. "quill": "^2.0.3",
  47. "register-service-worker": "^1.7.2",
  48. "resize-detector": "^0.3.0",
  49. "sass": "1.32.13",
  50. "screenfull": "5.2.0",
  51. "spark-md5": "^3.0.2",
  52. "vab-icons": "file:vab-icons",
  53. "vue": "^2.6.11",
  54. "vue-i18n": "^8.26.8",
  55. "vue-json-viewer": "^2.2.22",
  56. "vue-plugin-hiprint": "^0.0.58-fix",
  57. "vue-qr": "^4.0.9",
  58. "vue-quill-editor": "^3.0.6",
  59. "vue-router": "^3.5.3",
  60. "vue-super-flow": "^1.3.8",
  61. "vuedraggable": "^2.24.3",
  62. "vuex": "^3.6.2",
  63. "xlsx": "^0.17.4"
  64. },
  65. "devDependencies": {
  66. "@vue/cli-plugin-babel": "^4.5.15",
  67. "@vue/cli-plugin-eslint": "^4.5.15",
  68. "@vue/cli-plugin-pwa": "^4.5.15",
  69. "@vue/cli-plugin-router": "^4.5.15",
  70. "@vue/cli-plugin-vuex": "^4.5.15",
  71. "@vue/cli-service": "^4.5.15",
  72. "@vue/eslint-config-prettier": "6.0.0",
  73. "body-parser": "^1.20.1",
  74. "chalk": "^4.1.2",
  75. "chokidar": "^3.5.3",
  76. "compression-webpack-plugin": "6.1.1",
  77. "eslint": "6.8.0",
  78. "eslint-plugin-prettier": "3.4.1",
  79. "eslint-plugin-vue": "^8.2.0",
  80. "filemanager-webpack-plugin": "3.1.1",
  81. "image-webpack-loader": "^8.1.0",
  82. "lint-staged": "^13.1.0",
  83. "postcss": "^8.4.20",
  84. "postcss-html": "^1.5.0",
  85. "postcss-jsx": "^0.36.4",
  86. "postcss-scss": "^4.0.6",
  87. "postcss-syntax": "^0.36.2",
  88. "prettier": "^2.8.1",
  89. "raw-loader": "^4.0.2",
  90. "sass": "1.32.13",
  91. "sass-loader": "10.2.0",
  92. "stylelint": "^14.16.1",
  93. "stylelint-config-prettier": "^9.0.4",
  94. "stylelint-config-recess-order": "^3.1.0",
  95. "svg-sprite-loader": "^6.0.11",
  96. "vue-eslint-parser": "^8.0.1",
  97. "webpack": "4.46.0",
  98. "webpackbar": "^5.0.2"
  99. },
  100. "gitHooks": {
  101. "pre-commit": "lint-staged"
  102. },
  103. "homepage": "https://chu1204505056.gitee.io/admin-pro",
  104. "license": "Mozilla Public License Version 2.0",
  105. "lint-staged": {
  106. "*.{js,jsx,vue}": [
  107. "vue-cli-service lint",
  108. "git add"
  109. ]
  110. },
  111. "participants": [
  112. "LiufengFish"
  113. ],
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/vue-admin-beautiful/admin-pro.git"
  117. }
  118. }