forked from bptlab/fCM-design-support
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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
46
47
48
{
"name": "not-gryphon",
"version": "1.0.0",
"description": "Modeling Tool with Design-Time Support for Fragment-Based Case Management",
"main": "index.js",
"scripts": {
"test": "karma start",
"build": "grunt build",
"serve": "grunt serve",
"dev": "grunt auto-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bptlab/fCM-design-support.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bptlab/fCM-design-support/issues"
},
"homepage": "https://github.com/bptlab/fCM-design-support#readme",
"devDependencies": {
"@types/jest": "^29.5.1",
"browserify": "^17.0.0",
"esmify": "^2.1.1",
"grunt": "^1.5.2",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"jest": "^29.5.0",
"load-grunt-tasks": "^5.1.0",
"stringify": "^5.2.0",
"time-grunt": "^2.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"dependencies": {
"bpmn-js": "^8.8.2",
"diagram-js": "^7.8.1",
"exceljs": "^4.3.0",
"grunt-shell": "^4.0.0",
"jquery": "^3.6.0",
"jszip": "^3.7.1"
}
}