File size: 1,333 Bytes
bfd1654
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "name": "gradio_annoviewer",
  "version": "0.9.0",
  "description": "Gradio UI packages",
  "type": "module",
  "author": "",
  "license": "ISC",
  "private": false,
  "dependencies": {
    "@gradio/atoms": "0.18.0",
    "@gradio/client": "1.19.0",
    "@gradio/icons": "0.14.0",
    "@gradio/statustracker": "0.11.1",
    "@gradio/upload": "0.17.0",
    "@gradio/utils": "0.10.2",
    "cropperjs": "^1.5.12",
    "lazy-brush": "^1.0.1",
    "pixi.js": "^8.0.0",
    "resize-observer-polyfill": "^1.5.1"
  },
  "devDependencies": {
    "@gradio/preview": "0.14.0"
  },
  "main_changeset": true,
  "main": "./Index.svelte",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "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"
    },
    "./base": {
      "gradio": "./shared/ImagePreview.svelte",
      "svelte": "./dist/shared/ImagePreview.svelte",
      "types": "./dist/shared/ImagePreview.svelte.d.ts"
    }
  },
  "peerDependencies": {
    "svelte": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gradio-app/gradio.git",
    "directory": "js/simpleimage"
  }
}