first flexlayout
Showing
- package-lock.json 5 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/App.js 6 additions, 8 deletionssrc/App.js
- src/components/experiment-list/simulation-details.js 10 additions, 2 deletionssrc/components/experiment-list/simulation-details.js
- src/components/simulation-view/simulation-view.js 65 additions, 0 deletionssrc/components/simulation-view/simulation-view.js
... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"bootstrap": "4.5", | "bootstrap": "4.5", | ||
"flexlayout-react": "0.5.5", | |||
"jszip": "3.2.0", | "jszip": "3.2.0", | ||
"react": "^17.0.1", | "react": "^17.0.1", | ||
"react-bootstrap": "1.4.0", | "react-bootstrap": "1.4.0", | ||
... | ... |
Please register or sign in to comment