chalk

Terminal string styling done right

commander

the complete solution for node.js command-line programs

debug

Lightweight debugging utility for Node.js and the browser

tslib

Runtime library for TypeScript helper functions

uuid

RFC9562 UUIDs

semver

The semantic version parser used by npm.

glob

the most correct and second fastest glob implementation in JavaScript

fs-extra

fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.

typescript

TypeScript is a language for application scale JavaScript development

@types/node

TypeScript definitions for node

lodash

Lodash modular utilities.

js-yaml

YAML 1.2 parser and serializer

dotenv

Loads environment variables from .env file

node-fetch

A light-weight module that brings Fetch API to node.js

rimraf

A deep deletion module for node (like `rm -rf`)

ws

Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js

strip-ansi

Strip ANSI escape codes from a string

minimatch

a glob matcher in javascript

react

React is a JavaScript library for building user interfaces.

mkdirp

Recursively mkdir, like `mkdir -p`

@babel/runtime

babel's modular runtime helpers

ajv

Another JSON Schema Validator

react-dom

React package for working with the DOM.

ms

Tiny millisecond conversion utility

execa

Process execution for humans

@babel/core

Babel compiler core.

string-width

Get the visual width of a string - the number of columns required to display it

lru-cache

A cache object that deletes the least-recently-used items.

postcss

Tool for transforming styles with JS plugins

async

Higher-order functions and common patterns for asynchronous code

wrap-ansi

Wordwrap a string with ANSI escape codes

eslint

An AST-based pattern checker for JavaScript.

express

Fast, unopinionated, minimalist web framework

minimist

parse argument options

inquirer

A collection of common interactive command line user interfaces.

prettier

Prettier is an opinionated code formatter

supports-color

Detect whether a terminal supports color

ora

Elegant terminal spinner

form-data

A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.

escape-string-regexp

Escape RegExp special characters