gradio/js/statustracker/package.json
Abubakar Abid 34510db468
Allow HTML in alert modals (#8817)
* success

* add changeset

* add changeset

* link styling

* sanitize

* format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-07-17 08:33:14 -07:00

27 lines
612 B
JSON

{
"name": "@gradio/statustracker",
"version": "0.7.1",
"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:^",
"@gradio/markdown": "workspace:^"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
}
}