mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
4d520a8a7b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
41 lines
899 B
JSON
41 lines
899 B
JSON
{
|
|
"name": "@gradio/checkboxgroup",
|
|
"version": "0.6.7",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"main_changeset": true,
|
|
"main": "./Index.svelte",
|
|
"exports": {
|
|
".": {
|
|
"gradio": "./Index.svelte",
|
|
"svelte": "./dist/Index.svelte",
|
|
"types": "./dist/Index.svelte.d.ts"
|
|
},
|
|
"./example": {
|
|
"gradio": "./Example.svelte",
|
|
"svelte": "./dist/Example.svelte",
|
|
"types": "./dist/Example.svelte.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/utils": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@gradio/preview": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^4.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/checkboxgroup"
|
|
}
|
|
}
|