-
Notifications
You must be signed in to change notification settings - Fork 248
/
Copy pathpackage.json
55 lines (55 loc) · 1.15 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
49
50
51
52
53
54
55
{
"name": "wfd",
"version": "1.0.11",
"description": "a workflow designer base on @antv/g6",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "src/index.d.ts",
"authors": {
"name": "guozhaolong",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guozhaolong/wfd.git"
},
"scripts": {
"dev": "cd example && umi dev",
"build": "father build"
},
"files": [
"dist",
"assets"
],
"dependencies": {
"@antv/dom-util": "^2.0.2",
"@antv/matrix-util": "^2.0.7",
"@antv/g-canvas": "^0.4.12",
"@antv/g6": "3.5.2",
"@antv/util": "~2.0.9",
"antd": "^4.2.5",
"antd-etable": "^1.3.44",
"moment": "^2.26.0"
},
"peerDependencies": {
"react": "^16.12.0"
},
"devDependencies": {
"father": "^3.0.0-alpha.1",
"umi": "^3.2.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/guozhaolong/wfd/issues"
},
"homepage": "https://github.com/guozhaolong/wfd#readme",
"directories": {
"example": "example"
},
"keywords": [
"workflow",
"design",
"diagram"
],
"author": "stevenkwok"
}