gradio/js/video/package.json
pngwn dfd03f38bd
chore: update versions (#8069)
* chore: update versions

* Revert @gradio/code

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2024-04-25 23:08:27 +00:00

34 lines
798 B
JSON

{
"name": "@gradio/video",
"version": "0.7.0",
"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",
"mrmime": "^2.0.0"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"exports": {
".": "./index.ts",
"./example": "./Example.svelte",
"./shared": "./shared/index.ts",
"./package.json": "./package.json"
},
"main": "index.ts",
"main_changeset": true
}