-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 756 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 756 Bytes
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
{
"name": "example-x6-bpms",
"private": true,
"version": "1.0.15",
"description": "example",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"lib",
"es"
],
"scripts": {
"test": "jest -c jest.config.js",
"start": "build-scripts start",
"build": "build-scripts build"
},
"license": "MIT",
"devDependencies": {
"@types/dagre": "^0.7.48",
"@types/lodash": "^4.14.194"
},
"dependencies": {
"@alifd/next": "^1.26.37",
"@antv/x6": "^2.9.7",
"@antv/x6-plugin-dnd": "^2.0.5",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-react-shape": "2.0.8",
"dagre": "^0.8.5",
"hotkeys-js": "^3.13.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"yaml": "^2.2.1"
}
}