2022-03-03 00:42:43 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/image",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-04-06 01:11:29 +08:00
|
|
|
"@gradio/atoms": "workspace:^0.0.1",
|
2022-05-10 08:26:09 +08:00
|
|
|
"@gradio/icons": "workspace:^0.0.1",
|
2022-03-03 00:42:43 +08:00
|
|
|
"@gradio/upload": "workspace:^0.0.1",
|
2022-09-23 19:14:56 +08:00
|
|
|
"@gradio/utils": "workspace:^0.0.1",
|
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"
|
2022-03-03 00:42:43 +08:00
|
|
|
}
|
|
|
|
}
|