-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 907 Bytes
/
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
{
"name": "mobile",
"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": {
"@clerk/clerk-expo": "^2.2.2",
"@expo-google-fonts/roboto": "^0.2.3",
"@types/react": "~18.2.79",
"expo": "~51.0.26",
"expo-auth-session": "~5.5.2",
"expo-font": "~12.0.9",
"expo-secure-store": "^13.0.2",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "~13.0.3",
"native-base": "^3.4.28",
"react": "18.0.0",
"react-native": "^0.74.5",
"react-native-safe-area-context": "3.3.2",
"react-native-svg": "12.1.1",
"typescript": "~5.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"react-native-svg-transformer": "^1.5.0"
},
"overrides": {
"react": "18.0.0"
},
"private": true
}