package.json 3.2 KB

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