2024-03-20 04:16:05 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/multimodaltextbox",
|
2024-10-10 06:01:11 +08:00
|
|
|
"version": "0.6.1",
|
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": {
|
2024-08-23 00:38:45 +08:00
|
|
|
".": {
|
|
|
|
"gradio": "./Index.svelte",
|
|
|
|
"svelte": "./dist/Index.svelte",
|
|
|
|
"types": "./dist/Index.svelte.d.ts"
|
|
|
|
},
|
|
|
|
"./example": {
|
|
|
|
"gradio": "./Example.svelte",
|
|
|
|
"svelte": "./dist/Example.svelte",
|
|
|
|
"types": "./dist/Example.svelte.d.ts"
|
|
|
|
},
|
2024-03-20 04:16:05 +08:00
|
|
|
"./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-08-15 19:56:17 +08:00
|
|
|
},
|
2024-08-23 00:38:45 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"svelte": "^4.0.0"
|
|
|
|
},
|
2024-08-15 19:56:17 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
|
|
"directory": "js/multimodaltextbox"
|
2024-03-20 04:16:05 +08:00
|
|
|
}
|
|
|
|
}
|