gradio/js/chatbot/package.json
binary-husky 2a30deed84
fix copy button invalid & copy button (invisible) duplication bug in chatbot (#4350)
* fix a copy button duplication bug in chatbot

* fix copy button invalid issue

* Update CHANGELOG.md: Fixed Copy Button

* fix changelog typo

* switch to static HTML + event delegation for copy button

* fix

* format + notebooks

* format + notebooks

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
Co-authored-by: pngwn <hello@pngwn.io>
2023-06-01 22:51:36 +09: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": "^4.3.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"
}
}