gradio/js/annotatedimage/package.json
pngwn 0bafdcb550
chore: update versions (#6381)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-13 19:19:34 -08:00

23 lines
509 B
JSON

{
"name": "@gradio/annotatedimage",
"version": "0.3.5",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": true,
"main_changeset": true,
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json"
},
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/client": "workspace:^"
}
}