UNPKG

greuler

Version:

graph theory visualizations powered by d3 & webcola

79 lines (78 loc) 2.2 kB
{ "name": "greuler", "description": "graph theory visualizations powered by d3 & webcola", "main": "dist/greuler.js", "version": "1.0.0", "scripts": { "start": "webpack serve", "build": "webpack --env production && cp -r public/static dist && cp public/favicon.* dist", "prepare": "npm run build", "test": "jest" }, "dependencies": { "arrify": "^2.0.1", "compute-lcg": "^1.0.0", "d3-dispatch": "^1.0.3", "d3-drag": "^1.1.0", "d3-scale": "^1.0.6", "d3-scale-chromatic": "^2.0.0", "d3-selection": "^1.1.0", "d3-shape": "^1.2.0", "d3-timer": "^1.0.6", "d3-transition": "^1.1.0", "extend": "^3.0.2", "webcola": "^3.4.0" }, "devDependencies": { "@babel/cli": "7.12.10", "@babel/core": "7.12.10", "@babel/plugin-proposal-class-properties": "7.12.1", "@babel/preset-env": "7.12.11", "@babel/preset-react": "7.12.10", "@babel/preset-typescript": "7.12.7", "@mojs/core": "^0.288.2", "@reach/router": "^1.3.4", "autoprefixer": "^10.2.1", "babel-jest": "26.6.3", "babel-loader": "^8.0.0-beta.4", "babel-plugin-add-module-exports": "1.0.4", "babel-plugin-transform-class-properties": "6.24.1", "bulma": "^0.9.1", "clean-webpack-plugin": "^3.0.0", "css-loader": "^5.0.1", "html-webpack-plugin": "^5.0.0-beta.4", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.3", "mocha": "^4.0.1", "node-sass": "^5.0.0", "prettier": "^2.2.1", "prismjs": "^1.23.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-markdown": "^5.0.3", "sass-loader": "^10.1.0", "style-loader": "^2.0.0", "svg-inline-loader": "^0.8.2", "webpack": "5.11.0", "webpack-cli": "4.3.1", "webpack-dev-server": "^3.11.1" }, "repository": { "type": "git", "url": "git+https://github.com/mauriciopoppe/greuler.git" }, "keywords": [ "graph", "visualizations", "graph-theory" ], "files": [ "dist/greuler.js" ], "author": "Mauricio Poppe", "license": "MIT", "bugs": { "url": "https://github.com/mauriciopoppe/greuler/issues" }, "homepage": "https://github.com/mauriciopoppe/greuler#readme" }