package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "name": "ruoyi",
  3. "version": "3.6.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:dev": "vue-cli-service build --mode development",
  11. "build:stage": "vue-cli-service build --mode staging",
  12. "preview": "node build/index.js --preview",
  13. "lint": "eslint --ext .js,.vue src"
  14. },
  15. "husky": {
  16. "hooks": {
  17. "pre-commit": "lint-staged"
  18. }
  19. },
  20. "lint-staged": {
  21. "src/**/*.{js,vue}": [
  22. "eslint --fix",
  23. "git add"
  24. ]
  25. },
  26. "keywords": [
  27. "vue",
  28. "admin",
  29. "dashboard",
  30. "element-ui",
  31. "boilerplate",
  32. "admin-template",
  33. "management-system"
  34. ],
  35. "repository": {
  36. "type": "git",
  37. "url": "https://gitee.com/y_project/RuoYi-Cloud.git"
  38. },
  39. "dependencies": {
  40. "@amap/amap-jsapi-loader": "^1.0.1",
  41. "@riophae/vue-treeselect": "0.4.0",
  42. "axios": "^0.24.0",
  43. "clipboard": "2.0.8",
  44. "core-js": "3.19.1",
  45. "dayjs": "^1.11.1",
  46. "echarts": "4.9.0",
  47. "echarts-liquidfill": "^2.0.6",
  48. "element-ui": "2.15.8",
  49. "file-saver": "2.0.5",
  50. "fuse.js": "6.4.3",
  51. "highlight.js": "9.18.5",
  52. "html2canvas": "^1.4.1",
  53. "js-beautify": "1.13.0",
  54. "js-cookie": "3.0.1",
  55. "jsencrypt": "3.0.0-rc.1",
  56. "jspdf": "^2.5.1",
  57. "less": "^4.1.3",
  58. "less-loader": "^7.3.0",
  59. "moment": "^2.29.3",
  60. "nprogress": "0.2.0",
  61. "print-js": "^1.6.0",
  62. "qrcodejs2": "^0.0.2",
  63. "quill": "1.3.7",
  64. "screenfull": "5.0.2",
  65. "sortablejs": "1.10.2",
  66. "vform-builds": "^2.2.7",
  67. "vue": "2.6.12",
  68. "vue-count-to": "^1.0.13",
  69. "vue-cropper": "0.5.5",
  70. "vue-meta": "2.4.0",
  71. "vue-router": "3.4.9",
  72. "vuedraggable": "2.24.3",
  73. "vuex": "3.6.0",
  74. "xlsx": "^0.18.5",
  75. "xlsx-js-style": "^1.2.0"
  76. },
  77. "devDependencies": {
  78. "@pengchen/xlsx": "^0.0.6",
  79. "@vue/cli-plugin-babel": "4.4.6",
  80. "@vue/cli-plugin-eslint": "4.4.6",
  81. "@vue/cli-service": "4.4.6",
  82. "babel-eslint": "10.1.0",
  83. "babel-plugin-dynamic-import-node": "2.3.3",
  84. "chalk": "4.1.0",
  85. "compression-webpack-plugin": "5.0.2",
  86. "connect": "3.6.6",
  87. "crypto-js": "^4.1.1",
  88. "eslint": "7.15.0",
  89. "eslint-plugin-vue": "7.2.0",
  90. "js-md5": "^0.8.3",
  91. "lint-staged": "10.5.3",
  92. "runjs": "4.4.2",
  93. "sass": "1.32.13",
  94. "sass-loader": "10.1.1",
  95. "script-ext-html-webpack-plugin": "2.1.5",
  96. "svg-sprite-loader": "5.1.1",
  97. "table-xlsx": "^0.1.6",
  98. "vue-seamless-scroll": "^1.1.23",
  99. "vue-template-compiler": "2.6.12"
  100. },
  101. "engines": {
  102. "node": ">=8.9",
  103. "npm": ">= 3.0.0"
  104. },
  105. "browserslist": [
  106. "> 1%",
  107. "last 2 versions"
  108. ]
  109. }