package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "name": "ruoyi",
  3. "version": "3.6.4",
  4. "description": "常泰大桥服务区能源管理",
  5. "author": "若依",
  6. "license": "MIT",
  7. "scripts": {
  8. "74": "vue-cli-service serve --mode 74",
  9. "78": "vue-cli-service serve --mode 78",
  10. "dev": "vue-cli-service serve",
  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-Cloud.git"
  39. },
  40. "dependencies": {
  41. "@antv/x6": "^2.18.1",
  42. "@logicflow/core": "^2.0.6",
  43. "@logicflow/extension": "^2.0.10",
  44. "@riophae/vue-treeselect": "^0.4.0",
  45. "@tweenjs/tween.js": "^18.6.4",
  46. "autofit.js": "^3.1.3",
  47. "axios": "0.24.0",
  48. "bpmn-js": "^17.11.1",
  49. "clipboard": "2.0.8",
  50. "core-js": "^3.25.3",
  51. "dayjs": "^1.11.13",
  52. "diagram-js": "^14.11.3",
  53. "echarts": "^5.6.0",
  54. "echarts-gl": "^2.0.9",
  55. "element-resize-detector": "^1.2.4",
  56. "element-ui": "^2.15.14",
  57. "file-saver": "2.0.5",
  58. "fuse.js": "6.4.3",
  59. "highlight.js": "9.18.5",
  60. "js-base64": "^3.7.7",
  61. "js-beautify": "1.13.0",
  62. "js-cookie": "3.0.1",
  63. "jsencrypt": "3.0.0-rc.1",
  64. "jsplumb": "^2.15.6",
  65. "nprogress": "0.2.0",
  66. "quill": "1.3.7",
  67. "screenfull": "5.0.2",
  68. "sortablejs": "1.10.2",
  69. "three": "^0.156.1",
  70. "uuidjs": "^5.1.0",
  71. "vis": "^4.21.0-EOL",
  72. "vis-network": "^9.0.1",
  73. "vue": "2.6.12",
  74. "vue-count-to": "1.0.13",
  75. "vue-cropper": "0.5.5",
  76. "vue-flowchart": "^0.1.1",
  77. "vue-graph": "^0.9.3",
  78. "vue-jsplumb": "^1.0.1",
  79. "vue-meta": "2.4.0",
  80. "vue-router": "3.4.9",
  81. "vue-seamless-scroll": "^1.1.23",
  82. "vue-select": "^3.20.3",
  83. "vue-super-flow": "^1.4.0",
  84. "vue-virtual-scroller": "^1.1.2",
  85. "vuedraggable": "2.24.3",
  86. "vuex": "3.6.0"
  87. },
  88. "devDependencies": {
  89. "@vue/cli-plugin-babel": "4.4.6",
  90. "@vue/cli-plugin-eslint": "4.4.6",
  91. "@vue/cli-service": "4.4.6",
  92. "babel-eslint": "10.1.0",
  93. "babel-plugin-dynamic-import-node": "2.3.3",
  94. "chalk": "4.1.0",
  95. "compression-webpack-plugin": "6.1.2",
  96. "connect": "3.6.6",
  97. "eslint": "7.15.0",
  98. "eslint-loader": "^4.0.2",
  99. "eslint-plugin-vue": "7.2.0",
  100. "lint-staged": "10.5.3",
  101. "runjs": "4.4.2",
  102. "sass": "1.32.13",
  103. "sass-loader": "10.1.1",
  104. "script-ext-html-webpack-plugin": "2.1.5",
  105. "svg-sprite-loader": "5.1.1",
  106. "vue-template-compiler": "2.6.12"
  107. },
  108. "engines": {
  109. "node": ">=8.9",
  110. "npm": ">= 3.0.0"
  111. },
  112. "browserslist": [
  113. "> 1%",
  114. "last 2 versions"
  115. ]
  116. }