mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
3a4b1d8f8b
* changes * fix test * changes
27 lines
652 B
JSON
27 lines
652 B
JSON
{
|
|
"name": "@gradio/chatbot",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/Index.svelte",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^0.0.1",
|
|
"@gradio/icons": "workspace:^0.0.1",
|
|
"@gradio/theme": "workspace:^0.0.1",
|
|
"@gradio/upload": "workspace:^0.0.1",
|
|
"@gradio/utils": "workspace:^0.0.1",
|
|
"@types/katex": "^0.16.0",
|
|
"@types/marked": "^5.0.0",
|
|
"@types/prismjs": "1.26.0",
|
|
"katex": "^0.16.7",
|
|
"marked": "^5.0.1",
|
|
"marked-highlight": "^2.0.1",
|
|
"prismjs": "1.29.0",
|
|
"dompurify": "^3.0.3",
|
|
"@types/dompurify": "^3.0.2"
|
|
}
|
|
}
|