package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "name": "yudao-ui-admin",
  3. "version": "1.6.4-snapshot",
  4. "description": "东智WMS管理系统",
  5. "author": "东智创新",
  6. "license": "MIT",
  7. "scripts": {
  8. "local": "vue-cli-service serve --mode local",
  9. "dev:dsf": "vue-cli-service serve --mode dsf.dev",
  10. "dev:mht": "vue-cli-service serve --mode mht.dev",
  11. "dev": "vue-cli-service serve --mode dev",
  12. "build:prod": "vue-cli-service build --mode prod",
  13. "build:dsf": "vue-cli-service build --mode dsf.prod",
  14. "build:rtk": "vue-cli-service build --mode rtk.dev",
  15. "build:dxd": "vue-cli-service build --mode dxd.prod",
  16. "build:stage": "vue-cli-service build --mode stage",
  17. "build:dev": "vue-cli-service build --mode dev",
  18. "build:demo1024": "vue-cli-service build --mode demo1024",
  19. "preview": "node build/index.js --preview",
  20. "lint": "eslint --fix --ext .js,.vue src",
  21. "clean": "rimraf node_modules"
  22. },
  23. "husky": {
  24. "hooks": {
  25. "pre-commit": "lint-staged"
  26. }
  27. },
  28. "lint-staged": {
  29. "src/**/*.{js,vue}": [
  30. "eslint --fix",
  31. "git add"
  32. ]
  33. },
  34. "keywords": [
  35. "vue",
  36. "admin",
  37. "dashboard",
  38. "element-ui",
  39. "boilerplate",
  40. "admin-template",
  41. "management-system"
  42. ],
  43. "repository": {
  44. "type": "git",
  45. "url": "https://github.com/YunaiV/ruoyi-vue-pro"
  46. },
  47. "dependencies": {
  48. "@babel/parser": "7.7.4",
  49. "@riophae/vue-treeselect": "0.4.0",
  50. "axios": "0.24.0",
  51. "bpmn-js-token-simulation": "0.10.0",
  52. "clipboard": "2.0.8",
  53. "core-js": "^3.21.1",
  54. "crypto-js": "^4.0.0",
  55. "echarts": "^5.3.3",
  56. "el-table-infinite-scroll": "^1.0.11",
  57. "element-ui": "2.15.8",
  58. "eslint": "6.7.2",
  59. "file-saver": "2.0.5",
  60. "fuse.js": "6.4.3",
  61. "highlight.js": "9.18.5",
  62. "js-base64": "^3.7.5",
  63. "js-beautify": "1.13.0",
  64. "jsencrypt": "3.0.0-rc.1",
  65. "json-bigint": "^1.0.0",
  66. "lodash": "^4.17.21",
  67. "min-dash": "4.0.0",
  68. "nprogress": "0.2.0",
  69. "quill": "1.3.7",
  70. "screenfull": "5.0.2",
  71. "sortablejs": "1.10.2",
  72. "throttle-debounce": "2.1.0",
  73. "umy-ui": "^1.1.7",
  74. "vue": "2.6.12",
  75. "vue-count-to": "1.0.13",
  76. "vue-cropper": "0.5.5",
  77. "vue-echarts": "^6.2.3",
  78. "vue-meta": "^2.4.0",
  79. "vue-qr": "^4.0.9",
  80. "vue-router": "3.4.9",
  81. "vuedraggable": "2.24.3",
  82. "vuex": "3.6.0",
  83. "vxe-table": "^3.8.2",
  84. "xml-js": "1.6.11",
  85. "yarn": "^1.22.19"
  86. },
  87. "devDependencies": {
  88. "@nuxtjs/composition-api": "^0.33.1",
  89. "@vue/cli-plugin-babel": "4.4.6",
  90. "@vue/cli-service": "4.4.6",
  91. "@vue/compiler-sfc": "^3.0.1",
  92. "@vue/composition-api": "^1.7.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-config-airbnb-base": "^14.0.0",
  101. "eslint-plugin-import": "^2.20.0",
  102. "eslint-plugin-prettier": "^3.1.0",
  103. "eslint-plugin-vue": "6.2.2",
  104. "fs-extra": "^8.1.0",
  105. "lint-staged": "10.5.3",
  106. "runjs": "4.4.2",
  107. "sass": "1.32.13",
  108. "sass-loader": "10.1.1",
  109. "script-ext-html-webpack-plugin": "2.1.5",
  110. "svg-sprite-loader": "5.1.1",
  111. "terser-webpack-plugin": "^4.2.3",
  112. "vue-template-compiler": "2.6.12",
  113. "vue2-ace-editor": "^0.0.15",
  114. "webpack-bundle-analyzer": "^3.9.0"
  115. },
  116. "engines": {
  117. "node": ">=8.9",
  118. "npm": ">= 3.0.0"
  119. },
  120. "browserslist": [
  121. "> 1%",
  122. "last 2 versions"
  123. ]
  124. }