-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 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
{
"name": "vibe-guide",
"version": "1.1.2",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "vitest run",
"generate:greetings": "node scripts/generate-greetings.js"
},
"dependencies": {
"@amplitude/analytics-react-native": "^1.5.16",
"@react-native-async-storage/async-storage": "^2.2.0",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"expo": "~54.0.29",
"expo-asset": "~12.0.11",
"expo-audio": "~1.1.1",
"expo-blur": "~15.0.8",
"expo-constants": "~18.0.12",
"expo-dev-client": "~6.0.20",
"expo-file-system": "~19.0.21",
"expo-haptics": "~15.0.8",
"expo-image": "^3.0.11",
"expo-keep-awake": "~15.0.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.10",
"expo-location": "~19.0.8",
"expo-router": "~6.0.20",
"expo-status-bar": "~3.0.9",
"openai": "^4.52.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-apple-llm": "^1.0.13",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@types/react": "~19.1.10",
"@vitest/coverage-v8": "2.1.2",
"typescript": "^5.3.3",
"vitest": "2.1.2"
},
"engines": {
"node": ">=18"
},
"resolutions": {
"@react-native-async-storage/async-storage": "2.2.0"
}
}