gradio/js/chatbot/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
770 B
JSON
Raw Normal View History

{
2022-03-03 00:42:43 +08:00
"name": "@gradio/chatbot",
"version": "0.5.4",
"description": "Gradio UI packages",
2022-02-22 20:20:28 +08:00
"type": "module",
"main": "./index.svelte",
"author": "",
"license": "ISC",
2022-05-04 04:53:24 +08:00
"private": true,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/markdown": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/theme": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"@types/dompurify": "^3.0.2",
"@types/katex": "^0.16.0",
"@types/prismjs": "1.26.1",
"dequal": "^2.0.2"
},
"main_changeset": true,
"exports": {
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
}
}