Digital Office Automation System
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. "@babel/parser": "^7.7.4",
  25. "@babel/runtime": "^7.27.6",
  26. "@riophae/vue-treeselect": "0.4.0",
  27. "axios": "0.24.0",
  28. "beautifier": "^0.1.7",
  29. "bpmn-js": "^7.2.1",
  30. "china-area-data": "^5.0.1",
  31. "clipboard": "2.0.8",
  32. "core-js": "^3.44.0",
  33. "css-loader": "^3.5.3",
  34. "echarts": "5.4.0",
  35. "element-ui": "2.15.14",
  36. "file-saver": "2.0.5",
  37. "fuse.js": "6.4.3",
  38. "highlight.js": "9.18.5",
  39. "js-beautify": "1.13.0",
  40. "js-cookie": "3.0.1",
  41. "jsencrypt": "3.0.0-rc.1",
  42. "moment": "^2.30.1",
  43. "npm": "^6.13.7",
  44. "nprogress": "0.2.0",
  45. "quill": "1.3.7",
  46. "screenfull": "5.0.2",
  47. "sortablejs": "1.10.2",
  48. "voca": "^1.4.0",
  49. "vue": "2.6.12",
  50. "vue-barcode": "^1.3.0",
  51. "vue-codemirror": "^4.0.6",
  52. "vue-count-to": "1.0.13",
  53. "vue-cropper": "0.5.5",
  54. "vue-meta": "2.4.0",
  55. "vue-quill-editor": "^3.0.6",
  56. "vue-router": "3.4.9",
  57. "vuedraggable": "2.24.3",
  58. "vuex": "3.6.0",
  59. "workflow-bpmn-modeler": "^0.2.8"
  60. },
  61. "devDependencies": {
  62. "@vue/cli-plugin-babel": "4.4.6",
  63. "@vue/cli-plugin-eslint": "4.4.6",
  64. "@vue/cli-service": "4.4.6",
  65. "babel-eslint": "10.1.0",
  66. "babel-plugin-dynamic-import-node": "2.3.3",
  67. "chalk": "4.1.0",
  68. "compression-webpack-plugin": "5.0.2",
  69. "connect": "3.6.6",
  70. "eslint": "7.15.0",
  71. "eslint-plugin-vue": "7.2.0",
  72. "lint-staged": "10.5.3",
  73. "runjs": "4.4.2",
  74. "sass": "1.32.13",
  75. "sass-loader": "10.1.1",
  76. "script-ext-html-webpack-plugin": "2.1.5",
  77. "svg-sprite-loader": "5.1.1",
  78. "vue-template-compiler": "2.6.12"
  79. },
  80. "engines": {
  81. "node": ">=8.9",
  82. "npm": ">= 3.0.0"
  83. },
  84. "browserslist": [
  85. "> 1%",
  86. "last 2 versions"
  87. ],
  88. "license": "ISC"
  89. }