Files
flipper/desktop/plugins/public/databases/package.json
Anton Nikolaev c2a07e7638 Databases plugin migrated to Sandy functional API
Summary: Converted Databases plugin to Sandy functional API

Reviewed By: mweststrate

Differential Revision: D27999205

fbshipit-source-id: e9d2c7aa5858b9da3c1672efbb558fb6b1077b6b
2021-04-27 09:31:11 -07:00

33 lines
797 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-databases",
"id": "Databases",
"version": "0.0.0",
"title": "Databases",
"icon": "internet",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"dateformat": "^4.5.1",
"sql-formatter": "^2.3.3"
},
"devDependencies": {
"@testing-library/react": "^11.2.5",
"@types/dateformat": "^3.0.1",
"@types/sql-formatter": "^2.3.0",
"react-redux": "^7.2.3",
"redux-mock-store": "^1.0.1"
},
"peerDependencies": {
"flipper-plugin": "*"
},
"bugs": {
"email": "oncall+flipper@xmail.facebook.com",
"url": "https://fb.workplace.com/groups/flippersupport/"
}
}