diff options
author | eug-vs <eug-vs@keemail.me> | 2020-07-03 16:13:36 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-07-03 16:26:28 +0300 |
commit | b9ab4b1c608c7022d15a264ec123f2c1a476c33d (patch) | |
tree | 0a01dbe3ba7a5450ad647fb92ff382969816037c /package.json | |
parent | fc552cbf3ffcba6d2cc7003936f4b55378541525 (diff) | |
download | which-ui-b9ab4b1c608c7022d15a264ec123f2c1a476c33d.tar.gz |
feat: successfully virtualize list
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index f75c0e8..15972e6 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,14 @@ "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", + "@types/react-virtualized": "^9.21.10", "axios": "^0.19.2", "lodash": "^4.17.15", "react": "^16.13.1", "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" }, |