2023-08-04 06:01:18 +08:00
|
|
|
{
|
|
|
|
"name": "@gradio/statustracker",
|
2023-10-18 14:38:35 +08:00
|
|
|
"version": "0.2.4",
|
2023-08-04 06:01:18 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
2023-08-16 02:21:41 +08:00
|
|
|
"main": "./index.ts",
|
2023-08-04 06:01:18 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"private": true,
|
|
|
|
"main_changeset": true,
|
2023-08-16 02:21:41 +08:00
|
|
|
"exports": {
|
|
|
|
".": "./index.ts",
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./interactive": "./interactive/index.ts",
|
|
|
|
"./static": "./static/index.ts",
|
|
|
|
"./example": "./example/index.ts"
|
|
|
|
},
|
2023-08-04 06:01:18 +08:00
|
|
|
"dependencies": {
|
|
|
|
"@gradio/atoms": "workspace:^",
|
|
|
|
"@gradio/column": "workspace:^",
|
|
|
|
"@gradio/icons": "workspace:^"
|
|
|
|
}
|
|
|
|
}
|