mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
8028c33bbc
* changes * changes * add changeset * fix dependency loop and documentation group * add changeset * changes * fix numbered list * changes * changes --------- Co-authored-by: Ali Abid <aliabid94@gmail.com> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: aliabd <ali.si3luwa@gmail.com>
26 lines
575 B
JSON
26 lines
575 B
JSON
{
|
|
"name": "@gradio/statustracker",
|
|
"version": "0.5.5",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "./index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"main_changeset": true,
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./package.json": "./package.json",
|
|
"./interactive": "./interactive/index.ts",
|
|
"./static": "./static/index.ts",
|
|
"./example": "./example/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/utils": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@gradio/preview": "workspace:^"
|
|
}
|
|
}
|