-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "bpmn",
"version": "7.3.1",
"description": "This plugin enables viewing/editing/simulating BPMNs using bpmn-js.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "4.0.0",
"esbuild": "0.24.0",
"obsidian": "latest",
"tslib": "2.8.1",
"typescript": "5.7.2"
},
"dependencies": {
"@bpmn-io/properties-panel": "^3.24.1",
"bpmn-js": "^18.1.2",
"bpmn-js-color-picker": "^0.7.1",
"bpmn-js-properties-panel": "^5.28.0",
"bpmn-js-sketchy": "^0.7.2",
"bpmn-js-token-simulation": "^0.36.0",
"diagram-js-grid": "^1.1.0",
"diagram-js-minimap": "^5.1.0",
"heatmap-ts": "^0.0.5"
}
}