package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "name": "koyo",
  3. "version": "3.8.7",
  4. "description": "全球代理商项目管理平台",
  5. "author": "高达",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src"
  13. },
  14. "husky": {
  15. "hooks": {
  16. "pre-commit": "lint-staged"
  17. }
  18. },
  19. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "admin",
  28. "dashboard",
  29. "element-ui",
  30. "boilerplate",
  31. "admin-template",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  37. },
  38. "dependencies": {
  39. "@riophae/vue-treeselect": "0.4.0",
  40. "axios": "0.24.0",
  41. "clipboard": "2.0.8",
  42. "codemirror": "^5.65.12",
  43. "core-js": "3.25.3",
  44. "echarts": "5.4.0",
  45. "element-ui": "2.15.14",
  46. "event-source-polyfill": "^1.0.31",
  47. "file-saver": "2.0.5",
  48. "fuse.js": "6.4.3",
  49. "highlight.js": "9.18.5",
  50. "js-beautify": "1.13.0",
  51. "js-cookie": "3.0.1",
  52. "jsencrypt": "3.0.0-rc.1",
  53. "less-loader": "^5.0.0",
  54. "lodash": "^4.17.21",
  55. "moment": "^2.30.1",
  56. "moment-timezone": "^0.5.45",
  57. "nprogress": "0.2.0",
  58. "quill": "1.3.7",
  59. "screenfull": "5.0.2",
  60. "sortablejs": "1.10.2",
  61. "vue": "2.6.12",
  62. "vue-codemirror": "^4.0.6",
  63. "vue-contextmenujs": "^1.4.11",
  64. "vue-count-to": "1.0.13",
  65. "vue-cropper": "0.5.5",
  66. "vue-i18n": "^8.28.2",
  67. "vue-jstree": "^2.1.6",
  68. "vue-meta": "2.4.0",
  69. "vue-quill-editor": "^3.0.6",
  70. "vue-router": "3.4.9",
  71. "vuedraggable": "2.24.3",
  72. "vuex": "3.6.0",
  73. "yid": "^1.4.0"
  74. },
  75. "devDependencies": {
  76. "@vue/cli-plugin-babel": "4.4.6",
  77. "@vue/cli-plugin-eslint": "4.4.6",
  78. "@vue/cli-service": "4.4.6",
  79. "babel-eslint": "10.1.0",
  80. "babel-plugin-dynamic-import-node": "2.3.3",
  81. "chalk": "4.1.0",
  82. "compression-webpack-plugin": "6.1.2",
  83. "connect": "3.6.6",
  84. "eslint": "7.15.0",
  85. "eslint-plugin-vue": "7.2.0",
  86. "lint-staged": "10.5.3",
  87. "runjs": "4.4.2",
  88. "sass": "1.32.13",
  89. "sass-loader": "10.1.1",
  90. "script-ext-html-webpack-plugin": "2.1.5",
  91. "svg-sprite-loader": "5.1.1",
  92. "vue-template-compiler": "2.6.12"
  93. },
  94. "engines": {
  95. "node": ">=8.9",
  96. "npm": ">= 3.0.0"
  97. },
  98. "browserslist": [
  99. "> 1%",
  100. "last 2 versions"
  101. ]
  102. }