package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.5",
  4. "description": "德荣资源平台",
  5. "author": "德荣",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "dev:highNode": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
  10. "build:highNode": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
  11. "build:prod": "vue-cli-service build",
  12. "build:stage": "vue-cli-service build --mode staging",
  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. "@amap/amap-jsapi-loader": "^1.0.1",
  42. "@azure/cognitiveservices-computervision": "^8.2.0",
  43. "@gby/deep-copy": "^4.0.0",
  44. "@riophae/vue-treeselect": "0.4.0",
  45. "axios": "0.24.0",
  46. "clipboard": "2.0.8",
  47. "core-js": "^3.25.3",
  48. "echarts": "^5.4.0",
  49. "el-table-horizontal-scroll": "^1.2.5",
  50. "el-table-infinite-scroll": "^2.0.0",
  51. "el-table-virtual-scroll": "^1.0.20",
  52. "element-ui": "2.15.12",
  53. "file-saver": "2.0.5",
  54. "fuse.js": "6.4.3",
  55. "highlight.js": "9.18.5",
  56. "js-beautify": "1.13.0",
  57. "js-cookie": "3.0.1",
  58. "jsencrypt": "3.0.0-rc.1",
  59. "jszip": "^3.10.1",
  60. "lodash": "^4.17.21",
  61. "ms-rest-azure": "^3.0.2",
  62. "nprogress": "0.2.0",
  63. "print-js": "^1.6.0",
  64. "quill": "1.3.7",
  65. "qweather-icons": "^1.6.0",
  66. "screenfull": "5.0.2",
  67. "sortablejs": "1.10.2",
  68. "umy-ui": "^1.1.6",
  69. "vant": "^2.12.48",
  70. "vue": "2.6.12",
  71. "vue-amap": "^0.5.10",
  72. "vue-count-to": "1.0.13",
  73. "vue-cropper": "0.5.5",
  74. "vue-meta": "2.4.0",
  75. "vue-print-nb": "^1.7.5",
  76. "vue-router": "3.4.9",
  77. "vuedraggable": "2.24.3",
  78. "vuex": "3.6.0",
  79. "vxe-table": "^3.6.13",
  80. "xe-utils": "^3.5.12"
  81. },
  82. "devDependencies": {
  83. "@vue/cli-plugin-babel": "4.4.6",
  84. "@vue/cli-plugin-eslint": "4.4.6",
  85. "@vue/cli-service": "4.4.6",
  86. "babel-eslint": "10.1.0",
  87. "babel-plugin-dynamic-import-node": "2.3.3",
  88. "chalk": "4.1.0",
  89. "compression-webpack-plugin": "5.0.2",
  90. "connect": "3.6.6",
  91. "eslint": "7.15.0",
  92. "eslint-plugin-vue": "7.2.0",
  93. "html-webpack-plugin": "^5.6.0",
  94. "lint-staged": "10.5.3",
  95. "regenerator-runtime": "^0.14.0",
  96. "runjs": "4.4.2",
  97. "sass": "1.32.13",
  98. "sass-loader": "10.1.1",
  99. "script-ext-html-webpack-plugin": "2.1.5",
  100. "svg-sprite-loader": "5.1.1",
  101. "vue-template-compiler": "2.6.12"
  102. },
  103. "engines": {
  104. "node": ">=8.9",
  105. "npm": ">= 3.0.0"
  106. },
  107. "browserslist": [
  108. "> 1%",
  109. "last 2 versions"
  110. ]
  111. }