gradio/js/column/package.json
2024-05-30 00:00:00 +01:00

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