gradio/js/textbox/package.json
pngwn ba4c6d9e65
chore: update versions (#5177)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-23 15:41:08 -07:00

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:^"
}
}