mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
21 lines
430 B
JSON
21 lines
430 B
JSON
{
|
|
"name": "@gradio/column",
|
|
"version": "0.1.2",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"main_changeset": true,
|
|
"private": false,
|
|
"main": "./Index.svelte",
|
|
"exports": {
|
|
".": "./Index.svelte",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"devDependencies": {
|
|
"@gradio/preview": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/utils": "workspace:^"
|
|
}
|
|
}
|