-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.06 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
68
69
70
{
"name": "mexboard",
"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",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@better-auth/expo": "^1.6.10",
"@polar-sh/better-auth": "^1.8.4",
"@polar-sh/sdk": "^0.47.1",
"@tailwindcss/postcss": "^4.2.2",
"@tanstack/react-query": "^5.100.10",
"better-auth": "^1.6.10",
"clsx": "^2.1.1",
"expo": "~56.0.9",
"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-linking": "~56.0.13",
"expo-network": "^56.0.5",
"expo-router": "~56.2.9",
"expo-secure-store": "^56.0.4",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo-symbols": "~56.0.6",
"expo-system-ui": "~56.0.5",
"expo-web-browser": "~56.0.5",
"lightningcss": "1.30.1",
"lucide-react-native": "^1.17.0",
"nativewind": "5.0.0-preview.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-css": "^3.0.6",
"react-native-gesture-handler": "~2.31.2",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.25.2",
"react-native-svg": "15.15.4",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.8.3",
"react-native-zeroconf": "^0.14.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@types/react": "~19.2.2",
"@types/react-native-zeroconf": "^0.13.1",
"typescript": "~6.0.3"
},
"overrides": {
"lightningcss": "1.30.1",
"expo-constants": "~56.0.17"
},
"private": true,
"packageManager": "pnpm@11.1.1+sha512.d1fdf5f73c617b64fa1a56a81c3c8dfe0e966e33a6010aa256b517ae77be21d93e05affc0de1a83b0e4f29d569f68b446ae8f068cd7247c0bb3df0fb4d7bdf9a"
}