gradio/js/tabitem/package.json
2024-05-30 00:00:00 +01:00

23 lines
453 B
JSON

{
"name": "@gradio/tabitem",
"version": "0.2.10",
"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:^"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
}
}