You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
667 B
19 lines
667 B
{
|
|
"name": "babel-preset-react",
|
|
"version": "6.24.1",
|
|
"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": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-preset-flow": "^6.23.0",
|
|
"babel-plugin-syntax-jsx": "^6.3.13",
|
|
"babel-plugin-transform-react-display-name": "^6.23.0",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-plugin-transform-react-jsx-source": "^6.22.0",
|
|
"babel-plugin-transform-react-jsx-self": "^6.22.0"
|
|
}
|
|
}
|