mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
e1c404da11
* 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>
40 lines
964 B
JSON
40 lines
964 B
JSON
{
|
|
"name": "@gradio/video",
|
|
"version": "0.10.2",
|
|
"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",
|
|
"./base": "./shared/VideoPreview.svelte",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "index.ts",
|
|
"main_changeset": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradio-app/gradio.git",
|
|
"directory": "js/video"
|
|
}
|
|
}
|