| { | |
| "name": "@gradio/fileexplorer", | |
| "version": "0.3.18", | |
| "description": "Gradio UI packages", | |
| "type": "module", | |
| "author": "", | |
| "license": "ISC", | |
| "private": true, | |
| "dependencies": { | |
| "@gradio/atoms": "workspace:^", | |
| "@gradio/checkbox": "workspace:^", | |
| "@gradio/client": "workspace:^", | |
| "@gradio/file": "workspace:^", | |
| "@gradio/icons": "workspace:^", | |
| "@gradio/statustracker": "workspace:^", | |
| "@gradio/upload": "workspace:^", | |
| "@gradio/utils": "workspace:^", | |
| "dequal": "^2.0.2" | |
| }, | |
| "main_changeset": true, | |
| "exports": { | |
| ".": "./Index.svelte", | |
| "./example": "./Example.svelte", | |
| "./package.json": "./package.json" | |
| } | |
| } | |