package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "ruoyi-ui-merge",
  3. "version": "3.8.3",
  4. "description": "ruoyi-mall商城管理系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "start": "vue-cli-service serve",
  10. "build:prod": "vue-cli-service build",
  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-Vue.git"
  38. },
  39. "dependencies": {
  40. "@riophae/vue-treeselect": "0.4.0",
  41. "axios": "^0.24.0",
  42. "clipboard": "2.0.8",
  43. "core-js": "3.19.1",
  44. "echarts": "4.9.0",
  45. "v-charts": "^1.19.0",
  46. "element-ui": "2.15.8",
  47. "file-saver": "2.0.5",
  48. "fuse.js": "6.4.3",
  49. "highlight.js": "9.18.5",
  50. "js-beautify": "1.13.0",
  51. "js-cookie": "3.0.1",
  52. "jsencrypt": "3.0.0-rc.1",
  53. "kr-print-designer": "^1.1.8",
  54. "moment": "^2.24.0",
  55. "nprogress": "0.2.0",
  56. "quill": "1.3.7",
  57. "screenfull": "5.0.2",
  58. "sortablejs": "1.10.2",
  59. "vue": "2.6.12",
  60. "vue-count-to": "1.0.13",
  61. "vue-cropper": "0.5.5",
  62. "vue-meta": "2.4.0",
  63. "vue-router": "3.4.9",
  64. "vuedraggable": "2.24.3",
  65. "vuex": "3.6.0"
  66. },
  67. "devDependencies": {
  68. "@vue/cli-plugin-babel": "4.4.6",
  69. "@vue/cli-plugin-eslint": "4.4.6",
  70. "@vue/cli-service": "4.4.6",
  71. "babel-eslint": "10.1.0",
  72. "babel-plugin-dynamic-import-node": "2.3.3",
  73. "chalk": "4.1.0",
  74. "compression-webpack-plugin": "5.0.2",
  75. "connect": "3.6.6",
  76. "eslint": "7.15.0",
  77. "eslint-plugin-vue": "7.2.0",
  78. "html-webpack-plugin": "^4.5.2",
  79. "lint-staged": "10.5.3",
  80. "pug": "^2.0.3",
  81. "pug-plain-loader": "^1.0.0",
  82. "runjs": "4.4.2",
  83. "sass": "1.32.13",
  84. "sass-loader": "10.1.1",
  85. "script-ext-html-webpack-plugin": "2.1.5",
  86. "stylus": "^0.54.5",
  87. "stylus-loader": "^3.0.2",
  88. "svg-sprite-loader": "5.1.1",
  89. "vue-template-compiler": "2.6.12"
  90. },
  91. "engines": {
  92. "node": ">=8.9",
  93. "npm": ">= 3.0.0"
  94. },
  95. "browserslist": [
  96. "> 1%",
  97. "last 2 versions"
  98. ]
  99. }