package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.9",
  4. "description": "AI-Hub智能处理平台",
  5. "author": "AI-Hub智能处理平台",
  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. "@amap/amap-jsapi-loader": "^1.0.1",
  40. "@riophae/vue-treeselect": "0.4.0",
  41. "@vue/composition-api": "^1.7.2",
  42. "area-data": "^5.0.6",
  43. "axios": "0.28.1",
  44. "better-scroll": "^2.5.1",
  45. "clipboard": "2.0.8",
  46. "core-js": "3.37.1",
  47. "echarts": "^5.1.0",
  48. "element-ui": "2.15.14",
  49. "file-saver": "2.0.5",
  50. "flv": "^0.0.1",
  51. "flv.js": "^1.6.2",
  52. "fuse.js": "6.4.3",
  53. "highlight.js": "9.18.5",
  54. "html2canvas": "^1.4.1",
  55. "js-beautify": "1.13.0",
  56. "js-cookie": "3.0.1",
  57. "jsencrypt": "3.0.0-rc.1",
  58. "konva": "^9.3.20",
  59. "mqtt": "^2.18.9",
  60. "nprogress": "0.2.0",
  61. "quill": "2.0.2",
  62. "recordrtc": "^5.6.2",
  63. "screenfull": "5.0.2",
  64. "sortablejs": "1.10.2",
  65. "splitpanes": "2.4.1",
  66. "video.js": "^8.23.3",
  67. "videojs-flash": "^2.2.1",
  68. "vue": "2.6.12",
  69. "vue-area-linkage": "^5.1.0",
  70. "vue-count-to": "1.0.13",
  71. "vue-cropper": "0.5.5",
  72. "vue-h265-player": "^0.0.24",
  73. "vue-masonry": "^0.16.0",
  74. "vue-meta": "2.4.0",
  75. "vue-router": "3.4.9",
  76. "vue-waterfall-plugin": "^3.3.2",
  77. "vue-waterfall2": "^1.10.9",
  78. "vuedraggable": "2.24.3",
  79. "vuex": "3.6.0"
  80. },
  81. "devDependencies": {
  82. "@vue/cli-plugin-babel": "4.4.6",
  83. "@vue/cli-plugin-eslint": "4.4.6",
  84. "@vue/cli-service": "4.4.6",
  85. "babel-eslint": "10.1.0",
  86. "babel-plugin-dynamic-import-node": "2.3.3",
  87. "chalk": "4.1.0",
  88. "compression-webpack-plugin": "6.1.2",
  89. "connect": "3.6.6",
  90. "eslint": "7.15.0",
  91. "eslint-plugin-vue": "7.2.0",
  92. "lint-staged": "10.5.3",
  93. "sass": "1.32.13",
  94. "sass-loader": "10.1.1",
  95. "script-ext-html-webpack-plugin": "2.1.5",
  96. "svg-sprite-loader": "5.1.1",
  97. "vue-template-compiler": "2.6.12"
  98. },
  99. "engines": {
  100. "node": ">=8.9",
  101. "npm": ">= 3.0.0"
  102. },
  103. "browserslist": [
  104. "> 1%",
  105. "last 2 versions"
  106. ]
  107. }