package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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:prod": "vue-cli-service build",
  10. "deploy:dev": "npm run build:stage && cross-env NODE_ENV=dev node deploy/index.js --preview",
  11. "deploy:prod": "npm run build:prod && cross-env NODE_ENV=prod node deploy/index.js --preview",
  12. "build:stage": "vue-cli-service build --mode staging",
  13. "preview": "node build/index.js --preview",
  14. "lint": "eslint --ext .js,.vue src"
  15. },
  16. "husky": {
  17. "hooks": {
  18. "pre-commit": "lint-staged"
  19. }
  20. },
  21. "lint-staged": {
  22. "src/**/*.{js,vue}": [
  23. "eslint --fix",
  24. "git add"
  25. ]
  26. },
  27. "keywords": [
  28. "vue",
  29. "admin",
  30. "dashboard",
  31. "element-ui",
  32. "boilerplate",
  33. "admin-template",
  34. "management-system"
  35. ],
  36. "repository": {
  37. "type": "git",
  38. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  39. },
  40. "dependencies": {
  41. "@amap/amap-jsapi-loader": "^1.0.1",
  42. "@babel/parser": "^7.7.4",
  43. "@riophae/vue-treeselect": "0.4.0",
  44. "@smallwei/avue": "^3.2.20",
  45. "@sscfaith/avue-form-design": "^1.5.6",
  46. "awe-dnd": "^0.3.4",
  47. "axios": "0.24.0",
  48. "beautifier": "^0.1.7",
  49. "china-area-data": "^5.0.1",
  50. "clipboard": "2.0.8",
  51. "core-js": "3.25.3",
  52. "css": "^3.0.0",
  53. "css-loader": "^3.5.3",
  54. "echarts": "5.4.0",
  55. "element-ui": "^2.15.13",
  56. "file-saver": "2.0.5",
  57. "formidable": "^2.1.1",
  58. "fuse.js": "6.4.3",
  59. "highlight.js": "9.18.5",
  60. "html2canvas": "^1.4.1",
  61. "js-beautify": "1.13.0",
  62. "js-cookie": "3.0.1",
  63. "jsencrypt": "3.0.0-rc.1",
  64. "npm": "^6.13.7",
  65. "nprogress": "0.2.0",
  66. "quill": "1.3.7",
  67. "screenfull": "5.0.2",
  68. "sortablejs": "1.10.2",
  69. "ty-drag-select": "^1.0.42",
  70. "voca": "^1.4.0",
  71. "vue": "2.6.12",
  72. "vue-barcode": "^1.3.0",
  73. "vue-codemirror": "^4.0.6",
  74. "vue-count-to": "1.0.13",
  75. "vue-cropper": "0.5.5",
  76. "vue-meta": "2.4.0",
  77. "vue-quill-editor": "^3.0.6",
  78. "vue-router": "3.4.9",
  79. "vuedraggable": "2.24.3",
  80. "vuex": "3.6.0"
  81. },
  82. "devDependencies": {
  83. "@vue/cli-plugin-babel": "4.4.6",
  84. "@vue/cli-plugin-eslint": "4.4.6",
  85. "@vue/cli-service": "4.4.6",
  86. "babel-eslint": "10.1.0",
  87. "babel-plugin-dynamic-import-node": "2.3.3",
  88. "chalk": "4.1.0",
  89. "compression-webpack-plugin": "5.0.2",
  90. "connect": "3.6.6",
  91. "cross-env": "^7.0.3",
  92. "eslint": "7.15.0",
  93. "eslint-plugin-vue": "7.2.0",
  94. "lint-staged": "10.5.3",
  95. "ora": "^7.0.1",
  96. "runjs": "4.4.2",
  97. "sass": "1.32.13",
  98. "sass-loader": "10.1.1",
  99. "scp2": "^0.5.0",
  100. "script-ext-html-webpack-plugin": "2.1.5",
  101. "svg-sprite-loader": "5.1.1",
  102. "vue-template-compiler": "2.6.12"
  103. },
  104. "engines": {
  105. "node": ">=8.9",
  106. "npm": ">= 3.0.0"
  107. },
  108. "browserslist": [
  109. "> 1%",
  110. "last 2 versions"
  111. ]
  112. }