2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-01-24 10:54:04 +08:00
gradio/js/simpledropdown/package.json
pngwn e16b4abc37
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-31 13:20:18 +00:00

22 lines
475 B
JSON

{
"name": "@gradio/simpledropdown",
"version": "0.1.0",
"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": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:^"
}
}