gradio/js/annotatedimage/package.json
pngwn f9406b46e3
chore: update versions (#8482)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-06 08:15:46 -07:00

27 lines
603 B
JSON

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