gradio/js/form/package.json
pngwn fe91e10269
chore: update versions (#8335)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-21 21:01:35 +00:00

24 lines
477 B
JSON

{
"name": "@gradio/form",
"version": "0.1.18",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/icons": "workspace:^"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"main_changeset": true,
"main": "./Index.svelte",
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json"
}
}