add more plugins, rename some
This commit is contained in:
15
packages/babel-plugin-transform-react-jsx/package.json
Normal file
15
packages/babel-plugin-transform-react-jsx/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-jsx",
|
||||
"version": "1.0.0",
|
||||
"description": "Turn JSX into React function calls",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-plugin-transform-builder-react-jsx": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user