File size: 608 Bytes
a03b3ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
	"name": "@gradio/plot",
	"version": "0.2.7",
	"description": "Gradio UI packages",
	"type": "module",
	"author": "",
	"license": "ISC",
	"private": false,
	"dependencies": {
		"@gradio/atoms": "workspace:^",
		"@gradio/icons": "workspace:^",
		"@gradio/statustracker": "workspace:^",
		"@gradio/theme": "workspace:^",
		"@gradio/utils": "workspace:^",
		"@rollup/plugin-json": "^6.0.0",
		"plotly.js-dist-min": "^2.10.1",
		"svelte-vega": "^2.0.0",
		"vega": "^5.22.1",
		"vega-lite": "^5.12.0"
	},
	"main_changeset": true,
	"exports": {
		".": "./Index.svelte",
		"./package.json": "./package.json"
	}
}