-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
133 lines (133 loc) · 6.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "cardsandtreasure",
"version": "0.0.1",
"private": true,
"scripts": {
"set:dev": "cp environments/dev/.env ./ && cp environments/dev/GoogleService-Info.plist ./ios/ && cp environments/dev/Info.plist ./ios/cardsandtreasure/",
"set:prod": "cp environments/prod/.env ./ && cp environments/prod/GoogleService-Info.plist ./ios/ && cp environments/prod/Info.plist ./ios/cardsandtreasure/",
"postinstall": "husky install && patch-package && cp -r patches/WebRTC.xcframework ./node_modules/react-native-webrtc/apple && echo 'copied webrtc framework'",
"prestart": "node config && yarn generate",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start --reset-cache",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"clean:js": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && yarn cache clean && yarn install",
"clean:android": "cd android && ./gradlew clean && cd ../",
"clean:ios": "cd ios && pod cache clean --all && rm -rf build && xcodebuild clean && pod install && cd ../",
"clean": "yarn clean:js && yarn clean:ios && yarn clean:android && yarn start -- --reset-cache",
"wrap": "yarn lint && yarn test",
"generate": "graphql-codegen --config codegen.js -r dotenv/config ./.env",
"ts:watch": "tsc --noEmit --skipLibCheck --watch --pretty",
"ts": "tsc --noEmit --skipLibCheck --pretty",
"buildclean": "yarn clean:js && yarn clean:ios && yarn install",
"dist": "scripts/distribute.sh"
},
"dependencies": {
"@apollo/client": "3.3.15",
"@fawazahmed/react-native-read-more": "2.0.1",
"@intercom/intercom-react-native": "2.1.0",
"@invertase/react-native-apple-authentication": "2.1.1",
"@react-native-community/checkbox": "0.5.7",
"@react-native-community/masked-view": "0.1.10",
"@react-native-firebase/app": "11.1.2",
"@react-native-firebase/auth": "11.1.2",
"@react-native-firebase/firestore": "11.1.2",
"@react-native-firebase/functions": "11.1.2",
"@react-native-firebase/storage": "11.1.2",
"@react-native-google-signin/google-signin": "6.0.0",
"@react-navigation/bottom-tabs": "5.11.8",
"@react-navigation/native": "5.9.3",
"@react-navigation/stack": "5.14.3",
"@sentry/react-native": "3.2.10",
"@types/react-native-version-check": "3.4.4",
"axios": "0.21.1",
"country-region-data": "1.10.0",
"dayjs": "1.10.4",
"formik": "2.2.8",
"graphql": "15.5.0",
"i18n-js": "3.8.0",
"node-emoji": "1.10.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"ramda": "0.27.1",
"react": "17.0.1",
"react-avatar-edit": "^1.1.0",
"react-native": "0.64.0",
"react-native-actionsheet": "2.4.2",
"react-native-appsflyer": "6.5.20",
"react-native-blurhash": "1.1.4",
"react-native-config": "1.4.2",
"react-native-country-picker-modal": "2.0.0",
"react-native-date-picker": "4.2.0",
"react-native-flash-message": "0.1.23",
"react-native-gesture-handler": "1.10.3",
"react-native-idle-timer": "2.1.7",
"react-native-image-pan-zoom": "2.1.12",
"react-native-image-picker": "3.3.2",
"react-native-incall-manager": "3.3.0",
"react-native-keyboard-aware-scroll-view": "0.9.4",
"react-native-linear-gradient": "2.5.6",
"react-native-localize": "2.0.2",
"react-native-modal": "11.10.0",
"react-native-notifications": "4.1.2",
"react-native-parsed-text": "0.0.22",
"react-native-really-awesome-button": "1.6.0",
"react-native-reanimated": "2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "2.18.1",
"react-native-share": "7.0.0",
"react-native-sound": "0.11.1",
"react-native-splash-screen": "3.2.0",
"react-native-style-tachyons": "4.2.0",
"react-native-svg": "12.1.0",
"react-native-swiper-flatlist": "3.0.14",
"react-native-version-check": "3.4.2",
"react-native-video": "5.1.1",
"react-native-webrtc": "1.92.2",
"react-native-webview": "11.4.0",
"rn-fetch-blob": "0.12.0",
"rn-tooltip": "3.0.1",
"subscriptions-transport-ws": "0.9.18",
"toggle-switch-react-native": "3.2.0",
"yup": "0.32.9",
"yup-password": "0.2.1"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/runtime": "7.13.10",
"@graphql-codegen/cli": "1.21.4",
"@graphql-codegen/introspection": "1.18.2",
"@graphql-codegen/typescript": "1.22.0",
"@graphql-codegen/typescript-operations": "1.17.16",
"@graphql-codegen/typescript-react-apollo": "2.2.4",
"@react-native-community/eslint-config": "2.0.0",
"@types/i18n-js": "3.8.0",
"@types/jest": "26.0.21",
"@types/node-emoji": "1.8.1",
"@types/ramda": "0.27.34",
"@types/react-avatar-editor": "^12.0.0",
"@types/react-native": "0.63.52",
"@types/react-native-actionsheet": "^2.4.3",
"@types/react-native-incall-manager": "^3.2.1",
"@types/react-native-snap-carousel": "3.8.2",
"@types/react-native-video": "5.0.4",
"@types/react-native-webrtc": "1.75.4",
"@types/react-test-renderer": "16.9.5",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"babel-jest": "26.6.3",
"babel-plugin-import-graphql": "2.8.1",
"dotenv": "^14.2.0",
"eslint": "7.22.0",
"husky": "^7.0.4",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.64.0",
"react-test-renderer": "17.0.1",
"ts-jest": "26.5.6",
"typescript": "3.9.9"
},
"resolutions": {
"@types/react": "^17"
}
}