@shopify/flipper-plugin-react-native-performance
Version:
Flipper desktop plugin with tools for measuring lists performance, TTI, and more.
61 lines (60 loc) • 1.7 kB
JSON
{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "@shopify/flipper-plugin-react-native-performance",
"id": "@shopify/react-native-performance",
"description": "Flipper desktop plugin with tools for measuring lists performance, TTI, and more.",
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org/"
},
"version": "1.0.1",
"pluginType": "client",
"main": "dist/bundle.js",
"flipperBundlerEntry": "src/index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin",
"performance"
],
"icon": "apps",
"title": "ReactNativePerformancePlugin",
"scripts": {
"lint": "flipper-pkg lint",
"prepack": "flipper-pkg lint && flipper-pkg bundle",
"build": "flipper-pkg bundle",
"watch": "flipper-pkg bundle --watch",
"test": "jest --no-watchman"
},
"peerDependencies": {
"@emotion/styled": "*",
"antd": "*",
"flipper-plugin": "*",
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@emotion/styled": "^11.8.1",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^18.0.0",
"antd": "^4.18.8",
"flipper-pkg": "^0.147.1",
"flipper-plugin": "^0.147.1",
"jest": "^27.5.1",
"jest-mock-console": "^1.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
},
"jest": {
"testEnvironment": "jsdom"
},
"dependencies": {
"recharts": "^2.1.8"
},
"gitHead": "ebfbc1fa16a5fc458eb52bc2c8633d944cb2dce5"
}