Tidy ups to config editor page

This commit is contained in:
Patrick Robertson
2025-02-27 13:02:50 +00:00
parent f58f110436
commit efe9fdf915
6 changed files with 434 additions and 219 deletions

View File

@@ -9,12 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"react": "latest",
"react-dom": "latest",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^10.0.0",
"yaml": "^2.7.0"
},