-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
38 lines (38 loc) · 1.2 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
{
"name": "webtrees-pedigree-chart",
"version": "1.7.3-dev",
"description": "This modules provides an SVG pedigree chart for the [webtrees](https://www.webtrees.net) genealogy application.",
"keywords": [
"webtrees",
"module",
"pedigree",
"chart"
],
"type": "module",
"homepage": "https://github.com/magicsunday/webtrees-pedigree-chart",
"license": "GPL-3.0-or-later",
"author": "Rico Sonntag <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/magicsunday/webtrees-pedigree-chart.git"
},
"scripts": {
"prepare": "rollup --config rollup.config.js",
"watch": "rollup --watch --config rollup.config.js"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup-plugin-license": "^3.5.2",
"d3-fetch": "^3.0.1",
"d3-hierarchy": "^3.1.2",
"d3-path": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-timer": "^3.0.1",
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"rollup": "^4.9.3"
}
}