-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.04 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
59
60
61
62
63
64
65
66
67
{
"name": "@yanglee2421/expo",
"main": "expo-router/entry",
"version": "0.0.46",
"dependencies": {
"@expo/material-symbols": "^0.1.1",
"@expo/ui": "~56.0.16",
"@tanstack/react-form": "^1.33.0",
"@tanstack/react-query": "^5.100.14",
"axios": "^1.16.1",
"dayjs": "^1.11.21",
"drizzle-orm": "^0.45.2",
"expo": "~56.0.9",
"expo-application": "~56.0.3",
"expo-build-properties": "~56.0.17",
"expo-camera": "~56.0.7",
"expo-clipboard": "~56.0.4",
"expo-constants": "~56.0.17",
"expo-device": "~56.0.4",
"expo-font": "~56.0.5",
"expo-glass-effect": "~56.0.4",
"expo-image": "~56.0.10",
"expo-intent-launcher": "~56.0.4",
"expo-linking": "~56.0.13",
"expo-media-library": "~56.0.6",
"expo-network": "~56.0.5",
"expo-quick-actions": "^6.0.2",
"expo-router": "~56.2.9",
"expo-splash-screen": "~56.0.10",
"expo-sqlite": "~56.0.4",
"expo-status-bar": "~56.0.4",
"expo-symbols": "~56.0.6",
"expo-system-ui": "~56.0.5",
"expo-web-browser": "~56.0.5",
"immer": "^11.1.8",
"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.25.2",
"react-native-worklets": "0.8.3",
"try": "^1.0.3",
"use-immer": "^0.11.0",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/react": "~19.2.2",
"babel-plugin-inline-import": "^3.0.0",
"drizzle-kit": "^0.31.10",
"eas-cli": "^20.0.0",
"prettier": "^3.8.3",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"prebuild": "expo prebuild",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "expo lint",
"install:check": "expo install --check"
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}