-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 877 Bytes
/
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
{
"name": "idyll-vega-lite",
"version": "3.0.1",
"description": "Idyll wrapper component for vega lite",
"main": "lib.js",
"scripts": {
"build": "babel index.js -o lib.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idyll-lang/idyll-vega-lite.git"
},
"author": "Matthew Conlen",
"license": "MIT",
"bugs": {
"url": "https://github.com/idyll-lang/idyll-vega-lite/issues"
},
"homepage": "https://github.com/idyll-lang/idyll-vega-lite#readme",
"dependencies": {
"core-js": "^3.6.4",
"react-vega": "^7.4.4",
"vega": "^5.21.0",
"vega-lite": "^5.1.1",
"vega-tooltip": "^0.27.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.0.0"
}
}