mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
9d1bd28bdf
* chore: update versions * update actions * update changelog * other changelgo * extra --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"name": "@gradio/upload",
|
|
"version": "0.0.3",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/icons": "workspace:^"
|
|
},
|
|
"main_changeset": true
|
|
}
|