mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
5a2967e78a
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
33 lines
689 B
JSON
33 lines
689 B
JSON
{
|
|
"name": "@gradio/upload",
|
|
"version": "0.13.4",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/client": "workspace:^",
|
|
"@gradio/utils": "workspace:^",
|
|
"@gradio/wasm": "workspace:^"
|
|
},
|
|
"main_changeset": true,
|
|
"exports": {
|
|
".": {
|
|
"gradio": "./src/index.ts",
|
|
"svelte": "./dist/src/index.js",
|
|
"types": "./dist/src/index.d.ts"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^4.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/upload"
|
|
}
|
|
}
|