jQuery can be built with different modules, but it looks like you have to download the repo and build your own version yourself. There isn’t a user-friendly build process.
https://github.com/jquery/jquery#modules
Also, Zepto isn’t updated anymore. A possible alternative is Cash. It purposely follows the jQuery $ API, while stripping down some internals.