forked from magicsunday/webtrees-fan-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 664 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 664 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
{
"name": "webtrees-fan-chart",
"version": "2.0.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/magicsunday/webtrees-fan-chart"
},
"description": "",
"scripts": {
"prepare": "rollup -c"
},
"devDependencies": {
"d3-fetch": "^2.0",
"d3-hierarchy": "^2.0",
"d3-scale": "^3.2",
"d3-selection": "^2.0",
"d3-shape": "^2.0",
"d3-timer": "^2.0",
"d3-transition": "^2.0",
"d3-zoom": "^2.0",
"rollup": "^2.34",
"@rollup/plugin-node-resolve": "^10.0",
"rollup-plugin-terser": "^8.0"
}
}