Digital Office Automation System Backend
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.4KB

il y a 1 jour
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "ruoyi-vue-plus",
  3. "version": "4.6.0",
  4. "description": "RuoYi-Vue-Plus后台管理系统",
  5. "author": "LionLi",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "preview": "node build/index.js --preview",
  11. "lint": "eslint --ext .js,.vue src"
  12. },
  13. "husky": {
  14. "hooks": {
  15. "pre-commit": "lint-staged"
  16. }
  17. },
  18. "lint-staged": {
  19. "src/**/*.{js,vue}": [
  20. "eslint --fix",
  21. "git add"
  22. ]
  23. },
  24. "keywords": [
  25. "vue",
  26. "admin",
  27. "dashboard",
  28. "element-ui",
  29. "boilerplate",
  30. "admin-template",
  31. "management-system"
  32. ],
  33. "repository": {
  34. "type": "git",
  35. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  36. },
  37. "dependencies": {
  38. "@riophae/vue-treeselect": "0.4.0",
  39. "axios": "0.24.0",
  40. "bpmn-js": "^7.2.1",
  41. "clipboard": "2.0.8",
  42. "core-js": "3.25.3",
  43. "echarts": "5.4.0",
  44. "element-ui": "2.15.12",
  45. "file-saver": "2.0.5",
  46. "fuse.js": "6.4.3",
  47. "highlight.js": "9.18.5",
  48. "js-beautify": "1.13.0",
  49. "js-cookie": "3.0.1",
  50. "jsencrypt": "3.0.0-rc.1",
  51. "nprogress": "0.2.0",
  52. "quill": "1.3.7",
  53. "screenfull": "5.0.2",
  54. "sortablejs": "1.10.2",
  55. "vue": "2.6.12",
  56. "vue-count-to": "1.0.13",
  57. "vue-cropper": "0.5.5",
  58. "vue-meta": "2.4.0",
  59. "vue-router": "3.4.9",
  60. "vuedraggable": "2.24.3",
  61. "vuex": "3.6.0",
  62. "workflow-bpmn-modeler": "^0.2.8",
  63. "@babel/parser": "^7.7.4",
  64. "beautifier": "^0.1.7",
  65. "china-area-data": "^5.0.1",
  66. "css-loader": "^3.5.3",
  67. "npm": "^6.13.7",
  68. "voca": "^1.4.0",
  69. "vue-barcode": "^1.3.0",
  70. "vue-codemirror": "^4.0.6",
  71. "vue-quill-editor": "^3.0.6"
  72. },
  73. "devDependencies": {
  74. "@vue/cli-plugin-babel": "4.4.6",
  75. "@vue/cli-plugin-eslint": "4.4.6",
  76. "@vue/cli-service": "4.4.6",
  77. "babel-eslint": "10.1.0",
  78. "babel-plugin-dynamic-import-node": "2.3.3",
  79. "chalk": "4.1.0",
  80. "compression-webpack-plugin": "5.0.2",
  81. "connect": "3.6.6",
  82. "eslint": "7.15.0",
  83. "eslint-plugin-vue": "7.2.0",
  84. "lint-staged": "10.5.3",
  85. "runjs": "4.4.2",
  86. "sass": "1.32.13",
  87. "sass-loader": "10.1.1",
  88. "script-ext-html-webpack-plugin": "2.1.5",
  89. "svg-sprite-loader": "5.1.1",
  90. "vue-template-compiler": "2.6.12"
  91. },
  92. "engines": {
  93. "node": ">=8.9",
  94. "npm": ">= 3.0.0"
  95. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions"
  99. ]
  100. }