Dependencies
There are a few npm modules that are required by each library components, add the following in your package.json or vianpm install --save
:
General:
- prop-types
- patternfly
App Container:
- react-router-dom
Message:
- react-css-transition-replace
Modal:
- react-modal
Navbar:
- react-bootstrap
- react-router-bootstrap
- react-router-dom (if used in isolation from App Container)
Tables:
- underscore
Note as this is a reactjs/redux library, the underlying assumption is that react/react-redux modules are already installed in your project.