mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
37 lines
1.8 KiB
JSON
37 lines
1.8 KiB
JSON
{
|
|
"name": "babel-preset-meteor",
|
|
"version": "6.1.18",
|
|
"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.1.18",
|
|
"babel-plugin-syntax-flow": "^6.1.18",
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.1.18",
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.1.18",
|
|
"babel-plugin-transform-es2015-block-scoped-functions": "^6.1.18",
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
|
|
"babel-plugin-transform-es2015-classes": "^6.1.18",
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.1.18",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.1.18",
|
|
"babel-plugin-transform-es2015-for-of": "^6.1.18",
|
|
"babel-plugin-transform-es2015-function-name": "^6.1.18",
|
|
"babel-plugin-transform-es2015-literals": "^6.1.18",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.18",
|
|
"babel-plugin-transform-es2015-object-super": "^6.1.18",
|
|
"babel-plugin-transform-es2015-parameters": "^6.1.18",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.1.18",
|
|
"babel-plugin-transform-es2015-spread": "^6.1.18",
|
|
"babel-plugin-transform-es2015-sticky-regex": "^6.1.18",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.1.18",
|
|
"babel-plugin-transform-es2015-typeof-symbol": "^6.1.18",
|
|
"babel-plugin-transform-es2015-unicode-regex": "^6.1.18",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.1.18",
|
|
"babel-plugin-transform-es3-property-literals": "^6.1.18",
|
|
"babel-plugin-transform-flow-strip-types": "^6.1.18",
|
|
"babel-plugin-transform-regenerator": "^6.1.18"
|
|
}
|
|
}
|