文件服务后台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.3 KiB

1年前
1年前
1年前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.6",
  4. "description": "文件传输",
  5. "author": "农燊",
  6. "license": "MIT",
  7. "scripts": {
  8. "serve": "vue-cli-service serve",
  9. "install": "npm update && npm rebuild",
  10. "build": "vue-cli-service build",
  11. "start": "npm run start:local",
  12. "build:dev": "npm run build",
  13. "build:test": "npm run build",
  14. "build:stage": "npm run build",
  15. "build:prod": "npm run build",
  16. "preview": "node build/index.js --preview",
  17. "lint": "eslint --ext .js,.vue src"
  18. },
  19. "husky": {
  20. "hooks": {
  21. "pre-commit": "lint-staged"
  22. }
  23. },
  24. "lint-staged": {
  25. "src/**/*.{js,vue}": [
  26. "eslint --fix",
  27. "git add"
  28. ]
  29. },
  30. "keywords": [
  31. "vue",
  32. "admin",
  33. "dashboard",
  34. "element-ui",
  35. "boilerplate",
  36. "admin-template",
  37. "management-system"
  38. ],
  39. "repository": {
  40. "type": "git",
  41. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  42. },
  43. "dependencies": {
  44. "@riophae/vue-treeselect": "0.4.0",
  45. "axios": "0.24.0",
  46. "clipboard": "2.0.8",
  47. "config": "1.30.0",
  48. "core-js": "3.25.3",
  49. "echarts": "5.4.0",
  50. "element-ui": "2.15.13",
  51. "file-saver": "2.0.5",
  52. "fuse.js": "6.4.3",
  53. "highlight.js": "9.18.5",
  54. "js-beautify": "1.13.0",
  55. "js-cookie": "3.0.1",
  56. "jsencrypt": "3.0.0-rc.1",
  57. "nprogress": "0.2.0",
  58. "quill": "1.3.7",
  59. "request": "^2.88.2",
  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. }