package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "name": "vue-admin-better",
  3. "version": "2.1.5",
  4. "author": "vue-admin-better",
  5. "participants": [],
  6. "homepage": "https://chu1204505056.gitee.io/vue-admin-better",
  7. "scripts": {
  8. "globle": "npm config set registry https://registry.npm.taobao.org && npm install -g yarn && yarn config set registry https://registry.npm.taobao.org && yarn config set ignore-engines true && yarn install",
  9. "serve": "vue-cli-service serve",
  10. "build": "vue-cli-service build",
  11. "lint": "vue-cli-service lint --fix",
  12. "increase-memory-limit": "increase-memory-limit",
  13. "postinstall": "patch-package"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git"
  18. },
  19. "gitHooks": {
  20. "pre-commit": "lint-staged"
  21. },
  22. "lint-staged": {
  23. "*.{js,jsx,vue}": [
  24. "vue-cli-service lint",
  25. "git add"
  26. ]
  27. },
  28. "dependencies": {
  29. "axios": "^1.3.4",
  30. "better-scroll": "^2.0.4",
  31. "caniuse-lite": "^1.0.30001464",
  32. "clipboard": "^2.0.11",
  33. "codemirror": "5.45.0",
  34. "core-js": "^3.29.0",
  35. "crypto-js": "^4.1.1",
  36. "dayjs": "^1.11.7",
  37. "echarts": "5.4.1",
  38. "element-resize-detector": "^1.2.2",
  39. "element-ui": "^2.15.13",
  40. "file-saver": "^2.0.2",
  41. "github-markdown-css": "^5.1.0",
  42. "js-cookie": "^2.2.1",
  43. "jsencrypt": "^3.3.2",
  44. "jsonlint": "^1.6.3",
  45. "layouts": "file:layouts",
  46. "lodash": "^4.17.21",
  47. "maptalks": "^0.49.5",
  48. "mapv": "^2.0.62",
  49. "marked": "^4.1.1",
  50. "mockjs": "^1.1.0",
  51. "nprogress": "^0.2.0",
  52. "qs": "^6.11.1",
  53. "screenfull": "^5.2.0",
  54. "sortablejs": "^1.15.0",
  55. "vab-icon": "file:vab-icon",
  56. "vue": "~2.6.14",
  57. "vue-amap": "^0.5.10",
  58. "vue-echarts": "5.0.0-beta.0",
  59. "vue-qart": "^2.2.0",
  60. "vue-router": "^3.5.3",
  61. "vue-template-compiler": "~2.6.14",
  62. "vuedraggable": "^2.24.1",
  63. "vuex": "^3.6.2",
  64. "wangeditor": "^4.7.15"
  65. },
  66. "devDependencies": {
  67. "@vue-office/docx": "^1.6.1",
  68. "@vue-office/excel": "^1.7.8",
  69. "@vue-office/pdf": "^1.6.5",
  70. "@vue/cli-plugin-babel": "^4.5.15",
  71. "@vue/cli-plugin-eslint": "^4.5.15",
  72. "@vue/cli-service": "^4.5.15",
  73. "@vue/composition-api": "^1.7.1",
  74. "@vue/eslint-config-prettier": "^7.1.0",
  75. "babel-eslint": "^10.1.0",
  76. "body-parser": "^1.20.2",
  77. "chalk": "^4.1.2",
  78. "chokidar": "^3.5.3",
  79. "eslint": "^7.32.0",
  80. "eslint-plugin-prettier": "^4.2.1",
  81. "eslint-plugin-vue": "^9.1.1",
  82. "filemanager-webpack-plugin": "^8.0.0",
  83. "lint-staged": "^13.2.0",
  84. "patch-package": "^6.2.2",
  85. "plop": "^2.7.4",
  86. "prettier": "^2.8.4",
  87. "sass": "~1.32.13",
  88. "sass-loader": "^10.1.1",
  89. "script-loader": "^0.7.2",
  90. "stylelint": "^15.2.0",
  91. "stylelint-config-prettier": "^9.0.5",
  92. "stylelint-config-recess-order": "^4.0.0",
  93. "svg-sprite-loader": "^6.0.11",
  94. "vue-cropper": "^0.5.5",
  95. "vue-demi": "^0.14.7",
  96. "webpackbar": "^5.0.2"
  97. },
  98. "keywords": [
  99. "vue",
  100. "admin",
  101. "dashboard",
  102. "element-ui",
  103. "vue-admin",
  104. "element-admin",
  105. "boilerplate",
  106. "admin-template",
  107. "management-system"
  108. ],
  109. "engines": {
  110. "node": ">=8.9",
  111. "npm": ">= 3.0.0"
  112. }
  113. }