gradio/js/audio/package.json
pngwn ef4ca645a1
chore: update versions (#5476)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-12 19:31:08 -07:00

29 lines
754 B
JSON

{
"name": "@gradio/audio",
"version": "0.3.3",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/button": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"extendable-media-recorder": "^9.0.0",
"extendable-media-recorder-wav-encoder": "^7.0.76",
"svelte-range-slider-pips": "^2.0.1"
},
"main_changeset": true,
"exports": {
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
}
}