UNPKG

react-network-topology

Version:

![Topology sample](https://user-images.githubusercontent.com/12464010/115136756-d7a0b100-a05c-11eb-9963-6c0b07d702d2.png)

52 lines (51 loc) 1.34 kB
{ "name": "react-network-topology", "version": "0.0.5", "description": "", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && webpack && cp ./lib/rnt.css ./dist/lib/" }, "keywords": [ "network", "topology", "TCP/IP", "nms" ], "author": "", "license": "MIT", "dependencies": { "d3": "^6.7.0", "react": "^17.0.2" }, "devDependencies": { "@babel/core": "^7.13.15", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.13.15", "@types/d3": "^6.3.0", "@types/react": "^17.0.3", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^4.0.0-alpha.0", "css-loader": "^5.2.2", "mini-css-extract-plugin": "^1.5.0", "optimize-css-assets-webpack-plugin": "^5.0.4", "sass-loader": "^11.0.1", "terser-webpack-plugin": "^5.1.1", "ts-loader": "^8.1.0", "typescript": "^4.2.4", "webpack": "^5.33.2", "webpack-cli": "^4.6.0", "webpack-merge": "^5.7.3", "style-loader": "^2.0.0", "@babel/register": "^7.13.14" }, "bugs": { "url": "https://github.com/astro821/react-network-topology/issues", "email": "eastiris@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/astro821/react-network-topology" } }