2022-02-22 20:20:28 +08:00
|
|
|
{
|
2022-02-23 19:17:41 +08:00
|
|
|
"name": "@gradio/audio",
|
2023-08-24 06:41:08 +08:00
|
|
|
"version": "0.3.0",
|
2022-02-22 20:20:28 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
2023-08-04 06:01:18 +08:00
|
|
|
"main": "./index.svelte",
|
2022-02-22 20:20:28 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2022-02-23 19:17:41 +08:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-08-04 06:01:18 +08:00
|
|
|
"@gradio/atoms": "workspace:^",
|
|
|
|
"@gradio/button": "workspace:^",
|
|
|
|
"@gradio/icons": "workspace:^",
|
|
|
|
"@gradio/statustracker": "workspace:^",
|
|
|
|
"@gradio/upload": "workspace:^",
|
|
|
|
"@gradio/utils": "workspace:^",
|
2023-08-04 20:28:58 +08:00
|
|
|
"extendable-media-recorder": "^8.0.0",
|
2022-10-06 05:11:47 +08:00
|
|
|
"extendable-media-recorder-wav-encoder": "^7.0.76",
|
2022-02-25 20:24:32 +08:00
|
|
|
"svelte-range-slider-pips": "^2.0.1"
|
2023-07-22 02:13:21 +08:00
|
|
|
},
|
2023-08-04 06:01:18 +08:00
|
|
|
"main_changeset": true,
|
|
|
|
"exports": {
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./interactive": "./interactive/index.ts",
|
|
|
|
"./static": "./static/index.ts",
|
|
|
|
"./example": "./example/index.ts"
|
|
|
|
}
|
2022-02-22 20:20:28 +08:00
|
|
|
}
|