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