mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
ccdaec4500
* simpleimage template * add changeset * changes * change * changes * update backend * update frontend * add changeset * lint * fix package * add changeset * remove warnings * docstrings * fix error * fixes --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
29 lines
653 B
JSON
29 lines
653 B
JSON
{
|
|
"name": "@gradio/simpleimage",
|
|
"version": "0.1.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"dependencies": {
|
|
"@gradio/atoms": "0.4.1",
|
|
"@gradio/client": "0.10.1",
|
|
"@gradio/icons": "0.3.2",
|
|
"@gradio/statustracker": "0.4.3",
|
|
"@gradio/upload": "0.6.1",
|
|
"@gradio/utils": "0.2.0",
|
|
"@gradio/wasm": "0.5.0",
|
|
"cropperjs": "^1.5.12",
|
|
"lazy-brush": "^1.0.1",
|
|
"resize-observer-polyfill": "^1.5.1"
|
|
},
|
|
"main_changeset": true,
|
|
"main": "./Index.svelte",
|
|
"exports": {
|
|
".": "./Index.svelte",
|
|
"./example": "./Example.svelte",
|
|
"./package.json": "./package.json"
|
|
}
|
|
}
|