-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "devcon",
"version": "1.0.0",
"main": "index.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/nunito": "^0.2.3",
"@react-native-async-storage/async-storage": "1.18.2",
"@supabase/supabase-js": "^2.39.3",
"axios": "^1.6.5",
"expo": "^51.0.0",
"expo-app-loading": "^2.1.1",
"expo-auth-session": "~5.0.2",
"expo-constants": "~14.4.2",
"expo-font": "~11.4.0",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.14",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"nativewind": "^2.0.11",
"openai": "^4.25.0",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native-elements": "^3.4.3",
"react-native-otp-textinput": "^1.1.5",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.3",
"react-native-webview": "13.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.47",
"@types/react-test-renderer": "^18.0.7",
"tailwindcss": "3.3.2",
"typescript": "^5.3.3"
},
"private": true
}