mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +08:00
dfd03f38bd
* chore: update versions * Revert @gradio/code --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"name": "@gradio/group",
|
|
"version": "0.1.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"main_changeset": true,
|
|
"exports": {
|
|
".": "./Index.svelte",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"devDependencies": {
|
|
"@gradio/preview": "workspace:^"
|
|
}
|
|
}
|