package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.8",
  4. "description": "GQY管理系统",
  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. "@antv/x6": "^2.18.1",
  40. "@antv/x6-plugin-dnd": "^2.1.1",
  41. "@antv/x6-vue-shape": "^2.1.2",
  42. "@handsontable/vue": "^14.6.1",
  43. "@logicflow/core": "^0.7.9",
  44. "@logicflow/extension": "^0.7.9",
  45. "@riophae/vue-treeselect": "0.4.0",
  46. "@vue/composition-api": "^1.7.2",
  47. "axios": "0.28.1",
  48. "ckeditor4": "^4.23.0",
  49. "ckeditor4-vue": "^3.2.0",
  50. "clipboard": "2.0.8",
  51. "core-js": "3.37.1",
  52. "echarts": "5.4.0",
  53. "element-ui": "2.15.14",
  54. "file-saver": "2.0.5",
  55. "fuse.js": "6.4.3",
  56. "handsontable": "^14.6.1",
  57. "highlight.js": "9.18.5",
  58. "html-docx-js": "^0.3.1",
  59. "html-to-docx": "^1.8.0",
  60. "html2canvas": "^1.4.1",
  61. "hyperformula": "^2.7.1",
  62. "jquery": "^3.7.1",
  63. "js-beautify": "1.13.0",
  64. "js-cookie": "3.0.1",
  65. "jsencrypt": "3.0.0-rc.1",
  66. "jspdf": "^2.5.2",
  67. "jsplumb": "^2.15.6",
  68. "luckyexcel": "^1.0.1",
  69. "nprogress": "0.2.0",
  70. "quill": "2.0.2",
  71. "screenfull": "5.0.2",
  72. "sortablejs": "1.10.2",
  73. "vue": "2.6.12",
  74. "vue-count-to": "1.0.13",
  75. "vue-cropper": "0.5.5",
  76. "vue-flow": "^0.3.0",
  77. "vue-meta": "2.4.0",
  78. "vue-router": "3.4.9",
  79. "vue2-flowchart": "^0.1.12",
  80. "vuedraggable": "2.24.3",
  81. "vuex": "3.6.0"
  82. },
  83. "devDependencies": {
  84. "@vue/cli-plugin-babel": "4.4.6",
  85. "@vue/cli-plugin-eslint": "4.4.6",
  86. "@vue/cli-service": "4.4.6",
  87. "babel-eslint": "10.1.0",
  88. "babel-plugin-dynamic-import-node": "2.3.3",
  89. "chalk": "4.1.0",
  90. "compression-webpack-plugin": "6.1.2",
  91. "connect": "3.6.6",
  92. "eslint": "7.15.0",
  93. "eslint-plugin-vue": "7.2.0",
  94. "lint-staged": "10.5.3",
  95. "runjs": "4.4.2",
  96. "sass": "1.32.13",
  97. "sass-loader": "10.1.1",
  98. "script-ext-html-webpack-plugin": "2.1.5",
  99. "svg-sprite-loader": "5.1.1",
  100. "vue-template-compiler": "2.6.12"
  101. },
  102. "engines": {
  103. "node": ">=8.9",
  104. "npm": ">= 3.0.0"
  105. },
  106. "browserslist": [
  107. "> 1%",
  108. "last 2 versions"
  109. ]
  110. }