-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 971 Bytes
/
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
{
"name": "lowcoder-comp-bpmn-io",
"version": "0.0.7",
"type": "module",
"license": "MIT",
"dependencies": {
"@observablehq/runtime": "^5.9.7",
"@types/react": "18",
"@types/react-dom": "18",
"bpmn-js": "^17.0.2",
"lowcoder-cli": "^0.0.30",
"lowcoder-sdk": "^2.3.1",
"prop-types": "^15.8.1",
"react": "18",
"react-dom": "18",
"react-resize-detector": "^10.0.1",
"typescript": "^5.3.3",
"vite": "^5.1.4"
},
"lowcoder": {
"description": "A https://bpmn.io Lowcoder Component Plugin",
"comps": {
"bpmn": {
"name": "bpmn",
"icon": "./icons/bpmn.svg",
"description": "BPMN Component",
"layoutInfo": {
"w": 24,
"h": 60
}
}
}
},
"scripts": {
"start": "vite",
"build": "lowcoder-cli build",
"build_publish": "lowcoder-cli build --publish"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}