gradio/js/multimodaltextbox/package.json
Dawood Khan 20444f9b56
Fix Chatbot Multimodal Examples (#8899)
* fix media

* add changeset

* fix image sizing

* fix sizes

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-07-29 10:27:18 -04:00

30 lines
702 B
JSON

{
"name": "@gradio/multimodaltextbox",
"version": "0.5.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"main_changeset": true,
"main": "Index.svelte",
"exports": {
".": "./Index.svelte",
"./example": "./Example.svelte",
"./package.json": "./package.json"
},
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/image": "workspace:^",
"@gradio/video": "workspace:^",
"@gradio/client": "workspace:^"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
}
}