-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.49 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
56
57
58
59
60
{
"name": "@nteract/vega-embed-v3",
"version": "1.1.1",
"description": "Bundled embedded Vega 3 and Vega-Lite 2 without node canvas",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"scripts": {
"bundle": "rollup -c",
"test": "node test.js"
},
"files": [
"dist"
],
"author": "nteract & vega",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/nteract/vega-embed-v3.git"
},
"dependencies": {
"d3": "3.5.17",
"d3-array": "^2.3.1",
"d3-cloud": "^1.2.5",
"d3-collection": "^1.0.7",
"d3-color": "^1.3.0",
"d3-dsv": "^1.1.1",
"d3-force": "^2.0.1",
"d3-format": "^1.3.2",
"d3-geo": "^1.11.6",
"d3-hierarchy": "^1.1.8",
"d3-interpolate": "^1.3.2",
"d3-path": "^1.0.8",
"d3-request": "^1.0.6",
"d3-scale": "^3.1.0",
"d3-scale-chromatic": "^1.3.3",
"d3-selection": "^1.4.0",
"d3-shape": "^1.3.5",
"d3-time": "^1.0.11",
"d3-time-format": "^2.1.3",
"d3-voronoi": "^1.1.4",
"datalib": "^1.9.1",
"json-stable-stringify": "^1.0.1",
"json-stringify-pretty-compact": "^2.0.0",
"semver": "^6.3.0",
"tslib": "^1.10.0"
},
"devDependencies": {
"rollup": "^0.66.6",
"rollup-plugin-cleanup": "^3.0.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"vega": "^3.3.1",
"vega-embed": "^4.2.0",
"vega-lite": "^2.6.0"
}
}