Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

112 righe
2.9 KiB

  1. {
  2. "name": "yudao-ui-admin",
  3. "version": "2.0.1-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. "@jiaminghi/data-view": "^2.10.0",
  46. "@riophae/vue-treeselect": "0.4.0",
  47. "axios": "^1.6.8",
  48. "clipboard": "2.0.8",
  49. "code-brick-zj": "^1.1.0",
  50. "core-js": "^3.26.0",
  51. "crypto-js": "^4.0.0",
  52. "echarts": "5.4.0",
  53. "element-ui": "2.15.12",
  54. "exceljs": "^4.4.0",
  55. "file-saver": "^2.0.5",
  56. "fuse.js": "6.6.2",
  57. "highlight.js": "^11.9.0",
  58. "html2canvas": "^1.4.1",
  59. "js-beautify": "^1.15.1",
  60. "jsencrypt": "3.3.1",
  61. "jspdf": "^2.5.1",
  62. "lodash": "^4.17.21",
  63. "mockjs": "^1.1.0",
  64. "moment": "^2.30.1",
  65. "nprogress": "0.2.0",
  66. "quill": "^1.3.7",
  67. "screenfull": "5.0.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-quill-editor": "^3.0.6",
  74. "vue-router": "3.4.9",
  75. "vuedraggable": "2.24.3",
  76. "vuex": "3.6.2",
  77. "xlsx": "^0.18.5"
  78. },
  79. "devDependencies": {
  80. "@vue/cli-plugin-babel": "4.5.18",
  81. "@vue/cli-plugin-eslint": "4.5.18",
  82. "@vue/cli-service": "4.5.18",
  83. "@vue/compiler-sfc": "^3.0.1",
  84. "@vue/eslint-config-prettier": "^5.0.0",
  85. "babel-eslint": "10.1.0",
  86. "chalk": "4.1.0",
  87. "compression-webpack-plugin": "5.0.2",
  88. "connect": "3.6.6",
  89. "eslint": "^6.0.0",
  90. "eslint-config-airbnb-base": "^14.0.0",
  91. "eslint-plugin-import": "^2.26.0",
  92. "eslint-plugin-prettier": "^3.1.0",
  93. "eslint-plugin-vue": "9.0.0",
  94. "lint-staged": "12.5.0",
  95. "runjs": "4.4.2",
  96. "sass": "1.32.13",
  97. "sass-loader": "10.2.0",
  98. "script-ext-html-webpack-plugin": "2.1.5",
  99. "svg-sprite-loader": "5.1.1",
  100. "terser-webpack-plugin": "^4.2.3",
  101. "webpack-bundle-analyzer": "^3.9.0"
  102. },
  103. "engines": {
  104. "node": ">= 10.13.0",
  105. "npm": ">= 5.0.0"
  106. },
  107. "browserslist": [
  108. "> 1%",
  109. "last 2 versions"
  110. ]
  111. }