UNPKG

react-graph-ts

Version:
70 lines (69 loc) 1.55 kB
{ "name": "react-graph-ts", "version": "0.0.26", "private": false, "description": "Graph stand on d3", "author": "shadowrix164@gmail.com", "license": "MIT", "homepage": "https://shadowrix.github.io/react-graph-ts/", "repository": { "type": "git", "url": "git+https://github.com/shadowrix/react-graph-ts.git" }, "bugs": { "url": "https://github.com/shadowrix/react-graph-ts/issues" }, "keywords": [ "d3", "react", "typescript", "graph", "graph-data-structure", "graph-visualization", "graph-library", "directed-graph", "undirected-graph", "nodes", "edges", "react-component", "jsx", "graph-ts", "data-structures", "react-graph-ts" ], "main": "dist/react-graph-ts.umd.js", "module": "dist/react-graph-ts.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/react-graph-ts.es.js", "require": "./dist/react-graph-ts.umd.js" } }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "prepare": "npm run build" }, "peerDependencies": { "d3": "^7.9.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/d3": "7.4.3", "@types/node": "24.10.0", "@types/react": "18.3.1", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "5.1.1", "d3": "7.9.0", "typescript": "5.9.3", "vite": "7.2.2", "vite-plugin-dts": "4.5.4" } }