feat: add List component

This commit is contained in:
doprz
2024-03-06 10:44:09 -06:00
parent b602b0b895
commit e6b4049403
4 changed files with 326 additions and 17 deletions

View File

@@ -24,10 +24,12 @@
"highcharts": "^11.3.0",
"highcharts-react-official": "^3.2.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-devtools-core": "^5.0.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"sql.js": "1.10.2",
"react-window": "^1.8.10",
"sass": "^1.69.5",
"sql.js": "1.9.0",
"uuid": "^9.0.1"
},
"devDependencies": {