mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +08:00
35f58db405
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"name": "@gradio/atoms",
|
|
"version": "0.2.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/utils": "workspace:^",
|
|
"@gradio/icons": "workspace:^"
|
|
},
|
|
"main_changeset": true
|
|
}
|