Files
flipper/desktop/flipper-plugin/package.json
Pascal Hartig b3fa8dd6c1 Dep bump
Summary:
Took a few iterations to make offline mirror happy, but everything is green now.

allow-large-files

Reviewed By: nikoant

Differential Revision: D31690614

fbshipit-source-id: 38d0d6cb5e3f63b3707d917a1ed6fc6144762731
2021-10-19 09:21:36 -07:00

51 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.1",
"@reach/observe-rect": "^1.2.0",
"@types/uuid": "^8.3.1",
"flipper-common": "0.0.0",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"react-color": "^2.19.3",
"react-element-to-jsx-string": "^14.3.2",
"react-virtual": "^2.8.0",
"string-natural-compare": "^3.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/string-natural-compare": "^3.0.2",
"jest-mock-console": "^1.1.0",
"typescript": "^4.4.4"
},
"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"
}