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.

89 lines
2.2KB

  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. "@tailwindcss/postcss7-compat": "^2.2.17",
  30. "await-to-js": "^3.0.0",
  31. "axios": "0.24.0",
  32. "clipboard": "2.0.8",
  33. "core-js": "3.25.3",
  34. "dayjs": "^1.11.11",
  35. "decimal.js": "^10.4.3",
  36. "echarts": "5.4.0",
  37. "element-ui": "2.15.13",
  38. "file-saver": "2.0.5",
  39. "fuse.js": "6.4.3",
  40. "highlight.js": "9.18.5",
  41. "js-beautify": "1.13.0",
  42. "js-cookie": "3.0.1",
  43. "jsencrypt": "3.0.0-rc.1",
  44. "nanoid": "^5.0.7",
  45. "nprogress": "0.2.0",
  46. "quill": "1.3.7",
  47. "screenfull": "5.0.2",
  48. "sortablejs": "1.10.2",
  49. "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
  50. "vue": "2.6.12",
  51. "vue-count-to": "1.0.13",
  52. "vue-cropper": "0.5.5",
  53. "vue-meta": "2.4.0",
  54. "vue-router": "3.4.9",
  55. "vuedraggable": "^2.24.3",
  56. "vuex": "3.6.0",
  57. "vuex-persistedstate": "^4.1.0",
  58. "vxe-table": "~3.8.12",
  59. "xe-utils": "^3.5.27"
  60. },
  61. "devDependencies": {
  62. "@vue/cli-plugin-babel": "^4.4.6",
  63. "@vue/cli-plugin-eslint": "^4.4.6",
  64. "@vue/cli-service": "^4.4.6",
  65. "babel-eslint": "10.1.0",
  66. "babel-plugin-dynamic-import-node": "2.3.3",
  67. "chalk": "4.1.0",
  68. "compression-webpack-plugin": "5.0.2",
  69. "connect": "3.6.6",
  70. "eslint": "^6.8.0",
  71. "eslint-plugin-vue": "7.2.0",
  72. "lint-staged": "10.5.3",
  73. "runjs": "4.4.2",
  74. "sass": "1.32.13",
  75. "sass-loader": "10.1.1",
  76. "script-ext-html-webpack-plugin": "^2.1.5",
  77. "svg-sprite-loader": "5.1.1",
  78. "vue-template-compiler": "2.6.12"
  79. },
  80. "engines": {
  81. "node": ">=8.9",
  82. "npm": ">= 3.0.0"
  83. },
  84. "browserslist": [
  85. "> 1%",
  86. "last 2 versions"
  87. ]
  88. }