mirror of
https://github.com/flash555588/ai-model-workbench.git
synced 2026-07-22 06:56:38 +00:00
32 lines
983 B
JSON
32 lines
983 B
JSON
{
|
|
"name": "obsidian-ai-3d-model-workbench",
|
|
"version": "0.0.4",
|
|
"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",
|
|
"@typescript-eslint/parser": "^8.59.2",
|
|
"esbuild": "^0.25.4",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-obsidianmd": "^0.2.9",
|
|
"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",
|
|
"htm": "^3.1.1"
|
|
}
|
|
}
|