gradio/js/chatbot/package.json
renovate[bot] 25e021157f
chore(deps): update dependency @types/marked to v5 (#4618)
* 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>
2023-06-22 10:34:54 +01:00

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"
}
}