mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
23 lines
452 B
JSON
23 lines
452 B
JSON
{
|
|
"name": "@gradio/tabitem",
|
|
"version": "0.2.8",
|
|
"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:^"
|
|
}
|
|
}
|