mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
cbbeebd2eb
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
45 lines
1019 B
JSON
45 lines
1019 B
JSON
{
|
|
"name": "@gradio/file",
|
|
"version": "0.10.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/client": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/upload": "workspace:^",
|
|
"@gradio/utils": "workspace:^",
|
|
"@gradio/wasm": "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"
|
|
},
|
|
"./example": {
|
|
"gradio": "./Example.svelte",
|
|
"svelte": "./dist/Example.svelte",
|
|
"types": "./dist/Example.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/file"
|
|
}
|
|
}
|