mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
22 lines
476 B
JSON
22 lines
476 B
JSON
{
|
|
"name": "@gradio/box",
|
|
"version": "0.0.4",
|
|
"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:^"
|
|
}
|
|
}
|