gradio/js/chatbot/package.json
pngwn e1c404da11
setup npm-previews of all packages (#9118)
* add workflow

* fix pkg jsons

* workflow name

* add changeset

* fix

* add changeset

* fix build command

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-08-15 12:56:17 +01:00

44 lines
1.1 KiB
JSON

{
"name": "@gradio/chatbot",
"version": "0.12.4",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/client": "workspace:^",
"@gradio/gallery": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/markdown": "workspace:^",
"@gradio/plot": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/theme": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/wasm": "workspace:^",
"@types/dompurify": "^3.0.2",
"@types/katex": "^0.16.0",
"@types/prismjs": "1.26.4",
"dequal": "^2.0.2"
},
"devDependencies": {
"@gradio/audio": "workspace:^",
"@gradio/image": "workspace:^",
"@gradio/preview": "workspace:^",
"@gradio/video": "workspace:^"
},
"main_changeset": true,
"main": "./Index.svelte",
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/chatbot"
}
}