2022-03-08 21:35:42 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/tabs",
|
2023-07-27 05:10:24 +08:00
|
|
|
"version": "0.0.2",
|
2022-03-08 21:35:42 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
2023-08-04 06:01:18 +08:00
|
|
|
"main": "./static/index.ts",
|
2022-03-08 21:35:42 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2023-03-14 08:12:41 +08:00
|
|
|
"private": true,
|
2023-08-04 06:01:18 +08:00
|
|
|
"main_changeset": true,
|
|
|
|
"exports": {
|
|
|
|
".": "./static/index.ts",
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./interactive": "./interactive/index.ts",
|
|
|
|
"./static": "./static/index.ts",
|
|
|
|
"./example": "./example/index.ts"
|
2023-07-22 02:13:21 +08:00
|
|
|
},
|
2023-08-04 06:01:18 +08:00
|
|
|
"dependencies": {
|
|
|
|
"@gradio/utils": "workspace:^"
|
|
|
|
}
|
2022-03-08 21:35:42 +08:00
|
|
|
}
|