This commit is contained in:
Robin Appelman 2021-07-26 23:39:13 +02:00
commit a47bd90a75
6 changed files with 518 additions and 313 deletions

View file

@ -14,11 +14,15 @@
"demo-inspector": "file:../pkg",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4"
"react-dropzone": "^11.3.4",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6"
},
"devDependencies": {
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.4",
"copy-webpack-plugin": "^9.0.1",
"ts-loader": "^9.2.4",
"typescript": "^4.3.5",