aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-07-03 17:08:03 +0300
committerGitHub <noreply@github.com>2020-07-03 17:08:03 +0300
commit2e7f7610169391c78d852caea73190e5d8c0b978 (patch)
treec6a85f5dd4810f1d1b710bc86a100d9442d8d9d4 /package.json
parent0b234a7ae255990d71f847a5519482ccb0d83fcb (diff)
parent9dfbf0377663d92a2f34ebe0cf435b473ee5445b (diff)
downloadwhich-ui-2e7f7610169391c78d852caea73190e5d8c0b978.tar.gz
Merge pull request #57 from which-ecosystem/virtual-render
Virtualize Feed component
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 72bec20..d0cd06b 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,7 @@
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-scripts": "3.4.1",
+ "react-virtualized": "^9.21.2",
"typeface-roboto": "0.0.75",
"which-types": "^1.6.1"
},
@@ -39,6 +40,7 @@
"@types/node": "^12.12.44",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
+ "@types/react-virtualized": "^9.21.10",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^6.8.0",