Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

117 rader
3.1 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. "echarts": "5.4.0",
  54. "element-ui": "2.15.12",
  55. "file-saver": "2.0.5",
  56. "fuse.js": "6.6.2",
  57. "highlight.js": "9.18.5",
  58. "jquery": "^3.7.1",
  59. "js-beautify": "1.13.0",
  60. "jsencrypt": "3.3.1",
  61. "min-dash": "3.5.2",
  62. "moment": "^2.29.4",
  63. "nprogress": "0.2.0",
  64. "qrcode.vue": "^1.7.0",
  65. "quill": "1.3.7",
  66. "screenfull": "5.0.2",
  67. "sortablejs": "1.10.2",
  68. "throttle-debounce": "2.1.0",
  69. "vue": "2.7.14",
  70. "vue-count-to": "1.0.13",
  71. "vue-cropper": "0.5.8",
  72. "vue-meta": "^2.4.0",
  73. "vue-plugin-hiprint": "0.0.54-fix",
  74. "vue-quill-editor": "^3.0.6",
  75. "vue-router": "3.4.9",
  76. "vue-video-player": "^5.0.2",
  77. "vuedraggable": "2.24.3",
  78. "vuex": "3.6.2",
  79. "xml-js": "1.6.11"
  80. },
  81. "devDependencies": {
  82. "@vue/cli-plugin-babel": "4.5.18",
  83. "@vue/cli-plugin-eslint": "4.5.18",
  84. "@vue/cli-service": "4.5.18",
  85. "@vue/compiler-sfc": "^3.0.1",
  86. "@vue/eslint-config-prettier": "^5.0.0",
  87. "babel-eslint": "10.1.0",
  88. "bpmn-js": "8.9.0",
  89. "bpmn-js-properties-panel": "0.46.0",
  90. "chalk": "4.1.0",
  91. "compression-webpack-plugin": "5.0.2",
  92. "connect": "3.6.6",
  93. "eslint": "7.15.0",
  94. "eslint-config-airbnb-base": "^14.0.0",
  95. "eslint-plugin-import": "^2.26.0",
  96. "eslint-plugin-prettier": "^3.1.0",
  97. "eslint-plugin-vue": "9.0.0",
  98. "fs-extra": "^8.1.0",
  99. "lint-staged": "12.5.0",
  100. "runjs": "4.4.2",
  101. "sass": "1.32.13",
  102. "sass-loader": "10.2.0",
  103. "script-ext-html-webpack-plugin": "2.1.5",
  104. "svg-sprite-loader": "5.1.1",
  105. "terser-webpack-plugin": "^4.2.3",
  106. "webpack-bundle-analyzer": "^3.9.0"
  107. },
  108. "engines": {
  109. "node": ">= 10.13.0",
  110. "npm": ">= 5.0.0"
  111. },
  112. "browserslist": [
  113. "> 1%",
  114. "last 2 versions"
  115. ]
  116. }