gradio/js/plot/package.json
pngwn 11b88915d3
chore: update versions (#8291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-16 00:23:53 +02:00

30 lines
669 B
JSON

{
"name": "@gradio/plot",
"version": "0.4.4",
"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",
"svelte-vega": "^2.0.0",
"vega": "^5.22.1",
"vega-lite": "^5.12.0"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"main_changeset": true,
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json"
}
}