package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "vue-admin-beautiful",
  3. "version": "1.0.0",
  4. "author": "vue-admin-beautiful",
  5. "participants": [],
  6. "homepage": "https://chu1204505056.gitee.io/vue-admin-better",
  7. "publishConfig": {
  8. "registry": "https://npm.pkg.github.com/"
  9. },
  10. "scripts": {
  11. "serve": "vue-cli-service serve",
  12. "build": "vue-cli-service build",
  13. "build:report": "vue-cli-service build --report",
  14. "globle": "npm install -g cnpm --registry=https://registry.npmmirror.com&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
  15. "lint": "vue-cli-service lint",
  16. "lint:style": "stylelint-config-prettier-check",
  17. "inspect": "vue-cli-service inspect",
  18. "template": "plop",
  19. "clear": "rimraf node_modules&&npm install --registry=https://registry.npmmirror.com",
  20. "image-webpack-loader": "cnpm i image-webpack-loader -D",
  21. "use:npm": "nrm use npm",
  22. "use:taobao": "nrm use taobao",
  23. "update": "ncu -u --reject sass-loader,sass,screenfull,eslint,chalk,vue-echarts&&cnpm i",
  24. "update:globle": "ncu -g --concurrency 10 --timeout 80000",
  25. "push": "start ./push.sh",
  26. "deploy": "start ./deploy.sh"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
  31. },
  32. "gitHooks": {
  33. "pre-commit": "lint-staged"
  34. },
  35. "lint-staged": {
  36. "*.{js,jsx,vue}": [
  37. "vue-cli-service lint",
  38. "git add"
  39. ]
  40. },
  41. "dependencies": {
  42. "axios": "^0.26.0",
  43. "clipboard": "^2.0.10",
  44. "core-js": "^3.21.0",
  45. "dayjs": "^1.10.7",
  46. "echarts": "5.0.2",
  47. "element-ui": "^2.15.6",
  48. "jsencrypt": "^3.2.1",
  49. "lodash": "^4.17.21",
  50. "maptalks": "^0.49.5",
  51. "mapv": "^2.0.62",
  52. "mockjs": "^1.1.0",
  53. "nprogress": "^0.2.0",
  54. "qs": "^6.10.3",
  55. "screenfull": "^5.2.0",
  56. "sortablejs": "^1.14.0",
  57. "vab-icon": "^0.0.1",
  58. "vue": "^2.6.14",
  59. "vue-echarts": "5.0.0-beta.0",
  60. "vue-router": "^3.5.3",
  61. "vuex": "^3.6.2",
  62. "zx-count": "^0.3.7",
  63. "zx-layouts": "^0.6.28",
  64. "zx-magnifie": "^0.4.0",
  65. "zx-markdown-editor": "^0.0.2",
  66. "zx-player": "^1.0.2",
  67. "zx-quill": "^0.0.3",
  68. "zx-templates": "^0.0.26",
  69. "zx-verify": "^0.0.2"
  70. },
  71. "devDependencies": {
  72. "@vue/cli-plugin-babel": "^4.5.15",
  73. "@vue/cli-plugin-eslint": "^4.5.15",
  74. "@vue/cli-service": "^4.5.15",
  75. "@vue/composition-api": "^1.4.5",
  76. "@vue/eslint-config-prettier": "^7.0.0",
  77. "babel-eslint": "^10.1.0",
  78. "body-parser": "^1.19.1",
  79. "chalk": "^4.1.2",
  80. "chokidar": "^3.5.3",
  81. "eslint": "^7.32.0",
  82. "eslint-plugin-prettier": "^4.0.0",
  83. "eslint-plugin-vue": "^8.4.1",
  84. "filemanager-webpack-plugin": "^6.1.7",
  85. "image-webpack-loader": "^8.1.0",
  86. "lint-staged": "^12.3.3",
  87. "plop": "^3.0.5",
  88. "prettier": "^2.5.1",
  89. "sass": "~1.32.13",
  90. "sass-loader": "^10.1.1",
  91. "stylelint": "^14.3.0",
  92. "stylelint-config-prettier": "^9.0.3",
  93. "stylelint-config-recess-order": "^3.0.0",
  94. "svg-sprite-loader": "^6.0.11",
  95. "vue-template-compiler": "^2.6.14",
  96. "webpackbar": "^5.0.2"
  97. },
  98. "keywords": [
  99. "vue",
  100. "admin",
  101. "dashboard",
  102. "element-ui",
  103. "vue-admin",
  104. "element-admin",
  105. "boilerplate",
  106. "admin-template",
  107. "management-system"
  108. ],
  109. "engines": {
  110. "node": ">=8.9",
  111. "npm": ">= 3.0.0"
  112. }
  113. }