Use react-window to prevent node overload + remove framer.motion

This commit is contained in:
Siklos 2022-08-12 22:12:54 +02:00
parent 9dcb703ec6
commit afeb551c26
5 changed files with 154 additions and 542 deletions

View file

@ -14,10 +14,10 @@
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"framer-motion": "^6.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-svg-pan-zoom": "^3.11.0"
"react-svg-pan-zoom": "^3.11.0",
"react-window": "^1.8.7"
},
"devDependencies": {
"@testing-library/dom": "^8.16.1",
@ -27,6 +27,7 @@
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-svg-pan-zoom": "^3.3.5",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vitejs/plugin-react": "^2.0.0",