2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-01-12 10:34:32 +08:00
gradio/js/model3D/package.json
pngwn 861d752a83
chore: update versions ()
* chore: update versions

* undo diff

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
2023-07-26 17:10:24 -04:00

19 lines
409 B
JSON

{
"name": "@gradio/model3D",
"version": "0.0.2",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/atoms": "workspace:^0.0.2",
"@gradio/icons": "workspace:^0.0.1",
"@gradio/upload": "workspace:^0.0.2",
"babylonjs": "^4.2.1",
"babylonjs-loaders": "^4.2.1"
},
"main_changeset": true
}