gradio/js/checkbox/package.json
pngwn 543f327723
chore: update versions (#5596)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-26 14:50:39 -07:00

23 lines
518 B
JSON

{
"name": "@gradio/checkbox",
"version": "0.2.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
"author": "",
"license": "ISC",
"private": true,
"main_changeset": true,
"exports": {
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
},
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:^"
}
}