Summary: Mainly convert `js` to `tsx` Additional change: - Try not to directly change object value in reduce function - Add emotion styled when there is error using style prop directly Reviewed By: nikoant Differential Revision: D21406943 fbshipit-source-id: 30312fa0b0d2d70fa52c5ff9db747e1a83beb270
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "Databases",
|
|
"version": "1.0.0",
|
|
"title": "Databases",
|
|
"icon": "internet",
|
|
"main": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {
|
|
"dateformat": "^3.0.3",
|
|
"sql-formatter": "^2.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dateformat": "^3.0.1",
|
|
"@types/sql-formatter": "^2.3.0"
|
|
},
|
|
"bugs": {
|
|
"email": "oncall+flipper@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/flippersupport/"
|
|
}
|
|
}
|