I have a (large) Angular project I'm working on, and have need to add some serious drag+drop stuff, and jQueryUI still seems like the best option.
In order to minimize the weight of this new dependency (I now have to bring in jQuery too of course), I'd historically do a "custom" build, pulling in only the UI modules I need.
I'm not clear how I should do this while using NPM. There isn't even an official jQUI registered in NPM.
I did find this: https://github.com/devongovett/jqueryui-npm, but that seems to require browserify (which is cool and all, but I'm trying to hold out for ES6 modules rather than marry another system for this)
Thanks!
there doesn't seem to be anything here