bpmn-js-properties-panel
Version:
A simple properties panel for bpmn-js
117 lines (116 loc) • 3.46 kB
JSON
{
"name": "bpmn-js-properties-panel",
"version": "5.54.0",
"description": "A simple properties panel for bpmn-js",
"files": [
"dist"
],
"scripts": {
"all": "run-s lint test distro",
"distro": "run-s build test:build",
"clean": "rimraf dist",
"build": "run-p clean bundle",
"bundle": "rollup -c",
"bundle:watch": "rollup -c -w",
"lint": "eslint .",
"dev": "npm test -- --auto-watch --no-single-run",
"test": "karma start karma.config.js",
"test:build": "mocha --reporter=spec --recursive test/distro",
"start": "npm run start:cloud",
"start:cloud": "cross-env SINGLE_START=cloud npm run dev",
"start:platform": "cross-env SINGLE_START=platform npm run dev",
"start:bpmn": "cross-env SINGLE_START=bpmn npm run dev",
"prepare": "run-s build"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-properties-panel"
},
"keywords": [
"bpmn-io",
"bpmn-js",
"properties",
"properties-panel"
],
"engines": {
"node": "*"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"umd:main": "dist/bpmn-js-properties-panel.umd.js",
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"dependencies": {
"@bpmn-io/extract-process-variables": "^2.2.1",
"array-move": "^4.0.0",
"ids": "^3.0.2",
"min-dash": "^5.0.0",
"min-dom": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-react-jsx": "^7.28.6",
"@bpmn-io/element-template-chooser": "^2.1.0",
"@bpmn-io/properties-panel": "^3.40.6",
"@bpmn-io/variable-resolver": "^3.0.0",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-babel": "^7.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@testing-library/preact": "^3.2.4",
"axe-core": "^4.11.2",
"babel-loader": "^10.1.1",
"babel-plugin-istanbul": "^8.0.0",
"bpmn-js": "^18.14.0",
"bpmn-js-create-append-anything": "^1.2.0",
"bpmn-moddle": "^10.0.0",
"camunda-bpmn-js-behaviors": "^1.14.1",
"camunda-bpmn-moddle": "^7.0.1",
"chai": "^4.5.0",
"cross-env": "^10.1.0",
"diagram-js": "^15.11.0",
"downloadjs": "^1.4.7",
"eslint": "^9.39.4",
"eslint-plugin-bpmn-io": "^2.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^6.1.1",
"file-drops": "^0.7.0",
"karma": "^6.4.4",
"karma-chrome-launcher-2": "^3.3.0",
"karma-coverage": "^2.2.1",
"karma-debug-launcher": "^0.0.5",
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.1",
"mocha": "^10.8.2",
"mocha-test-container-support": "^0.2.0",
"npm-run-all2": "^8.0.4",
"puppeteer": "^24.40.0",
"raw-loader": "^4.0.2",
"react-svg-loader": "^3.0.3",
"rimraf": "^6.1.3",
"rollup": "^4.60.1",
"rollup-plugin-react-svg": "^3.0.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"webpack": "^5.106.1",
"zeebe-bpmn-moddle": "^1.13.0"
},
"peerDependencies": {
"@bpmn-io/properties-panel": ">= 3.40.6",
"bpmn-js": ">= 11.5",
"camunda-bpmn-js-behaviors": ">= 0.4",
"diagram-js": ">= 11.9"
}
}