Files
flipper/desktop/flipper-plugin/package.json
Pascal Hartig 3981ac9b1e Monday dep bump
Summary:
Going through all the patch updates and other small updates to pre-empt dependabot.

allow-large-files

Reviewed By: jknoxville

Differential Revision: D29547777

fbshipit-source-id: 86ef2408da0564049916cd96d66665074cdc23f2
2021-07-05 08:30:31 -07:00

50 lines
1.3 KiB
JSON

{
"name": "flipper-plugin",
"version": "0.0.0",
"description": "Flipper Desktop plugin SDK and components",
"repository": "facebook/flipper",
"main": "lib/index.js",
"flipperBundlerEntry": "src",
"types": "lib/index.d.ts",
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@reach/observe-rect": "^1.2.0",
"@types/uuid": "^8.3.1",
"immer": "^9.0.3",
"lodash": "^4.17.21",
"react-color": "^2.19.3",
"react-element-to-jsx-string": "^14.3.2",
"react-virtual": "^2.7.1",
"string-natural-compare": "^3.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/string-natural-compare": "^3.0.1",
"jest-mock-console": "^1.1.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"@ant-design/icons": "^4.2.2",
"@testing-library/dom": "^7.26.3",
"@testing-library/react": "^11.1.0",
"antd": "^4.11.2"
},
"scripts": {
"reset": "rimraf lib *.tsbuildinfo",
"build": "tsc -b",
"prepack": "yarn reset && yarn build"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/facebook/flipper",
"keywords": [
"Flipper"
],
"author": "Facebook, Inc"
}