-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.84 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
61
{
"name": "vtrackchat",
"version": "2.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-voice/voice": "^3.2.4",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"compute-cosine-similarity": "^1.1.0",
"expo": "~51.0.28",
"expo-asset": "~10.0.10",
"expo-blur": "~13.0.2",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.28",
"expo-font": "^12.0.10",
"expo-linear-gradient": "^13.0.2",
"expo-splash-screen": "^0.27.6",
"expo-sqlite": "~14.0.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "^3.0.7",
"numeric": "^1.2.6",
"openai": "^4.67.3",
"react": "^18.2.0",
"react-hook-form": "^7.53.0",
"react-native": "0.74.5",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.16.1",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "^3.10.0",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-svg": "^15.7.1",
"react-native-vector-icons": "^10.2.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.13",
"@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.3.0",
"eslint": "^8.57.1",
"eslint-config-expo": "^7.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-expo": "^51.0.4",
"prettier": "^3.3.3",
"typescript": "^5.1.3"
},
"private": true
}