@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-syntax-numeric-separator(latest: 7.10.4) Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
@babel/template(latest: 7.25.9) Generate an AST from a string template.
@babel/traverse(latest: 7.25.9) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
@babel/plugin-transform-typeof-symbol(latest: 7.25.9) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
@babel/plugin-transform-runtime(latest: 7.25.9) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals