File size: 474 Bytes
29580f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"name": "@gradio/dropdown",
"version": "0.6.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"main_changeset": true,
"exports": {
".": "./Index.svelte",
"./example": "./Example.svelte",
"./package.json": "./package.json"
},
"dependencies": {
"@gradio/atoms": "^0.5.3",
"@gradio/icons": "^0.3.3",
"@gradio/statustracker": "^0.4.8",
"@gradio/utils": "^0.3.0"
}
} |