gradio/js/video/package.json
pngwn 0bafdcb550
chore: update versions (#6381)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-13 19:19:34 -08:00

32 lines
727 B
JSON

{
"name": "@gradio/video",
"version": "0.1.5",
"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": "^1.0.1"
},
"exports": {
".": "./index.ts",
"./example": "./Example.svelte",
"./package.json": "./package.json"
},
"main": "index.ts",
"main_changeset": true
}