Files
flipper/desktop/flipper-ui-core/package.json
Andrey Goncharov 6af6652ab2 Export data for the universal export as a single zip archive
Summary:
Design doc: https://docs.google.com/document/d/1HLCFl46RfqG0o1mSt8SWrwf_HMfOCRg_oENioc1rkvQ/edit#

It is better UX not to prompt a user multiple times to save various pieces of the debug export

Reviewed By: passy

Differential Revision: D40550084

fbshipit-source-id: 51ea3acee7daf5074682219020e1e1eed2182b7d
2022-10-25 05:31:48 -07:00

83 lines
2.4 KiB
JSON

{
"name": "flipper-ui-core",
"private": true,
"version": "0.0.0",
"description": "Flipper's UI",
"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/icons": "^4.7.0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.10.4",
"@tanishiking/aho-corasick": "^0.0.1",
"antd": "4.19.2",
"cbuffer": "^2.2.0",
"console-feed": "^3.3.0",
"deep-equal": "^2.0.5",
"eventemitter3": "^4.0.7",
"flipper-client-sdk": "^0.0.3",
"flipper-common": "0.0.0",
"flipper-frontend-core": "0.0.0",
"flipper-plugin": "0.0.0",
"flipper-ui-core": "0.0.0",
"hotkeys-js": "^3.9.3",
"immer": "^9.0.12",
"js-base64": "^3.7.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lodash.memoize": "^4.1.2",
"p-map": "^4.0.0",
"react": "^0.0.0-experimental-14c2be8da-20220304",
"react-async": "^10.0.0",
"react-debounce-render": "^7.0.1",
"react-dom": "^0.0.0-experimental-14c2be8da-20220304",
"react-element-to-jsx-string": "^14.3.4",
"react-is": "^18.2.0",
"react-markdown": "^6.0.3",
"react-player": "^2.10.1",
"react-redux": "^7.2.6",
"react-test-renderer": "^0.0.0-experimental-2bf7c02f0-20220314",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"reselect": "^4.1.5",
"semver": "^7.3.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
"@types/deep-equal": "^1.0.1",
"@types/lodash.memoize": "^4.1.7",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.12",
"@types/react-is": "^17.0.3",
"@types/react-test-renderer": "^17.0.1",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/redux-mock-store": "^1.0.3",
"@types/uuid": "^8.3.4",
"flipper-test-utils": "0.0.0",
"jest-mock-console": "^1.2.3",
"redux-mock-store": "^1.0.1"
},
"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"
}