Use material ui react to display components in cards and lay them out
Showing
This diff is collapsed.
... | ... | @@ -8,12 +8,14 @@ |
"@testing-library/user-event": "^7.2.1", | ||
"ace-builds": "^1.4.8", | ||
"axios": "^0.19.2", | ||
"material-dashboard-react": "^1.8.0", | ||
"react": "^16.13.0", | ||
"react-ace": "^8.0.0", | ||
"react-d3-tree": "^1.16.1", | ||
"react-dom": "^16.13.0", | ||
"react-scripts": "3.4.0", | ||
"terminal-in-react": "^4.3.1" | ||
"terminal-in-react": "^4.3.1", | ||
"prop-types": "latest" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
... | ... |