-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.63 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
{
"name": "sls3105_client",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@clerk/clerk-expo": "^0.15.0",
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/work-sans": "^0.2.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^5.11.15",
"@react-navigation/stack": "^5.14.9",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"@types/react-native": "^0.71.5",
"convex": "^0.12.2",
"expo": "~48.0.10",
"expo-font": "~11.1.1",
"expo-secure-store": "^12.1.1",
"expo-status-bar": "~1.4.4",
"google-fonts": "^1.0.0",
"i": "^0.3.7",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.71.13",
"react-native-dotenv": "^3.4.8",
"react-native-element-dropdown": "^2.10.0",
"react-native-elements": "^3.4.3",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-random-values": "~1.9.0",
"react-native-option-menu": "^1.1.3",
"react-native-options-menu": "^2.0.2",
"react-native-phone-number-input": "^2.1.0",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"undefined": "@expo-google-fonts/work+sans"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"typescript": "^4.9.4"
},
"private": true
}