Merge branch 'IO_console' into 'master'
IO console material ui See merge request !1
Showing
This diff is collapsed.
... | @@ -8,11 +8,14 @@ | ... | @@ -8,11 +8,14 @@ |
"@testing-library/user-event": "^7.2.1", | "@testing-library/user-event": "^7.2.1", | ||
"ace-builds": "^1.4.8", | "ace-builds": "^1.4.8", | ||
"axios": "^0.19.2", | "axios": "^0.19.2", | ||
"material-dashboard-react": "^1.8.0", | |||
"react": "^16.13.0", | "react": "^16.13.0", | ||
"react-ace": "^8.0.0", | "react-ace": "^8.0.0", | ||
"react-d3-tree": "^1.16.1", | "react-d3-tree": "^1.16.1", | ||
"react-dom": "^16.13.0", | "react-dom": "^16.13.0", | ||
"react-scripts": "3.4.0" | "react-scripts": "3.4.0", | ||
"terminal-in-react": "^4.3.1", | |||
"prop-types": "latest" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
... | ... |