@moxy/babel-preset
Version:
Babel preset to be used at MOXY
64 lines (63 loc) • 2.01 kB
JSON
{
"name": "@moxy/babel-preset",
"description": "Babel preset to be used at MOXY",
"version": "3.3.2",
"keywords": [
"babel",
"preset",
"react",
"moxy",
"transpile"
],
"author": "André Cruz <andre@moxy.studio>",
"homepage": "https://github.com/moxystudio/babel-preset",
"repository": {
"type": "git",
"url": "git@github.com:moxystudio/babel-preset.git"
},
"license": "MIT",
"files": [
"end-project.js",
"lib.js",
"lib"
],
"scripts": {
"lint": "eslint .",
"test": "jest --env node --coverage",
"prerelease": "npm t && npm run lint",
"release": "standard-version",
"postrelease": "git push --follow-tags origin HEAD && npm publish"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-transform-react-display-name": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/plugin-transform-react-jsx-self": "^7.8.3",
"@babel/plugin-transform-react-jsx-source": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.10.1",
"@babel/runtime": "^7.8.3",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist-config-google": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@moxy/eslint-config-base": "^13.0.3",
"@moxy/eslint-config-jest": "^13.0.3",
"@moxy/jest-config-base": "^6.0.0",
"eslint": "^7.28.0",
"husky": "^4.2.1",
"jest": "^26.6.3",
"lint-staged": "^11.0.0",
"standard-version": "^9.3.0"
}
}