You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.0KB

  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.6",
  4. "description": "院后服务内控管理平台",
  5. "author": "",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build": "vue-cli-service build --mode production",
  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. "keywords": [
  15. "vue",
  16. "admin",
  17. "dashboard",
  18. "element-ui",
  19. "boilerplate",
  20. "admin-template",
  21. "management-system"
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  26. },
  27. "dependencies": {
  28. "@riophae/vue-treeselect": "0.4.0",
  29. "axios": "0.24.0",
  30. "clipboard": "2.0.8",
  31. "core-js": "3.25.3",
  32. "echarts": "5.4.0",
  33. "element-ui": "2.15.13",
  34. "file-saver": "2.0.5",
  35. "fuse.js": "6.4.3",
  36. "highlight.js": "9.18.5",
  37. "js-beautify": "1.13.0",
  38. "js-cookie": "3.0.1",
  39. "jsencrypt": "3.0.0-rc.1",
  40. "nanoid": "^5.0.7",
  41. "nprogress": "0.2.0",
  42. "quill": "1.3.7",
  43. "screenfull": "5.0.2",
  44. "sortablejs": "1.10.2",
  45. "vue": "2.6.12",
  46. "vue-count-to": "1.0.13",
  47. "vue-cropper": "0.5.5",
  48. "vue-meta": "2.4.0",
  49. "vue-router": "3.4.9",
  50. "vuedraggable": "^2.24.3",
  51. "vuex": "3.6.0",
  52. "vxe-table": "^3.8.6",
  53. "xe-utils": "^3.5.27"
  54. },
  55. "devDependencies": {
  56. "@vue/cli-plugin-babel": "4.4.6",
  57. "@vue/cli-plugin-eslint": "4.4.6",
  58. "@vue/cli-service": "4.4.6",
  59. "babel-eslint": "10.1.0",
  60. "babel-plugin-dynamic-import-node": "2.3.3",
  61. "chalk": "4.1.0",
  62. "compression-webpack-plugin": "5.0.2",
  63. "connect": "3.6.6",
  64. "eslint": "7.15.0",
  65. "eslint-plugin-vue": "7.2.0",
  66. "lint-staged": "10.5.3",
  67. "runjs": "4.4.2",
  68. "sass": "1.32.13",
  69. "sass-loader": "10.1.1",
  70. "script-ext-html-webpack-plugin": "^2.1.5",
  71. "svg-sprite-loader": "5.1.1",
  72. "vue-template-compiler": "2.6.12"
  73. },
  74. "engines": {
  75. "node": ">=8.9",
  76. "npm": ">= 3.0.0"
  77. },
  78. "browserslist": [
  79. "> 1%",
  80. "last 2 versions"
  81. ]
  82. }