gradio/js/video/package.json
Gradio PR Bot b5eaba1d6d
chore: update versions (#9874)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-04 14:59:10 -08:00

60 lines
1.4 KiB
JSON

{
"name": "@gradio/video",
"version": "0.11.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1",
"@gradio/atoms": "workspace:^",
"@gradio/client": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/image": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/wasm": "workspace:^",
"hls.js": "^1.5.13",
"mrmime": "^2.0.0"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"exports": {
"./package.json": "./package.json",
".": {
"gradio": "./index.ts",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./example": {
"gradio": "./Example.svelte",
"svelte": "./dist/Example.svelte",
"types": "./dist/Example.svelte.d.ts"
},
"./shared": {
"gradio": "./shared/index.ts",
"svelte": "./dist/shared/index.js",
"types": "./dist/shared/index.d.ts"
},
"./base": {
"gradio": "./shared/VideoPreview.svelte",
"svelte": "./dist/shared/VideoPreview.svelte",
"types": "./dist/shared/VideoPreview.svelte.d.ts"
}
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"main": "index.ts",
"main_changeset": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/video"
}
}