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.

76 lines
1.8 KiB

  1. {
  2. "name": "ruoyi",
  3. "version": "3.9.1",
  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. },
  13. "keywords": [
  14. "vue",
  15. "admin",
  16. "dashboard",
  17. "element-ui",
  18. "boilerplate",
  19. "admin-template",
  20. "management-system"
  21. ],
  22. "repository": {
  23. "type": "git",
  24. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  25. },
  26. "dependencies": {
  27. "@element-plus/icons-vue": "^2.3.2",
  28. "@riophae/vue-treeselect": "0.4.0",
  29. "axios": "0.28.1",
  30. "clipboard": "2.0.8",
  31. "core-js": "3.37.1",
  32. "date-fns": "^4.1.0",
  33. "echarts": "5.4.0",
  34. "element-ui": "^2.15.14",
  35. "file-saver": "2.0.5",
  36. "fuse.js": "6.4.3",
  37. "highlight.js": "9.18.5",
  38. "js-beautify": "1.13.0",
  39. "js-cookie": "3.0.1",
  40. "jsencrypt": "3.0.0-rc.1",
  41. "nprogress": "0.2.0",
  42. "quill": "2.0.2",
  43. "screenfull": "5.0.2",
  44. "sockjs-client": "^1.6.1",
  45. "sortablejs": "1.10.2",
  46. "splitpanes": "2.4.1",
  47. "stompjs": "^2.3.3",
  48. "vue": "^2.6.12",
  49. "vue-count-to": "1.0.13",
  50. "vue-cropper": "0.5.5",
  51. "vue-router": "3.4.9",
  52. "vuedraggable": "2.24.3",
  53. "vuex": "3.6.0"
  54. },
  55. "devDependencies": {
  56. "@vue/cli-plugin-babel": "4.4.6",
  57. "@vue/cli-service": "4.4.6",
  58. "babel-plugin-dynamic-import-node": "2.3.3",
  59. "chalk": "4.1.0",
  60. "compression-webpack-plugin": "6.1.2",
  61. "connect": "3.6.6",
  62. "sass": "1.32.13",
  63. "sass-loader": "10.1.1",
  64. "script-ext-html-webpack-plugin": "2.1.5",
  65. "svg-sprite-loader": "5.1.1",
  66. "vue-template-compiler": "2.6.12"
  67. },
  68. "engines": {
  69. "node": ">=8.9",
  70. "npm": ">= 3.0.0"
  71. },
  72. "browserslist": [
  73. "> 1%",
  74. "last 2 versions"
  75. ]
  76. }