mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
70b45f4587
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
32 lines
732 B
JSON
32 lines
732 B
JSON
{
|
|
"name": "@gradio/plot",
|
|
"version": "0.6.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"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",
|
|
"vega": "^5.23.0",
|
|
"vega-embed": "^6.25.0",
|
|
"vega-lite": "^5.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gradio/preview": "workspace:^"
|
|
},
|
|
"main": "./Index.svelte",
|
|
"main_changeset": true,
|
|
"exports": {
|
|
".": "./Index.svelte",
|
|
"./package.json": "./package.json",
|
|
"./base": "./shared/Plot.svelte"
|
|
}
|
|
}
|