mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
ba4c6d9e65
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
24 lines
549 B
JSON
24 lines
549 B
JSON
{
|
|
"name": "@gradio/textbox",
|
|
"version": "0.1.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "index.svelte",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"main_changeset": true,
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./interactive": "./interactive/index.ts",
|
|
"./static": "./static/index.ts",
|
|
"./example": "./example/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/utils": "workspace:^"
|
|
}
|
|
}
|