package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "ruoyi",
  3. "version": "3.6.3",
  4. "description": "集中采购管理系统",
  5. "author": "建设发展集团",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "dev:zhou": "vue-cli-service serve --mode zhou",
  10. "dev:dong": "vue-cli-service serve --mode dong",
  11. "build:prod": "vue-cli-service build",
  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-Cloud.git"
  39. },
  40. "dependencies": {
  41. "@riophae/vue-treeselect": "0.4.0",
  42. "axios": "0.24.0",
  43. "clipboard": "2.0.8",
  44. "core-js": "3.25.3",
  45. "decimal.js": "^10.4.3",
  46. "echarts": "5.4.0",
  47. "element-ui": "2.15.13",
  48. "exceljs": "^4.4.0",
  49. "file-saver": "2.0.5",
  50. "fuse.js": "6.4.3",
  51. "highlight.js": "9.18.5",
  52. "html-docx-js": "^0.3.1",
  53. "js-beautify": "1.13.0",
  54. "js-cookie": "3.0.1",
  55. "jsencrypt": "3.0.0-rc.1",
  56. "jszip": "^3.10.1",
  57. "moment": "^2.29.4",
  58. "nprogress": "0.2.0",
  59. "quill": "^1.3.7",
  60. "screenfull": "5.0.2",
  61. "sortablejs": "1.10.2",
  62. "vue": "2.6.12",
  63. "vue-count-to": "1.0.13",
  64. "vue-cropper": "0.5.5",
  65. "vue-meta": "2.4.0",
  66. "vue-router": "3.4.9",
  67. "vuedraggable": "2.24.3",
  68. "vuex": "3.6.0"
  69. },
  70. "devDependencies": {
  71. "@vue/cli-plugin-babel": "4.4.6",
  72. "@vue/cli-plugin-eslint": "4.4.6",
  73. "@vue/cli-service": "4.4.6",
  74. "babel-eslint": "10.1.0",
  75. "babel-plugin-dynamic-import-node": "2.3.3",
  76. "chalk": "4.1.0",
  77. "compression-webpack-plugin": "5.0.2",
  78. "connect": "3.6.6",
  79. "eslint": "7.15.0",
  80. "eslint-plugin-vue": "7.2.0",
  81. "lint-staged": "10.5.3",
  82. "runjs": "4.4.2",
  83. "sass": "1.32.13",
  84. "sass-loader": "10.1.1",
  85. "script-ext-html-webpack-plugin": "2.1.5",
  86. "svg-sprite-loader": "5.1.1",
  87. "vue-template-compiler": "2.6.12"
  88. },
  89. "engines": {
  90. "node": ">=8.9",
  91. "npm": ">= 3.0.0"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions"
  96. ]
  97. }