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": {
|
2022-05-10 08:26:09 +08:00
|
|
|
"@gradio/icons": "workspace:^0.0.1",
|
2022-05-04 05:05:17 +08:00
|
|
|
"@gradio/theme": "workspace:^0.0.1",
|
2022-03-03 00:42:43 +08:00
|
|
|
"@gradio/tooltip": "workspace:^0.0.1",
|
2022-05-04 05:05:17 +08:00
|
|
|
"@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
|
|
|
}
|
|
|
|
}
|