mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
141afe1cf9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30 lines
714 B
JSON
30 lines
714 B
JSON
{
|
|
"name": "@gradio/chatbot",
|
|
"version": "0.4.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^",
|
|
"@gradio/client": "workspace:^",
|
|
"@gradio/icons": "workspace:^",
|
|
"@gradio/markdown": "workspace:^",
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/theme": "workspace:^",
|
|
"@gradio/upload": "workspace:^",
|
|
"@gradio/utils": "workspace:^",
|
|
"@types/dompurify": "^3.0.2",
|
|
"@types/katex": "^0.16.0",
|
|
"@types/prismjs": "1.26.1",
|
|
"dequal": "^2.0.2"
|
|
},
|
|
"main_changeset": true,
|
|
"main": "./Index.svelte",
|
|
"exports": {
|
|
".": "./Index.svelte",
|
|
"./package.json": "./package.json"
|
|
}
|
|
}
|