-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.91 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ai-interview-prep",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"dev": "npx expo run:android --device"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.4.2",
"@expo-google-fonts/manrope": "^0.4.2",
"@gorhom/bottom-sheet": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.14.10",
"@tanstack/query-async-storage-persister": "^5.99.2",
"@tanstack/react-query": "^5.99.2",
"@tanstack/react-query-persist-client": "^5.99.2",
"axios": "^1.15.2",
"axios-auth-refresh": "^5.0.2",
"expo": "~54.0.33",
"expo-av": "^16.0.8",
"expo-document-picker": "~14.0.8",
"expo-font": "~14.0.11",
"expo-linear-gradient": "~15.0.8",
"expo-secure-store": "~15.0.8",
"expo-speech": "~14.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"lucide-react-native": "^1.7.0",
"react": "19.1.0",
"react-hook-form": "^7.72.1",
"react-native": "0.81.5",
"react-native-blob-util": "^0.24.7",
"react-native-date-picker": "^5.0.13",
"react-native-deepgram": "^2.0.4",
"react-native-gesture-handler": "^2.31.0",
"react-native-keyboard-controller": "^1.21.4",
"react-native-mmkv": "^4.3.1",
"react-native-network-logger": "^2.0.1",
"react-native-nitro-modules": "^0.35.4",
"react-native-pdf": "^7.0.4",
"react-native-reanimated": "^4.3.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-size-matters": "^0.4.2",
"react-native-svg": "^15.15.4",
"react-native-toast-message": "^2.3.3",
"react-native-worklets": "^0.8.1",
"yup": "^1.7.1",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}