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