mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-01 11:45:36 +08:00
* 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>
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@gradio/workbench",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev",
|
|
"build": "svelte-kit build",
|
|
"preview": "svelte-kit preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "next",
|
|
"@sveltejs/kit": "next",
|
|
"autoprefixer": "^10.4.2",
|
|
"postcss": "^8.4.5",
|
|
"postcss-load-config": "^3.1.1",
|
|
"svelte": "^3.44.0",
|
|
"svelte-check": "^2.2.6",
|
|
"svelte-preprocess": "^4.10.1",
|
|
"tailwindcss": "^3.0.12",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "~4.5.4"
|
|
},
|
|
"type": "module",
|
|
"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"
|
|
}
|
|
}
|