gradio/js/fileexplorer/package.json
pngwn a46cb94870
chore: update versions (#5831)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-16 13:30:41 -07:00

29 lines
718 B
JSON

{
"name": "@gradio/fileexplorer",
"version": "0.2.2",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",
"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": {
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
}
}