mirror of
https://github.com/flash555588/ai-model-workbench.git
synced 2026-07-22 17:30:25 +00:00
PLY loader (ASCII/binary, mesh + point cloud + vertex color), mobile compatibility (hardware scaling), SPLAT summary fix.
26 lines
757 B
JSON
26 lines
757 B
JSON
{
|
|
"name": "obsidian-ai-3d-model-workbench",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Obsidian plugin scaffold for AI-assisted 3D model analysis and knowledge mapping.",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "node esbuild.config.mjs production",
|
|
"typecheck": "tsc --noEmit --skipLibCheck"
|
|
},
|
|
"devDependencies": {
|
|
"@codemirror/language": "^6.12.3",
|
|
"@lezer/common": "^1.5.2",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@lezer/lr": "^1.4.10",
|
|
"@types/node": "^22.15.17",
|
|
"esbuild": "^0.25.4",
|
|
"obsidian": "^1.8.7",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@babylonjs/core": "^9.5.2",
|
|
"@babylonjs/loaders": "^9.5.2",
|
|
"htm": "^3.1.1"
|
|
}
|
|
}
|