gradio/js/upload/package.json
Gradio PR Bot 5a2967e78a
chore: update versions (#9747)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-21 19:28:58 -07:00

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"
}
}