gradio/js/accordion/package.json
pngwn e9bb445a63
chore: update versions (#6308)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-07 15:50:13 -08:00

21 lines
439 B
JSON

{
"name": "@gradio/accordion",
"version": "0.2.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": true,
"main_changeset": true,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/column": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:0.2.0"
},
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json"
}
}