2024-03-20 04:16:05 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/multimodaltextbox",
|
2024-08-08 18:20:08 +08:00
|
|
|
"version": "0.5.5",
|
2024-03-20 04:16:05 +08:00
|
|
|
"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:^",
|
2024-07-29 22:27:18 +08:00
|
|
|
"@gradio/video": "workspace:^",
|
2024-03-20 04:16:05 +08:00
|
|
|
"@gradio/client": "workspace:^"
|
2024-04-20 06:41:40 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@gradio/preview": "workspace:^"
|
2024-03-20 04:16:05 +08:00
|
|
|
}
|
|
|
|
}
|