mirror of
https://github.com/apoo711/obsidian-3d-graph.git
synced 2026-07-22 13:00:24 +00:00
31 lines
887 B
JSON
31 lines
887 B
JSON
{
|
|
"name": "3D Graph Plugin",
|
|
"version": "2.5.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.184.1",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "^1.13.1",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"dependencies": {
|
|
"3d-force-graph": "^1.80.0",
|
|
"three": "^0.184.0",
|
|
"three-forcegraph": "^1.43.4",
|
|
"three-spritetext": "^1.10.0"
|
|
}
|
|
}
|