gradio/js/html/package.json
pngwn 4cfb6eebf6
chore: update versions (#8523)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 11:54:46 -04:00

25 lines
522 B
JSON

{
"name": "@gradio/html",
"version": "0.3.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"main_changeset": true,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:^"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"exports": {
".": "./Index.svelte",
"./base": "./Index.svelte",
"./example": "./Example.svelte",
"./package.json": "./package.json"
}
}