2018-08-09 16:06:08 -04:00

23 lines
688 B
JSON

{
"name": "@babel/plugin-transform-react-constant-elements",
"version": "7.0.0-rc.1",
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-annotate-as-pure": "7.0.0-rc.1",
"@babel/helper-plugin-utils": "7.0.0-rc.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "7.0.0-rc.1",
"@babel/helper-plugin-test-runner": "7.0.0-rc.1"
}
}