gradio/js/statustracker/package.json
pngwn 30463c5e15
chore: update versions (#8225)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-10 19:31:04 +01:00

27 lines
610 B
JSON

{
"name": "@gradio/statustracker",
"version": "0.5.2",
"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/column": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/utils": "workspace:^"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
}
}