-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.91 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.91 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
{
"name": "launch4fun",
"version": "1.2.1",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"start:dev": "NODE_ENV=development bun expo start",
"start:prod": "NODE_ENV=production bun expo start",
"android": "expo start --android",
"android:dev": "NODE_ENV=development bun expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"web:dev": "NODE_ENV=development bun expo start --web",
"build:dev": "eas build --profile development --platform android",
"build:preview": "eas build --profile preview --platform android",
"build:prod": "eas build --profile production --platform android",
"publish:dev": "expo publish --release-channel dev",
"publish:prod": "expo publish --release-channel prod"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/drawer": "^6.6.15",
"@reduxjs/toolkit": "^2.2.3",
"@tanstack/react-query": "^5.31.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"expo": "^51.0.18",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.19",
"expo-device": "~6.0.2",
"expo-haptics": "~13.0.1",
"expo-image": "~1.12.12",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-router": "~3.5.17",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-updates": "~0.25.18",
"i18n-js": "^4.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-maps": "1.14.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6",
"react-redux": "^9.1.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}