File: //usr/share/node_modules/babel-preset-moxy/package.json
{
"name": "babel-preset-moxy",
"description": "Babel preset to be used at MOXY",
"version": "3.2.0",
"keywords": [
"babel",
"preset",
"react",
"moxy",
"transpile"
],
"author": "André Cruz <andre@moxy.studio>",
"homepage": "https://github.com/moxystudio/babel-preset-moxy",
"repository": {
"type": "git",
"url": "git@github.com:moxystudio/babel-preset-moxy.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"
},
"standard-version": {
"scripts": {
"posttag": "git push --follow-tags origin master"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-react-display-name": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-react-jsx-self": "^7.2.0",
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/runtime": "^7.4.3",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist-config-google": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"eslint": "^5.5.0",
"eslint-config-moxy": "^7.1.0",
"husky": "^2.1.0",
"jest": "^24.5.0",
"jest-serializer-path": "^0.1.15",
"lint-staged": "^8.1.3",
"standard-version": "^5.0.0"
}
}