package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. "@jiaminghi/data-view": "^2.10.0",
  44. "@popperjs/core": "^2.11.5",
  45. "@riophae/vue-treeselect": "0.4.0",
  46. "axios": "^0.21.1",
  47. "clipboard": "2.0.4",
  48. "core-js": "3.6.5",
  49. "dayjs": "^1.10.6",
  50. "echarts": "4.2.1",
  51. "echarts-liquidfill": "^3.1.0",
  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. "less": "^4.1.3",
  59. "less-loader": "^11.1.0",
  60. "normalize.css": "7.0.0",
  61. "nprogress": "0.2.0",
  62. "path-to-regexp": "2.4.0",
  63. "quill": "1.3.7",
  64. "screenfull": "4.2.0",
  65. "sortablejs": "1.8.4",
  66. "umy-ui": "^1.1.6",
  67. "vue": "2.6.10",
  68. "vue-awesome": "^4.0.2",
  69. "vue-awesome-swiper": "^4.1.1",
  70. "vue-count-to": "1.0.13",
  71. "vue-cropper": "0.4.9",
  72. "vue-draggable-resizable": "^2.3.0",
  73. "vue-i18n": "7.3.2",
  74. "vue-router": "3.0.2",
  75. "vue-splitpane": "1.0.4",
  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. "compression-webpack-plugin": "^1.1.12",
  93. "connect": "3.6.6",
  94. "eslint": "6.7.2",
  95. "eslint-plugin-vue": "6.2.2",
  96. "html-webpack-plugin": "3.2.0",
  97. "husky": "1.3.1",
  98. "lint-staged": "8.1.5",
  99. "mockjs": "1.0.1-beta3",
  100. "node-sass": "4.14.1",
  101. "plop": "^2.7.4",
  102. "runjs": "4.3.2",
  103. "sass-loader": "8.0.2",
  104. "script-ext-html-webpack-plugin": "2.1.3",
  105. "script-loader": "0.7.2",
  106. "serve-static": "1.13.2",
  107. "svg-sprite-loader": "4.1.3",
  108. "swiper": "^4.5.1",
  109. "vue-template-compiler": "2.6.10"
  110. },
  111. "engines": {
  112. "node": ">=8.9",
  113. "npm": ">= 3.0.0"
  114. },
  115. "browserslist": [
  116. "> 1%",
  117. "last 2 versions"
  118. ]
  119. }