-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.26 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "4",
"@notifee/react-native": "5.7.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-camera-roll/camera-roll": "^5.0.3",
"@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "9.3.0",
"@react-native-community/slider": "4.2.3",
"@react-native-firebase/app": "16.4.3",
"@react-native-firebase/messaging": "^16.4.3",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^5.14.5",
"@sentry/react-native": "4.2.2",
"@stream-io/flat-list-mvcp": "^0.10.2",
"@stripe/stripe-react-native": "0.17.0",
"cross-env": "^7.0.3",
"expo": "^46.0.0",
"expo-application": "~4.2.2",
"expo-av": "~12.0.4",
"expo-constants": "~13.2.4",
"expo-dev-client": "~1.3.1",
"expo-device": "~4.3.0",
"expo-document-picker": "~10.3.0",
"expo-file-system": "~14.1.0",
"expo-font": "~10.2.0",
"expo-google-app-auth": "~8.3.0",
"expo-google-sign-in": "~10.2.0",
"expo-haptics": "~11.3.0",
"expo-image-manipulator": "~10.4.0",
"expo-image-picker": "~13.3.1",
"expo-image-picker-multiple": "https://github.com/Rig-21/expo-image-picker-multiple.git",
"expo-linking": "~3.2.2",
"expo-media-library": "~14.2.0",
"expo-permissions": "~13.2.0",
"expo-screen-orientation": "^4.3.0",
"expo-sharing": "~10.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-system-ui": "~1.3.0",
"expo-updates": "~0.14.6",
"firebase": "8.10.0",
"firebase-admin": "^10.0.1",
"firebase-functions": "^3.16.0",
"formik": "^2.2.9",
"latest": "^0.2.0",
"metro": "0.64.0",
"pokemontcgsdk": "^2.0.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-document-picker": "^8.1.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-haptic-feedback": "^1.14.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-paper": "^4.9.2",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.9.1",
"react-native-restart": "^0.0.22",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-shadow-2": "^7.0.6",
"react-native-svg": "12.4.4",
"react-native-vector-icons": "^9.0.0",
"react-native-web": "~0.18.7",
"react-native-zigzag-lines": "^0.1.1",
"react-navigation": "^4.4.4",
"react-navigation-drawer": "^2.7.1",
"react-navigation-stack": "^2.10.4",
"sentry-expo": "~5.0.0",
"stream-chat": "^7.1.0",
"stream-chat-expo": "5.3.1",
"yarn-upgrade-all": "^0.5.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.18.6"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"private": false,
"name": "TCM",
"version": "1.0.0"
}