|
13 | 13 | "test": "./jest.sh", |
14 | 14 | "bundle": "react-native-bundle-visualizer", |
15 | 15 | "adb-reverse": "adb reverse tcp:8081 tcp:8081", |
16 | | - "postinstall": "patch-package", |
17 | 16 | "detox:ios": "./detox.sh ios", |
18 | 17 | "detox:android": "./detox.sh android", |
19 | 18 | "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
|
32 | 31 | "@reduxjs/toolkit": "^1.5.1", |
33 | 32 | "@sentry/react-native": "^2.4.3", |
34 | 33 | "axios": "^0.21.1", |
35 | | - "code-push": "4.0.2", |
36 | 34 | "i18next": "^20.2.2", |
37 | 35 | "lottie-ios": "3.1.8", |
38 | 36 | "lottie-react-native": "^4.0.2", |
|
45 | 43 | "react-native-dotenv": "^2.5.0", |
46 | 44 | "react-native-fast-image": "^8.3.4", |
47 | 45 | "react-native-file-logger": "^0.2.1", |
48 | | - "react-native-flipper": "^0.90.2", |
49 | 46 | "react-native-gesture-handler": "^1.10.3", |
50 | 47 | "react-native-keychain": "^6.2.0", |
51 | 48 | "react-native-onesignal": "^4.1.0", |
|
62 | 59 | "react-native-webview": "11.4.1", |
63 | 60 | "react-query": "^3.12.0", |
64 | 61 | "react-redux": "^7.2.4", |
65 | | - "redux-flipper": "^1.4.2", |
66 | 62 | "styled-components": "^5.2.1", |
67 | 63 | "styled-system": "^5.1.5" |
68 | 64 | }, |
|
105 | 101 | "lint-staged": "^10.5.3", |
106 | 102 | "metro-react-native-babel-preset": "^0.64.0", |
107 | 103 | "miragejs": "^0.1.41", |
108 | | - "patch-package": "^6.4.4", |
109 | 104 | "plop": "^2.7.4", |
110 | | - "postinstall-postinstall": "^2.1.0", |
111 | 105 | "prettier": "^2.2.1", |
112 | 106 | "react-dom": "17.0.1", |
113 | 107 | "react-native-bundle-visualizer": "^2.2.1", |
114 | 108 | "react-test-renderer": "17.0.1", |
115 | 109 | "regenerator-runtime": "^0.13.7", |
116 | | - "typescript": "^3.8.3" |
| 110 | + "typescript": "^3.8.3", |
| 111 | + "react-native-flipper": "^0.90.2", |
| 112 | + "redux-flipper": "^1.4.2" |
117 | 113 | }, |
118 | 114 | "resolutions": { |
119 | 115 | "@types/react": "^17" |
|
0 commit comments