Skip to content

Commit a4d482f

Browse files
committed
chore: removed unnecessary packages for me
1 parent df4f2f2 commit a4d482f

File tree

2 files changed

+3
-4673
lines changed

2 files changed

+3
-4673
lines changed

template/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"test": "./jest.sh",
1414
"bundle": "react-native-bundle-visualizer",
1515
"adb-reverse": "adb reverse tcp:8081 tcp:8081",
16-
"postinstall": "patch-package",
1716
"detox:ios": "./detox.sh ios",
1817
"detox:android": "./detox.sh android",
1918
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
@@ -32,7 +31,6 @@
3231
"@reduxjs/toolkit": "^1.5.1",
3332
"@sentry/react-native": "^2.4.3",
3433
"axios": "^0.21.1",
35-
"code-push": "4.0.2",
3634
"i18next": "^20.2.2",
3735
"lottie-ios": "3.1.8",
3836
"lottie-react-native": "^4.0.2",
@@ -45,7 +43,6 @@
4543
"react-native-dotenv": "^2.5.0",
4644
"react-native-fast-image": "^8.3.4",
4745
"react-native-file-logger": "^0.2.1",
48-
"react-native-flipper": "^0.90.2",
4946
"react-native-gesture-handler": "^1.10.3",
5047
"react-native-keychain": "^6.2.0",
5148
"react-native-onesignal": "^4.1.0",
@@ -62,7 +59,6 @@
6259
"react-native-webview": "11.4.1",
6360
"react-query": "^3.12.0",
6461
"react-redux": "^7.2.4",
65-
"redux-flipper": "^1.4.2",
6662
"styled-components": "^5.2.1",
6763
"styled-system": "^5.1.5"
6864
},
@@ -105,15 +101,15 @@
105101
"lint-staged": "^10.5.3",
106102
"metro-react-native-babel-preset": "^0.64.0",
107103
"miragejs": "^0.1.41",
108-
"patch-package": "^6.4.4",
109104
"plop": "^2.7.4",
110-
"postinstall-postinstall": "^2.1.0",
111105
"prettier": "^2.2.1",
112106
"react-dom": "17.0.1",
113107
"react-native-bundle-visualizer": "^2.2.1",
114108
"react-test-renderer": "17.0.1",
115109
"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"
117113
},
118114
"resolutions": {
119115
"@types/react": "^17"

0 commit comments

Comments
 (0)