| Server IP : 107.13.46.68 / Your IP : 216.73.216.232 Web Server : Apache/2.4.58 (Ubuntu) System : Linux mariOS 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/node_modules/babel-preset-moxy/ |
Upload File : |
{
"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"
}
}