mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
3d263ba007
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
31 lines
757 B
JSON
31 lines
757 B
JSON
{
|
|
"name": "@gradio/plot",
|
|
"version": "0.2.2",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "./static/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/theme": "workspace:^",
|
|
"@gradio/utils": "workspace:^",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"plotly.js-dist-min": "^2.10.1",
|
|
"svelte-vega": "^2.0.0",
|
|
"vega": "^5.22.1",
|
|
"vega-lite": "^5.12.0"
|
|
},
|
|
"main_changeset": true,
|
|
"exports": {
|
|
".": "./static/index.ts",
|
|
"./package.json": "./package.json",
|
|
"./interactive": "./interactive/index.ts",
|
|
"./static": "./static/index.ts",
|
|
"./example": "./example/index.ts"
|
|
}
|
|
}
|