aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEugene <eug-vs@keemail.me>2020-01-08 20:04:03 +0000
committerGitHub <noreply@github.com>2020-01-08 20:04:03 +0000
commit2a501e2877ee82a9d2cad4c714083b1d190d2aa2 (patch)
tree994b3c43d27d9dc29280210f8dfad15718f522a1 /package.json
parent4931f205e1250c649b3a48b96a7823a9d52615ff (diff)
parent20cb625343f4f46bcbea0f654f933f94de074ec1 (diff)
downloadchrono-cube-ui-2a501e2877ee82a9d2cad4c714083b1d190d2aa2.tar.gz
Merge pull request #30 from Eug-VS/react-window
Implement virtualized rendering
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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",