mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
ba4c6d9e65
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"name": "@gradio/utils",
|
|
"version": "0.0.3",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/theme": "workspace:^"
|
|
},
|
|
"main_changeset": true
|
|
}
|