Snyk has created this PR to upgrade react-force-graph-2d from 1.18.1 to 1.23.10. See this package in npm: https://www.npmjs.com/package/react-force-graph-2d See this project in Snyk: https://app.snyk.io/org/mongodb-default/project/3b2e88fd-cb95-451f-b9f9-1f2c4e47706f?utm_source=github&utm_medium=referral&page=upgrade-pr
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "graph_visualizer",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"engineStrict": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"start-flask": "cd flask && flask run --no-debugger",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"//": "TODO: adding bezier and force-graph and locking versions until https://github.com/vasturiano/force-graph/issues/182 is resolved",
|
|
"dependencies": {
|
|
"@emotion/react": "^11.1.4",
|
|
"@emotion/styled": "^11.0.0",
|
|
"@material-ui/core": "5.0.0-alpha.22",
|
|
"@material-ui/icons": "5.0.0-alpha.22",
|
|
"@material-ui/lab": "5.0.0-alpha.22",
|
|
"bezier-js": "4.0.3",
|
|
"canvas": "^2.5.0",
|
|
"date-fns": "^2.16.1",
|
|
"dayjs": "^1.9.7",
|
|
"force-graph": "1.40.0",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"http-server": "^0.12.3",
|
|
"luxon": "^1.25.0",
|
|
"moment": "^2.29.1",
|
|
"p-limit": "^3.0.2",
|
|
"react": "^16.8",
|
|
"react-dom": "^16.0.0",
|
|
"react-force-graph-2d": "1.23.10",
|
|
"react-force-graph-3d": "1.18.8",
|
|
"react-indiana-drag-scroll": "^1.8.0",
|
|
"react-redux": "^7.2.2",
|
|
"react-resize-aware": "^3.1.0",
|
|
"react-resize-detector": "^6.6.5",
|
|
"react-scripts": "^4.0.3",
|
|
"react-split-pane": "^0.1.92",
|
|
"react-virtualized": "^9.22.2",
|
|
"react-window": "^1.8.6",
|
|
"redux": "^4.0.5",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|