mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
141afe1cf9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
509 B
JSON
23 lines
509 B
JSON
{
|
|
"name": "@gradio/annotatedimage",
|
|
"version": "0.3.1",
|
|
"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:^"
|
|
}
|
|
}
|