gradio/js/fileexplorer/package.json
pngwn 70b45f4587
chore: update versions (#8777)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-22 13:28:00 -07:00

30 lines
696 B
JSON

{
"name": "@gradio/fileexplorer",
"version": "0.4.15",
"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"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"main_changeset": true,
"exports": {
".": "./Index.svelte",
"./example": "./Example.svelte",
"./package.json": "./package.json"
}
}