Devon Govett 6ba1f0dd22
Implement @babel/plugin-transform-react-pure-annotations (#11428)
The new plugin is also enabled in `@babel/preset-react`
2020-05-24 22:55:29 +02:00

26 lines
685 B
JSON

{
"name": "@babel/plugin-transform-react-pure-annotations",
"version": "7.9.4",
"description": "Mark top-level React method calls as pure for tree shaking",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-pure",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}