mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
25 lines
522 B
JSON
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:^"
|
|
}
|
|
}
|