mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
8f69f9ef50
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30 lines
718 B
JSON
30 lines
718 B
JSON
{
|
|
"name": "@gradio/imageeditor",
|
|
"version": "0.2.3",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/client": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/image": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/upload": "workspace:^",
|
|
"@gradio/utils": "workspace:^",
|
|
"@gradio/wasm": "workspace:^",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"pixi.js": "^7.3.2",
|
|
"tinycolor2": "^1.6.0"
|
|
},
|
|
"main_changeset": true,
|
|
"main": "./Index.svelte",
|
|
"exports": {
|
|
".": "./Index.svelte",
|
|
"./example": "./Example.svelte",
|
|
"./package.json": "./package.json"
|
|
}
|
|
}
|