babel-plugin-transform-es2015-typeof-symbol(latest: 6.23.0) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
babel-plugin-transform-runtime(latest: 6.23.0) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
babel(latest: 6.23.0) Turn ES6 code into readable vanilla ES5 with source maps
babel-preset-flow(latest: 6.23.0) Babel preset for all Flow plugins.
babel-plugin-transform-class-properties(latest: 6.24.1) This plugin transforms static class properties as well as properties declared with the property initializer syntax
babel-types(latest: 6.26.0) Babel Types is a Lodash-esque utility library for AST nodes
babel-template(latest: 6.26.0) Generate an AST from a string template.
babel-traverse(latest: 6.26.0) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
babel-plugin-date-fns(latest: 2.0.0) > :warning: The current version (2.x) supports date-fns v2. If you are using v1, please use [1.x](https://github.com/date-fns/babel-plugin-date-fns/tree/v1).
@babel/plugin-syntax-numeric-separator(latest: 7.10.4) Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
@babel/helper-regex(latest: 7.10.5) Helper function to check for literal RegEx
@babel/polyfill(latest: 7.12.1) Provides polyfills necessary for a full ES2015+ environment
@babel/standalone(latest: 7.16.12) Standalone build of Babel for use in non-Node.js environments.
@babel/plugin-proposal-partial-application(latest: 7.17.12) Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression
@babel/helper-check-duplicate-nodes(latest: 7.18.4) Babel helper module for babel transforms authors to check the AST against duplicated nodes.
@babel/plugin-proposal-class-properties(latest: 7.18.6) This plugin transforms static class properties as well as properties declared with the property initializer syntax
@babel/plugin-transform-typeof-symbol(latest: 7.18.9) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
@babel/plugin-external-helpers(latest: 7.18.6) This plugin contains helper functions that’ll be placed at the top of the generated code
@babel/helpers(latest: 7.21.0) Collection of helper functions used by Babel transforms.
@babel/plugin-transform-runtime(latest: 7.21.0) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
@babel/traverse(latest: 7.21.3) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
@babel/types(latest: 7.21.3) Babel Types is a Lodash-esque utility library for AST nodes