gradio / js /atoms /package.json
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
raw
history blame contribute delete
281 Bytes
{
"name": "@gradio/atoms",
"version": "0.5.0",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"dependencies": {
"@gradio/utils": "workspace:^",
"@gradio/icons": "workspace:^"
},
"main_changeset": true
}