package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "name": "yudao-ui-admin",
  3. "version": "1.6.2-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. "build:prod": "vue-cli-service build --mode prod",
  11. "build:stage": "vue-cli-service build --mode stage",
  12. "build:dev": "vue-cli-service build --mode dev",
  13. "build:demo1024": "vue-cli-service build --mode demo1024",
  14. "preview": "node build/index.js --preview",
  15. "lint": "eslint --ext .js,.vue src",
  16. "clean": "rimraf node_modules"
  17. },
  18. "husky": {
  19. "hooks": {
  20. "pre-commit": "lint-staged"
  21. }
  22. },
  23. "lint-staged": {
  24. "src/**/*.{js,vue}": [
  25. "eslint --fix",
  26. "git add"
  27. ]
  28. },
  29. "keywords": [
  30. "vue",
  31. "admin",
  32. "dashboard",
  33. "boilerplate",
  34. "admin-template",
  35. "management-system"
  36. ],
  37. "repository": {
  38. "type": "git",
  39. "url": "https://github.com/YunaiV/ruoyi-vue-pro"
  40. },
  41. "dependencies": {
  42. "@antv/g6": "^4.7.8",
  43. "@babel/parser": "7.7.4",
  44. "@riophae/vue-treeselect": "0.4.0",
  45. "axios": "0.24.0",
  46. "bpmn-js-token-simulation": "0.10.0",
  47. "clipboard": "2.0.8",
  48. "core-js": "^3.21.1",
  49. "echarts": "4.9.0",
  50. "element-ui": "^2.15.10",
  51. "file-saver": "2.0.5",
  52. "fuse.js": "6.4.3",
  53. "highlight.js": "9.18.5",
  54. "js-beautify": "1.13.0",
  55. "js-cookie": "3.0.1",
  56. "jsencrypt": "3.0.0-rc.1",
  57. "min-dash": "3.5.2",
  58. "nprogress": "0.2.0",
  59. "qrcodejs2": "0.0.2",
  60. "quill": "1.3.7",
  61. "sa-sdk-javascript": "1.23.3",
  62. "screenfull": "5.0.2",
  63. "sortablejs": "1.10.2",
  64. "throttle-debounce": "2.1.0",
  65. "vant": "latest-v2",
  66. "vue": "2.6.12",
  67. "vue-count-to": "1.0.13",
  68. "vue-cropper": "0.5.5",
  69. "vue-meta": "^2.4.0",
  70. "vue-quill-editor": "^3.0.6",
  71. "vue-router": "3.4.9",
  72. "vuedraggable": "^2.24.3",
  73. "vuex": "3.6.0",
  74. "vxe-table": "^3.5.8",
  75. "xe-utils": "^3.5.4",
  76. "xml-js": "1.6.11"
  77. },
  78. "devDependencies": {
  79. "@vue/cli-plugin-babel": "4.4.6",
  80. "@vue/cli-plugin-eslint": "4.4.6",
  81. "@vue/cli-service": "4.4.6",
  82. "@vue/compiler-sfc": "^3.0.1",
  83. "@vue/eslint-config-prettier": "^5.0.0",
  84. "babel-eslint": "10.1.0",
  85. "bpmn-js": "8.9.0",
  86. "bpmn-js-properties-panel": "0.46.0",
  87. "chalk": "4.1.0",
  88. "compression-webpack-plugin": "5.0.2",
  89. "connect": "3.6.6",
  90. "eslint": "7.15.0",
  91. "eslint-config-airbnb-base": "^14.0.0",
  92. "eslint-plugin-import": "^2.20.0",
  93. "eslint-plugin-prettier": "^3.1.0",
  94. "eslint-plugin-vue": "7.2.0",
  95. "fs-extra": "^8.1.0",
  96. "lint-staged": "10.5.3",
  97. "runjs": "4.4.2",
  98. "sass": "1.32.13",
  99. "sass-loader": "10.1.1",
  100. "script-ext-html-webpack-plugin": "2.1.5",
  101. "svg-sprite-loader": "5.1.1",
  102. "swiper": "^5.4.5",
  103. "terser-webpack-plugin": "^4.2.3",
  104. "vue-template-compiler": "2.6.12",
  105. "vue2-ace-editor": "^0.0.15",
  106. "webpack-bundle-analyzer": "^3.9.0"
  107. },
  108. "engines": {
  109. "node": ">=8.9",
  110. "npm": ">= 3.0.0"
  111. },
  112. "browserslist": [
  113. "> 1%",
  114. "last 2 versions"
  115. ]
  116. }