-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.64 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
57
58
{
"name": "beamdrop-mobile",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@shopify/react-native-skia": "2.6.2",
"ekilirelay": "^1.0.3",
"expo": "^56.0.1",
"expo-blur": "~56.0.4",
"expo-camera": "~56.0.8",
"expo-constants": "~56.0.23",
"expo-font": "~56.0.7",
"expo-haptics": "~56.0.3",
"expo-linear-gradient": "~56.0.4",
"expo-linking": "~56.0.16",
"expo-router": "~56.2.18",
"expo-splash-screen": "~56.0.14",
"expo-status-bar": "~56.0.4",
"expo-symbols": "~56.0.7",
"expo-system-ui": "~56.0.5",
"expo-web-browser": "~56.0.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.8.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@types/jest": "^29.5.12",
"@types/react": "~19.2.10",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.2.1",
"jest-expo": "~56.0.5",
"react-test-renderer": "18.3.1",
"typescript": "~6.0.3"
},
"private": true
}