package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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=http://mirrors.cloud.tencent.com/npm/&&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. "clear": "rimraf node_modules&&npm install --registry=http://mirrors.cloud.tencent.com/npm/",
  19. "image-webpack-loader": "cnpm i image-webpack-loader -D",
  20. "update": "ncu -u --reject sass-loader,sass,screenfull,eslint,chalk,vue-echarts,vue,vue-template-compiler,vue-router,vuex,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-plugin-vue --registry=http://mirrors.cloud.tencent.com/npm/&&npm i --registry=http://mirrors.cloud.tencent.com/npm/",
  21. "update:globle": "ncu -g --concurrency 10 --timeout 80000",
  22. "push": "start ./push.sh",
  23. "deploy": "start ./deploy.sh"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
  28. },
  29. "gitHooks": {
  30. "pre-commit": "lint-staged"
  31. },
  32. "lint-staged": {
  33. "*.{js,jsx,vue}": [
  34. "vue-cli-service lint",
  35. "git add"
  36. ]
  37. },
  38. "dependencies": {
  39. "axios": "^1.2.2",
  40. "caniuse-lite": "^1.0.30001441",
  41. "clipboard": "^2.0.11",
  42. "core-js": "^3.27.1",
  43. "dayjs": "^1.11.7",
  44. "echarts": "5.4.1",
  45. "element-ui": "^2.15.12",
  46. "jsencrypt": "^3.3.1",
  47. "lodash": "^4.17.21",
  48. "maptalks": "^0.49.5",
  49. "mapv": "^2.0.62",
  50. "mockjs": "^1.1.0",
  51. "nprogress": "^0.2.0",
  52. "qs": "^6.11.0",
  53. "screenfull": "^5.2.0",
  54. "sortablejs": "^1.15.0",
  55. "vab-icon": "^0.0.1",
  56. "vue": "~2.6.14",
  57. "vue-echarts": "5.0.0-beta.0",
  58. "vue-router": "^3.5.3",
  59. "vue-template-compiler": "~2.6.14",
  60. "vuex": "^3.6.2",
  61. "zx-count": "^0.3.7",
  62. "zx-layouts": "^0.6.29",
  63. "zx-magnifie": "^0.4.0",
  64. "zx-markdown-editor": "^0.0.2",
  65. "zx-player": "^1.0.2",
  66. "zx-quill": "^0.0.3",
  67. "zx-templates": "^0.0.26",
  68. "zx-verify": "^0.0.2"
  69. },
  70. "devDependencies": {
  71. "@vue/cli-plugin-babel": "^4.5.15",
  72. "@vue/cli-plugin-eslint": "^4.5.15",
  73. "@vue/cli-service": "^4.5.15",
  74. "@vue/composition-api": "^1.7.1",
  75. "@vue/eslint-config-prettier": "^7.0.0",
  76. "babel-eslint": "^10.1.0",
  77. "body-parser": "^1.20.1",
  78. "chalk": "^4.1.2",
  79. "chokidar": "^3.5.3",
  80. "eslint": "^7.32.0",
  81. "eslint-plugin-prettier": "^4.2.1",
  82. "eslint-plugin-vue": "^9.1.1",
  83. "filemanager-webpack-plugin": "^8.0.0",
  84. "image-webpack-loader": "^8.1.0",
  85. "lint-staged": "^13.1.0",
  86. "plop": "^3.1.1",
  87. "prettier": "^2.8.1",
  88. "sass": "~1.32.13",
  89. "sass-loader": "^10.1.1",
  90. "stylelint": "^14.16.1",
  91. "stylelint-config-prettier": "^9.0.4",
  92. "stylelint-config-recess-order": "^3.1.0",
  93. "svg-sprite-loader": "^6.0.11",
  94. "webpackbar": "^5.0.2"
  95. },
  96. "keywords": [
  97. "vue",
  98. "admin",
  99. "dashboard",
  100. "element-ui",
  101. "vue-admin",
  102. "element-admin",
  103. "boilerplate",
  104. "admin-template",
  105. "management-system"
  106. ],
  107. "engines": {
  108. "node": ">=8.9",
  109. "npm": ">= 3.0.0"
  110. }
  111. }