package.json 2.0 KB

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