UNPKG

@bolt/babel-preset-bolt

Version:

Babel preset configuration shared across the Bolt Design System

43 lines (42 loc) 1.24 kB
{ "name": "@bolt/babel-preset-bolt", "version": "5.0.0", "description": "Babel preset configuration shared across the Bolt Design System", "keywords": [ "babel", "bolt", "bolt design system", "es6", "node" ], "homepage": "https://boltdesignsystem.com", "bugs": "https://github.com/bolt-design-system/bolt/issues", "repository": "https://github.com/bolt-design-system/bolt/tree/master/packages/configs/babel-preset-bolt", "license": "MIT", "author": { "name": "Salem Ghoweri", "email": "me@salemghoweri.com" }, "main": "index.js", "babel": { "presets": [ "bolt" ] }, "dependencies": { "@babel/cli": "^7.13.0", "@babel/core": "^7.13.8", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-decorators": "^7.13.5", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.8", "@babel/plugin-syntax-jsx": "^7.12.13", "@babel/plugin-transform-react-jsx": "^7.12.17", "@babel/preset-env": "^7.13.9", "@bolt/browserslist-config": "^5.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "40c4ff53b21d5bef3772141e3385ab763ee8d2b1" }