package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. "@gby/deep-copy": "^4.0.0",
  43. "@riophae/vue-treeselect": "0.4.0",
  44. "axios": "0.24.0",
  45. "clipboard": "2.0.8",
  46. "core-js": "^3.25.3",
  47. "echarts": "^5.4.0",
  48. "el-table-horizontal-scroll": "^1.2.5",
  49. "el-table-infinite-scroll": "^2.0.0",
  50. "el-table-virtual-scroll": "^1.0.20",
  51. "element-ui": "2.15.12",
  52. "file-saver": "2.0.5",
  53. "fuse.js": "6.4.3",
  54. "highlight.js": "9.18.5",
  55. "js-beautify": "1.13.0",
  56. "js-cookie": "3.0.1",
  57. "jsencrypt": "3.0.0-rc.1",
  58. "lodash": "^4.17.21",
  59. "nprogress": "0.2.0",
  60. "print-js": "^1.6.0",
  61. "quill": "1.3.7",
  62. "screenfull": "5.0.2",
  63. "sortablejs": "1.10.2",
  64. "umy-ui": "^1.1.6",
  65. "vue": "2.6.12",
  66. "vue-amap": "^0.5.10",
  67. "vue-count-to": "1.0.13",
  68. "vue-cropper": "0.5.5",
  69. "vue-meta": "2.4.0",
  70. "vue-print-nb": "^1.7.5",
  71. "vue-router": "3.4.9",
  72. "vuedraggable": "2.24.3",
  73. "vuex": "3.6.0",
  74. "vxe-table": "^3.6.13",
  75. "xe-utils": "^3.5.12"
  76. },
  77. "devDependencies": {
  78. "@vue/cli-plugin-babel": "4.4.6",
  79. "@vue/cli-plugin-eslint": "4.4.6",
  80. "@vue/cli-service": "4.4.6",
  81. "babel-eslint": "10.1.0",
  82. "babel-plugin-dynamic-import-node": "2.3.3",
  83. "chalk": "4.1.0",
  84. "compression-webpack-plugin": "5.0.2",
  85. "connect": "3.6.6",
  86. "eslint": "7.15.0",
  87. "eslint-plugin-vue": "7.2.0",
  88. "lint-staged": "10.5.3",
  89. "regenerator-runtime": "^0.14.0",
  90. "runjs": "4.4.2",
  91. "sass": "1.32.13",
  92. "sass-loader": "10.1.1",
  93. "script-ext-html-webpack-plugin": "2.1.5",
  94. "svg-sprite-loader": "5.1.1",
  95. "vue-template-compiler": "2.6.12"
  96. },
  97. "engines": {
  98. "node": ">=8.9",
  99. "npm": ">= 3.0.0"
  100. },
  101. "browserslist": [
  102. "> 1%",
  103. "last 2 versions"
  104. ]
  105. }