This repository was archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"name": "clerk-expo-starter",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@clerk/clerk-expo": "^0.18.12",
"@expo/vector-icons": "13.0.0",
"@react-navigation/bottom-tabs": "6.5.8",
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
"@types/expo": "33.0.1",
"expo": "~49.0.0",
"expo-asset": "8.10.1",
"expo-auth-session": "5.0.2",
"expo-constants": "14.4.2",
"expo-font": "11.4.0",
"expo-linking": "5.0.2",
"expo-random": "13.2.0",
"expo-secure-store": "12.3.1",
"expo-splash-screen": "0.20.4",
"expo-status-bar": "1.6.0",
"expo-web-browser": "12.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "3.22.1",
"react-native-url-polyfill": "1.3.0",
"react-native-web": "0.19.6",
"uri-scheme": "1.1.0"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@types/react": "^18.2.14",
"@types/react-native": "^0.72.2",
"jest-expo": "^49.0.0",
"prettier": "^2.8.4",
"typescript": "^5.1.6"
},
"private": true
}