feat(dashboard) - Resizable and repositionable widgets.

This commit is contained in:
Willie Zutz 2025-07-26 13:16:12 -06:00
parent 7253cbc89c
commit 7b372e75da
11 changed files with 744 additions and 391 deletions

View file

@ -50,6 +50,7 @@
"playwright": "^1.52.0",
"react": "^19",
"react-dom": "^19",
"react-grid-layout": "^1.5.2",
"react-syntax-highlighter": "^15.6.1",
"react-text-to-speech": "^2.1.2",
"react-textarea-autosize": "^8.5.3",
@ -69,6 +70,7 @@
"@types/pdf-parse": "^1.1.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-grid-layout": "^1.3.5",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.30.5",
"eslint": "^8",