package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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": "set NODE_OPTIONS=--max-old-space-size=10240 && 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. "@jiaminghi/data-view": "^2.10.0",
  30. "@jiaminghi/data-view": "^2.10.0",
  31. "@vue-office/docx": "^1.6.3",
  32. "@vue-office/excel": "^1.7.14",
  33. "@vue-office/pdf": "^2.0.10",
  34. "axios": "^1.3.4",
  35. "better-scroll": "^2.0.4",
  36. "caniuse-lite": "^1.0.30001464",
  37. "clipboard": "^2.0.11",
  38. "codemirror": "5.45.0",
  39. "core-js": "^3.29.0",
  40. "crypto-js": "^4.1.1",
  41. "dayjs": "^1.11.7",
  42. "docxtemplater": "3.43.0",
  43. "echarts": "5.4.1",
  44. "element-resize-detector": "^1.2.2",
  45. "element-ui": "^2.15.13",
  46. "file-saver": "^2.0.2",
  47. "github-markdown-css": "^5.1.0",
  48. "js-cookie": "^2.2.1",
  49. "jsencrypt": "^3.3.2",
  50. "jsonlint": "^1.6.3",
  51. "jszip": "3.10.1",
  52. "layouts": "file:layouts",
  53. "lodash": "^4.17.21",
  54. "maptalks": "^0.49.5",
  55. "mapv": "^2.0.62",
  56. "marked": "^4.1.1",
  57. "mockjs": "^1.1.0",
  58. "nprogress": "^0.2.0",
  59. "pizzip": "3.1.4",
  60. "qs": "^6.11.1",
  61. "screenfull": "^5.2.0",
  62. "sortablejs": "^1.15.0",
  63. "mqtt": "^4.3.7",
  64. "vab-icon": "file:vab-icon",
  65. "vue": "~2.6.14",
  66. "vue-amap": "^0.5.10",
  67. "vue-demi": "^0.14.10",
  68. "vue-echarts": "5.0.0-beta.0",
  69. "vue-qart": "^2.2.0",
  70. "vue-router": "^3.5.3",
  71. "vue-template-compiler": "~2.6.14",
  72. "vuedraggable": "^2.24.1",
  73. "vuex": "^3.6.2",
  74. "wangeditor": "^4.7.15",
  75. "xlsx": "0.18.5"
  76. },
  77. "devDependencies": {
  78. "@vue/cli-plugin-babel": "^4.5.15",
  79. "@vue/cli-plugin-eslint": "^4.5.15",
  80. "@vue/cli-service": "^4.5.15",
  81. "@vue/composition-api": "^1.7.1",
  82. "@vue/eslint-config-prettier": "^7.1.0",
  83. "autoprefixer": "^9",
  84. "babel-eslint": "^10.1.0",
  85. "body-parser": "^1.20.2",
  86. "chalk": "^4.1.2",
  87. "chokidar": "^3.5.3",
  88. "eslint": "^7.32.0",
  89. "eslint-plugin-prettier": "^4.2.1",
  90. "eslint-plugin-vue": "^9.1.1",
  91. "filemanager-webpack-plugin": "^8.0.0",
  92. "lint-staged": "^13.2.0",
  93. "patch-package": "^6.2.2",
  94. "plop": "^2.7.4",
  95. "postcss": "^7",
  96. "prettier": "^2.8.4",
  97. "sass": "~1.32.13",
  98. "sass-loader": "^10.1.1",
  99. "script-loader": "^0.7.2",
  100. "stylelint": "^15.2.0",
  101. "stylelint-config-prettier": "^9.0.5",
  102. "stylelint-config-recess-order": "^4.0.0",
  103. "svg-sprite-loader": "^6.0.11",
  104. "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2",
  105. "vue-cropper": "^0.5.5",
  106. "webpackbar": "^5.0.2"
  107. },
  108. "keywords": [
  109. "vue",
  110. "admin",
  111. "dashboard",
  112. "element-ui",
  113. "vue-admin",
  114. "element-admin",
  115. "boilerplate",
  116. "admin-template",
  117. "management-system"
  118. ],
  119. "engines": {
  120. "node": ">=8.9",
  121. "npm": ">= 3.0.0"
  122. }
  123. }