bpmn-js-element-templates
Version:
Element templates for bpmn-js
139 lines (138 loc) • 4.09 kB
JSON
{
"name": "bpmn-js-element-templates",
"version": "2.7.0",
"description": "Element templates for bpmn-js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
},
"./core": {
"import": "./dist/core.esm.js",
"require": "./dist/core.js"
},
"./dist/assets/*.css": "./dist/assets/*.css",
"./dist/*.js": "./dist/*.js",
"./package.json": "./package.json"
},
"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/*.spec.js",
"start": "cross-env SINGLE_START=cloud-templates npm run dev",
"start:templates": "cross-env SINGLE_START=templates npm run dev",
"prepare": "run-s bundle"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-element-templates"
},
"engines": {
"node": "*"
},
"keywords": [
"bpmn-io",
"bpmn-js",
"properties",
"properties-panel",
"element-templates"
],
"main": "dist/index.js",
"module": "dist/index.esm.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": "^2.6.0",
"@bpmn-io/extract-process-variables": "^1.0.1",
"bpmnlint": "^11.4.2",
"classnames": "^2.5.1",
"ids": "^1.0.0",
"min-dash": "^4.0.0",
"min-dom": "^4.0.3",
"preact-markup": "^2.1.1",
"semver": "^7.7.1",
"semver-compare": "^1.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@bpmn-io/element-template-chooser": "^2.0.0",
"@bpmn-io/element-template-icon-renderer": "^1.0.0",
"@bpmn-io/properties-panel": "^3.26.4",
"@bpmn-io/variable-resolver": "^1.3.3",
"@camunda/linting": "^3.36.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@testing-library/preact": "^2.0.1",
"@testing-library/preact-hooks": "^1.1.0",
"assert": "^2.1.0",
"babel-loader": "^10.0.0",
"babel-plugin-istanbul": "^7.0.0",
"bpmn-js": "^18.6.1",
"bpmn-js-create-append-anything": "^1.0.0",
"bpmn-js-properties-panel": "^5.35.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js-behaviors": "^1.10.0",
"camunda-bpmn-moddle": "^7.0.1",
"chai": "^4.5.0",
"copy-webpack-plugin": "^13.0.0",
"cross-env": "^7.0.3",
"diagram-js": "^15.3.0",
"downloadjs": "^1.4.7",
"eslint": "^9.25.1",
"eslint-plugin-bpmn-io": "^2.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^5.2.0",
"file-drops": "^0.5.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.1.1",
"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",
"modeler-moddle": "^0.2.0",
"npm-run-all2": "^8.0.0",
"puppeteer": "~24.5.0",
"raw-loader": "^4.0.2",
"rollup": "^4.40.0",
"rollup-plugin-copy": "^3.5.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"webpack": "^5.99.6",
"zeebe-bpmn-moddle": "^1.9.0"
},
"peerDependencies": {
"@bpmn-io/properties-panel": ">= 2.2",
"bpmn-js": ">= 11.5",
"bpmn-js-properties-panel": ">= 2",
"camunda-bpmn-js-behaviors": ">= 1.2.1",
"diagram-js": ">= 11.9"
}
}