gradio/js/chatbot/package.json
pngwn 861d752a83
chore: update versions (#4999)
* chore: update versions

* undo diff

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
2023-07-26 17:10:24 -04:00

28 lines
677 B
JSON

{
"name": "@gradio/chatbot",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "src/Index.svelte",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/atoms": "workspace:^0.0.2",
"@gradio/icons": "workspace:^0.0.1",
"@gradio/theme": "workspace:^0.0.2",
"@gradio/upload": "workspace:^0.0.2",
"@gradio/utils": "workspace:^0.0.2",
"@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"
},
"main_changeset": true
}