您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 3.3 KiB

1年前
1年前
1年前
11 个月前
1年前
1年前
1年前
1年前
1年前
11 个月前
1年前
11 个月前
11 个月前
1年前
11 个月前
1年前
11 个月前
1年前
11 个月前
1年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. "@antv/x6": "^2.15.3",
  45. "@babel/parser": "7.18.4",
  46. "@riophae/vue-treeselect": "0.4.0",
  47. "axios": "0.27.2",
  48. "benz-amr-recorder": "^1.1.5",
  49. "bpmn-js-token-simulation": "0.10.0",
  50. "clipboard": "2.0.8",
  51. "code-brick-zj": "^1.0.2",
  52. "core-js": "^3.26.0",
  53. "crypto-js": "^4.0.0",
  54. "diagram-js": "^12.3.0",
  55. "echarts": "5.4.0",
  56. "element-ui": "2.15.12",
  57. "file-saver": "^2.0.5",
  58. "fuse.js": "6.6.2",
  59. "highlight.js": "9.18.5",
  60. "html2canvas": "^1.4.1",
  61. "js-beautify": "1.13.0",
  62. "jsencrypt": "3.3.1",
  63. "jspdf": "^2.5.1",
  64. "min-dash": "3.5.2",
  65. "mockjs": "^1.1.0",
  66. "moment": "^2.29.4",
  67. "nprogress": "0.2.0",
  68. "qrcode.vue": "^1.7.0",
  69. "qs": "^6.11.2",
  70. "quill": "1.3.7",
  71. "screenfull": "5.0.2",
  72. "sortablejs": "1.10.2",
  73. "throttle-debounce": "2.1.0",
  74. "uuid": "^9.0.1",
  75. "video.js": "^8.5.2",
  76. "vue": "2.7.14",
  77. "vue-count-to": "1.0.13",
  78. "vue-cropper": "0.5.8",
  79. "vue-meta": "^2.4.0",
  80. "vue-plugin-hiprint": "0.0.54-fix",
  81. "vue-quill-editor": "^3.0.6",
  82. "vue-router": "3.4.9",
  83. "vue-video-player": "^5.0.2",
  84. "vuedraggable": "2.24.3",
  85. "vuex": "3.6.2",
  86. "xlsx": "^0.18.5",
  87. "xml-js": "1.6.11",
  88. "yorkie": "^2.0.0"
  89. },
  90. "devDependencies": {
  91. "@vue/cli-plugin-babel": "4.5.18",
  92. "@vue/cli-plugin-eslint": "4.5.18",
  93. "@vue/cli-service": "4.5.18",
  94. "@vue/compiler-sfc": "^3.0.1",
  95. "@vue/eslint-config-prettier": "^5.0.0",
  96. "babel-eslint": "10.1.0",
  97. "bpmn-js": "8.9.0",
  98. "bpmn-js-properties-panel": "0.46.0",
  99. "chalk": "4.1.0",
  100. "compression-webpack-plugin": "5.0.2",
  101. "connect": "3.6.6",
  102. "eslint": "6.8.0",
  103. "eslint-config-airbnb-base": "^14.0.0",
  104. "eslint-plugin-import": "^2.26.0",
  105. "eslint-plugin-prettier": "^3.1.0",
  106. "eslint-plugin-vue": "9.0.0",
  107. "fs-extra": "^8.1.0",
  108. "lint-staged": "12.5.0",
  109. "runjs": "4.4.2",
  110. "sass": "1.32.13",
  111. "sass-loader": "10.2.0",
  112. "script-ext-html-webpack-plugin": "2.1.5",
  113. "svg-sprite-loader": "5.1.1",
  114. "terser-webpack-plugin": "^4.2.3",
  115. "webpack-bundle-analyzer": "^3.9.0"
  116. },
  117. "engines": {
  118. "node": ">= 10.13.0",
  119. "npm": ">= 5.0.0"
  120. },
  121. "browserslist": [
  122. "> 1%",
  123. "last 2 versions"
  124. ]
  125. }