package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "name": "vue-admin-beautiful",
  3. "version": "1.0.0",
  4. "author": "chuzhixin",
  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:preview": "vue-cli-service build --mode preview",
  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 **/*.{vue,css,scss} --fix",
  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. "husky": {
  34. "hooks": {
  35. "pre-commit": "lint-staged"
  36. }
  37. },
  38. "lint-staged": {
  39. "src/**/*.{js,vue}": [
  40. "eslint --fix",
  41. "git add"
  42. ]
  43. },
  44. "dependencies": {
  45. "axios": "^0.19.2",
  46. "better-scroll": "^1.15.2",
  47. "clipboard": "^2.0.6",
  48. "codemirror": "^5.55.0",
  49. "core-js": "^3.6.5",
  50. "dayjs": "^1.8.29",
  51. "echarts": "^4.8.0",
  52. "echarts-wordcloud": "^1.1.3",
  53. "element-ui": "^2.13.2",
  54. "file-saver": "^2.0.2",
  55. "js-cookie": "^2.2.1",
  56. "jsencrypt": "^3.0.0-rc.1",
  57. "jsonlint": "^1.6.3",
  58. "lodash": "^4.17.19",
  59. "maptalks": "^0.47.5",
  60. "mapv": "^2.0.56",
  61. "nprogress": "^0.2.0",
  62. "qs": "^6.9.4",
  63. "screenfull": "^5.0.2",
  64. "vue": "^2.6.11",
  65. "vue-amap": "^0.5.10",
  66. "vue-echarts": "^5.0.0-beta.0",
  67. "vue-qart": "^2.2.0",
  68. "vue-router": "^3.3.4",
  69. "vuedraggable": "^2.24.0",
  70. "vuex": "^3.5.1",
  71. "zx-comparison": "^1.0.3",
  72. "zx-count": "^0.3.7",
  73. "zx-icon": "^1.1.8",
  74. "zx-keel": "^0.9.4",
  75. "zx-layouts": "^0.6.8",
  76. "zx-magnifie": "^0.4.0",
  77. "zx-markdown-editor": "^0.0.2",
  78. "zx-player": "^0.9.6",
  79. "zx-quill": "^0.0.2",
  80. "zx-templates": "^0.0.10",
  81. "zx-verify": "^0.0.2"
  82. },
  83. "devDependencies": {
  84. "@babel/register": "^7.10.5",
  85. "@vue/cli-plugin-babel": "^4.4.6",
  86. "@vue/cli-plugin-eslint": "^4.4.6",
  87. "@vue/cli-plugin-router": "^4.4.6",
  88. "@vue/cli-plugin-vuex": "^4.4.6",
  89. "@vue/cli-service": "^4.4.6",
  90. "@vue/eslint-config-prettier": "^6.0.0",
  91. "autoprefixer": "^9.8.5",
  92. "babel-eslint": "^10.1.0",
  93. "compression-webpack-plugin": "^4.0.0",
  94. "eslint": "^7.5.0",
  95. "eslint-plugin-prettier": "^3.1.4",
  96. "eslint-plugin-vue": "^6.2.2",
  97. "filemanager-webpack-plugin": "^2.0.5",
  98. "husky": "^4.2.5",
  99. "image-webpack-loader": "^6.0.0",
  100. "increase-memory-limit": "^1.0.7",
  101. "lint-staged": "^10.2.11",
  102. "mockjs": "^1.1.0",
  103. "plop": "^2.7.2",
  104. "prettier": "^2.0.5",
  105. "sass": "^1.26.10",
  106. "sass-loader": "^9.0.2",
  107. "script-loader": "^0.7.2",
  108. "stylelint": "^13.6.1",
  109. "stylelint-config-recess-order": "^2.0.4",
  110. "stylelint-config-standard": "^20.0.0",
  111. "stylelint-order": "^4.1.0",
  112. "svg-sprite-loader": "^5.0.0",
  113. "svgo": "^1.3.2",
  114. "vue-template-compiler": "^2.6.11",
  115. "webpackbar": "^4.0.0"
  116. },
  117. "keywords": [
  118. "vue",
  119. "admin",
  120. "dashboard",
  121. "element-ui",
  122. "vue-admin",
  123. "element-admin",
  124. "boilerplate",
  125. "admin-template",
  126. "management-system"
  127. ],
  128. "engines": {
  129. "node": ">=8.9",
  130. "npm": ">= 3.0.0"
  131. }
  132. }