-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.48 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.48 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
{
"name": "hopebucket-react-native",
"version": "2.2.4",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:ios": "eas build --platform ios --profile production",
"build:android": "eas build --platform android --profile production",
"build:all": "eas build --platform all --profile production",
"submit:ios": "eas submit --platform ios",
"submit:android": "eas submit --platform android"
},
"dependencies": {
"@expo-google-fonts/cabin": "^0.4.2",
"@expo-google-fonts/delicious-handrawn": "^0.4.2",
"@expo-google-fonts/grand-hotel": "^0.4.1",
"@expo-google-fonts/just-another-hand": "^0.4.1",
"@expo-google-fonts/roboto": "^0.4.2",
"@expo-google-fonts/rubik": "^0.4.2",
"@expo-google-fonts/sriracha": "^0.4.1",
"@lottiefiles/dotlottie-react": "^0.13.5",
"@react-native-async-storage/async-storage": "^2.2.0",
"expo": "~54.0.33",
"expo-clipboard": "^8.0.8",
"expo-font": "^14.0.11",
"expo-sharing": "^14.0.8",
"expo-status-bar": "~3.0.9",
"expo-updates": "~29.0.16",
"fastlane": "^0.0.9",
"lottie-react-native": "^7.3.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-web": "^0.21.0"
},
"private": true,
"devDependencies": {
"eas-cli": "^16.32.0"
}
}