-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
50 lines (50 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
48
49
50
{
"name": "expo-supabase-starter",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"web": "expo start --web",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "eslint . --fix"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@supabase/supabase-js": "^2.46.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"expo": "~52.0.3",
"expo-constants": "~17.0.2",
"expo-image": "~2.0.0",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.2",
"expo-secure-store": "~14.0.0",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.2",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.2",
"react-native": "0.76.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.0.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.13",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"eslint": "^9.14.0",
"eslint-config-universe": "^14.0.0",
"prettier": "^3.3.3",
"typescript": "~5.3.3"
},
"private": true
}