mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
14 lines
245 B
JSON
14 lines
245 B
JSON
|
{
|
||
|
"name": "@gradio/utils",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Gradio UI packages",
|
||
|
"type": "module",
|
||
|
"main": "src/index.ts",
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@gradio/theme": "workspace:^0.0.1"
|
||
|
}
|
||
|
}
|