package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "name": "vue-admin-beautiful",
  3. "version": "1.0.0",
  4. "private": true,
  5. "author": "chuzhixin",
  6. "participants": [],
  7. "homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful",
  8. "scripts": {
  9. "serve": "npm run helper&&vue-cli-service serve",
  10. "build": "npm run helper&&vue-cli-service build",
  11. "build:preview": "npm run helper&&vue-cli-service build --mode preview",
  12. "globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
  13. "lint": "vue-cli-service lint --fix",
  14. "lint:style": "stylelint **/*.{vue,css,scss} --fix",
  15. "inspect": "vue-cli-service inspect",
  16. "template": "plop",
  17. "clear": "rimraf node_modules&&cnpm i&&increase-memory-limit",
  18. "use:npm": "nrm use npm",
  19. "use:taobao": "nrm use taobao",
  20. "update": "ncu -u --concurrency 10 --timeout 80000&&cnpm i",
  21. "update:globle": "ncu -g --concurrency 10 --timeout 80000",
  22. "svgo": "svgo -f src/remixIcon/svg --config=svgo.yml",
  23. "push": "start ./push.sh",
  24. "deploy": "start ./deploy.sh",
  25. "increase-memory-limit": "increase-memory-limit",
  26. "helper": "node node_modules/zx-layouts"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
  31. },
  32. "husky": {
  33. "hooks": {
  34. "pre-commit": "lint-staged"
  35. }
  36. },
  37. "lint-staged": {
  38. "src/**/*.{js,vue}": [
  39. "eslint --fix",
  40. "git add"
  41. ]
  42. },
  43. "dependencies": {
  44. "axios": "^0.19.2",
  45. "better-scroll": "^1.15.2",
  46. "clipboard": "^2.0.6",
  47. "codemirror": "^5.55.0",
  48. "core-js": "^3.6.5",
  49. "dayjs": "^1.8.29",
  50. "echarts": "^4.8.0",
  51. "echarts-wordcloud": "^1.1.3",
  52. "element-ui": "^2.13.2",
  53. "file-saver": "^2.0.2",
  54. "js-cookie": "^2.2.1",
  55. "jsencrypt": "^3.0.0-rc.1",
  56. "jsonlint": "^1.6.3",
  57. "lodash": "^4.17.19",
  58. "maptalks": "^0.47.5",
  59. "mapv": "^2.0.56",
  60. "nprogress": "^0.2.0",
  61. "qs": "^6.9.4",
  62. "screenfull": "^5.0.2",
  63. "vue": "^2.6.11",
  64. "vue-amap": "^0.5.10",
  65. "vue-echarts": "^5.0.0-beta.0",
  66. "vue-qart": "^2.2.0",
  67. "vue-router": "^3.3.4",
  68. "vuedraggable": "^2.24.0",
  69. "vuex": "^3.5.1",
  70. "xlsx": "^0.16.3",
  71. "zx-comparison": "^1.0.3",
  72. "zx-count": "^0.3.7",
  73. "zx-icon": "^1.1.1",
  74. "zx-keel": "^0.9.4",
  75. "zx-layouts": "^0.5.7",
  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.4",
  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.4.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.1",
  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. "engines": {
  118. "node": ">=8.9",
  119. "npm": ">= 3.0.0"
  120. }
  121. }