gradio/js/statustracker/package.json
pngwn 1b74e214b9
chore: update versions (#8663)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-12 11:54:28 -07:00

26 lines
575 B
JSON

{
"name": "@gradio/statustracker",
"version": "0.7.1",
"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:^"
}
}