mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
2b0898b9a2
* implement loader + scroll into view * changes * refactor components to use Block inside the app * cleanup * cleanup * implement all changes for all changes for all relevant components * fix formatting * demos * add status tracker to every component * fix tests * fix unti test flake: randInt * cleanup CI * fix CI Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "@gradio/workbench",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "svelte-kit dev --port 3002",
|
|
"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": "^1.0.0-next.318",
|
|
"autoprefixer": "^10.4.2",
|
|
"postcss": "^8.4.5",
|
|
"postcss-load-config": "^3.1.1",
|
|
"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/atoms": "workspace:^0.0.1",
|
|
"@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/model3D": "workspace:^0.0.1",
|
|
"@gradio/plot": "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"
|
|
}
|
|
}
|