2022-04-06 01:11:29 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/atoms",
|
2024-08-08 18:20:08 +08:00
|
|
|
"version": "0.7.9",
|
2022-04-06 01:11:29 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2022-06-02 01:02:18 +08:00
|
|
|
"dependencies": {
|
2023-07-27 05:10:24 +08:00
|
|
|
"@gradio/utils": "workspace:^",
|
2023-07-06 08:50:17 +08:00
|
|
|
"@gradio/icons": "workspace:^"
|
2023-07-22 02:13:21 +08:00
|
|
|
},
|
2024-08-15 19:56:17 +08:00
|
|
|
"main_changeset": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
|
|
"directory": "js/atoms"
|
|
|
|
}
|
2022-04-06 01:11:29 +08:00
|
|
|
}
|