mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
47 lines
2.1 KiB
JSON
47 lines
2.1 KiB
JSON
{
|
|
"name": "babel-preset-meteor",
|
|
"version": "6.22.0",
|
|
"description": "Babel preset for ES2015+ features supported by Meteor",
|
|
"author": "Ben Newman <ben@meteor.com>",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/meteor/babel-preset-meteor",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel-plugin-check-es2015-constants": "^6.22.0",
|
|
"babel-plugin-syntax-async-functions": "^6.13.0",
|
|
"babel-plugin-syntax-async-generators": "^6.13.0",
|
|
"babel-plugin-syntax-flow": "^6.18.0",
|
|
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
|
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.22.0",
|
|
"babel-plugin-transform-es2015-classes": "^6.22.0",
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.22.0",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.22.0",
|
|
"babel-plugin-transform-es2015-for-of": "^6.22.0",
|
|
"babel-plugin-transform-es2015-literals": "^6.22.0",
|
|
"babel-plugin-transform-es2015-modules-reify": "^0.4.5",
|
|
"babel-plugin-transform-es2015-object-super": "^6.22.0",
|
|
"babel-plugin-transform-es2015-parameters": "^6.22.0",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
|
|
"babel-plugin-transform-es2015-spread": "^6.22.0",
|
|
"babel-plugin-transform-es2015-sticky-regex": "^6.22.0",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
|
"babel-plugin-transform-es2015-typeof-symbol": "^6.22.0",
|
|
"babel-plugin-transform-es2015-unicode-regex": "^6.22.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.22.0",
|
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.22.0",
|
|
"babel-plugin-transform-regenerator": "^6.22.0",
|
|
"babel-template": "^6.22.0",
|
|
"babel-traverse": "^6.22.1",
|
|
"babel-types": "^6.22.0",
|
|
"babylon": "^6.15.0",
|
|
"lodash": "^4.17.4"
|
|
},
|
|
"peerDependencies": {
|
|
"babel-runtime": "^6.22.0"
|
|
}
|
|
}
|