diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index de99244..df38254 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,9 @@ "axios": "^0.19.0", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-scripts": "3.3.0" + "react-scripts": "3.3.0", + "react-virtualized-auto-sizer": "^1.0.2", + "react-window": "^1.8.5" }, "scripts": { "start": "react-scripts start", |