mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
e418edd011
* fix simple image package json * add changeset * format --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
29 lines
694 B
JSON
29 lines
694 B
JSON
{
|
|
"name": "@gradio/simpleimage",
|
|
"version": "0.1.0",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/client": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/upload": "workspace:^",
|
|
"@gradio/utils": "workspace:^",
|
|
"@gradio/wasm": "workspace:^",
|
|
"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"
|
|
}
|
|
}
|