-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.75 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
{
"name": "mealstogo",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "expo prebuild",
"prebuild:clean": "expo prebuild --clean",
"test": "jest",
"lint": "expo lint"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@gluestack-ui/nativewind-utils": "^1.0.28",
"@gluestack-ui/overlay": "^0.1.22",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-firebase/app": "^22.4.0",
"@react-native-firebase/auth": "^22.4.0",
"@react-native-firebase/functions": "^22.4.0",
"@stripe/stripe-react-native": "0.63.0",
"axios": "^1.7.0",
"camelize": "^1.0.1",
"dotenv": "^16.4.0",
"expo": "~55.0.0",
"expo-build-properties": "~55.0.13",
"expo-constants": "~55.0.0",
"expo-dev-client": "~55.0.0",
"expo-font": "~55.0.0",
"expo-linking": "~55.0.0",
"expo-router": "~55.0.0",
"expo-splash-screen": "~55.0.0",
"expo-status-bar": "~55.0.0",
"lottie-react-native": "^7.0.0",
"nativewind": "^4.2.3",
"react": "^19.2.5",
"react-native": "0.83.6",
"react-native-gesture-handler": "~2.30.0",
"react-native-maps": "^1.20.0",
"react-native-paper": "^5.12.0",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-webview": "13.16.0",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/camelize": "^1.0.1",
"@types/jest": "^30.0.0",
"@types/react": "^19.1.1",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"typescript": "~5.8.0"
},
"jest": {
"preset": "jest-expo"
}
}