This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
95 lines (95 loc) · 3.27 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
{
"version": "2.0.4",
"scripts": {
"start": "expo start --dev-client",
"clear": "expo start -c",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"rn-start": "react-native start",
"test": "jest",
"update": "eas update",
"eas-build-pre-install": "echo $GOOGLE_SERVICES | base64 -d > ./google-services.json"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "4.5.2",
"@react-native-firebase/app": "^18.1.0",
"@react-native-firebase/crashlytics": "^18.1.0",
"@react-navigation/material-bottom-tabs": "^5.2.18",
"@react-navigation/material-top-tabs": "^5.2.18",
"@react-navigation/native": "^5.7.5",
"@react-navigation/stack": "^5.9.2",
"@shopify/flash-list": "1.6.4",
"@types/expo__vector-icons": "^9.0.1",
"axios": "^1.6.0",
"expo": "~51.0.22",
"expo-app-loading": "^2.1.1",
"expo-application": "~5.9.1",
"expo-av": "~14.0.6",
"expo-build-properties": "~0.12.3",
"expo-checkbox": "~3.0.0",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.20",
"expo-font": "~12.0.9",
"expo-localization": "~15.0.3",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.21",
"i18next": "^23.2.3",
"native-base": "^2.13.14",
"peer": "^0.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.0.1",
"react-is": "^16.8.6",
"react-native": "0.74.3",
"react-native-elements": "^2.3.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-paper": "^4.4.1",
"react-native-reanimated": "~3.10.1",
"react-native-redash": "^15.11.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-tab-view": "^2.15.1",
"react-native-webview": "13.8.6"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-typescript": "^7.21.5",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.1.2",
"@types/jest": "^29.5.1",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
"@types/react-native": "~0.67.6",
"@types/react-test-renderer": "^18.0.0",
"babel-preset-expo": "~11.0.0",
"eas-cli": "^3.12.0",
"expo-community-flipper": "^48.0.1",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest-expo": "~51.0.3",
"mock-async-storage": "^2.2.0",
"react-native-flipper": "^0.201.0",
"react-native-flipper-performance-plugin": "^0.4.0",
"react-native-testing-library": "^6.0.0",
"react-test-renderer": "^18.2.0",
"typescript": "~5.3.3"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
],
"setupFilesAfterEnv": [
"<rootDir>/setup-tests.js"
]
},
"private": true,
"name": "speedrunhub"
}