mirror of https://github.com/embarklabs/embark.git
deps -- from babel-preset-react-app
This commit is contained in:
parent
e4bba25cd7
commit
da4ccc133a
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue