UNPKG

959 BJSONView Raw
1{
2 "name": "babel-preset-airbnb",
3 "version": "2.1.1",
4 "description": "A babel preset for transforming your JavaScript for Airbnb",
5 "main": "index.js",
6 "author": "Josh Perez <josh.perez@airbnb.com>",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:airbnb/babel-preset-airbnb.git"
10 },
11 "keywords": [
12 "babel",
13 "es6",
14 "es2015",
15 "javascript"
16 ],
17 "license": "Apache-2.0",
18 "dependencies": {
19 "babel-plugin-syntax-trailing-function-commas": "^6.13.0",
20 "babel-plugin-transform-es2015-template-literals": "^6.8.0",
21 "babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
22 "babel-plugin-transform-es3-property-literals": "^6.8.0",
23 "babel-plugin-transform-exponentiation-operator": "^6.8.0",
24 "babel-plugin-transform-jscript": "^6.8.0",
25 "babel-plugin-transform-object-rest-spread": "^6.16.0",
26 "babel-preset-es2015-without-strict": "^0.0.4",
27 "babel-preset-react": "^6.16.0"
28 }
29}