gradio / js /tabitem /package.json
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
{
"name": "@gradio/tabitem",
"version": "0.2.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"main_changeset": true,
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json"
},
"dependencies": {
"@gradio/column": "workspace:^",
"@gradio/tabs": "workspace:^",
"@gradio/utils": "workspace:^"
}
}