Summary: Just keeping it up-to-date. Includes a fix for source maps which could be interesting. Reviewed By: jknoxville Differential Revision: D13023339 fbshipit-source-id: 4c68029bb3cef408e2a7b28a1cde39f246dc046d
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.1.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.49.0",
|
|
"recursive-readdir": "2.2.2"
|
|
},
|
|
"devDependencies": {}
|
|
}
|