mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
1dc797adcb
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30 lines
748 B
JSON
30 lines
748 B
JSON
{
|
|
"name": "@gradio/chatbot",
|
|
"version": "0.2.2",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "./index.svelte",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/atoms": "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.0"
|
|
},
|
|
"main_changeset": true,
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./interactive": "./interactive/index.ts",
|
|
"./static": "./static/index.ts",
|
|
"./example": "./example/index.ts"
|
|
}
|
|
}
|