-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "use-d3-transition",
"version": "1.2.0",
"description": "A custom React hook for transition element properties using D3. Do dynamic dataviz animations with clean, modern React (no fiddling with janky life cycle hooks!).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidnmora/use-d3-transition.git"
},
"keywords": [
"d3",
"d3.js",
"d3-transition",
"animation",
"animate",
"transition",
"react custom hook",
"react",
"hook",
"data vis",
"data viz",
"dataviz",
"data visualization",
"update"
],
"author": "David Mora",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidnmora/use-d3-transition/issues"
},
"homepage": "https://github.com/davidnmora/use-d3-transition#readme",
"peerDependencies": {
"d3-selection": "^1.4.1",
"d3-transition": "^1.3.2",
"react": "^16.13.0"
},
"devDependencies": {
"prettier": "2.0.4"
},
"prettier": {
"singleQuote": true,
"semi": false
}
}