Digital Office Automation System
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name": "digital-office-automation-system",
  3. "version": "1.0.0",
  4. "description": "Digital Office Automation System",
  5. "author": "LiZhuang",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "preview": "node build/index.js --preview",
  10. "lint": "eslint --ext .js,.vue src"
  11. },
  12. "husky": {
  13. "hooks": {
  14. "pre-commit": "lint-staged"
  15. }
  16. },
  17. "lint-staged": {
  18. "src/**/*.{js,vue}": [
  19. "eslint --fix",
  20. "git add"
  21. ]
  22. },
  23. "dependencies": {
  24. "@riophae/vue-treeselect": "0.4.0",
  25. "axios": "0.24.0",
  26. "bpmn-js": "^7.2.1",
  27. "clipboard": "2.0.8",
  28. "core-js": "3.25.3",
  29. "echarts": "5.4.0",
  30. "element-ui": "2.15.14",
  31. "file-saver": "2.0.5",
  32. "fuse.js": "6.4.3",
  33. "highlight.js": "9.18.5",
  34. "js-beautify": "1.13.0",
  35. "js-cookie": "3.0.1",
  36. "jsencrypt": "3.0.0-rc.1",
  37. "nprogress": "0.2.0",
  38. "quill": "1.3.7",
  39. "screenfull": "5.0.2",
  40. "sortablejs": "1.10.2",
  41. "vue": "2.6.12",
  42. "vue-count-to": "1.0.13",
  43. "vue-cropper": "0.5.5",
  44. "vue-meta": "2.4.0",
  45. "vue-router": "3.4.9",
  46. "vuedraggable": "2.24.3",
  47. "vuex": "3.6.0",
  48. "workflow-bpmn-modeler": "^0.2.8",
  49. "@babel/parser": "^7.7.4",
  50. "beautifier": "^0.1.7",
  51. "china-area-data": "^5.0.1",
  52. "css-loader": "^3.5.3",
  53. "npm": "^6.13.7",
  54. "voca": "^1.4.0",
  55. "vue-barcode": "^1.3.0",
  56. "vue-codemirror": "^4.0.6",
  57. "vue-quill-editor": "^3.0.6"
  58. },
  59. "devDependencies": {
  60. "@vue/cli-plugin-babel": "4.4.6",
  61. "@vue/cli-plugin-eslint": "4.4.6",
  62. "@vue/cli-service": "4.4.6",
  63. "babel-eslint": "10.1.0",
  64. "babel-plugin-dynamic-import-node": "2.3.3",
  65. "chalk": "4.1.0",
  66. "compression-webpack-plugin": "5.0.2",
  67. "connect": "3.6.6",
  68. "eslint": "7.15.0",
  69. "eslint-plugin-vue": "7.2.0",
  70. "lint-staged": "10.5.3",
  71. "runjs": "4.4.2",
  72. "sass": "1.32.13",
  73. "sass-loader": "10.1.1",
  74. "script-ext-html-webpack-plugin": "2.1.5",
  75. "svg-sprite-loader": "5.1.1",
  76. "vue-template-compiler": "2.6.12"
  77. },
  78. "engines": {
  79. "node": ">=8.9",
  80. "npm": ">= 3.0.0"
  81. },
  82. "browserslist": [
  83. "> 1%",
  84. "last 2 versions"
  85. ],
  86. "license": "ISC"
  87. }