package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "name": "ruoyi",
  3. "version": "3.2.0",
  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. "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. "@balkangraph/orgchart.js": "^7.9.15",
  44. "@jiaminghi/data-view": "^2.10.0",
  45. "@riophae/vue-treeselect": "0.4.0",
  46. "axios": "^0.21.1",
  47. "bl-select": "^1.0.9",
  48. "clipboard": "2.0.4",
  49. "core-js": "3.6.5",
  50. "dayjs": "^1.10.6",
  51. "echarts": "4.2.1",
  52. "element-ui": "^2.15.5",
  53. "file-saver": "2.0.1",
  54. "fuse.js": "3.4.4",
  55. "js-beautify": "1.10.2",
  56. "js-cookie": "2.2.0",
  57. "jsencrypt": "3.0.0-rc.1",
  58. "normalize.css": "7.0.0",
  59. "nprogress": "0.2.0",
  60. "path-to-regexp": "2.4.0",
  61. "quill": "1.3.7",
  62. "screenfull": "4.2.0",
  63. "sortablejs": "1.8.4",
  64. "umy-ui": "^1.1.6",
  65. "video.js": "^7.14.3",
  66. "vue": "2.6.10",
  67. "vue-awesome": "^4.0.2",
  68. "vue-count-to": "1.0.13",
  69. "vue-cropper": "0.4.9",
  70. "vue-i18n": "7.3.2",
  71. "vue-orgchart": "^1.1.7",
  72. "vue-pdf": "^4.2.0",
  73. "vue-router": "3.0.2",
  74. "vue-splitpane": "1.0.4",
  75. "vue-video-player": "^5.0.2",
  76. "vuedraggable": "2.20.0",
  77. "vuex": "3.1.0"
  78. },
  79. "devDependencies": {
  80. "@vue/cli-plugin-babel": "4.4.4",
  81. "@vue/cli-plugin-eslint": "4.4.4",
  82. "@vue/cli-plugin-unit-jest": "4.4.4",
  83. "@vue/cli-service": "4.4.4",
  84. "@vue/test-utils": "1.0.0-beta.29",
  85. "autoprefixer": "9.5.1",
  86. "babel-eslint": "10.1.0",
  87. "babel-jest": "23.6.0",
  88. "babel-plugin-component": "^1.1.1",
  89. "babel-plugin-dynamic-import-node": "2.3.3",
  90. "chalk": "2.4.2",
  91. "chokidar": "2.1.5",
  92. "connect": "3.6.6",
  93. "eslint": "6.7.2",
  94. "eslint-plugin-vue": "6.2.2",
  95. "html-webpack-plugin": "3.2.0",
  96. "husky": "1.3.1",
  97. "lint-staged": "8.1.5",
  98. "mockjs": "1.0.1-beta3",
  99. "node-sass": "4.14.1",
  100. "plop": "^2.7.4",
  101. "runjs": "4.3.2",
  102. "sass-loader": "8.0.2",
  103. "script-ext-html-webpack-plugin": "2.1.3",
  104. "script-loader": "0.7.2",
  105. "serve-static": "1.13.2",
  106. "svg-sprite-loader": "4.1.3",
  107. "svgo": "1.2.0",
  108. "vue-organization-chart": "^1.1.6",
  109. "vue-template-compiler": "2.6.10",
  110. "vue-tree-chart": "^1.2.9"
  111. },
  112. "engines": {
  113. "node": ">=8.9",
  114. "npm": ">= 3.0.0"
  115. },
  116. "browserslist": [
  117. "> 1%",
  118. "last 2 versions"
  119. ]
  120. }