mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
fb9c6cacd7
* 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>
33 lines
762 B
JSON
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
|
|
}
|