-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "grind",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"deploy": "npx expo export -p web && npx eas-cli@latest deploy"
},
"dependencies": {
"@clerk/clerk-expo": "^2.14.23",
"@expo/vector-icons": "^14.1.0",
"@sanity/client": "^7.11.0",
"@sanity/image-url": "^1.2.0",
"dequal": "^2.0.3",
"expo": "^53.0.4",
"expo-constants": "~17.1.4",
"expo-linking": "~7.1.4",
"expo-router": "~5.1.0",
"expo-secure-store": "^14.2.3",
"expo-splash-screen": "~0.30.7",
"expo-status-bar": "~2.2.3",
"groq": "^4.6.1",
"nativewind": "^4.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.4",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-web": "^0.20.0",
"rxjs": "^7.8.2",
"swr": "^2.3.6",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}