package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "name": "QianNiaoStation2.0",
  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/vue-admin-beautiful-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": "vue-cli-service lint",
  16. "lint:style": "stylelint-config-prettier-check",
  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",
  20. "use:npm": "nrm use npm",
  21. "use:taobao": "nrm use taobao",
  22. "update": "ncu -u&&npm install --registry=https://registry.npm.taobao.org",
  23. "update:globle": "ncu -g",
  24. "push": "start ./push.sh",
  25. "deploy": "start ./deploy.sh",
  26. "docker:build": "npm run build&&docker build --pull --rm -f \"dockerfile\" -t vueadminbeautifulpro:latest \".\"&&docker run --rm -d -p 80:80/tcp vueadminbeautifulpro:latest"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git+https://github.com/vue-admin-beautiful/vue-admin-beautiful-pro.git"
  31. },
  32. "gitHooks": {
  33. "pre-commit": "lint-staged"
  34. },
  35. "lint-staged": {
  36. "*.{js,scss,vue}": [
  37. "vue-cli-service lint",
  38. "git add"
  39. ]
  40. },
  41. "dependencies": {
  42. "ali-oss": "^6.13.2",
  43. "awe-dnd": "^0.3.4",
  44. "axios": "^0.21.1",
  45. "clipboard": "^2.0.6",
  46. "core-js": "^3.6.5",
  47. "dayjs": "^1.8.36",
  48. "echarts": "^4.9.0",
  49. "element-ui": "^2.13.2",
  50. "file-saver": "^2.0.2",
  51. "js-cookie": "^2.2.1",
  52. "jsencrypt": "^3.0.0-rc.1",
  53. "lodash": "^4.17.21",
  54. "mockjs": "^1.1.0",
  55. "nprogress": "^0.2.0",
  56. "number-precision": "^1.5.0",
  57. "qs": "^6.9.4",
  58. "remixicon": "^2.5.0",
  59. "screenfull": "^5.0.2",
  60. "vue": "^2.6.12",
  61. "vue-baidu-map": "^0.21.22",
  62. "vue-echarts": "^4.1.0",
  63. "vue-print-nb": "^1.5.0",
  64. "vue-router": "^3.4.3",
  65. "vuex": "^3.6.2",
  66. "vxe-table": "^3.2.6",
  67. "xe-utils": "^3.1.13",
  68. "xlsx": "^0.16.9",
  69. "zx-contextmenu": "0.0.1",
  70. "zx-count": "^0.3.7",
  71. "zx-layouts": "^0.6.13",
  72. "zx-magnifie": "^0.4.0",
  73. "zx-markdown-editor": "^0.0.2",
  74. "zx-player": "^1.0.1",
  75. "zx-quill": "^0.0.2",
  76. "zx-templates": "^0.0.21"
  77. },
  78. "devDependencies": {
  79. "@vue/cli-plugin-babel": "^4.5.6",
  80. "@vue/cli-plugin-eslint": "^4.5.6",
  81. "@vue/cli-service": "^4.5.13",
  82. "@vue/eslint-config-prettier": "^6.0.0",
  83. "babel-eslint": "^10.1.0",
  84. "babel-plugin-import": "^1.13.3",
  85. "body-parser": "^1.19.0",
  86. "chalk": "^4.1.0",
  87. "chokidar": "^3.4.2",
  88. "compression-webpack-plugin": "^6.0.2",
  89. "eslint": "^7.9.0",
  90. "eslint-plugin-prettier": "^3.1.4",
  91. "eslint-plugin-vue": "^6.2.2",
  92. "filemanager-webpack-plugin": "^2.0.5",
  93. "lint-staged": "^10.4.0",
  94. "plop": "^2.7.4",
  95. "prettier": "^2.1.2",
  96. "raw-loader": "^4.0.1",
  97. "sass": "^1.26.11",
  98. "sass-loader": "^10.0.2",
  99. "stylelint": "^13.7.1",
  100. "stylelint-config-prettier": "^8.0.2",
  101. "stylelint-config-recess-order": "^2.1.0",
  102. "svg-sprite-loader": "^5.0.0",
  103. "vue-template-compiler": "^2.6.12",
  104. "webpackbar": "^4.0.0"
  105. },
  106. "keywords": [
  107. "vue",
  108. "admin",
  109. "dashboard",
  110. "element-ui",
  111. "vue-admin",
  112. "element-admin",
  113. "boilerplate",
  114. "admin-template",
  115. "management-system"
  116. ],
  117. "engines": {
  118. "node": ">=8.9",
  119. "npm": ">= 3.0.0"
  120. }
  121. }