package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "zip": "^1.2.0"
  70. },
  71. "devDependencies": {
  72. "@vue/cli-plugin-babel": "4.4.6",
  73. "@vue/cli-plugin-eslint": "4.4.6",
  74. "@vue/cli-service": "4.4.6",
  75. "babel-eslint": "10.1.0",
  76. "babel-plugin-dynamic-import-node": "2.3.3",
  77. "chalk": "4.1.0",
  78. "compression-webpack-plugin": "5.0.2",
  79. "connect": "3.6.6",
  80. "eslint": "7.15.0",
  81. "eslint-plugin-vue": "7.2.0",
  82. "lint-staged": "10.5.3",
  83. "runjs": "4.4.2",
  84. "sass": "1.32.13",
  85. "sass-loader": "10.1.1",
  86. "script-ext-html-webpack-plugin": "2.1.5",
  87. "svg-sprite-loader": "5.1.1",
  88. "vue-template-compiler": "2.6.12"
  89. },
  90. "engines": {
  91. "node": ">=8.9",
  92. "npm": ">= 3.0.0"
  93. },
  94. "browserslist": [
  95. "> 1%",
  96. "last 2 versions"
  97. ]
  98. }