gradio / js /html /package.json
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
{
"name": "@gradio/html",
"version": "0.1.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"main_changeset": true,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:^"
},
"exports": {
".": "./Index.svelte",
"./example": "./Example.svelte",
"./package.json": "./package.json"
}
}