Summary: Releasing version 0.66.0 Reviewed By: nikoant Differential Revision: D25052024 fbshipit-source-id: 5ef39431905ca3bc2c4870bff2f8ae917ed1e81e
40 lines
961 B
JSON
40 lines
961 B
JSON
{
|
|
"name": "flipper-plugin",
|
|
"version": "0.66.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": {
|
|
"react-element-to-jsx-string": "^14.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.3",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@ant-design/icons": "^4.2.2",
|
|
"@testing-library/dom": "^7.26.3",
|
|
"@testing-library/react": "^11.1.0",
|
|
"antd": "^4.8.0",
|
|
"emotion": "^10.0.27",
|
|
"immer": "^7.0.5"
|
|
},
|
|
"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"
|
|
}
|