Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

124 linhas
3.2 KiB

  1. {
  2. "name": "yudao-ui-admin",
  3. "version": "1.7.3-snapshot",
  4. "description": "芋道管理系统",
  5. "author": "芋道",
  6. "license": "MIT",
  7. "scripts": {
  8. "local": "vue-cli-service serve --mode local",
  9. "dev": "vue-cli-service serve --mode dev",
  10. "front": "vue-cli-service serve --mode front",
  11. "build:prod": "vue-cli-service build --mode prod",
  12. "build:stage": "vue-cli-service build --mode stage",
  13. "build:dev": "vue-cli-service build --mode dev",
  14. "build:static": "vue-cli-service build --mode static",
  15. "preview": "node build/index.js --preview",
  16. "lint": "eslint --ext .js,.vue src",
  17. "clean": "rimraf node_modules"
  18. },
  19. "husky": {
  20. "hooks": {
  21. "pre-commit": "lint-staged"
  22. }
  23. },
  24. "lint-staged": {
  25. "src/**/*.{js,vue}": [
  26. "eslint --fix",
  27. "git add"
  28. ]
  29. },
  30. "keywords": [
  31. "vue",
  32. "admin",
  33. "dashboard",
  34. "element-ui",
  35. "boilerplate",
  36. "admin-template",
  37. "management-system"
  38. ],
  39. "repository": {
  40. "type": "git",
  41. "url": "https://github.com/YunaiV/ruoyi-vue-pro"
  42. },
  43. "dependencies": {
  44. "@babel/parser": "7.18.4",
  45. "@riophae/vue-treeselect": "0.4.0",
  46. "axios": "0.27.2",
  47. "benz-amr-recorder": "^1.1.5",
  48. "bpmn-js-token-simulation": "0.10.0",
  49. "clipboard": "2.0.8",
  50. "code-brick-zj": "^1.0.2",
  51. "core-js": "^3.26.0",
  52. "crypto-js": "^4.0.0",
  53. "diagram-js": "^12.3.0",
  54. "echarts": "5.4.0",
  55. "element-ui": "2.15.12",
  56. "file-saver": "^2.0.5",
  57. "fuse.js": "6.6.2",
  58. "highlight.js": "9.18.5",
  59. "html2canvas": "^1.4.1",
  60. "js-beautify": "1.13.0",
  61. "jsencrypt": "3.3.1",
  62. "jspdf": "^2.5.1",
  63. "min-dash": "3.5.2",
  64. "mockjs": "^1.1.0",
  65. "moment": "^2.29.4",
  66. "nprogress": "0.2.0",
  67. "qrcode.vue": "^1.7.0",
  68. "qs": "^6.11.2",
  69. "quill": "1.3.7",
  70. "screenfull": "5.0.2",
  71. "sortablejs": "1.10.2",
  72. "throttle-debounce": "2.1.0",
  73. "video.js": "^8.5.2",
  74. "vue": "2.7.14",
  75. "vue-count-to": "1.0.13",
  76. "vue-cropper": "0.5.8",
  77. "vue-meta": "^2.4.0",
  78. "vue-plugin-hiprint": "^0.0.54-fix",
  79. "vue-quill-editor": "^3.0.6",
  80. "vue-router": "3.4.9",
  81. "vue-video-player": "^5.0.2",
  82. "vuedraggable": "2.24.3",
  83. "vuex": "3.6.2",
  84. "xlsx": "^0.18.5",
  85. "xml-js": "1.6.11",
  86. "yorkie": "^2.0.0"
  87. },
  88. "devDependencies": {
  89. "@vue/cli-plugin-babel": "4.5.18",
  90. "@vue/cli-plugin-eslint": "4.5.18",
  91. "@vue/cli-service": "4.5.18",
  92. "@vue/compiler-sfc": "^3.0.1",
  93. "@vue/eslint-config-prettier": "^5.0.0",
  94. "babel-eslint": "10.1.0",
  95. "bpmn-js": "8.9.0",
  96. "bpmn-js-properties-panel": "0.46.0",
  97. "chalk": "4.1.0",
  98. "compression-webpack-plugin": "5.0.2",
  99. "connect": "3.6.6",
  100. "eslint": "6.8.0",
  101. "eslint-config-airbnb-base": "^14.0.0",
  102. "eslint-plugin-import": "^2.26.0",
  103. "eslint-plugin-prettier": "^3.1.0",
  104. "eslint-plugin-vue": "9.0.0",
  105. "fs-extra": "^8.1.0",
  106. "lint-staged": "12.5.0",
  107. "runjs": "4.4.2",
  108. "sass": "1.32.13",
  109. "sass-loader": "10.2.0",
  110. "script-ext-html-webpack-plugin": "2.1.5",
  111. "svg-sprite-loader": "5.1.1",
  112. "terser-webpack-plugin": "^4.2.3",
  113. "webpack-bundle-analyzer": "^3.9.0"
  114. },
  115. "engines": {
  116. "node": ">= 10.13.0",
  117. "npm": ">= 5.0.0"
  118. },
  119. "browserslist": [
  120. "> 1%",
  121. "last 2 versions"
  122. ]
  123. }