package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "name": "vue-admin-beautiful",
  3. "version": "1.0.0",
  4. "author": "chuzhixin 1204505056@qq.com",
  5. "participants": [],
  6. "homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
  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.npm.taobao.org&&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.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&&cnpm i",
  23. "update:globle": "ncu -g --concurrency 10 --timeout 80000",
  24. "push": "start ./push.sh",
  25. "deploy": "start ./deploy.sh"
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
  30. },
  31. "gitHooks": {
  32. "pre-commit": "lint-staged"
  33. },
  34. "lint-staged": {
  35. "*.{js,jsx,vue}": [
  36. "vue-cli-service lint",
  37. "git add"
  38. ]
  39. },
  40. "dependencies": {
  41. "axios": "^0.20.0",
  42. "clipboard": "^2.0.6",
  43. "core-js": "^3.6.5",
  44. "dayjs": "^1.9.3",
  45. "echarts": "^4.9.0",
  46. "echarts-wordcloud": "^1.1.3",
  47. "element-ui": "^2.13.2",
  48. "jsencrypt": "^3.0.0-rc.1",
  49. "lodash": "^4.17.20",
  50. "maptalks": "^0.49.1",
  51. "mapv": "^2.0.57",
  52. "mockjs": "^1.1.0",
  53. "nprogress": "^0.2.0",
  54. "qs": "^6.9.4",
  55. "screenfull": "^5.0.2",
  56. "vue": "^2.6.12",
  57. "vue-echarts": "^5.0.0-beta.0",
  58. "vue-router": "^3.4.7",
  59. "vuex": "^3.5.1",
  60. "zx-comparison": "^1.0.3",
  61. "zx-count": "^0.3.7",
  62. "zx-icon": "^1.1.10",
  63. "zx-layouts": "^0.6.18",
  64. "zx-magnifie": "^0.4.0",
  65. "zx-markdown-editor": "^0.0.2",
  66. "zx-player": "^1.0.1",
  67. "zx-quill": "^0.0.3",
  68. "zx-templates": "^0.0.25",
  69. "zx-verify": "^0.0.2"
  70. },
  71. "devDependencies": {
  72. "@vue/cli-plugin-babel": "^4.5.8",
  73. "@vue/cli-plugin-eslint": "^4.5.8",
  74. "@vue/cli-service": "^4.5.8",
  75. "@vue/eslint-config-prettier": "^6.0.0",
  76. "babel-eslint": "^10.1.0",
  77. "body-parser": "^1.19.0",
  78. "chalk": "^4.1.0",
  79. "chokidar": "^3.4.3",
  80. "eslint": "^7.11.0",
  81. "eslint-plugin-prettier": "^3.1.4",
  82. "eslint-plugin-vue": "^7.1.0",
  83. "filemanager-webpack-plugin": "^2.0.5",
  84. "image-webpack-loader": "^7.0.1",
  85. "lint-staged": "^10.4.2",
  86. "plop": "^2.7.4",
  87. "prettier": "^2.1.2",
  88. "sass": "^1.27.0",
  89. "sass-loader": "^10.0.4",
  90. "stylelint": "^13.7.2",
  91. "stylelint-config-prettier": "^8.0.2",
  92. "stylelint-config-recess-order": "^2.2.0",
  93. "svg-sprite-loader": "^5.0.0",
  94. "vue-template-compiler": "^2.6.12",
  95. "webpackbar": "^4.0.0"
  96. },
  97. "keywords": [
  98. "vue",
  99. "admin",
  100. "dashboard",
  101. "element-ui",
  102. "vue-admin",
  103. "element-admin",
  104. "boilerplate",
  105. "admin-template",
  106. "management-system"
  107. ],
  108. "engines": {
  109. "node": ">=8.9",
  110. "npm": ">= 3.0.0"
  111. }
  112. }