apoo711_obsidian-3d-graph/package.json
Aryan Gupta f1ca5e4f9b 2.4.1
2025-08-01 23:42:49 +10:00

30 lines
852 B
JSON

{
"name": "3D Graph Plugin",
"version": "2.4.1",
"description": "Visualize your vault in 3D with a powerful, highly customizable, and filterable graph.",
"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",
"@types/three": "^0.177.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"3d-force-graph": "^1.77.0",
"three": "^0.177.0",
"three-spritetext": "^1.10.0"
}
}