mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "@gradio/atoms",
|
|
"version": "0.2.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gradio/utils": "workspace:^",
|
|
"@gradio/icons": "workspace:^"
|
|
},
|
|
"main_changeset": true
|
|
}
|