-
Behrisch, M. (Michael) authored
This feature introduces @graphpolaris/shared/graph-layout with four layouts (circular, noverlap, random, forceatlas2) Shows how to apply layouts to graphology graphs in the schema.
Behrisch, M. (Michael) authoredThis feature introduces @graphpolaris/shared/graph-layout with four layouts (circular, noverlap, random, forceatlas2) Shows how to apply layouts to graphology graphs in the schema.
This project manages its dependencies using npm.
Learn more
package.json 2.58 KiB
{
"name": "graphpolaris",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@commitlint/config-conventional": "^16.0.0",
"@mui/material": "^5.4.1",
"@mui/styled-engine-sc": "^5.4.1",
"@mui/system": "^5.4.1",
"@reduxjs/toolkit": "^1.7.1",
"@types/cytoscape": "^3.19.4",
"@types/react-grid-layout": "^1.3.0",
"@types/styled-components": "^5.1.21",
"core-js": "^3.6.5",
"cytoscape": "^3.21.0",
"graphology": "^0.24.0",
"graphology-library": "^0.7.1",
"graphology-types": "^0.24.0",
"react": "17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-flow-renderer": "^9.7.4",
"react-grid-layout": "^1.3.3",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.6",
"regenerator-runtime": "0.13.7",
"styled-components": "^5.3.3",
"tslib": "^2.0.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-typescript": "7.12.13",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-angular": "^16.0.0",
"@jscutlery/semver": "^2.18.0",
"@nrwl/cli": "13.7.1",
"@nrwl/cypress": "13.7.1",
"@nrwl/eslint-plugin-nx": "13.7.1",
"@nrwl/jest": "13.7.1",
"@nrwl/linter": "13.7.1",
"@nrwl/react": "13.7.1",
"@nrwl/storybook": "^13.7.3",
"@nrwl/tao": "13.7.1",
"@nrwl/web": "13.7.1",
"@nrwl/workspace": "13.7.1",
"@storybook/addon-essentials": "~6.4.12",
"@storybook/builder-webpack5": "~6.4.12",
"@storybook/manager-webpack5": "~6.4.12",
"@storybook/react": "~6.4.12",
"@svgr/webpack": "^5.4.0",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-jest": "27.2.3",
"babel-loader": "8.1.0",
"cypress": "^9.1.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "^7.0.0",
"jest": "27.2.3",
"prettier": "^2.5.1",
"react-test-renderer": "17.0.2",
"ts-jest": "27.0.5",
"typescript": "~4.5.2",
"url-loader": "^3.0.0"
}
}