-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.63 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.63 KB
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
{
"name": "gen-react-native",
"main": "expo-router/entry",
"version": "0.0.15",
"scripts": {
"start": "expo start -c",
"android": "expo prebuild -p android && expo run:android",
"android-release": "expo run:android --variant release",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"build": "expo prebuild --clean",
"build-android": "node --env-file .env.development.local ./scripts/build-android.js",
"storybook": "cross-env EXPO_PUBLIC_STORYBOOK_ENABLED='true' expo start",
"storybook-generate": "sb-rn-get-stories",
"storybook-android": "cross-env EXPO_PUBLIC_STORYBOOK_ENABLED='true' expo start --android",
"ios": "expo run:ios",
"e2e": "node --env-file .env.development.local ./scripts/maestro.js"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg)"
],
"setupFilesAfterEnv": [
"<rootDir>/__mocks__/globalMock.js"
]
},
"dependencies": {
"@expo/ngrok": "^4.1.3",
"@expo/vector-icons": "^14.1.0",
"@hookform/resolvers": "^5.0.1",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-google-signin/google-signin": "^14.0.1",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@types/jest": "^29.5.14",
"expo": "~53.0.27",
"expo-blur": "~14.1.4",
"expo-build-properties": "~0.14.8",
"expo-camera": "~16.1.11",
"expo-constants": "~17.1.6",
"expo-crypto": "~14.1.4",
"expo-dev-client": "~5.2.4",
"expo-document-picker": "~13.1.5",
"expo-file-system": "~18.1.10",
"expo-font": "~13.3.1",
"expo-haptics": "~14.1.4",
"expo-image": "~2.4.1",
"expo-linking": "~7.1.5",
"expo-localization": "~16.1.6",
"expo-print": "~14.1.4",
"expo-router": "~5.1.11",
"expo-secure-store": "~14.2.4",
"expo-sharing": "~13.1.5",
"expo-splash-screen": "~0.30.8",
"expo-sqlite": "~15.2.14",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.4",
"expo-system-ui": "~5.0.11",
"expo-tracking-transparency": "~5.2.4",
"expo-web-browser": "~14.2.0",
"firebase": "^11.8.1",
"i18n-js": "^4.5.1",
"jest": "~29.7.0",
"jest-expo": "~53.0.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.56.3",
"react-native": "0.79.6",
"react-native-gesture-handler": "~2.24.0",
"react-native-google-mobile-ads": "16.0.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5",
"reconnecting-websocket": "^4.4.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@gorhom/bottom-sheet": "^5.1.4",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-community/slider": "4.5.6",
"@storybook/addon-ondevice-actions": "^8.6.2",
"@storybook/addon-ondevice-controls": "^8.6.2",
"@storybook/react-native": "^8.6.2",
"@types/jest": "^29.5.12",
"@types/react": "~19.0.10",
"babel-loader": "^8.4.1",
"cross-env": "^7.0.3",
"eslint": "^9.25.0",
"eslint-config-expo": "~9.2.0",
"jest": "^29.2.1",
"jest-expo": "~53.0.10",
"react-native-svg": "15.11.2",
"typescript": "~5.8.3"
},
"private": true
}