forked from Erikmitk/kitodo-workflow-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "bpmn-editor-customization-kitodo-production",
"version": "1.2.0",
"description": "A customized version of BPMN.io with property panel extension",
"main": "src/index.js",
"scripts": {
"build": "grunt build",
"dev": "grunt auto-build"
},
"repository": {
"type": "git",
"url": "https://git.slub-dresden.de/sommer/kitodo-workflow-editor"
},
"author": {
"name": "Erik Sommer",
"url": "https://github.com/erikmitk"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"babelify": "^10.0.0",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
"stringify": "^5.2.0"
},
"dependencies": {
"bpmn-js": "^18.0.0",
"bpmn-js-properties-panel": "^5.26.0",
"camunda-bpmn-moddle": "^7.0.1",
"diagram-js": "^15.2.0",
"jquery": "^3.7.1",
"min-dash": "^4.2.2"
}
}