gradio/js/plot/package.json
pngwn 70b45f4587
chore: update versions (#8777)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-22 13:28:00 -07:00

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"
}
}