文件服务后台
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 3.1 KiB

před 1 rokem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. "start:local": "DEBUG=* NODE_ENV=local-dev node --abort-on-uncaught-exception start.js --log-level=debug --mode=local-dev",
  13. "build:dev": "npm run build",
  14. "start:dev": "DEBUG=* NODE_ENV=development node --abort-on-uncaught-exception start.js --log-level=debug --mode=development",
  15. "build:test": "npm run build",
  16. "start:test": "DEBUG=* NODE_ENV=test node --abort-on-uncaught-exception start.js --log-level=debug --mode=test",
  17. "build:stage": "npm run build",
  18. "start:stage": "DEBUG=rongxin* NODE_ENV=stage node --abort-on-uncaught-exception start.js --log-level=debug --mode=stage",
  19. "build:prod": "npm run build",
  20. "start:prod": "DEBUG=rongxin* NODE_ENV=production node --abort-on-uncaught-exception start.js --log-level=debug --mode=production",
  21. "preview": "node build/index.js --preview",
  22. "lint": "eslint --ext .js,.vue src"
  23. },
  24. "husky": {
  25. "hooks": {
  26. "pre-commit": "lint-staged"
  27. }
  28. },
  29. "lint-staged": {
  30. "src/**/*.{js,vue}": [
  31. "eslint --fix",
  32. "git add"
  33. ]
  34. },
  35. "keywords": [
  36. "vue",
  37. "admin",
  38. "dashboard",
  39. "element-ui",
  40. "boilerplate",
  41. "admin-template",
  42. "management-system"
  43. ],
  44. "repository": {
  45. "type": "git",
  46. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  47. },
  48. "dependencies": {
  49. "@riophae/vue-treeselect": "0.4.0",
  50. "axios": "0.24.0",
  51. "clipboard": "2.0.8",
  52. "config": "1.30.0",
  53. "core-js": "3.25.3",
  54. "echarts": "5.4.0",
  55. "element-ui": "2.15.13",
  56. "file-saver": "2.0.5",
  57. "fuse.js": "6.4.3",
  58. "highlight.js": "9.18.5",
  59. "js-beautify": "1.13.0",
  60. "js-cookie": "3.0.1",
  61. "jsencrypt": "3.0.0-rc.1",
  62. "nongfu.merchant.bootstrap": "git+ssh://git@gitlab.cacfintech.com:racoon/nongfu.merchant.bootstrap.git#stable",
  63. "nongfu.merchant.policyrouter": "git+ssh://git@gitlab.cacfintech.com:racoon/nongfu.merchant.policyrouter.git#stable",
  64. "nprogress": "0.2.0",
  65. "quill": "1.3.7",
  66. "request": "^2.88.2",
  67. "screenfull": "5.0.2",
  68. "sortablejs": "1.10.2",
  69. "vue": "2.6.12",
  70. "vue-count-to": "1.0.13",
  71. "vue-cropper": "0.5.5",
  72. "vue-meta": "2.4.0",
  73. "vue-router": "3.4.9",
  74. "vuedraggable": "2.24.3",
  75. "vuex": "3.6.0"
  76. },
  77. "devDependencies": {
  78. "@vue/cli-plugin-babel": "4.4.6",
  79. "@vue/cli-plugin-eslint": "4.4.6",
  80. "@vue/cli-service": "4.4.6",
  81. "babel-eslint": "10.1.0",
  82. "babel-plugin-dynamic-import-node": "2.3.3",
  83. "chalk": "4.1.0",
  84. "compression-webpack-plugin": "5.0.2",
  85. "connect": "3.6.6",
  86. "eslint": "7.15.0",
  87. "eslint-plugin-vue": "7.2.0",
  88. "lint-staged": "10.5.3",
  89. "runjs": "4.4.2",
  90. "sass": "1.32.13",
  91. "sass-loader": "10.1.1",
  92. "script-ext-html-webpack-plugin": "2.1.5",
  93. "svg-sprite-loader": "5.1.1",
  94. "vue-template-compiler": "2.6.12"
  95. },
  96. "engines": {
  97. "node": ">=8.9",
  98. "npm": ">= 3.0.0"
  99. },
  100. "browserslist": [
  101. "> 1%",
  102. "last 2 versions"
  103. ]
  104. }