make-dir

Make a directory and its parents if needed - Think `mkdir -p`

fast-glob

It's a very fast and efficient glob library for Node.js

object-assign

ES2015 `Object.assign()` ponyfill

eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.

open

Open stuff like URLs, files, executables. Cross-platform.

p-locate

Get the first fulfilled promise that satisfies the provided testing function

is-stream

Check if something is a Node.js stream

lodash

Lodash modular utilities.

chokidar

Minimal and efficient cross-platform file watching library

convert-source-map

Converts a source-map from/to different formats and allows adding/changing properties.

yargs-parser

the mighty option parser used by yargs

esbuild

An extremely fast JavaScript and CSS bundler and minifier.

lodash.merge

The Lodash method `_.merge` exported as a module.

eventemitter3

EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.

jsonwebtoken

JSON Web Token implementation (symmetric and asymmetric)

source-map-support

Fixes stack traces for files with source maps

json5

JSON for Humans

through2

A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise

isarray

Array#isArray for older browsers

picomatch

Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.

classnames

A simple utility for conditionally joining classNames together

slash

Convert Windows backslash paths to slash paths

clsx

A tiny (239B) utility for constructing className strings conditionally.

rollup

Next-generation ES module bundler

resolve-from

Resolve the path of a module like `require.resolve()` but from a given path

isexe

Minimal module to check if a file is executable.

jquery

JavaScript library for DOM operations

@types/react-dom

TypeScript definitions for react-dom

log-symbols

Colored symbols for various log levels. Example: `✔︎ Success`

function-bind

Implementation of Function.prototype.bind

cosmiconfig

Find and load configuration from a package.json property, rc file, TypeScript module, and more!

json-schema-traverse

Traverse JSON Schema passing each schema object to callback

ini

An ini encoder/decoder for node

sprintf-js

JavaScript sprintf implementation

yargs

yargs the modern, pirate-themed, successor to optimist.

deepmerge

A library for deep (recursive) merging of Javascript objects

handlebars

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

minipass

minimal implementation of a PassThrough stream

@testing-library/jest-dom

Custom jest matchers to test the state of the DOM

jsonfile

Easily read/write JSON files.