forked from bpmn-io/bpmn-js-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 909 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
{
"name": "bpmn-js-example-overlay-api",
"version": "0.0.0",
"description": "An example how to use the Overlay API",
"scripts": {
"all": "run-s build",
"build": "webpack --mode production",
"dev": "webpack-dev-server --static=public --open",
"start": "run-s dev"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-examples"
},
"keywords": [
"bpmnjs-example"
],
"author": {
"name": "Joerg Dotzki",
"url": "https://github.com/ISO50"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"devDependencies": {
"css-loader": "^6.10.0",
"style-loader": "^3.3.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.0"
},
"license": "MIT",
"dependencies": {
"bpmn-js": "^17.0.2",
"min-dash": "^4.0.0"
}
}