gradio/js/checkboxgroup/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
546 B
JSON
Raw Normal View History

{
"name": "@gradio/checkboxgroup",
"version": "0.0.1",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",
"author": "",
"license": "ISC",
"private": true,
"main_changeset": true,
"exports": {
".": "./index.svelte",
"./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:^"
}
}