package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.8",
  4. "description": "交通强国工作台",
  5. "author": "华设",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "cs": "vue-cli-service serve --mode console",
  10. "test": "vue-cli-service serve --mode test",
  11. "build:prod": "vue-cli-service build",
  12. "build:stage": "vue-cli-service build --mode staging",
  13. "build:test": "vue-cli-service build --mode test",
  14. "preview": "node build/index.js --preview",
  15. "lint": "eslint --ext .js,.vue src"
  16. },
  17. "husky": {
  18. "hooks": {}
  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. "@fingerprintjs/fingerprintjs": "^4.5.1",
  41. "@riophae/vue-treeselect": "0.4.0",
  42. "axios": "0.28.1",
  43. "clipboard": "2.0.8",
  44. "core-js": "3.37.1",
  45. "dayjs": "^1.11.13",
  46. "echarts": "5.4.0",
  47. "element-ui": "2.15.14",
  48. "file-saver": "2.0.5",
  49. "fuse.js": "6.4.3",
  50. "highlight.js": "9.18.5",
  51. "js-beautify": "1.13.0",
  52. "js-cookie": "3.0.1",
  53. "jsencrypt": "3.0.0-rc.1",
  54. "nprogress": "0.2.0",
  55. "quill": "1.3.7",
  56. "screenfull": "5.0.2",
  57. "sortablejs": "1.10.2",
  58. "uuidjs": "^5.1.0",
  59. "vue": "2.6.12",
  60. "vue-count-to": "1.0.13",
  61. "vue-cron": "^1.0.9",
  62. "vue-cropper": "0.5.5",
  63. "vue-i18n": "7.3.2",
  64. "vue-json-editor": "^1.4.3",
  65. "vue-meta": "2.4.0",
  66. "vue-router": "3.4.9",
  67. "vue-video-player": "^5.0.1",
  68. "vuedraggable": "^2.24.3",
  69. "vuex": "3.6.0"
  70. },
  71. "devDependencies": {
  72. "@vue/cli-plugin-babel": "4.4.6",
  73. "@vue/cli-plugin-eslint": "4.4.6",
  74. "@vue/cli-service": "4.4.6",
  75. "babel-eslint": "10.1.0",
  76. "babel-plugin-dynamic-import-node": "^2.3.3",
  77. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  78. "chalk": "4.1.0",
  79. "compression-webpack-plugin": "6.1.2",
  80. "connect": "3.6.6",
  81. "eslint": "7.15.0",
  82. "eslint-plugin-vue": "7.2.0",
  83. "lint-staged": "10.5.3",
  84. "runjs": "4.4.2",
  85. "sass": "1.32.13",
  86. "sass-loader": "10.1.1",
  87. "script-ext-html-webpack-plugin": "2.1.5",
  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. }