package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "name": "vue-admin-beautiful",
  3. "version": "1.0.0",
  4. "author": "vue-admin-beautiful",
  5. "participants": [],
  6. "homepage": "https://chu1204505056.gitee.io/vue-admin-better",
  7. "scripts": {
  8. "serve": "vue-cli-service serve",
  9. "build": "vue-cli-service build",
  10. "build:report": "vue-cli-service build --report",
  11. "globle": "npm install -g cnpm --registry=https://registry.npmmirror.com&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i",
  12. "lint": "vue-cli-service lint",
  13. "lint:style": "stylelint-config-prettier-check",
  14. "inspect": "vue-cli-service inspect",
  15. "template": "plop",
  16. "clear": "rimraf node_modules&&npm install --registry=https://registry.npmmirror.com",
  17. "image-webpack-loader": "cnpm i image-webpack-loader -D",
  18. "use:npm": "nrm use npm",
  19. "use:taobao": "nrm use taobao",
  20. "update:globle": "ncu -g --concurrency 10 --timeout 80000",
  21. "push": "start ./push.sh",
  22. "deploy": "start ./deploy.sh"
  23. },
  24. "gitHooks": {
  25. "pre-commit": "lint-staged"
  26. },
  27. "lint-staged": {
  28. "*.{js,jsx,vue}": [
  29. "vue-cli-service lint",
  30. "git add"
  31. ]
  32. },
  33. "dependencies": {
  34. "axios": "^0.27.2",
  35. "clipboard": "^2.0.11",
  36. "core-js": "^3.23.1",
  37. "dayjs": "^1.11.3",
  38. "echarts": "5.3.3",
  39. "element-ui": "^2.15.8",
  40. "jsencrypt": "^3.2.1",
  41. "less": "^3.0.4",
  42. "less-loader": "^5.0.0",
  43. "lodash": "^4.17.21",
  44. "maptalks": "^0.49.5",
  45. "mapv": "^2.0.62",
  46. "mockjs": "^1.1.0",
  47. "nprogress": "^0.2.0",
  48. "qs": "^6.10.5",
  49. "screenfull": "^5.2.0",
  50. "sortablejs": "^1.15.0",
  51. "vab-icon": "^0.0.1",
  52. "vue": "^2.6.14",
  53. "vue-echarts": "5.0.0-beta.0",
  54. "vue-router": "^3.5.3",
  55. "vuex": "^3.6.2",
  56. "xlsx": "^0.17.0",
  57. "zx-count": "^0.3.7",
  58. "zx-layouts": "^0.6.29",
  59. "zx-magnifie": "^0.4.0",
  60. "zx-markdown-editor": "^0.0.2",
  61. "zx-player": "^1.0.2",
  62. "zx-quill": "^0.0.3",
  63. "zx-templates": "^0.0.26",
  64. "zx-verify": "^0.0.2"
  65. },
  66. "devDependencies": {
  67. "@vue/cli-plugin-babel": "^4.5.15",
  68. "@vue/cli-service": "^4.5.15",
  69. "@vue/composition-api": "^1.6.2",
  70. "body-parser": "^1.20.0",
  71. "chalk": "^4.1.2",
  72. "chokidar": "^3.5.3",
  73. "filemanager-webpack-plugin": "^7.0.0",
  74. "image-webpack-loader": "^8.1.0",
  75. "lint-staged": "^13.0.1",
  76. "plop": "^3.1.0",
  77. "prettier": "^2.7.0",
  78. "sass": "~1.32.13",
  79. "sass-loader": "^10.1.1",
  80. "stylelint": "^14.9.1",
  81. "stylelint-config-prettier": "^9.0.3",
  82. "stylelint-config-recess-order": "^3.0.0",
  83. "svg-sprite-loader": "^6.0.11",
  84. "vue-template-compiler": "^2.6.14",
  85. "webpackbar": "^5.0.2"
  86. },
  87. "keywords": [
  88. "vue",
  89. "admin",
  90. "dashboard",
  91. "element-ui",
  92. "vue-admin",
  93. "element-admin",
  94. "boilerplate",
  95. "admin-template",
  96. "management-system"
  97. ],
  98. "engines": {
  99. "node": ">=8.9",
  100. "npm": ">= 3.0.0"
  101. }
  102. }