Files
flipper/desktop/flipper-plugin/package.json
Michel Weststrate ea0cc7f15b Update to Immer 9 for better type inference
Summary: Per title

Reviewed By: passy

Differential Revision: D27202660

fbshipit-source-id: 074c44275a93c3fb35d2f491b51d82aa9792dd70
2021-03-22 06:25:04 -07:00

44 lines
1.1 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": {
"@emotion/css": "^11.0.0",
"@emotion/react": "^11.1.1",
"immer": "^9.0.0",
"lodash": "^4.17.20",
"react-element-to-jsx-string": "^14.3.2",
"react-virtual": "^2.4.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"jest-mock-console": "^1.0.1",
"typescript": "^4.1.2"
},
"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"
}