-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
43
44
45
{
"name": "graphix-flow",
"private": true,
"version": "1.0.0",
"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",
"@alib/build-scripts": "^0.1.18",
"@types/events": "^3.0.0",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"build-plugin-component": "^1.6.0",
"build-plugin-react-app": "^1.8.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.2.3",
"yarn": "^1.22.17"
},
"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",
"@types/graphlib": "^2.1.12",
"dagre": "^0.8.5",
"graphix-engine": "^1.0.15",
"graphlib": "^2.1.8",
"hotkeys-js": "^3.13.3",
"lodash": "^4.17.21",
"moment": "^2.30.1"
},
"repository": "https://github.com/foginn/graphix-flow.git"
}