UNPKG

@marklogic-community/grove-react-visjs-graph

Version:
73 lines (72 loc) 1.92 kB
{ "name": "@marklogic-community/grove-react-visjs-graph", "version": "1.0.0-rc.2", "description": "React components to visualize RDF relationships", "main": "dist/index.js", "scripts": { "build": "npm run lint && webpack -p", "build:dev": "npm run lint && webpack --mode=development", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "npm run lint && jest", "test:watch": "npm run lint && jest --watch" }, "repository": { "type": "git", "url": "https://github.com/marklogic-community/grove-react-visjs-graph" }, "keywords": [ "MarkLogic", "Grove", "visjs", "graph", "RDF", "SPARQL", "visualization", "UI" ], "author": "Patrick McElwee <patrick.mcelwee@marklogic.com> (marklogic.com)", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.0.1", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-jest": "^24.7.1", "babel-loader": "^8.0.2", "canvas-prebuilt": "^1.6.11", "css-loader": "^1.0.0", "enzyme": "^3.6.0", "enzyme-adapter-react-16": "^1.5.0", "eslint": "^5.5.0", "eslint-config-prettier": "^3.0.1", "eslint-plugin-prettier": "^2.6.2", "eslint-plugin-react": "^7.11.1", "file-loader": "^2.0.0", "jest": "^24.7.1", "nock": "^9.6.1", "prettier": "^1.14.2", "react": "^16.5.0", "react-dom": "^16.5.0", "style-loader": "^0.23.0", "webpack": "^4.18.0", "webpack-cli": "^3.1.0" }, "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" }, "dependencies": { "babel-core": "^7.0.0-bridge.0", "isomorphic-fetch": "^2.2.1", "ml-visjs-graph": "^0.5.1", "regenerator-runtime": "^0.12.1" }, "jest": { "moduleNameMapper": { "\\.(css|less)$": "<rootDir>/test/styleMock.js" }, "setupFilesAfterEnv": [ "<rootDir>/test/setupTests.js" ] } }