gradio/js/downloadbutton/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

36 lines
761 B
JSON

{
"name": "@gradio/downloadbutton",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"dependencies": {
"@gradio/button": "workspace:^",
"@gradio/client": "workspace:^",
"@gradio/utils": "workspace:^"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"main": "./Index.svelte",
"main_changeset": true,
"exports": {
".": {
"gradio": "./Index.svelte",
"svelte": "./dist/Index.svelte",
"types": "./dist/Index.svelte.d.ts"
},
"./package.json": "./package.json"
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/downloadbutton"
}
}