gradio/js/utils/package.json
pngwn e16b4abc37
chore: update versions (#6039)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-31 13:20:18 +00:00

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
}