flash555588_ai-model-workbench/package.json
Flash d06a93c67a feat: add PLY format and mobile support
PLY loader (ASCII/binary, mesh + point cloud + vertex color),
mobile compatibility (hardware scaling), SPLAT summary fix.
2026-05-07 17:51:56 +08:00

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"
}
}