File size: 753 Bytes
6aa0113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
	"name": "@gradio/statustracker",
	"version": "0.12.2",
	"description": "Gradio UI packages",
	"type": "module",
	"main": "./index.ts",
	"author": "",
	"license": "ISC",
	"main_changeset": true,
	"exports": {
		".": {
			"gradio": "./index.ts",
			"svelte": "./dist/index.js",
			"types": "./dist/index.d.ts"
		},
		"./package.json": "./package.json"
	},
	"dependencies": {
		"@gradio/atoms": "workspace:^",
		"@gradio/icons": "workspace:^",
		"@gradio/sanitize": "^0.2.0",
		"@gradio/utils": "workspace:^"
	},
	"devDependencies": {
		"@gradio/preview": "workspace:^"
	},
	"peerDependencies": {
		"svelte": "^5.48.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/gradio-app/gradio.git",
		"directory": "js/statustracker"
	}
}