deps -- from babel-preset-react-app

This commit is contained in:
Michael Bradley, Jr 2018-10-01 18:33:32 -05:00 committed by Pascal Precht
parent e4bba25cd7
commit da4ccc133a
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,11 @@
},
"dependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-destructuring": "7.1.2",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
@ -30,7 +35,9 @@
"ascii-table": "0.0.9",
"async": "2.6.1",
"babel-loader": "8.0.4",
"babel-plugin-macros": "2.4.2",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.18",
"bip39": "2.5.0",
"check-dependencies": "1.1.0",
"chokidar": "2.0.4",