Summary: Inline sourcemaps were broken in Metro until 0.47.1, so now we can debug flipper plugins again! Reviewed By: passy Differential Revision: D10200221 fbshipit-source-id: 919c1bc4f7aee720f25f2375ffbd8a786ebd0017
21 lines
623 B
JSON
21 lines
623 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.1.0",
|
|
"@babel/generator": "^7.0.0",
|
|
"@babel/parser": "^7.1.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"metro": "^0.47.1",
|
|
"recursive-readdir": "2.2.2"
|
|
},
|
|
"devDependencies": {}
|
|
}
|