mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
17 lines
317 B
JSON
17 lines
317 B
JSON
|
{
|
||
|
"name": "@gradio/chart",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Gradio UI packages",
|
||
|
"type": "module",
|
||
|
"main": "src/index.ts",
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@gradio/tooltip": "workspace:^0.0.1",
|
||
|
"d3-dsv": "^3.0.1",
|
||
|
"d3-scale": "^4.0.2",
|
||
|
"d3-shape": "^3.1.0"
|
||
|
}
|
||
|
}
|