mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
24 lines
540 B
JSON
24 lines
540 B
JSON
|
{
|
||
|
"name": "@gradio/tabitem",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Gradio UI packages",
|
||
|
"type": "module",
|
||
|
"main": "./static/index.ts",
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"private": true,
|
||
|
"main_changeset": true,
|
||
|
"exports": {
|
||
|
".": "./static/index.ts",
|
||
|
"./package.json": "./package.json",
|
||
|
"./interactive": "./interactive/index.ts",
|
||
|
"./static": "./static/index.ts",
|
||
|
"./example": "./example/index.ts"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@gradio/column": "workspace:^",
|
||
|
"@gradio/tabs": "workspace:^",
|
||
|
"@gradio/utils": "workspace:^"
|
||
|
}
|
||
|
}
|