From d66419438a83e564583e1e8c28ed6c80d89f5648 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Tue, 7 Jan 2020 22:34:49 +0300 Subject: Implement SmartList component, hide body overflow --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index de99244..eeba040 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "axios": "^0.19.0", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-scripts": "3.3.0" + "react-scripts": "3.3.0", + "react-window": "^1.8.5" }, "scripts": { "start": "react-scripts start", -- cgit v1.2.3