gradio/js/chart/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
550 B
JSON
Raw Normal View History

2022-03-03 00:42:43 +08:00
{
"name": "@gradio/chart",
"version": "0.0.1",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/icons": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.1",
2022-03-03 00:42:43 +08:00
"@gradio/tooltip": "workspace:^0.0.1",
"@gradio/utils": "workspace:^0.0.1",
2022-03-03 00:42:43 +08:00
"d3-dsv": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0"
2022-03-12 00:00:48 +08:00
},
"devDependencies": {
"@types/d3-dsv": "^3.0.0",
"@types/d3-scale": "^4.0.2",
"@types/d3-shape": "^3.0.2"
2022-03-03 00:42:43 +08:00
}
}