mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
d6fbc32ed1
* add theme + theme atoms * audio * buttons * chatbot * forms * start file * complete file * fixup workbench * gallery * highlighted text * label * json * upload * 3d model * atoms * chart * md + html * image * plot + build * table * tabs * tooltip * upload * tweaks * tweaks + more tooling * tweaks to padding/ lineheight * app components _ start api docs * format, more api docs * finish api docs * interpretation * todos * tweaks + cleanup * tweaks + cleanup * revert range tweaks * fix notebooks * fix test * remove tw * cleanup + login * fix gitignore * fix types * run css script * fix progress + tweaks * update demos * add css build to static check workflow * tweak ci * fix tests * tweak markdown * tweak chatbot + file * fix tabs * tweak tabs * cleanup * fix api docs * fix example gallery * add gradient to toast * fix min height for interfaces * revert tab changes * update notebooks * fix generating status animation * fix weird table scrollbar that only appears on freddy's computer * format * fix dataset in gallery mode * cleanup * fix notebooks * tweaks * fix notebooks * change Co-authored-by: Ali Abid <aabid94@gmail.com>
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"name": "@gradio/app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:cdn": "vite build --mode production:cdn --emptyOutDir",
|
|
"build:website": "vite build --mode production:website --emptyOutDir",
|
|
"build:local": "vite build --mode production:local --emptyOutDir",
|
|
"preview": "vite preview",
|
|
"test:snapshot": "pnpm exec playwright test snapshots/ --config=../../playwright.config.js",
|
|
"test:browser": "pnpm exec playwright test test/ --config=../../playwright.config.js",
|
|
"test:browser:full": "python test/create_demo_configs.py && pnpm exec playwright test test/ --config=../../playwright.config.js",
|
|
"test:browser:debug": "pnpm exec playwright test test/ --debug --config=../../playwright.config.js",
|
|
"build:css": "pollen -c pollen.config.cjs -o src/pollen-dev.css"
|
|
},
|
|
"dependencies": {
|
|
"@gradio/accordion": "workspace:^0.0.1",
|
|
"@gradio/atoms": "workspace:^0.0.1",
|
|
"@gradio/audio": "workspace:^0.0.1",
|
|
"@gradio/button": "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/gallery": "workspace:^0.0.1",
|
|
"@gradio/highlighted-text": "workspace:^0.0.1",
|
|
"@gradio/html": "workspace:^0.0.1",
|
|
"@gradio/icons": "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/upload-button": "workspace:^0.0.1",
|
|
"@gradio/utils": "workspace:^0.0.1",
|
|
"@gradio/video": "workspace:^0.0.1",
|
|
"d3-dsv": "^3.0.1",
|
|
"mime-types": "^2.1.34",
|
|
"svelte": "^3.25.1",
|
|
"svelte-i18n": "^3.3.13"
|
|
}
|
|
}
|