mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
543f327723
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
518 B
JSON
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:^"
|
|
}
|
|
}
|