78 lines
1.9 KiB
JSON
Executable file
78 lines
1.9 KiB
JSON
Executable file
{
|
|
"name": "three-forcegraph",
|
|
"version": "1.41.14",
|
|
"description": "Force-directed graph as a ThreeJS 3d object",
|
|
"type": "module",
|
|
"unpkg": "dist/three-forcegraph.min.js",
|
|
"main": "dist/three-forcegraph.mjs",
|
|
"module": "dist/three-forcegraph.mjs",
|
|
"types": "dist/three-forcegraph.d.ts",
|
|
"exports": {
|
|
"types": "./dist/three-forcegraph.d.ts",
|
|
"umd": "./dist/three-forcegraph.min.js",
|
|
"default": "./dist/three-forcegraph.mjs"
|
|
},
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vasturiano/three-forcegraph.git"
|
|
},
|
|
"homepage": "https://github.com/vasturiano/three-forcegraph",
|
|
"keywords": [
|
|
"3d",
|
|
"force",
|
|
"simulation",
|
|
"graph",
|
|
"three",
|
|
"d3",
|
|
"ngraph",
|
|
"webgl"
|
|
],
|
|
"author": {
|
|
"name": "Vasco Asturiano",
|
|
"url": "https://github.com/vasturiano"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vasturiano/three-forcegraph/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup -c",
|
|
"dev": "rollup -w -c rollup.config.dev.js",
|
|
"prepare": "npm run build"
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"dependencies": {
|
|
"accessor-fn": "1",
|
|
"d3-array": "1 - 3",
|
|
"d3-force-3d": "2 - 3",
|
|
"d3-scale": "1 - 4",
|
|
"d3-scale-chromatic": "1 - 3",
|
|
"data-joint": "1",
|
|
"kapsule": "1",
|
|
"ngraph.forcelayout": "3",
|
|
"ngraph.graph": "20",
|
|
"tinycolor2": "1"
|
|
},
|
|
"peerDependencies": {
|
|
"three": ">=0.118.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/preset-env": "^7.23.9",
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@types/three": ">=0.118.3",
|
|
"rimraf": "^5.0.5",
|
|
"rollup": "^4.9.6",
|
|
"rollup-plugin-dts": "^6.1.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
}
|