-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.23 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": "edge-flow",
"version": "0.1.13",
"description": "React Component using Particle System to animate data-flow",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joewood/edge-flow.git"
},
"keywords": [
"react",
"webgl",
"particle",
"gpu"
],
"author": "Joe Wood",
"license": "MIT",
"bugs": {
"url": "https://github.com/joewood/edge-flow/issues"
},
"homepage": "https://github.com/joewood/edge-flow#readme",
"devDependencies": {
"@types/color": "^3.0.0",
"@types/lodash": "^4.14.117",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0",
"@types/react-motion": "0.0.27",
"autodts": "0.0.6",
"typescript": "^3.1.3"
},
"peerDependencies": {
"react": "^16.2",
"react-dom": "^16.2"
},
"dependencies": {
"ciena-dagre": "^1.0",
"ciena-graphlib": "^1.0",
"color": "^3.1.0",
"equals": "^1.0.5",
"font-awesome": "^4.7",
"igloo-ts": "^1.0",
"lodash": "^4.17.15",
"partican": "^0.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-motion": "^0.5"
}
}