-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "matoswo",
"version": "0.0.0",
"description": "Modeling and Transformation of Serverless Workflows",
"private": true,
"main": "app/index.js",
"scripts": {
"all": "grunt",
"dev": "grunt auto-build",
"test": "mocha --require esm **/*.test.js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^8.0.0",
"chai": "^4.2.0",
"eslint": "^7.7.0",
"esm": "^3.2.25",
"grunt": "^1.4.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "~3.5.0",
"mocha": "^8.1.3",
"stringify": "^3.1.0"
},
"dependencies": {
"bpmn-js": "^7.5.0",
"bpmn-js-properties-panel": "^0.32.0",
"camunda-bpmn-moddle": "^4.0.1",
"diagram-js": "^5.0.0",
"fast-xml-parser": "^3.17.4",
"he": "^1.2.0",
"jquery": "^3.3.1",
"js-beautify": "^1.13.0",
"jszip": "^3.5.0",
"lodash": "^4.17.21",
"min-dash": "^3.0.0"
}
}