package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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/cli-plugin-babel": "^4.5.15",
  68. "@vue/cli-plugin-eslint": "^4.5.15",
  69. "@vue/cli-service": "^4.5.15",
  70. "@vue/composition-api": "^1.7.1",
  71. "@vue/eslint-config-prettier": "^7.1.0",
  72. "babel-eslint": "^10.1.0",
  73. "body-parser": "^1.20.2",
  74. "chalk": "^4.1.2",
  75. "chokidar": "^3.5.3",
  76. "eslint": "^7.32.0",
  77. "eslint-plugin-prettier": "^4.2.1",
  78. "eslint-plugin-vue": "^9.1.1",
  79. "filemanager-webpack-plugin": "^8.0.0",
  80. "lint-staged": "^13.2.0",
  81. "patch-package": "^6.2.2",
  82. "plop": "^2.7.4",
  83. "prettier": "^2.8.4",
  84. "sass": "~1.32.13",
  85. "sass-loader": "^10.1.1",
  86. "script-loader": "^0.7.2",
  87. "stylelint": "^15.2.0",
  88. "stylelint-config-prettier": "^9.0.5",
  89. "stylelint-config-recess-order": "^4.0.0",
  90. "svg-sprite-loader": "^6.0.11",
  91. "vue-cropper": "^0.5.5",
  92. "webpackbar": "^5.0.2"
  93. },
  94. "keywords": [
  95. "vue",
  96. "admin",
  97. "dashboard",
  98. "element-ui",
  99. "vue-admin",
  100. "element-admin",
  101. "boilerplate",
  102. "admin-template",
  103. "management-system"
  104. ],
  105. "engines": {
  106. "node": ">=8.9",
  107. "npm": ">= 3.0.0"
  108. }
  109. }