chokidar

Minimal and efficient cross-platform file watching library

cross-spawn

Cross platform child_process#spawn and child_process#spawnSync

ansi-styles

ANSI escape codes for styling strings in the terminal

type-fest

A collection of essential TypeScript types

resolve

resolve like require.resolve() on behalf of files asynchronously and synchronously

buffer

Node.js Buffer API, for the browser

readable-stream

Node.js Streams, a user-land copy of the stream library from Node.js

globby

User-friendly glob matching

acorn

ECMAScript parser

has-flag

Check if argv has a specific flag

color-convert

Plain color conversion functions

find-up

Find a file or directory by walking up parent directories

which

Like which(1) unix command. Find the first instance of an executable in the PATH.

@typescript-eslint/parser

An ESLint custom parser which leverages TypeScript ESTree

color-name

A list of color names and its values

iconv-lite

Convert character encodings in pure javascript.

prop-types

Runtime type checking for React props and similar objects.

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, css, less, ... and your custom stuff.

@typescript-eslint/eslint-plugin

TypeScript plugin for ESLint

brace-expansion

Brace expansion as known from sh/bash

ansi-regex

Regular expression for matching ANSI escape codes

react-is

Brand checking of React Elements.

emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.

mime

A comprehensive library for mime-type mapping

camelcase

Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`

yaml

JavaScript parser and stringifier for YAML

object-assign

ES2015 `Object.assign()` ponyfill

safe-buffer

Safer Node.js Buffer API

p-limit

Run multiple promise-returning & async functions with limited concurrency

source-map-support

Fixes stack traces for files with source maps

regenerator-runtime

Runtime for Regenerator-compiled generator and async functions.

rxjs

Reactive Extensions for modern JavaScript

signal-exit

when you want to fire an event no matter how a process exits.

mime-types

The ultimate javascript content-type utility.

nanoid

A tiny (116 bytes), secure URL-friendly unique string ID generator

slash

Convert Windows backslash paths to slash paths

eslint-plugin-import

Import with sanity.

@types/express

TypeScript definitions for express

fast-glob

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

inherits

Browser-friendly inheritance fully compatible with standard node.js inherits()