gradio/js/box/package.json
pngwn 3d263ba007
chore: update versions (#5796)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-05 14:10:45 -07:00

22 lines
476 B
JSON

{
"name": "@gradio/box",
"version": "0.0.6",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.svelte",
"author": "",
"license": "ISC",
"private": true,
"main_changeset": true,
"exports": {
".": "./static/index.svelte",
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
},
"dependencies": {
"@gradio/atoms": "workspace:^"
}
}