gradio/js/video/package.json
Yuichiro Tachibana (Tsuchiya) fb9c6cacd7
Lite: Chatbot (#6897)
* Make Chatbot Wasm-compatible

* Make UploadButton Wasm-compatible

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com>
2024-01-02 11:41:10 +04:00

33 lines
762 B
JSON

{
"name": "@gradio/video",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/client": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/image": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/wasm": "workspace:^",
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1"
},
"devDependencies": {
"mrmime": "^2.0.0"
},
"exports": {
".": "./index.ts",
"./example": "./Example.svelte",
"./shared": "./shared/index.ts",
"./package.json": "./package.json"
},
"main": "index.ts",
"main_changeset": true
}