2022-02-01 21:45:55 +08:00
|
|
|
{
|
2022-03-03 00:42:43 +08:00
|
|
|
"name": "@gradio/form",
|
2022-02-01 23:46:50 +08:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Gradio UI packages",
|
2022-02-22 20:20:28 +08:00
|
|
|
"type": "module",
|
|
|
|
"main": "src/index.ts",
|
2022-02-01 23:46:50 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2022-04-06 01:11:29 +08:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-05-12 12:40:41 +08:00
|
|
|
"@gradio/atoms": "workspace:^0.0.1",
|
2023-02-24 05:32:18 +08:00
|
|
|
"@gradio/utils": "workspace:^0.0.1",
|
|
|
|
"@gradio/icons": "workspace:^0.0.1"
|
2022-04-06 01:11:29 +08:00
|
|
|
}
|
2022-02-01 21:45:55 +08:00
|
|
|
}
|