gradio/frontend
1413k
1{2 "name": "@gradio/annotatedimage",3 "version": "0.11.0",4 "description": "Gradio UI packages",5 "type": "module",6 "author": "",7 "license": "ISC",8 "private": false,9 "main_changeset": true,10 "exports": {11 ".": {12 "gradio": "./Index.svelte",13 "svelte": "./dist/Index.svelte",14 "types": "./dist/Index.svelte.d.ts"15 },16 "./package.json": "./package.json"17 },18 "devDependencies": {19 "@gradio/preview": "workspace:^"20 },21 "peerDependencies": {22 "svelte": "^5.43.4"23 },24 "dependencies": {25 "@gradio/atoms": "workspace:^",26 "@gradio/icons": "workspace:^",27 "@gradio/statustracker": "workspace:^",28 "@gradio/upload": "workspace:^",29 "@gradio/utils": "workspace:^",30 "@gradio/client": "workspace:^"31 },32 "repository": {33 "type": "git",34 "url": "git+https://github.com/gradio-app/gradio.git",35 "directory": "js/annotatedimage"36 }37}38 