File size: 1,191 Bytes
7873945
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "gradio_msaplot",
  "version": "0.7.1",
  "description": "Gradio UI packages",
  "type": "module",
  "author": "",
  "license": "ISC",
  "private": false,
  "dependencies": {
    "@gradio/atoms": "0.9.0",
    "@gradio/icons": "0.8.0",
    "@gradio/statustracker": "0.8.1",
    "@gradio/theme": "0.3.0",
    "@gradio/utils": "0.7.0",
    "@rollup/plugin-json": "^6.0.0",
    "plotly.js-dist-min": "^2.10.1",
    "vega": "^5.23.0",
    "vega-embed": "^6.25.0",
    "vega-lite": "^5.12.0"
  },
  "devDependencies": {
    "@gradio/preview": "0.12.0"
  },
  "main": "./Index.svelte",
  "main_changeset": true,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "gradio": "./Index.svelte",
      "svelte": "./dist/Index.svelte",
      "types": "./dist/Index.svelte.d.ts"
    },
    "./base": {
      "gradio": "./shared/Plot.svelte",
      "svelte": "./dist/shared/Plot.svelte",
      "types": "./dist/shared/Plot.svelte.d.ts"
    }
  },
  "peerDependencies": {
    "svelte": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gradio-app/gradio.git",
    "directory": "js/plot"
  }
}