package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "name": "YinetOASystem-UI",
  3. "version": "2.3.0",
  4. "description": "亿网OA系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve --open",
  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. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  16. "new": "plop"
  17. },
  18. "husky": {
  19. "hooks": {
  20. "pre-commit": "lint-staged"
  21. }
  22. },
  23. "lint-staged": {
  24. "src/**/*.{js,vue}": [
  25. "eslint --fix",
  26. "git add"
  27. ]
  28. },
  29. "keywords": [
  30. "vue",
  31. "admin",
  32. "dashboard",
  33. "element-ui",
  34. "boilerplate",
  35. "admin-template",
  36. "management-system"
  37. ],
  38. "repository": {
  39. "type": "git",
  40. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  41. },
  42. "dependencies": {
  43. "@fullcalendar/core": "^5.2.1",
  44. "@fullcalendar/daygrid": "^5.2.0",
  45. "@fullcalendar/interaction": "^5.2.0",
  46. "@fullcalendar/vue": "^5.2.0",
  47. "@riophae/vue-treeselect": "0.4.0",
  48. "axios": "0.18.1",
  49. "bpmn-js": "7.2.1",
  50. "bpmn-moddle": "7.0.3",
  51. "clipboard": "2.0.4",
  52. "cos-js-sdk-v5": "^0.5.27",
  53. "echarts": "4.2.1",
  54. "element-ui": "2.13.0",
  55. "file-saver": "2.0.1",
  56. "fuse.js": "3.4.4",
  57. "js-beautify": "^1.10.2",
  58. "js-cookie": "2.2.0",
  59. "jsencrypt": "3.0.0-rc.1",
  60. "layui-src": "^2.5.5",
  61. "less-loader": "6.2.0",
  62. "moment": "^2.27.0",
  63. "normalize.css": "7.0.0",
  64. "nprogress": "0.2.0",
  65. "path-to-regexp": "2.4.0",
  66. "screenfull": "4.2.0",
  67. "sortablejs": "1.8.4",
  68. "tim-js-sdk": "^2.7.6",
  69. "vue": "2.6.10",
  70. "vue-count-to": "1.0.13",
  71. "vue-cropper": "0.4.9",
  72. "vue-fullcalendar": "^1.0.9",
  73. "vue-quill-editor": "3.0.6",
  74. "vue-router": "3.0.2",
  75. "vue-socket.io": "^3.0.9",
  76. "vue-splitpane": "1.0.4",
  77. "vue-websocket": "^0.2.3",
  78. "vuedraggable": "2.20.0",
  79. "vuex": "3.1.0",
  80. "vuex-persistedstate": "^3.0.1"
  81. },
  82. "devDependencies": {
  83. "@babel/core": "7.0.0",
  84. "@babel/parser": "^7.7.4",
  85. "@babel/register": "7.0.0",
  86. "@vue/cli-plugin-babel": "3.5.3",
  87. "@vue/cli-plugin-eslint": "^3.9.1",
  88. "@vue/cli-plugin-unit-jest": "^4.4.6",
  89. "@vue/cli-service": "^4.4.6",
  90. "@vue/test-utils": "1.0.0-beta.29",
  91. "autoprefixer": "^9.5.1",
  92. "babel-core": "7.0.0-bridge.0",
  93. "babel-eslint": "10.0.1",
  94. "babel-jest": "^26.1.0",
  95. "babel-polyfill": "^6.26.0",
  96. "chalk": "2.4.2",
  97. "chokidar": "2.1.5",
  98. "connect": "3.6.6",
  99. "eslint": "5.15.3",
  100. "eslint-plugin-vue": "5.2.2",
  101. "html-webpack-plugin": "3.2.0",
  102. "http-proxy-middleware": "^0.19.1",
  103. "husky": "1.3.1",
  104. "less": "^3.11.3",
  105. "less-loader": "^6.2.0",
  106. "lint-staged": "8.1.5",
  107. "mockjs": "1.0.1-beta3",
  108. "node-sass": "^4.14.1",
  109. "plop": "2.3.0",
  110. "runjs": "^4.3.2",
  111. "sass-loader": "^7.1.0",
  112. "script-ext-html-webpack-plugin": "2.1.3",
  113. "script-loader": "0.7.2",
  114. "serve-static": "^1.13.2",
  115. "svg-sprite-loader": "4.1.3",
  116. "svgo": "1.2.0",
  117. "vue-template-compiler": "2.6.10"
  118. },
  119. "engines": {
  120. "node": ">=8.9",
  121. "npm": ">= 3.0.0"
  122. },
  123. "browserslist": [
  124. "> 1%",
  125. "last 2 versions"
  126. ]
  127. }