flash555588_ai-model-workbench/package.json
flash555588 f10281553a fix: restore babylonjs-fbx-loader for direct FBX support
Per FORMAT_SUPPORT_DESIGN.md, FBX should have both direct channel
(babylonjs-fbx-loader) and convert channel (FBX2glTF CLI).
Bundle size 7.7MB is within design doc's expected 8.2-10MB range.
2026-05-08 10:47:39 +08:00

30 lines
909 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.6.0",
"@babylonjs/gui": "^9.6.0",
"@babylonjs/loaders": "^9.6.0",
"@babylonjs/materials": "^9.6.0",
"@babylonjs/serializers": "^9.6.0",
"babylonjs-fbx-loader": "^1.1.0",
"htm": "^3.1.1"
}
}