package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "ruoyi",
  3. "version": "3.6.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-Cloud.git"
  37. },
  38. "dependencies": {
  39. "@amap/amap-jsapi-loader": "^1.0.1",
  40. "@riophae/vue-treeselect": "0.4.0",
  41. "axios": "^0.24.0",
  42. "clipboard": "2.0.8",
  43. "core-js": "3.19.1",
  44. "dayjs": "^1.11.1",
  45. "echarts": "4.9.0",
  46. "echarts-liquidfill": "^2.0.6",
  47. "element-ui": "2.15.8",
  48. "file-saver": "2.0.5",
  49. "fuse.js": "6.4.3",
  50. "highlight.js": "9.18.5",
  51. "html2canvas": "^1.4.1",
  52. "js-beautify": "1.13.0",
  53. "js-cookie": "3.0.1",
  54. "jsencrypt": "3.0.0-rc.1",
  55. "jspdf": "^2.5.1",
  56. "less": "^4.1.3",
  57. "less-loader": "^7.3.0",
  58. "moment": "^2.29.3",
  59. "mqtt": "^3.0.0",
  60. "nprogress": "0.2.0",
  61. "quill": "1.3.7",
  62. "screenfull": "5.0.2",
  63. "sortablejs": "1.10.2",
  64. "vform-builds": "^2.2.7",
  65. "vue": "2.6.12",
  66. "vue-count-to": "^1.0.13",
  67. "vue-cropper": "0.5.5",
  68. "vue-meta": "2.4.0",
  69. "vue-router": "3.4.9",
  70. "vuedraggable": "2.24.3",
  71. "vuex": "3.6.0",
  72. "xlsx": "^0.18.5",
  73. "xlsx-js-style": "^1.2.0"
  74. },
  75. "devDependencies": {
  76. "@pengchen/xlsx": "^0.0.6",
  77. "@vue/cli-plugin-babel": "4.4.6",
  78. "@vue/cli-plugin-eslint": "4.4.6",
  79. "@vue/cli-service": "4.4.6",
  80. "babel-eslint": "10.1.0",
  81. "babel-plugin-dynamic-import-node": "2.3.3",
  82. "chalk": "4.1.0",
  83. "compression-webpack-plugin": "5.0.2",
  84. "connect": "3.6.6",
  85. "crypto-js": "^4.2.0",
  86. "eslint": "7.15.0",
  87. "eslint-plugin-vue": "7.2.0",
  88. "js-md5": "^0.8.3",
  89. "lint-staged": "10.5.3",
  90. "runjs": "4.4.2",
  91. "sass": "1.32.13",
  92. "sass-loader": "10.1.1",
  93. "script-ext-html-webpack-plugin": "2.1.5",
  94. "svg-sprite-loader": "5.1.1",
  95. "table-xlsx": "^0.1.6",
  96. "vue-seamless-scroll": "^1.1.23",
  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. }