forked from vega/ipyvega
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1013 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
34
35
36
{
"name": "jupyter-vega",
"version": "3.5.0",
"description": "IPython/Jupyter notebook module for [Vega](https://vega.github.io/vega), and [Vega-Lite](https://vega.github.io/vega-lite).",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/ipyvega.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/vega/ipyvega/issues"
},
"homepage": "https://github.com/vega/ipyvega#readme",
"scripts": {
"format": "prettier --write 'src/*.ts'",
"lint": "prettier --check 'src/*.ts'",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"vega": "5.21.0",
"vega-lite": "4.17.0",
"vega-embed": "^6.20.5",
"@jupyter-widgets/base": "4.0.0",
"@types/webpack-env": "*"
},
"devDependencies": {
"prettier": "^2.5.0",
"typescript": "^4.5.2",
"ts-loader": "^9.2.6",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"private": true
}