2022-03-03 00:42:43 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/image",
|
2023-07-27 05:10:24 +08:00
|
|
|
"version": "0.1.0",
|
2022-03-03 00:42:43 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-07-27 05:10:24 +08:00
|
|
|
"@gradio/atoms": "workspace:^0.0.2",
|
2022-05-10 08:26:09 +08:00
|
|
|
"@gradio/icons": "workspace:^0.0.1",
|
2023-07-27 05:10:24 +08:00
|
|
|
"@gradio/upload": "workspace:^0.0.2",
|
|
|
|
"@gradio/utils": "workspace:^0.0.2",
|
2022-03-03 00:42:43 +08:00
|
|
|
"cropperjs": "^1.5.12",
|
|
|
|
"lazy-brush": "^1.0.1",
|
2022-05-17 21:58:12 +08:00
|
|
|
"resize-observer-polyfill": "^1.5.1"
|
2023-07-22 02:13:21 +08:00
|
|
|
},
|
|
|
|
"main_changeset": true
|
2022-03-03 00:42:43 +08:00
|
|
|
}
|