package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "workflow-bpmn-modeler",
  3. "version": "0.2.8",
  4. "description": "",
  5. "main": "dist/workflow-bpmn-modeler.umd.min.js",
  6. "scripts": {
  7. "dev": "vue-cli-service serve --open",
  8. "lint": "vue-cli-service lint",
  9. "build": "vue-cli-service build",
  10. "prepublish": "yarn build",
  11. "postpublish": "yarn lib && yarn cdn && yarn demo"
  12. },
  13. "publishConfig": {
  14. "registry": "https://registry.npmjs.org/"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/GoldSubmarine/workflow-bpmn-modeler.git"
  19. },
  20. "keywords": [
  21. "vue",
  22. "element-ui",
  23. "flowable",
  24. "模型设计器"
  25. ],
  26. "author": {
  27. "name": "charles",
  28. "email": "997462392@qq.com"
  29. },
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/GoldSubmarine/workflow-bpmn-modeler/issues"
  33. },
  34. "dependencies": {
  35. "axios": "^0.21.1",
  36. "bpmn-js": "^7.5.0",
  37. "bpmn-js-properties-panel": "^0.41.0",
  38. "camunda-bpmn-moddle": "^5.1.0",
  39. "clipboard": "^2.0.8",
  40. "element-ui": "^2.12.0",
  41. "file-saver": "^2.0.5",
  42. "js-cookie": "^2.2.1",
  43. "save": "^2.4.0",
  44. "vue": "^2.6.10",
  45. "vue-router": "^3.5.1",
  46. "vuedraggable": "^2.24.3",
  47. "xcrud": "0.4.1"
  48. },
  49. "devDependencies": {
  50. "@vue/cli-plugin-babel": "^4.4.6",
  51. "@vue/cli-plugin-eslint": "^4.4.6",
  52. "@vue/cli-service": "^4.4.6",
  53. "babel-eslint": "^10.1.0",
  54. "cross-env": "^7.0.2",
  55. "eslint": "^7.5.0",
  56. "eslint-plugin-vue": "^6.2.2",
  57. "sass": "^1.26.10",
  58. "sass-loader": "^9.0.2",
  59. "svg-sprite-loader": "^6.0.5",
  60. "vue-template-compiler": "^2.6.11"
  61. },
  62. "files": [
  63. "dist",
  64. "package",
  65. "README.md",
  66. "CHANGELOG.md",
  67. "LICENSE"
  68. ]
  69. }