UNPKG

react-sigma

Version:

Lightweight but powerful library for drawing network graphs built on top of SigmaJS

142 lines (141 loc) 4.4 kB
{ "name": "react-sigma", "description": "Lightweight but powerful library for drawing network graphs built on top of SigmaJS", "author": "Maxim Vorobjov <maxim.vorobjov@gmail.com>", "version": "1.2.35", "license": "MIT", "bugs": "https://github.com/dunnock/react-sigma/issues", "homepage": "https://github.com/dunnock/react-sigma", "repository": "dunnock/react-sigma", "scripts": { "build": "babel-node scripts/build-cli.js", "build:v": "babel-node scripts/build-cli.js --verbose", "build:sigma": "babel-node scripts/build-cli.js --sigma-only", "build:stats": "babel-node scripts/build-cli.js --stats", "build:doc": "documentation build src/* --shallow --config documentation.yml --github --format md --output DOCS.md", "pretest": "npm run build:sigma", "test": "babel-node scripts/test.js --env=jsdom", "publish:patch": "npm publish", "publish:minor": "npm-release minor", "flow": "flow; test $? -eq 0 -o $? -eq 2", "prepublish": "npm run build", "storybook": "start-storybook -p 9009 -s public", "build-storybook": "build-storybook -s public", "deploy-storybook": "storybook-to-ghpages" }, "files": [ "lib", "dist", "es", "sigma", "README.md", "DOCS.md", "LICENSE" ], "engines": { "node": ">=8.0" }, "main": "lib/index.js", "jsnext:main": "es/index.js", "module": "es/index.js", "keywords": [ "graph", "sigma.js", "force graph", "webgl graph", "neo4j graph", "json graph", "fast graph", "graph drawing", "react-component" ], "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/node": "^7.10.5", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-export-default-from": "^7.10.4", "@babel/plugin-transform-flow-strip-types": "^7.10.4", "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@maxsparrow/sigma": "1.2.1", "@storybook/addon-actions": "^5.2.8", "@storybook/addon-info": "^5.2.8", "@storybook/addon-knobs": "^5.2.8", "@storybook/addon-options": "^5.2.8", "@storybook/addons": "^5.2.8", "@storybook/react": "^5.2.8", "@storybook/storybook-deployer": "^2.8.6", "babel-eslint": "^10.1.0", "babel-jest": "^24.5.0", "babel-loader": "^8.1.0", "babel-plugin-flow-react-proptypes": "^25.0.0", "babel-plugin-transform-runtime": "^6.23.0", "case-sensitive-paths-webpack-plugin": "^2.3.0", "child-process-promise": "^2.2.0", "colors": "^1.4.0", "cross-spawn": "^6.0.5", "dagre": "^0.8.5", "dmd-clear": "^0.1.2", "eslint": "^6.8.0", "eslint-config-react-app": "^5.2.1", "eslint-loader": "^3.0.4", "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.6", "fake-xml-http-request": "^2.1.1", "file-loader": "4.2", "filesize": "^4.2.1", "find-cache-dir": "^3.3.1", "flow-bin": "0.106", "flow-typed": "^2.6.2", "fs-extra": "8", "fs-promise": "^2.0.0", "gzip-size": "^5.0.0", "imports-loader": "^0.8.0", "jest": "^24.5.0", "jest-canvas-mock": "^2.2.0", "lodash": "^4.17.20", "npm-release": "^1.0.0", "object-assign": "^4.1.1", "output-file-sync": "^2.0.1", "path-exists": "4", "promise": "^8.1.0", "react": "^16.13.1", "react-dev-utils": "^9.1.0", "react-dom": "^16.13.1", "recursive-readdir": "^2.1.1", "rimraf": "^3.0.2", "script-loader": "^0.7.0", "strip-ansi": "^5.1.0", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-manifest-plugin": "^2.2.0", "whatwg-fetch": "^3.4.0" }, "dependencies": {}, "peerDependencies": { "react": ">=15.3", "react-dom": ">=15.3" }, "jest": { "moduleFileExtensions": [ "jsx", "js", "json" ], "moduleNameMapper": { "^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/jest/FileStub.js", "^.+\\.css$": "<rootDir>/config/jest/CSSStub.js" }, "setupFiles": [ "<rootDir>/config/polyfills.js", "jest-canvas-mock" ], "testPathIgnorePatterns": [ "<rootDir>/(build|docs|node_modules|es|lib|dest|sigma|scripts|stats)/" ], "testEnvironment": "node" } }