Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of edahlseng/configuration-build

Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Babel command line
Account's avatar
babel/babel
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Account's avatar
babel/babel
Compile object rest and spread to ES5
Account's avatar
babel/babel
This plugin transforms ES2015 modules to CommonJS
Account's avatar
babel/babel
Replace Object.assign with an inline helper
Account's avatar
babel/babel
Turn JSX into React function calls
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
Babel preset for all Flow plugins.
Account's avatar
eric.dahlseng/cli-tools
CLI Tools
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
novemberborn/babel-plugin-es6-promise
Babel plugin that rewrites Promise references to es6-promise, but only if necessary
Account's avatar
kesne/babel-plugin-inline-react-svg
A babel plugin that optimizes and inlines SVGs for your react components.
Account's avatar
stefanpenner/es6-promise
A lightweight library that provides tools for organizing asynchronous code
Account's avatar
fluture-js/Fluture
FantasyLand compliant (monadic) alternative to Promises
Account's avatar
ramda/ramda
A practical functional library for JavaScript programmers.
Account's avatar
char0n/ramda-adjunct
Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7
Account's avatar
eric.dahlseng/linter-configuration
Linter Configuration
Account's avatar
conventional-changelog/standard-version
replacement for `npm version` with automatic CHANGELOG generation

Support the repos that depend on this repository

Top contributors

edahlseng's profile
edahlseng
15 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
edahlseng

edahlseng/configuration-build

JavaScript
0
0
MIT License

The **@edahlseng/configuration-build** package supplies ready‑made configuration snippets for JavaScript projects, letting developers quickly scaffold Babel (and related) build settings for browser, module, or Node targets. By running `npx configuration-build setup <build‑type>` it injects the appropriate Babel config and npm `build` script into a project’s `package.json`, and the library can also be imported for custom configuration tooling. It’s aimed at front‑end and Node developers who want a zero‑config way to add standard build pipelines to their npm projects.