package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "name": "zzadmin",
  3. "version": "1.0.0",
  4. "description": "中正高校端管理系统",
  5. "author": "中正高校端",
  6. "license": "MIT",
  7. "sideEffects": true,
  8. "scripts": {
  9. "dev": "vue-cli-service serve",
  10. "build:prod": "vue-cli-service build --mode production",
  11. "build:stage": "vue-cli-service build --mode staging",
  12. "build:pre": "vue-cli-service build --mode pre",
  13. "preview": "node build/index.js --preview",
  14. "lint": "eslint --ext .js,.vue src"
  15. },
  16. "husky": {
  17. "hooks": {
  18. "pre-commit": "lint-staged"
  19. }
  20. },
  21. "lint-staged": {
  22. "src/**/*.{js,vue}": [
  23. "eslint --fix",
  24. "git add"
  25. ]
  26. },
  27. "keywords": [
  28. "vue",
  29. "admin",
  30. "dashboard",
  31. "element-ui",
  32. "boilerplate",
  33. "admin-template",
  34. "management-system"
  35. ],
  36. "repository": {
  37. "type": "git",
  38. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  39. },
  40. "dependencies": {
  41. "@polyv/vod-upload-js-sdk": "^1.2.3",
  42. "@riophae/vue-treeselect": "0.4.0",
  43. "af-table-column": "^1.0.3",
  44. "axios": "0.21.0",
  45. "clipboard": "2.0.6",
  46. "compression-webpack-plugin": "^6.1.1",
  47. "core-js": "3.8.1",
  48. "echarts": "4.9.0",
  49. "element-ui": "^2.15.13",
  50. "exif-js": "^2.3.0",
  51. "file-saver": "^2.0.5",
  52. "fuse.js": "6.4.3",
  53. "gsap": "^3.11.4",
  54. "highlight.js": "9.18.5",
  55. "html2canvas": "^1.4.1",
  56. "iconv-lite": "^0.6.3",
  57. "js-beautify": "1.13.0",
  58. "js-cookie": "2.2.1",
  59. "js-md5": "^0.7.3",
  60. "jsencrypt": "3.0.0-rc.1",
  61. "jszip": "^3.7.1",
  62. "nprogress": "0.2.0",
  63. "quill": "1.3.7",
  64. "quill-image-resize-module": "^3.0.0",
  65. "screenfull": "5.0.2",
  66. "sortablejs": "1.10.2",
  67. "spark-md5": "^3.0.2",
  68. "v-fit-columns": "^0.2.0",
  69. "vue": "2.6.12",
  70. "vue-canvas-poster": "^1.2.1",
  71. "vue-count-to": "1.0.13",
  72. "vue-cropper": "0.5.5",
  73. "vue-draggable-resizable": "^2.3.0",
  74. "vue-meta": "^2.4.0",
  75. "vue-qr": "^4.0.9",
  76. "vue-router": "3.4.9",
  77. "vuedraggable": "2.24.3",
  78. "vuex": "3.6.0"
  79. },
  80. "devDependencies": {
  81. "@vue/cli-plugin-babel": "4.4.6",
  82. "@vue/cli-plugin-eslint": "4.4.6",
  83. "@vue/cli-service": "4.4.6",
  84. "babel-eslint": "10.1.0",
  85. "babel-plugin-dynamic-import-node": "2.3.3",
  86. "chalk": "4.1.0",
  87. "connect": "3.6.6",
  88. "eslint": "7.15.0",
  89. "eslint-plugin-vue": "7.2.0",
  90. "less": "^4.1.2",
  91. "less-loader": "^7.0.0",
  92. "lint-staged": "10.5.3",
  93. "node-sass": "^4.11.0",
  94. "runjs": "4.4.2",
  95. "sass-loader": "10.1.1",
  96. "script-ext-html-webpack-plugin": "2.1.5",
  97. "svg-sprite-loader": "5.1.1",
  98. "vue-template-compiler": "2.6.12",
  99. "webpack-bundle-analyzer": "^4.9.0"
  100. },
  101. "engines": {
  102. "node": ">=8.9",
  103. "npm": ">= 3.0.0"
  104. },
  105. "browserslist": [
  106. "> 1%",
  107. "last 2 versions"
  108. ]
  109. }