Implemented sorted graph

This commit is contained in:
Sebastian Seedorf
2022-08-15 23:24:58 +02:00
parent 183396f599
commit 9082dcdd26
15 changed files with 464 additions and 71 deletions

View File

@@ -10,18 +10,21 @@
},
"dependencies": {
"classnames": "^2.3.1",
"deepcopy": "^2.1.0",
"next": "12.2.4",
"pako": "^2.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-select": "^5.4.0",
"react-tooltip": "^4.2.21"
"react-tooltip": "^4.2.21",
"seedrandom": "^3.0.5"
},
"devDependencies": {
"@types/node": "18.6.4",
"@types/pako": "^2.0.0",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/seedrandom": "^3.0.2",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"typescript": "4.7.4"