mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
25e021157f
* chore(deps): update dependency @types/marked to v5 * fix types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pngwn <hello@pngwn.io>
26 lines
609 B
JSON
26 lines
609 B
JSON
{
|
|
"name": "@gradio/chatbot",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@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"
|
|
}
|
|
}
|