gradio/js/statustracker/package.json
pngwn 70b45f4587
chore: update versions (#8777)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-22 13:28:00 -07:00

28 lines
632 B
JSON

{
"name": "@gradio/statustracker",
"version": "0.7.2",
"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/icons": "workspace:^",
"@gradio/utils": "workspace:^",
"dompurify": "^3.0.3",
"@types/dompurify": "^3.0.2"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
}
}