Best of both worlds - Packages only + ES6/ES2015 Modules

I have hit a snag in my attempts to adapt the module architecture. My main problem is how to figure out exports from within packages and consume them in another package. Is there anyone with a git repo of an example app which has 2/3 packages sharing Namespace/Functionality exposed using the ES2015 modules?

Am I missing something in all these?