-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "babel-preset-react-app-babel-7",
"author": {
"name": "Casper Strömberg",
"email": "[email protected]"
},
"version": "1.1.0",
"description": "Babel preset used by Create React App updated to babel 7",
"repository": "casperstr/Create-React-App-Babel-7-preset",
"license": "MIT",
"bugs": {
"url": "https://github.com/casperstr/Create-React-App-Babel-7-preset"
},
"files": [
"index.js"
],
"dependencies": {
"@babel/plugin-proposal-class-properties": "7.0.0-beta.37",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.37",
"@babel/plugin-proposal-optional-chaining": "7.0.0-beta.37",
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.37",
"@babel/plugin-transform-destructuring": "7.0.0-beta.37",
"@babel/plugin-transform-react-jsx": "7.0.0-beta.37",
"@babel/plugin-transform-react-jsx-self": "7.0.0-beta.37",
"@babel/plugin-transform-react-jsx-source": "7.0.0-beta.37",
"@babel/plugin-transform-regenerator": "7.0.0-beta.37",
"@babel/plugin-transform-runtime": "7.0.0-beta.37",
"@babel/preset-env": "7.0.0-beta.37",
"@babel/preset-react": "7.0.0-beta.37",
"babel-plugin-dynamic-import-node": "1.1.0",
"babel-plugin-transform-react-constant-elements": "6.23.0"
},
"peerDependencies": {
"@babel/runtime": "^7.0.0-beta.37"
}
}