gradio/js/imageeditor/package.json
Gradio PR Bot 4d520a8a7b
chore: update versions (#9908)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 16:16:39 -08:00

49 lines
1.1 KiB
JSON

{
"name": "@gradio/imageeditor",
"version": "0.11.8",
"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"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"main_changeset": true,
"main": "./Index.svelte",
"exports": {
".": {
"gradio": "./Index.svelte",
"svelte": "./dist/Index.svelte",
"types": "./dist/Index.svelte.d.ts"
},
"./example": {
"gradio": "./Example.svelte",
"svelte": "./dist/Example.svelte",
"types": "./dist/Example.svelte.d.ts"
},
"./package.json": "./package.json"
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/imageeditor"
}
}