mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
499f106c9e
* add model3D * model3d component * add plot component * format * ingnore plot.svelte from prettier * update build script * update circleci config * remove circleci config change * change build script * remove change to build script * remove plot.svelte * remove duplicate save_flagged func * fix node space issue + format issues * Update ui.yml * Update ui.yml * Update ui.yml * remove changes to config files * updated codecov version * Update ui.yml Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"name": "@gradio/model3D",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/atoms": "workspace:^0.0.1",
|
|
"@gradio/upload": "workspace:^0.0.1",
|
|
"babylonjs": "^4.2.1",
|
|
"babylonjs-loaders": "^4.2.1"
|
|
}
|
|
}
|