mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-01 11:45:36 +08:00
* chore: update versions * Revert @gradio/code --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"name": "@gradio/utils",
|
|
"version": "0.4.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
|
|
}
|