package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. "@logicflow/core": "^1.2.15",
  42. "@logicflow/extension": "^1.2.16",
  43. "@riophae/vue-treeselect": "0.4.0",
  44. "axios": "0.28.1",
  45. "clipboard": "2.0.8",
  46. "core-js": "3.37.1",
  47. "dayjs": "^1.11.13",
  48. "echarts": "5.4.0",
  49. "element-ui": "2.15.14",
  50. "file-saver": "2.0.5",
  51. "fuse.js": "6.4.3",
  52. "highlight.js": "9.18.5",
  53. "js-beautify": "1.13.0",
  54. "js-cookie": "3.0.1",
  55. "jsencrypt": "3.0.0-rc.1",
  56. "json-bigint": "^1.0.0",
  57. "nprogress": "0.2.0",
  58. "quill": "1.3.7",
  59. "screenfull": "5.0.2",
  60. "sortablejs": "1.10.2",
  61. "uuidjs": "^5.1.0",
  62. "vue": "2.6.12",
  63. "vue-count-to": "1.0.13",
  64. "vue-cron": "^1.0.9",
  65. "vue-cropper": "0.5.5",
  66. "vue-i18n": "7.3.2",
  67. "vue-json-editor": "^1.4.3",
  68. "vue-meta": "2.4.0",
  69. "vue-router": "3.4.9",
  70. "vue-video-player": "^5.0.1",
  71. "vuedraggable": "^2.24.3",
  72. "vuex": "3.6.0"
  73. },
  74. "devDependencies": {
  75. "@vue/cli-plugin-babel": "4.4.6",
  76. "@vue/cli-plugin-eslint": "4.4.6",
  77. "@vue/cli-service": "4.4.6",
  78. "babel-eslint": "10.1.0",
  79. "babel-plugin-dynamic-import-node": "^2.3.3",
  80. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  81. "chalk": "4.1.0",
  82. "compression-webpack-plugin": "6.1.2",
  83. "connect": "3.6.6",
  84. "eslint": "7.15.0",
  85. "eslint-plugin-vue": "7.2.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. },
  94. "engines": {
  95. "node": ">=8.9",
  96. "npm": ">= 3.0.0"
  97. },
  98. "browserslist": [
  99. "> 1%",
  100. "last 2 versions"
  101. ]
  102. }