-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tilt-camunda-plugin",
"version": "0.0.1",
"description": "Extends BPMN with TILT mappings used to enable privacy modelling in BPMN.",
"main": "index.js",
"scripts": {
"all": "run-s bundle",
"bundle": "webpack",
"bundle:watch": "webpack --watch",
"dev": "webpack && ~/Projects/camunda-modeler-5.6.0-linux-x64/camunda-modeler"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ciphersmaug/tilt-camunda-plugin"
},
"keywords": [
"camunda",
"modeler",
"plugin",
"tilt"
],
"author": "ciphersmaug",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.12",
"camunda-modeler-plugin-helpers": "^5.1.0",
"camunda-modeler-webpack-plugin": "^0.1.0",
"install-peers": "^1.0.4",
"npm-run-all": "^4.1.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"camunda-bpmn-moddle": "^7.0.1",
"zeebe-bpmn-moddle": "^0.17.0",
"bpmnlint": "^8.1.1",
"bpmnlint-loader": "^0.1.6",
"bpmnlint-plugin-custom": "file:bpmnlint-plugin-custom",
"classnames": "^2.3.2"
},
"dependencies": {
"@bpmn-io/properties-panel": "^1.1.1",
"bpmn-js": "^11.1.1",
"bpmn-js-properties-panel": "^1.15.0",
"camunda-bpmn-js-behaviors": "^0.4.0",
"diagram-js": "^11.4.3",
"npm": "^9.4.1",
"raw-loader": "^4.0.2",
"uuid": "^9.0.0"
}
}