gradio/js/atoms/package.json
pngwn ba4c6d9e65
chore: update versions (#5177)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-23 15:41:08 -07:00

16 lines
299 B
JSON

{
"name": "@gradio/atoms",
"version": "0.1.0",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/utils": "workspace:^",
"@gradio/icons": "workspace:^"
},
"main_changeset": true
}