UNPKG

react-sigma-conglei

Version:

Lightweight but powerful library for drawing network graphs built on top of dunnock/react-sigma

126 lines (125 loc) 4.16 kB
{ "name": "react-sigma-conglei", "description": "Lightweight but powerful library for drawing network graphs built on top of dunnock/react-sigma", "author": "Conglei Shi <shiconglei@gmail.com>", "version": "1.1.31", "license": "MIT", "bugs": "https://github.com/conglei/react-sigma/issues", "homepage": "https://github.com/conglei/react-sigma", "repository": "conglei/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": "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": ">=6.3.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": { "@kadira/storybook-deployer": "^1.2.0", "@storybook/addon-info": "^3.0.0", "@storybook/addon-knobs": "3.0.0", "@storybook/addon-options": "3.0.0", "@storybook/addons": "3.0.0", "@storybook/react": "3.0.0", "babel-cli": "^6.23.0", "babel-core": "6.23.1", "babel-eslint": "^7.1.1", "babel-jest": "^19.0.0", "babel-loader": "^6.3.2", "babel-plugin-flow-react-proptypes": "^6.1.0", "babel-plugin-transform-class-properties": "^6.23.0", "babel-plugin-transform-export-extensions": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.24.1", "canvas": "^1.6.5", "case-sensitive-paths-webpack-plugin": "^1.1.4", "child-process-promise": "^2.2.0", "colors": "^1.1.2", "cross-spawn": "^5.1.0", "dagre": "^0.7.4", "dmd-clear": "^0.1.2", "eslint": "^3.16.1", "eslint-config-react-app": "^0.5.2", "eslint-loader": "^1.6.3", "eslint-plugin-flowtype": "^2.30.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.10.0", "fake-xml-http-request": "^1.4.0", "file-loader": "^0.10.1", "filesize": "^3.5.5", "find-cache-dir": "^0.1.1", "flow-bin": "^0.40.0", "flow-typed": "^2.1.5", "fs-extra": "^2.0.0", "fs-promise": "^2.0.0", "gzip-size": "^3.0.0", "imports-loader": "^0.7.1", "jest": "^19.0.2", "lodash": "^4.17.4", "npm-release": "^1.0.0", "object-assign": "^4.1.1", "output-file-sync": "^1.1.2", "path-exists": "^3.0.0", "promise": "^7.1.1", "react": "^15.4.2", "react-dev-utils": "^0.5.1", "react-dom": "^15.4.2", "recursive-readdir": "^2.1.1", "rimraf": "^2.6.1", "script-loader": "^0.7.0", "sigma-react": "1.2.10", "strip-ansi": "^3.0.1", "webpack": "^2.6.1", "webpack-manifest-plugin": "^1.1.0", "whatwg-fetch": "^2.0.2" }, "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"], "testPathIgnorePatterns": [ "<rootDir>/(build|docs|node_modules|es|lib|dest|sigma|scripts|stats)/" ], "testEnvironment": "node" } }