babel-preset-everything
Version:
all official proposed plugins for babel 7
65 lines (64 loc) • 2.2 kB
JSON
{
"name": "babel-preset-everything",
"version": "0.4.2",
"description": "all official proposed plugins for babel 7",
"main": "lib/index.js",
"scripts": {
"build": "npm run test && babel src -d lib",
"clean": "git clean -fXd -e \\!node_modules -e \\!node_modules/**/*",
"format": "prettier --write ./src/**/*.js",
"lint": "npm run format && eslint ./",
"lint:fix": "npm run format && eslint --fix ./",
"prepublish": "npm run clean && npm run build",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codejamninja/babel-preset-everything.git"
},
"keywords": [
"babel",
"preset",
"es6",
"babel7",
"plugin",
"proposed"
],
"author": "Jam Risser <jam@codejam.ninja> (https://codejam.ninja)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codejamninja/babel-preset-everything/issues"
},
"homepage": "https://github.com/codejamninja/babel-preset-everything#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"prettier": "^1.17.1"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-export-extensions": "^7.0.0-beta.32",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-dotall-regex": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"babel-plugin-transform-modern-regexp": "0.0.6"
},
"eslintIgnore": [
"lib"
]
}