File size: 549 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
{
	"name": "@gradio/statustracker",
	"version": "0.4.4",
	"description": "Gradio UI packages",
	"type": "module",
	"main": "./index.ts",
	"author": "",
	"license": "ISC",
	"main_changeset": true,
	"exports": {
		".": "./index.ts",
		"./package.json": "./package.json",
		"./interactive": "./interactive/index.ts",
		"./static": "./static/index.ts",
		"./example": "./example/index.ts"
	},
	"dependencies": {
		"@gradio/atoms": "workspace:^",
		"@gradio/column": "workspace:^",
		"@gradio/icons": "workspace:^",
		"@gradio/utils": "workspace:^"
	}
}