gradio/ui/packages/theme/package.json

14 lines
246 B
JSON
Raw Normal View History

2022-02-25 20:24:32 +08:00
{
"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"
}
}