You could sorta do what we do in core, which is, add npm packages via package.json
and then copy JS files to a theme folder (like javascripts/discourse/lib/
for example) but you can’t import the packages from node_modules
directly, I don’t think that would work.
2 Likes