package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.5",
  4. "description": "开思MOM系统",
  5. "author": "开思",
  6. "license": "MIT",
  7. "scripts": {
  8. "start": "react-scripts --openssl-legacy-provider start",
  9. "dev": "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.25.3",
  44. "echarts": "5.4.0",
  45. "element-ui": "2.15.10",
  46. "file-saver": "2.0.5",
  47. "fuse.js": "6.4.3",
  48. "highlight.js": "9.18.5",
  49. "js-beautify": "1.13.0",
  50. "js-cookie": "3.0.1",
  51. "js-sql-parser": "^1.6.0",
  52. "jsencrypt": "3.0.0-rc.1",
  53. "lodash": "^4.17.21",
  54. "moment": "^2.30.1",
  55. "nanoid": "^5.0.7",
  56. "nprogress": "0.2.0",
  57. "quill": "1.3.7",
  58. "screenfull": "5.0.2",
  59. "sortablejs": "1.10.2",
  60. "typescript": "^5.8.2",
  61. "vue": "2.6.12",
  62. "vue-class-component": "^7.2.6",
  63. "vue-count-to": "1.0.13",
  64. "vue-cropper": "0.5.5",
  65. "vue-meta": "2.4.0",
  66. "vue-property-decorator": "^9.1.2",
  67. "vue-qr": "^4.0.9",
  68. "vue-router": "3.4.9",
  69. "vuedraggable": "^2.24.3",
  70. "vuex": "3.6.0",
  71. "xlsx": "^0.18.5"
  72. },
  73. "devDependencies": {
  74. "@vue/cli-plugin-babel": "4.4.6",
  75. "@vue/cli-plugin-eslint": "4.4.6",
  76. "@vue/cli-service": "4.4.6",
  77. "babel-eslint": "10.1.0",
  78. "babel-plugin-dynamic-import-node": "2.3.3",
  79. "chalk": "4.1.0",
  80. "compression-webpack-plugin": "5.0.2",
  81. "connect": "3.6.6",
  82. "eslint": "7.15.0",
  83. "eslint-plugin-vue": "7.2.0",
  84. "less": "^4.2.1",
  85. "less-loader": "^7.3.0",
  86. "lint-staged": "10.5.3",
  87. "runjs": "4.4.2",
  88. "sass": "1.32.13",
  89. "sass-loader": "10.1.1",
  90. "script-ext-html-webpack-plugin": "2.1.5",
  91. "svg-sprite-loader": "5.1.1",
  92. "vue-template-compiler": "2.6.12",
  93. "webpack": "^4.47.0",
  94. "webpack-cli": "^3.3.12"
  95. },
  96. "engines": {
  97. "node": ">=8.9",
  98. "npm": ">= 3.0.0"
  99. },
  100. "browserslist": [
  101. "> 1%",
  102. "last 2 versions"
  103. ]
  104. }