-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.11 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
{
"name": "runway",
"version": "1.0.0",
"main": "app/index.tsx",
"scripts": {
"prebuild": "expo prebuild",
"firebase-emulators": "cd functions && npm run emulators",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios --device",
"build-android": "eas build --profile development --platform android",
"postinstall": "patch-package"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@react-native-community/blur": "^4.4.0",
"@react-native-firebase/app": "^20.1.0",
"@react-native-firebase/auth": "^20.1.0",
"@react-native-firebase/firestore": "^20.1.0",
"@react-native-firebase/functions": "^20.1.0",
"@react-native-segmented-control/segmented-control": "^2.5.2",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@react-spring/native": "^9.7.3",
"expo": "~51.0.14",
"expo-av": "~14.0.6",
"expo-build-properties": "~0.12.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.18",
"expo-device": "~6.0.2",
"expo-font": "~12.0.7",
"expo-gl": "~14.0.2",
"expo-haptics": "~13.0.1",
"expo-linking": "~6.3.1",
"expo-notifications": "~0.28.9",
"expo-splash-screen": "^0.27.5",
"expo-status-bar": "~1.12.1",
"i": "^0.3.7",
"lottie-ios": "^4.4.1",
"lottie-react-native": "^6.7.2",
"obscenity": "^0.4.0",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-animated-numbers": "^0.6.2",
"react-native-collapsible-tab-view": "^8.0.0",
"react-native-countdown-component": "^2.7.1",
"react-native-gesture-handler": "^2.17.1",
"react-native-pager-view": "6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-store-version": "^1.4.1",
"react-native-tab-view": "^3.5.2",
"react-native-version-number": "^0.3.6",
"sentence-splitter": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.79",
"typescript": "~5.3.3"
},
"private": true
}