{
  "name": "bpmn_io",
  "version": "2.0.0",
  "description": "BPMN-JS modeller for Drupal",
  "main": "app/index.js",
  "scripts": {
    "all": "run-s bundle",
    "dev": "run-s bundle:less watch:js",
    "start": "run-s bundle serve",
    "serve": "sirv public --dev",
    "bundle": "run-s bundle:*",
    "offbundle:less": "lessc src/app.less public/app.css",
    "bundle:js": "webpack -c webpack.config.js",
    "watch:js": "run-s \"bundle:js -- --watch\""
  },
  "license": "MIT",
  "dependencies": {
    "@bpmn-io/a11y": "^0.1.0",
    "@bpmn-io/element-template-chooser": "^1.0.0",
    "@bpmn-io/element-templates-validator": "^2.3.3",
    "@bpmn-io/properties-panel": "^3.26.4",
    "@camunda/element-templates-json-schema": "^0.12.1",
    "bpmn-auto-layout": "^1.0.0",
    "bpmn-js": "^18.4.0",
    "bpmn-js-element-templates": "^2.5.3",
    "bpmn-js-properties-panel": "^5.35.0",
    "bpmn-moddle": "^9.0.1",
    "camunda-bpmn-moddle": "^7.0.1",
    "diagram-js": "^15.2.4",
    "jquery": "^3.7.1",
    "min-dash": "^4.2.3"
  },
  "devDependencies": {
    "copy-webpack-plugin": "^7.0.0",
    "less": "^4.3.0",
    "npm-run-all": "^4.1.5",
    "raw-loader": "^4.0.2",
    "sirv-cli": "^1.0.14",
    "webpack": "^5.99.5",
    "webpack-cli": "^4.10.0"
  }
}
