package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "yudao-ui-admin",
  3. "version": "1.5.0-snapshot",
  4. "description": "芋道管理系统",
  5. "author": "芋道",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "build:demo1024": "vue-cli-service build --mode demo1024",
  12. "preview": "node build/index.js --preview",
  13. "lint": "eslint --ext .js,.vue src"
  14. },
  15. "husky": {
  16. "hooks": {
  17. "pre-commit": "lint-staged"
  18. }
  19. },
  20. "lint-staged": {
  21. "src/**/*.{js,vue}": [
  22. "eslint --fix",
  23. "git add"
  24. ]
  25. },
  26. "keywords": [
  27. "vue",
  28. "admin",
  29. "dashboard",
  30. "element-ui",
  31. "boilerplate",
  32. "admin-template",
  33. "management-system"
  34. ],
  35. "repository": {
  36. "type": "git",
  37. "url": "https://github.com/YunaiV/ruoyi-vue-pro"
  38. },
  39. "dependencies": {
  40. "@riophae/vue-treeselect": "0.4.0",
  41. "axios": "0.21.0",
  42. "clipboard": "2.0.6",
  43. "core-js": "3.19.1",
  44. "echarts": "4.9.0",
  45. "element-ui": "^2.15.6",
  46. "file-saver": "2.0.4",
  47. "fuse.js": "6.4.3",
  48. "highlight.js": "9.18.5",
  49. "js-beautify": "1.13.0",
  50. "js-cookie": "2.2.1",
  51. "jsencrypt": "3.0.0-rc.1",
  52. "nprogress": "0.2.0",
  53. "quill": "1.3.7",
  54. "screenfull": "5.0.2",
  55. "sortablejs": "1.10.2",
  56. "vue": "2.6.12",
  57. "vue-count-to": "1.0.13",
  58. "vue-cropper": "0.5.5",
  59. "vue-router": "3.4.9",
  60. "vuedraggable": "2.24.3",
  61. "vuex": "3.6.0",
  62. "bpmn-js-token-simulation": "^0.10.0",
  63. "min-dash": "^3.5.2",
  64. "xml-js": "^1.6.11",
  65. "@babel/parser": "^7.7.4",
  66. "throttle-debounce": "^2.1.0"
  67. },
  68. "devDependencies": {
  69. "@vue/cli-plugin-babel": "4.4.6",
  70. "@vue/cli-plugin-eslint": "4.4.6",
  71. "@vue/cli-service": "4.4.6",
  72. "babel-eslint": "10.1.0",
  73. "chalk": "4.1.0",
  74. "connect": "3.6.6",
  75. "eslint": "7.15.0",
  76. "eslint-plugin-vue": "7.2.0",
  77. "lint-staged": "10.5.3",
  78. "sass": "1.30.0",
  79. "runjs": "4.4.2",
  80. "sass-loader": "10.1.0",
  81. "script-ext-html-webpack-plugin": "2.1.5",
  82. "svg-sprite-loader": "5.1.1",
  83. "vue-template-compiler": "2.6.12",
  84. "vue2-ace-editor": "^0.0.15",
  85. "@vue/compiler-sfc": "^3.0.1",
  86. "@vue/eslint-config-prettier": "^5.0.0",
  87. "axios": "^0.21.1",
  88. "bpmn-js": "8.9.0",
  89. "bpmn-js-properties-panel": "^0.37.2",
  90. "camunda-bpmn-moddle": "^4.4.1",
  91. "compression-webpack-plugin": "^6.1.1",
  92. "element-ui": "^2.13.2",
  93. "eslint-plugin-prettier": "^3.1.0",
  94. "fs-extra": "^8.1.0",
  95. "terser-webpack-plugin": "^4.2.3",
  96. "webpack-bundle-analyzer": "^3.9.0",
  97. "eslint-config-airbnb-base": "^14.0.0",
  98. "eslint-plugin-import": "^2.20.0"
  99. },
  100. "engines": {
  101. "node": ">=8.9",
  102. "npm": ">= 3.0.0"
  103. },
  104. "browserslist": [
  105. "> 1%",
  106. "last 2 versions"
  107. ]
  108. }