package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "name": "ruoyi",
  3. "version": "2.5.0",
  4. "description": "若依管理系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src"
  13. },
  14. "husky": {
  15. "hooks": {
  16. "pre-commit": "lint-staged"
  17. }
  18. },
  19. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "admin",
  28. "dashboard",
  29. "element-ui",
  30. "boilerplate",
  31. "admin-template",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  37. },
  38. "dependencies": {
  39. "@riophae/vue-treeselect": "0.4.0",
  40. "axios": "0.21.0",
  41. "clipboard": "2.0.6",
  42. "core-js": "3.8.1",
  43. "cos-js-sdk-v5": "^1.2.8",
  44. "echarts": "^4.9.0",
  45. "element-ui": "2.15.0",
  46. "file-saver": "2.0.4",
  47. "fuse.js": "6.4.3",
  48. "highlight.js": "9.18.5",
  49. "html2canvas": "^1.0.0-rc.7",
  50. "jquery": "^3.6.0",
  51. "js-beautify": "1.13.0",
  52. "js-cookie": "2.2.1",
  53. "jsencrypt": "3.0.0-rc.1",
  54. "nprogress": "0.2.0",
  55. "qrcodejs2": "0.0.2",
  56. "quill": "1.3.7",
  57. "screenfull": "^5.0.2",
  58. "sortablejs": "1.10.2",
  59. "umy-ui": "^1.1.6",
  60. "vod-js-sdk-v6": "^1.4.11",
  61. "vue": "2.6.12",
  62. "vue-clipboard2": "^0.3.1",
  63. "vue-count-to": "1.0.13",
  64. "vue-cropper": "0.5.5",
  65. "vue-drag-resize": "^1.5.1",
  66. "vue-fragment": "^1.5.2",
  67. "vue-router": "3.4.9",
  68. "vue-seamless-scroll": "^1.1.23",
  69. "vuedraggable": "2.24.3",
  70. "vuex": "3.6.0"
  71. },
  72. "devDependencies": {
  73. "@vue/cli-plugin-babel": "4.4.6",
  74. "@vue/cli-plugin-eslint": "4.4.6",
  75. "@vue/cli-service": "4.4.6",
  76. "babel-eslint": "10.1.0",
  77. "chalk": "4.1.0",
  78. "compression-webpack-plugin": "^5.0.1",
  79. "connect": "3.6.6",
  80. "eslint": "7.15.0",
  81. "eslint-plugin-vue": "7.2.0",
  82. "lint-staged": "10.5.3",
  83. "runjs": "4.4.2",
  84. "sass": "1.32.0",
  85. "sass-loader": "10.1.0",
  86. "script-ext-html-webpack-plugin": "2.1.5",
  87. "svg-sprite-loader": "5.1.1",
  88. "vue-template-compiler": "2.6.12"
  89. },
  90. "engines": {
  91. "node": ">=8.9",
  92. "npm": ">= 3.0.0"
  93. },
  94. "browserslist": [
  95. "> 1%",
  96. "last 2 versions"
  97. ]
  98. }