add babel-preset-react package
This commit is contained in:
15
packages/babel-preset-react/package.json
Normal file
15
packages/babel-preset-react/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "babel-preset-react",
|
||||
"version": "5.8.22",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
"license": "MIT",
|
||||
"repository": "babel/babel",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-flow": "*",
|
||||
"babel-plugin-syntax-jsx": "*",
|
||||
"babel-plugin-transform-react-jsx": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user