package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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&&cnpm i",
  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,scss,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.1",
  45. "echarts": "^4.9.0",
  46. "echarts-wordcloud": "^1.1.3",
  47. "element-ui": "^2.13.2",
  48. "js-cookie": "^2.2.1",
  49. "jsencrypt": "^3.0.0-rc.1",
  50. "lodash": "^4.17.20",
  51. "maptalks": "^0.49.1",
  52. "mapv": "^2.0.57",
  53. "mockjs": "^1.1.0",
  54. "nprogress": "^0.2.0",
  55. "qs": "^6.9.4",
  56. "screenfull": "^5.0.2",
  57. "vue": "^2.6.12",
  58. "vue-echarts": "^5.0.0-beta.0",
  59. "vue-router": "^3.4.5",
  60. "vuex": "^3.5.1",
  61. "zx-comparison": "^1.0.3",
  62. "zx-count": "^0.3.7",
  63. "zx-icon": "^1.1.9",
  64. "zx-keel": "^0.9.4",
  65. "zx-layouts": "^0.6.14",
  66. "zx-magnifie": "^0.4.0",
  67. "zx-markdown-editor": "^0.0.2",
  68. "zx-player": "^1.0.1",
  69. "zx-quill": "^0.0.2",
  70. "zx-templates": "^0.0.23",
  71. "zx-verify": "^0.0.2"
  72. },
  73. "devDependencies": {
  74. "@vue/cli-plugin-babel": "^4.5.6",
  75. "@vue/cli-plugin-eslint": "^4.5.6",
  76. "@vue/cli-service": "^4.5.6",
  77. "@vue/eslint-config-prettier": "^6.0.0",
  78. "babel-eslint": "^10.1.0",
  79. "body-parser": "^1.19.0",
  80. "chalk": "^4.1.0",
  81. "chokidar": "^3.4.2",
  82. "compression-webpack-plugin": "^6.0.2",
  83. "eslint": "^7.10.0",
  84. "eslint-plugin-prettier": "^3.1.4",
  85. "eslint-plugin-vue": "^7.0.0",
  86. "filemanager-webpack-plugin": "^2.0.5",
  87. "image-webpack-loader": "^7.0.1",
  88. "lint-staged": "^10.4.0",
  89. "plop": "^2.7.4",
  90. "prettier": "^2.1.2",
  91. "raw-loader": "^4.0.1",
  92. "sass": "^1.26.11",
  93. "sass-loader": "^10.0.2",
  94. "stylelint": "^13.7.2",
  95. "stylelint-config-prettier": "^8.0.2",
  96. "stylelint-config-recess-order": "^2.1.0",
  97. "svg-sprite-loader": "^5.0.0",
  98. "vue-template-compiler": "^2.6.12",
  99. "webpackbar": "^4.0.0"
  100. },
  101. "keywords": [
  102. "vue",
  103. "admin",
  104. "dashboard",
  105. "element-ui",
  106. "vue-admin",
  107. "element-admin",
  108. "boilerplate",
  109. "admin-template",
  110. "management-system"
  111. ],
  112. "engines": {
  113. "node": ">=8.9",
  114. "npm": ">= 3.0.0"
  115. }
  116. }