mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
a8ab1c81a1
* Blocks-Components-v2 - default -> default_value refactoring * Blocks-Components-v2 - refactor output types into output_type and make them auto * Blocks-Backend-Events - all events are implemented * Blocks-Backend-Events - refactor fn: str -> Callable * Blocks-Backend-Events - add change event to TabItem * Blocks Backend Components - Remove KeyValues from components * Blocks-Backend-Components-v2 - Resolve Components imports in inputs and outputs * Blocks-Backend-Components-v2 - fix default parameter usage in demos * Blocks-Backend-Components-v2 - fix default parameter usage in demos * Blocks-Backend-Components-v2 - fix default parameter usage in demos * Blocks-Backend-Components-v2 - docstring updates * revert demos * Blocks-Backend-Components-v2 - tweaks * Blocks-Backend-Components-v2 - add change event to Tabs * Interfaces from Blocks (#849) Build interfaces from blocks Co-authored-by: Ali Abid <aliabid94@gmail.com> Co-authored-by: Ömer Faruk Özdemir <farukozderim@gmail.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co> Co-authored-by: Ali Abid <aliabid94@gmail.com>
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@gradio/app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
|
|
"vite": "^2.7.13"
|
|
},
|
|
"dependencies": {
|
|
"@gradio/audio": "workspace:^0.0.1",
|
|
"@gradio/button": "workspace:^0.0.1",
|
|
"@gradio/carousel": "workspace:^0.0.1",
|
|
"@gradio/chart": "workspace:^0.0.1",
|
|
"@gradio/chatbot": "workspace:^0.0.1",
|
|
"@gradio/file": "workspace:^0.0.1",
|
|
"@gradio/form": "workspace:^0.0.1",
|
|
"@gradio/highlighted-text": "workspace:^0.0.1",
|
|
"@gradio/html": "workspace:^0.0.1",
|
|
"@gradio/image": "workspace:^0.0.1",
|
|
"@gradio/json": "workspace:^0.0.1",
|
|
"@gradio/label": "workspace:^0.0.1",
|
|
"@gradio/markdown": "workspace:^0.0.1",
|
|
"@gradio/table": "workspace:^0.0.1",
|
|
"@gradio/tabs": "workspace:^0.0.1",
|
|
"@gradio/theme": "workspace:^0.0.1",
|
|
"@gradio/upload": "workspace:^0.0.1",
|
|
"@gradio/video": "workspace:^0.0.1",
|
|
"autoprefixer": "^9.8.8",
|
|
"mime-types": "^2.1.34",
|
|
"svelte-i18n": "^3.3.13"
|
|
}
|
|
}
|