package.json.bak 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. "@fullcalendar/bootstrap": "^5.0.0",
  44. "@fullcalendar/core": "^5.0.0",
  45. "@fullcalendar/daygrid": "^5.0.0",
  46. "@fullcalendar/interaction": "^5.0.0",
  47. "@fullcalendar/list": "^5.1.0",
  48. "@fullcalendar/moment": "^5.0.0",
  49. "@fullcalendar/resource-daygrid": "^5.1.0",
  50. "@fullcalendar/resource-timegrid": "^5.1.0",
  51. "@fullcalendar/timegrid": "^5.0.0",
  52. "@fullcalendar/timeline": "^5.1.0",
  53. "@fullcalendar/vue": "^5.0.0",
  54. "@jiaminghi/data-view": "^2.10.0",
  55. "@popperjs/core": "^2.11.5",
  56. "@riophae/vue-treeselect": "0.4.0",
  57. "bootstrap": "^4.5.0",
  58. "axios": "^0.21.1",
  59. "clipboard": "2.0.4",
  60. "core-js": "3.6.5",
  61. "dayjs": "^1.10.6",
  62. "echarts": "4.2.1",
  63. "echarts-liquidfill": "^3.1.0",
  64. "element-ui": "^2.15.5",
  65. "file-saver": "2.0.1",
  66. "fuse.js": "3.4.4",
  67. "js-beautify": "1.10.2",
  68. "js-cookie": "2.2.0",
  69. "jsencrypt": "3.0.0-rc.1",
  70. "less": "^4.1.3",
  71. "less-loader": "^11.1.0",
  72. "moment": "^2.30.1",
  73. "normalize.css": "7.0.0",
  74. "nprogress": "0.2.0",
  75. "path-to-regexp": "2.4.0",
  76. "quill": "1.3.7",
  77. "screenfull": "4.2.0",
  78. "sortablejs": "1.8.4",
  79. "umy-ui": "^1.1.6",
  80. "vue": "2.6.10",
  81. "vue-awesome": "^4.0.2",
  82. "vue-awesome-swiper": "^4.1.1",
  83. "vue-count-to": "1.0.13",
  84. "vue-cropper": "0.4.9",
  85. "vue-draggable-resizable": "^2.3.0",
  86. "vue-i18n": "7.3.2",
  87. "vue-router": "3.0.2",
  88. "vue-splitpane": "1.0.4",
  89. "vuedraggable": "2.20.0",
  90. "vuex": "3.6.0"
  91. },
  92. "devDependencies": {
  93. "@vue/cli-plugin-babel": "4.4.6",
  94. "@vue/cli-plugin-eslint": "4.4.6",
  95. "@vue/cli-plugin-unit-jest": "4.4.6",
  96. "@vue/cli-service": "4.5.19",
  97. "@vue/test-utils": "1.0.0-beta.29",
  98. "autoprefixer": "9.5.1",
  99. "babel-eslint": "10.1.0",
  100. "babel-jest": "23.6.0",
  101. "babel-plugin-component": "^1.1.1",
  102. "babel-plugin-dynamic-import-node": "2.3.3",
  103. "chalk": "2.4.2",
  104. "chokidar": "2.1.5",
  105. "compression-webpack-plugin": "^1.1.12",
  106. "connect": "3.6.6",
  107. "eslint": "6.7.2",
  108. "eslint-plugin-vue": "6.2.2",
  109. "html-webpack-plugin": "5.6.0",
  110. "husky": "1.3.1",
  111. "lint-staged": "15.2.7",
  112. "mockjs": "1.0.1-beta3",
  113. "node-sass": "4.14.1",
  114. "plop": "^2.7.4",
  115. "sass-loader": "8.0.2",
  116. "script-ext-html-webpack-plugin": "2.1.3",
  117. "script-loader": "0.7.2",
  118. "serve-static": "1.13.2",
  119. "svg-sprite-loader": "6.0.11",
  120. "swiper": "^4.5.1",
  121. "vue-template-compiler": "2.6.10"
  122. },
  123. "engines": {
  124. "node": ">=8.9",
  125. "npm": ">= 3.0.0"
  126. },
  127. "browserslist": [
  128. "> 1%",
  129. "last 2 versions"
  130. ]
  131. }