-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.65 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
{
"name": "codebuilder-admin",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"prebuild": "node scripts/setupBatteryOptimization.js",
"android": "npm run prebuild && expo run:android",
"bump-version": "node scripts/bumpVersion.js",
"eas-build-preinstall": "node scripts/setupBatteryOptimization.js",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"overrides": {
"react-native-reanimated": "~3.16.1"
},
"dependencies": {
"@dev-plugins/react-navigation": "^0.1.0",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/root": "github:react-native-async-storage/async-storage",
"@react-native-firebase/app": "^21.6.2",
"@react-native-firebase/auth": "^21.6.2",
"@react-native-firebase/messaging": "^21.7.1",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"babel-preset-expo": "^12.0.5",
"dotenv": "^16.4.7",
"expo": "~52.0.24",
"expo-background-fetch": "~13.0.4",
"expo-battery": "~9.0.2",
"expo-build-properties": "^0.13.1",
"expo-camera": "~16.0.14",
"expo-dev-client": "~5.0.8",
"expo-device": "~7.0.1",
"expo-font": "~13.0.2",
"expo-linking": "~7.0.3",
"expo-location": "^18.0.5",
"expo-media-library": "~17.0.5",
"expo-notifications": "~0.29.11",
"expo-router": "~4.0.16",
"expo-splash-screen": "~0.29.19",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo-task-manager": "~12.0.4",
"expo-web-browser": "~14.0.1",
"firebase": "^11.1.0",
"fs-extra": "^11.3.0",
"nativewind": "^4.1.23",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.76.6",
"react-native-console-view": "^0.0.21",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-maps": "1.18.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"install": "^0.13.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"react-test-renderer": "18.3.1",
"semver": "^7.7.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.3.3"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"dotenv",
"firebase"
]
}
}
}
}