package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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. "better-scroll": "^2.0.4",
  45. "clipboard": "^2.0.6",
  46. "codemirror": "^5.58.1",
  47. "core-js": "^3.6.5",
  48. "dayjs": "^1.9.1",
  49. "echarts": "^4.9.0",
  50. "echarts-wordcloud": "^1.1.3",
  51. "element-ui": "^2.13.2",
  52. "file-saver": "^2.0.2",
  53. "js-cookie": "^2.2.1",
  54. "jsencrypt": "^3.0.0-rc.1",
  55. "jsonlint": "^1.6.3",
  56. "lodash": "^4.17.20",
  57. "maptalks": "^0.49.1",
  58. "mapv": "^2.0.57",
  59. "nprogress": "^0.2.0",
  60. "qs": "^6.9.4",
  61. "screenfull": "^5.0.2",
  62. "vue": "^2.6.12",
  63. "vue-amap": "^0.5.10",
  64. "vue-echarts": "^5.0.0-beta.0",
  65. "vue-qart": "^2.2.0",
  66. "vue-router": "^3.4.5",
  67. "vuedraggable": "^2.24.1",
  68. "vuex": "^3.5.1",
  69. "zx-comparison": "^1.0.3",
  70. "zx-count": "^0.3.7",
  71. "zx-icon": "^1.1.9",
  72. "zx-keel": "^0.9.4",
  73. "zx-layouts": "^0.6.14",
  74. "zx-magnifie": "^0.4.0",
  75. "zx-markdown-editor": "^0.0.2",
  76. "zx-player": "^1.0.1",
  77. "zx-quill": "^0.0.2",
  78. "zx-templates": "^0.0.23",
  79. "zx-verify": "^0.0.2"
  80. },
  81. "devDependencies": {
  82. "@babel/register": "^7.11.5",
  83. "@vue/cli-plugin-babel": "^4.5.6",
  84. "@vue/cli-plugin-eslint": "^4.5.6",
  85. "@vue/cli-plugin-router": "^4.5.6",
  86. "@vue/cli-plugin-vuex": "^4.5.6",
  87. "@vue/cli-service": "^4.5.6",
  88. "@vue/eslint-config-prettier": "^6.0.0",
  89. "autoprefixer": "^10.0.1",
  90. "babel-eslint": "^10.1.0",
  91. "babel-plugin-dynamic-import-node": "^2.3.3",
  92. "compression-webpack-plugin": "^6.0.2",
  93. "eslint": "^7.10.0",
  94. "eslint-plugin-prettier": "^3.1.4",
  95. "eslint-plugin-vue": "^7.0.0",
  96. "filemanager-webpack-plugin": "^2.0.5",
  97. "image-webpack-loader": "^7.0.1",
  98. "increase-memory-limit": "^1.0.7",
  99. "lint-staged": "^10.4.0",
  100. "mockjs": "^1.1.0",
  101. "plop": "^2.7.4",
  102. "prettier": "^2.1.2",
  103. "sass": "^1.26.11",
  104. "sass-loader": "^10.0.2",
  105. "script-loader": "^0.7.2",
  106. "stylelint": "^13.7.2",
  107. "stylelint-config-prettier": "^8.0.2",
  108. "stylelint-config-recess-order": "^2.1.0",
  109. "svg-sprite-loader": "^5.0.0",
  110. "svgo": "^1.3.2",
  111. "vue-template-compiler": "^2.6.12",
  112. "webpackbar": "^4.0.0"
  113. },
  114. "keywords": [
  115. "vue",
  116. "admin",
  117. "dashboard",
  118. "element-ui",
  119. "vue-admin",
  120. "element-admin",
  121. "boilerplate",
  122. "admin-template",
  123. "management-system"
  124. ],
  125. "engines": {
  126. "node": ">=8.9",
  127. "npm": ">= 3.0.0"
  128. }
  129. }