-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "josh-react-native",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@gorhom/bottom-sheet": "^4.6.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.10.1",
"@types/react": "~18.3.12",
"expo": "~52.0.18",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"install": "^0.13.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-elements": "^3.4.3",
"react-native-floating-label-input": "^1.4.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-vector-icons": "^10.1.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react-native-vector-icons": "^6.4.18"
},
"private": true
}