2022-04-19 03:26:30 +08:00
|
|
|
{
|
2023-08-04 06:01:18 +08:00
|
|
|
"name": "@gradio/model3d",
|
2023-10-18 14:38:35 +08:00
|
|
|
"version": "0.2.6",
|
2022-04-19 03:26:30 +08:00
|
|
|
"description": "Gradio UI packages",
|
|
|
|
"type": "module",
|
2023-08-04 06:01:18 +08:00
|
|
|
"main": "./index.svelte",
|
2022-04-19 03:26:30 +08:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-08-04 06:01:18 +08:00
|
|
|
"@gradio/atoms": "workspace:^",
|
|
|
|
"@gradio/icons": "workspace:^",
|
|
|
|
"@gradio/statustracker": "workspace:^",
|
|
|
|
"@gradio/upload": "workspace:^",
|
2023-08-24 04:48:10 +08:00
|
|
|
"@gradio/utils": "workspace:^",
|
2023-08-30 08:02:05 +08:00
|
|
|
"@types/babylon": "^6.16.6",
|
2022-04-19 03:26:30 +08:00
|
|
|
"babylonjs": "^4.2.1",
|
|
|
|
"babylonjs-loaders": "^4.2.1"
|
2023-07-22 02:13:21 +08:00
|
|
|
},
|
2023-08-04 06:01:18 +08:00
|
|
|
"main_changeset": true,
|
|
|
|
"exports": {
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./interactive": "./interactive/index.ts",
|
|
|
|
"./static": "./static/index.ts",
|
|
|
|
"./example": "./example/index.ts"
|
|
|
|
}
|
2022-04-19 03:26:30 +08:00
|
|
|
}
|