forked from clerk/clerk-expo-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
122 lines (122 loc) · 3.99 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "clerk-expo-quickstart",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@clerk/clerk-expo": "^2.0.0",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/slider": "4.5.5",
"@react-native-picker/picker": "2.9.0",
"@rneui/themed": "^4.0.0-rc.8",
"@shopify/flash-list": "1.7.3",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "^5.52.2",
"axios": "^1.7.5",
"base-64": "^1.0.0",
"date-fns": "^3.6.0",
"expo": "~52.0.35",
"expo-auth-session": "~6.0.3",
"expo-av": "~15.0.1",
"expo-blur": "~14.0.3",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.2",
"expo-dev-client": "~5.0.12",
"expo-device": "~7.0.2",
"expo-file-system": "~18.0.2",
"expo-font": "~13.0.1",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.5",
"expo-image-picker": "~16.0.6",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.5",
"expo-location": "~18.0.6",
"expo-network": "~7.0.5",
"expo-notifications": "~0.29.13",
"expo-router": "~4.0.17",
"expo-secure-store": "~14.0.1",
"expo-sharing": "~13.0.1",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.8",
"expo-updates": "~0.26.18",
"expo-video-thumbnails": "~9.0.3",
"expo-web-browser": "~14.0.2",
"ffmpeg": "^0.0.4",
"ffmpeg-kit-react-native": "^6.0.2",
"lodash": "^4.17.21",
"lottie-react-native": "7.1.0",
"lucide-react": "^0.427.0",
"lucide-react-native": "^0.427.0",
"moti": "^0.30.0",
"nativewind": "^2.0.11",
"papaparse": "^5.5.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-blurhash": "^2.1.0",
"react-native-chart-kit": "^6.12.0",
"react-native-compressor": "^1.10.3",
"react-native-dotenv": "^3.4.11",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.12.1",
"react-native-error-boundary": "^1.2.7",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-google-places-autocomplete": "^2.5.7",
"react-native-html-to-pdf": "^0.12.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.18.0",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-paper": "^5.12.5",
"react-native-picker-select": "^9.2.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.4.0",
"react-native-share": "^10.2.1",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-snap-carousel": "^3.9.1",
"react-native-sound": "^0.11.2",
"react-native-svg": "15.8.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.13",
"react-navigation-shared-element": "^3.1.3",
"react-query": "^3.39.3",
"recharts": "^2.15.0",
"supabase": "^1.204.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/base-64": "^1.0.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.10",
"@types/papaparse": "^5.3.15",
"@types/react": "~18.3.12",
"@types/react-native-html-to-pdf": "^0.8.3",
"@types/react-native-snap-carousel": "^3.8.11",
"@types/react-test-renderer": "^18.0.7",
"jest": "^29.2.1",
"jest-expo": "~52.0.4",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.3.2",
"typescript": "~5.3.3"
},
"private": true
}