This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
73 lines (73 loc) · 2.32 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
{
"name": "streamable-app",
"version": "0.1.10",
"license": "MIT",
"scripts": {
"start": "expo start",
"startDev": "expo start --dev-client",
"android": "expo run:android",
"build": "eas build -p android --profile apk",
"buildLocal": "eas build -p android --profile apk --local",
"buildDev": "eas build -p android --profile development",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@expo-google-fonts/open-sans": "^0.2.2",
"@openspacelabs/react-native-zoomable-view": "^2.1.1",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/slider": "4.4.2",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.7",
"@sentry/react-native": "4.13.0",
"@sentry/tracing": "^7.27.0",
"add": "^2.0.6",
"apollo3-cache-persist": "^0.14.1",
"axios": "^1.2.1",
"dayjs": "^1.11.7",
"expo": "~48.0.5",
"expo-application": "~5.1.1",
"expo-auth-session": "~4.0.3",
"expo-av": "~13.2.1",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.1.5",
"expo-device": "~5.2.1",
"expo-font": "~11.1.1",
"expo-keep-awake": "~12.0.1",
"expo-linear-gradient": "~12.1.1",
"expo-linking": "~4.0.1",
"expo-navigation-bar": "~2.1.1",
"expo-random": "~13.1.1",
"expo-screen-orientation": "~5.1.1",
"expo-splash-screen": "~0.18.1",
"expo-sqlite": "~11.1.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"expo-video-player": "^2.2.0",
"expo-web-browser": "~12.1.1",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"polished": "^4.2.2",
"react": "18.2.0",
"react-native": "0.71.3",
"react-native-modal": "^13.0.1",
"react-native-modal-dropdown": "^1.0.2",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-vector-icons": "^9.2.0",
"react-query": "^3.39.2",
"sanitize-html": "^2.8.0",
"sentry-expo": "~6.1.0",
"styled-components": "^5.3.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@graphql-codegen/cli": "^2.16.1",
"@graphql-codegen/fragment-matcher": "^3.3.3",
"@graphql-codegen/introspection": "^2.2.3"
},
"private": false
}