package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "patrol-ui-admin",
  3. "version": "1.6.4-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. "element-ui",
  34. "boilerplate",
  35. "admin-template",
  36. "management-system"
  37. ],
  38. "repository": {
  39. "type": "git",
  40. "url": "https://github.com/YunaiV/ruoyi-vue-pro"
  41. },
  42. "dependencies": {
  43. "@riophae/vue-treeselect": "0.4.0",
  44. "axios": "0.24.0",
  45. "clipboard": "2.0.8",
  46. "core-js": "^3.21.1",
  47. "echarts": "4.9.0",
  48. "element-ui": "2.15.8",
  49. "file-saver": "2.0.5",
  50. "fuse.js": "6.4.3",
  51. "highlight.js": "9.18.5",
  52. "js-beautify": "1.13.0",
  53. "jsencrypt": "3.0.0-rc.1",
  54. "nprogress": "0.2.0",
  55. "quill": "1.3.7",
  56. "screenfull": "5.0.2",
  57. "sortablejs": "1.10.2",
  58. "vue": "2.6.12",
  59. "vue-count-to": "1.0.13",
  60. "vue-cropper": "0.5.5",
  61. "vue-meta": "^2.4.0",
  62. "vue-router": "3.4.9",
  63. "vuedraggable": "2.24.3",
  64. "vuex": "3.6.0",
  65. "bpmn-js-token-simulation": "0.10.0",
  66. "min-dash": "3.5.2",
  67. "xml-js": "1.6.11",
  68. "@babel/parser": "7.7.4",
  69. "throttle-debounce": "2.1.0"
  70. },
  71. "devDependencies": {
  72. "@vue/cli-plugin-babel": "4.4.6",
  73. "@vue/cli-plugin-eslint": "4.4.6",
  74. "@vue/cli-service": "4.4.6",
  75. "babel-eslint": "10.1.0",
  76. "chalk": "4.1.0",
  77. "compression-webpack-plugin": "5.0.2",
  78. "connect": "3.6.6",
  79. "eslint": "7.15.0",
  80. "eslint-plugin-vue": "7.2.0",
  81. "lint-staged": "10.5.3",
  82. "sass": "1.32.13",
  83. "runjs": "4.4.2",
  84. "sass-loader": "10.1.1",
  85. "script-ext-html-webpack-plugin": "2.1.5",
  86. "svg-sprite-loader": "5.1.1",
  87. "vue-template-compiler": "2.6.12",
  88. "vue2-ace-editor": "^0.0.15",
  89. "@vue/compiler-sfc": "^3.0.1",
  90. "@vue/eslint-config-prettier": "^5.0.0",
  91. "bpmn-js": "8.9.0",
  92. "bpmn-js-properties-panel": "0.46.0",
  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. }