16 lines
553 B
JSON
16 lines
553 B
JSON
{
|
|
"name": "babel-preset-react",
|
|
"version": "6.0.14",
|
|
"description": "Babel preset for all React plugins.",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-react",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel-plugin-syntax-flow": "^6.0.14",
|
|
"babel-plugin-syntax-jsx": "^6.0.14",
|
|
"babel-plugin-transform-react-jsx": "^6.0.14",
|
|
"babel-plugin-transform-flow-strip-types": "^6.0.14"
|
|
}
|
|
} |