mirror of https://github.com/mongodb/mongo
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "graph_visualizer",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=14.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"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.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": "6.1.3",
|
|
"canvas": "^2.11.2",
|
|
"date-fns": "^2.30.0",
|
|
"dayjs": "^1.11.7",
|
|
"force-graph": "^1.43.1",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"http-server": "^14.1.1",
|
|
"luxon": "^3.3.0",
|
|
"moment": "^2.29.4",
|
|
"p-limit": "^4.0.0",
|
|
"react": "^18.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-force-graph-2d": "1.25.0",
|
|
"react-force-graph-3d": "1.23.0",
|
|
"react-indiana-drag-scroll": "^2.2.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-resize-aware": "3.1.1",
|
|
"react-resize-detector": "^9.1.0",
|
|
"react-scripts": "^5.0.1",
|
|
"react-split-pane": "^0.1.92",
|
|
"react-virtualized": "^9.22.5",
|
|
"react-window": "^1.8.9",
|
|
"redux": "^4.2.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|