package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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 --fix",
  16. "lint:style": "stylelint-config-prettier-check",
  17. "inspect": "vue-cli-service inspect",
  18. "template": "plop",
  19. "clear": "rimraf node_modules&&cnpm i&&increase-memory-limit",
  20. "use:npm": "nrm use npm",
  21. "use:taobao": "nrm use taobao",
  22. "update": "ncu -u --concurrency 10 --timeout 80000&&cnpm i",
  23. "update:globle": "ncu -g --concurrency 10 --timeout 80000",
  24. "svgo": "svgo -f src/remixIcon/svg --config=svgo.yml",
  25. "push": "start ./push.sh",
  26. "deploy": "start ./deploy.sh",
  27. "increase-memory-limit": "increase-memory-limit"
  28. },
  29. "repository": {
  30. "type": "git",
  31. "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
  32. },
  33. "gitHooks": {
  34. "pre-commit": "lint-staged"
  35. },
  36. "lint-staged": {
  37. "*.{js,scss,vue}": [
  38. "vue-cli-service lint",
  39. "git add"
  40. ]
  41. },
  42. "dependencies": {
  43. "axios": "^0.20.0",
  44. "clipboard": "^2.0.6",
  45. "core-js": "^3.6.5",
  46. "dayjs": "^1.9.1",
  47. "echarts": "^4.9.0",
  48. "echarts-wordcloud": "^1.1.3",
  49. "element-ui": "^2.13.2",
  50. "js-cookie": "^2.2.1",
  51. "jsencrypt": "^3.0.0-rc.1",
  52. "lodash": "^4.17.20",
  53. "maptalks": "^0.49.1",
  54. "mapv": "^2.0.57",
  55. "nprogress": "^0.2.0",
  56. "qs": "^6.9.4",
  57. "screenfull": "^5.0.2",
  58. "vue": "^2.6.12",
  59. "vue-echarts": "^5.0.0-beta.0",
  60. "vue-qart": "^2.2.0",
  61. "vue-router": "^3.4.5",
  62. "vuex": "^3.5.1",
  63. "zx-comparison": "^1.0.3",
  64. "zx-count": "^0.3.7",
  65. "zx-icon": "^1.1.9",
  66. "zx-keel": "^0.9.4",
  67. "zx-layouts": "^0.6.14",
  68. "zx-magnifie": "^0.4.0",
  69. "zx-markdown-editor": "^0.0.2",
  70. "zx-player": "^1.0.1",
  71. "zx-quill": "^0.0.2",
  72. "zx-templates": "^0.0.23",
  73. "zx-verify": "^0.0.2"
  74. },
  75. "devDependencies": {
  76. "@babel/register": "^7.11.5",
  77. "@vue/cli-plugin-babel": "^4.5.6",
  78. "@vue/cli-plugin-eslint": "^4.5.6",
  79. "@vue/cli-plugin-router": "^4.5.6",
  80. "@vue/cli-plugin-vuex": "^4.5.6",
  81. "@vue/cli-service": "^4.5.6",
  82. "@vue/eslint-config-prettier": "^6.0.0",
  83. "autoprefixer": "^10.0.1",
  84. "babel-eslint": "^10.1.0",
  85. "babel-plugin-dynamic-import-node": "^2.3.3",
  86. "compression-webpack-plugin": "^6.0.2",
  87. "eslint": "^7.10.0",
  88. "eslint-plugin-prettier": "^3.1.4",
  89. "eslint-plugin-vue": "^7.0.0",
  90. "filemanager-webpack-plugin": "^2.0.5",
  91. "image-webpack-loader": "^7.0.1",
  92. "increase-memory-limit": "^1.0.7",
  93. "lint-staged": "^10.4.0",
  94. "mockjs": "^1.1.0",
  95. "plop": "^2.7.4",
  96. "prettier": "^2.1.2",
  97. "sass": "^1.26.11",
  98. "sass-loader": "^10.0.2",
  99. "script-loader": "^0.7.2",
  100. "stylelint": "^13.7.2",
  101. "stylelint-config-prettier": "^8.0.2",
  102. "stylelint-config-recess-order": "^2.1.0",
  103. "svg-sprite-loader": "^5.0.0",
  104. "svgo": "^1.3.2",
  105. "vue-template-compiler": "^2.6.12",
  106. "webpackbar": "^4.0.0"
  107. },
  108. "keywords": [
  109. "vue",
  110. "admin",
  111. "dashboard",
  112. "element-ui",
  113. "vue-admin",
  114. "element-admin",
  115. "boilerplate",
  116. "admin-template",
  117. "management-system"
  118. ],
  119. "engines": {
  120. "node": ">=8.9",
  121. "npm": ">= 3.0.0"
  122. }
  123. }