119 lines
3.6 KiB
JSON
119 lines
3.6 KiB
JSON
{
|
|
"name": "bpmn-js-properties-panel",
|
|
"version": "1.11.2",
|
|
"description": "A simple properties panel for bpmn-js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"all": "run-s lint test distro",
|
|
"distro": "run-s build test:build",
|
|
"build": "run-p 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",
|
|
"start:templates": "cross-env SINGLE_START=templates npm run dev",
|
|
"start:cloud-templates": "cross-env SINGLE_START=cloud-templates npm run dev",
|
|
"prepare": "run-s bundle"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bpmn-io/bpmn-js-properties-panel"
|
|
},
|
|
"keywords": [
|
|
"bpmn-io",
|
|
"bpmn-js",
|
|
"properties",
|
|
"properties-panel"
|
|
],
|
|
"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/element-templates-validator": "^0.11.0",
|
|
"@bpmn-io/extract-process-variables": "^0.6.0",
|
|
"array-move": "^3.0.1",
|
|
"classnames": "^2.3.1",
|
|
"ids": "^1.0.0",
|
|
"min-dash": "^4.0.0",
|
|
"min-dom": "^4.0.3",
|
|
"preact-markup": "^2.1.1",
|
|
"semver-compare": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.3",
|
|
"@babel/plugin-transform-react-jsx": "^7.14.3",
|
|
"@bpmn-io/element-template-chooser": "^0.1.0",
|
|
"@bpmn-io/element-templates-icons-renderer": "^0.3.0",
|
|
"@bpmn-io/properties-panel": "^0.24.0",
|
|
"@rollup/plugin-alias": "^4.0.0",
|
|
"@rollup/plugin-babel": "^6.0.0",
|
|
"@rollup/plugin-commonjs": "^23.0.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^14.0.0",
|
|
"@testing-library/preact": "^2.0.1",
|
|
"@testing-library/preact-hooks": "^1.1.0",
|
|
"axe-core": "^4.4.2",
|
|
"babel-loader": "^9.0.0",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"bpmn-js": "^10.2.0",
|
|
"bpmn-js-connectors-extension": "^0.4.2",
|
|
"bpmn-moddle": "^8.0.0",
|
|
"camunda-bpmn-js-behaviors": "^0.4.0",
|
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
"chai": "^4.3.6",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"diagram-js": "^10.0.0",
|
|
"eslint": "^8.24.0",
|
|
"eslint-plugin-bpmn-io": "^0.16.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"karma": "^6.4.0",
|
|
"karma-chrome-launcher": "^3.1.1",
|
|
"karma-coverage": "^2.2.0",
|
|
"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.0",
|
|
"mocha": "^10.0.0",
|
|
"mocha-test-container-support": "^0.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"puppeteer": "^19.0.0",
|
|
"raw-loader": "^4.0.2",
|
|
"react-svg-loader": "^3.0.3",
|
|
"rollup": "^2.52.6",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-react-svg": "^3.0.3",
|
|
"sinon": "^14.0.0",
|
|
"sinon-chai": "^3.7.0",
|
|
"webpack": "^5.74.0",
|
|
"zeebe-bpmn-moddle": "^0.16.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@bpmn-io/properties-panel": ">= 0.24",
|
|
"bpmn-js": ">= 8",
|
|
"camunda-bpmn-js-behaviors": ">= 0.4",
|
|
"diagram-js": ">= 7"
|
|
}
|
|
}
|