gradio/js/gallery/package.json
pngwn 008d84b042
chore: update versions (#8883)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-31 13:27:38 -07:00

31 lines
720 B
JSON

{
"name": "@gradio/gallery",
"version": "0.11.4",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"dependencies": {
"@gradio/atoms": "workspace:^",
"@gradio/client": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/image": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/file": "workspace:^",
"dequal": "^2.0.2"
},
"devDependencies": {
"@gradio/preview": "workspace:^"
},
"main": "./Index.svelte",
"main_changeset": true,
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json",
"./base": "./shared/Gallery.svelte"
}
}