CoolFace
Datasetpublic

gradio/frontend

sourceHugging Faceupdated 12h agoView on Hugging Face
1likes403kdownloads
package.json33 linesDownload Raw Back to timer
1{2	"name": "@gradio/timer",3	"version": "0.4.7",4	"description": "Gradio UI packages",5	"type": "module",6	"author": "",7	"license": "ISC",8	"private": false,9	"main_changeset": true,10	"exports": {11		".": {12			"gradio": "./Index.svelte",13			"svelte": "./dist/Index.svelte",14			"types": "./dist/Index.svelte.d.ts"15		},16		"./package.json": "./package.json"17	},18	"dependencies": {19		"@gradio/utils": "workspace:^"20	},21	"devDependencies": {22		"@gradio/preview": "workspace:^"23	},24	"peerDependencies": {25		"svelte": "^5.43.4"26	},27	"repository": {28		"type": "git",29		"url": "git+https://github.com/gradio-app/gradio.git",30		"directory": "js/timer"31	}32}33 
gradio/frontend · CoolFace