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-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",
  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&&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.21.0",
  43. "clipboard": "^2.0.6",
  44. "core-js": "^3.8.0",
  45. "dayjs": "^1.9.6",
  46. "echarts": "^4.9.0",
  47. "echarts-wordcloud": "^1.1.3",
  48. "element-ui": "^2.14.1",
  49. "jsencrypt": "^3.0.0-rc.1",
  50. "lodash": "^4.17.20",
  51. "maptalks": "^0.49.1",
  52. "mapv": "^2.0.59",
  53. "mockjs": "^1.1.0",
  54. "nprogress": "^0.2.0",
  55. "qs": "^6.9.4",
  56. "screenfull": "^5.0.2",
  57. "vab-icon": "^0.0.1",
  58. "vue": "^2.6.12",
  59. "vue-echarts": "^5.0.0-beta.0",
  60. "vue-router": "^3.4.9",
  61. "vuex": "^3.6.0",
  62. "zx-comparison": "^1.0.3",
  63. "zx-count": "^0.3.7",
  64. "zx-layouts": "^0.6.21",
  65. "zx-magnifie": "^0.4.0",
  66. "zx-markdown-editor": "^0.0.2",
  67. "zx-player": "^1.0.2",
  68. "zx-quill": "^0.0.3",
  69. "zx-templates": "^0.0.26",
  70. "zx-verify": "^0.0.2"
  71. },
  72. "devDependencies": {
  73. "@vue/cli-plugin-babel": "^4.5.9",
  74. "@vue/cli-plugin-eslint": "^4.5.9",
  75. "@vue/cli-service": "^4.5.9",
  76. "@vue/eslint-config-prettier": "^6.0.0",
  77. "babel-eslint": "^10.1.0",
  78. "body-parser": "^1.19.0",
  79. "chalk": "^4.1.0",
  80. "chokidar": "^3.4.3",
  81. "eslint": "^7.14.0",
  82. "eslint-plugin-prettier": "^3.2.0",
  83. "eslint-plugin-vue": "^7.2.0",
  84. "filemanager-webpack-plugin": "^2.0.5",
  85. "image-webpack-loader": "^7.0.1",
  86. "lint-staged": "^10.5.2",
  87. "plop": "^2.7.4",
  88. "prettier": "^2.2.1",
  89. "sass": "^1.29.0",
  90. "sass-loader": "^10.1.0",
  91. "stylelint": "^13.8.0",
  92. "stylelint-config-prettier": "^8.0.2",
  93. "stylelint-config-recess-order": "^2.3.0",
  94. "svg-sprite-loader": "^5.0.0",
  95. "vue-template-compiler": "^2.6.12",
  96. "webpackbar": "^4.0.0"
  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. }