2025-06-07 03:34:54 +00:00
|
|
|
{
|
|
|
|
|
"name": "3D Graph Plugin",
|
2026-06-29 12:16:20 +00:00
|
|
|
"version": "2.5.2",
|
2025-07-20 03:19:43 +00:00
|
|
|
"description": "Visualize your vault in 3D with a powerful, highly customizable, and filterable graph.",
|
2025-06-07 03:34:54 +00:00
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node esbuild.config.mjs",
|
|
|
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
|
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "Aryan Gupta",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^16.11.6",
|
2026-06-16 06:18:04 +00:00
|
|
|
"@types/three": "^0.184.1",
|
2025-06-07 03:34:54 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
|
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
|
|
|
"builtin-modules": "3.3.0",
|
|
|
|
|
"esbuild": "0.17.3",
|
2026-06-16 06:18:04 +00:00
|
|
|
"obsidian": "^1.13.1",
|
2025-06-07 03:34:54 +00:00
|
|
|
"tslib": "2.4.0",
|
2026-06-16 06:18:04 +00:00
|
|
|
"typescript": "^6.0.3"
|
2025-06-07 03:34:54 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-06-16 06:18:04 +00:00
|
|
|
"3d-force-graph": "^1.80.0",
|
|
|
|
|
"three": "^0.184.0",
|
|
|
|
|
"three-forcegraph": "^1.43.4",
|
2025-07-31 10:16:53 +00:00
|
|
|
"three-spritetext": "^1.10.0"
|
2025-06-07 03:34:54 +00:00
|
|
|
}
|
|
|
|
|
}
|