gradio/js/uploadbutton/package.json
pngwn 18a5e0e162
chore: update versions (#8497)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-09 09:48:41 -07:00

25 lines
522 B
JSON

{
"name": "@gradio/uploadbutton",
"version": "0.6.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"main_changeset": true,
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json"
},
"main": "./Index.svelte",
"dependencies": {
"@gradio/button": "workspace:^",
"@gradio/client": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
}
}