-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.67 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
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "my-template-app",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "bunx @biomejs/biome check .",
"lint:fix": "bunx @biomejs/biome check --write .",
"test": "jest",
"typecheck": "tsc --noEmit",
"prebuild": "bunx expo prebuild --clean",
"format": "bunx @biomejs/biome format .",
"format:write": "bunx @biomejs/biome format --write .",
"analyze:bundle": "bunx expo export --platform ios && npx source-map-explorer dist/main.js",
"install-maestro": "curl -Ls 'https://get.maestro.mobile.dev' | bash",
"e2e": "maestro test e2e/flows",
"e2e:ios": "maestro test e2e/flows --platform ios",
"e2e:android": "maestro test e2e/flows --platform android"
},
"dependencies": {
"@hookform/resolvers": "5.4.0",
"@legendapp/list": "3.0.4",
"@react-native-firebase/analytics": "^24.1.1",
"@react-native-firebase/app": "^24.1.1",
"@sentry/react-native": "^8.15.1",
"class-variance-authority": "^0.7.1",
"clsx": "2.1.1",
"dayjs": "1.11.21",
"expo": "^56.0.0",
"expo-application": "~56.0.3",
"expo-build-properties": "^56.0.19",
"expo-constants": "~56.0.18",
"expo-crypto": "~56.0.4",
"expo-device": "~56.0.4",
"expo-file-system": "~56.0.8",
"expo-image": "~56.0.11",
"expo-linking": "~56.0.14",
"expo-localization": "~56.0.6",
"expo-router": "~56.2.10",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"i18next": "25.10.10",
"lucide-react-native": "1.17.0",
"react": "19.2.3",
"react-hook-form": "7.78.0",
"react-i18next": "15.5.2",
"react-native": "0.85.3",
"react-native-adapty": "3.17.1",
"react-native-gesture-handler": "~2.31.1",
"react-native-mmkv": "4.3.1",
"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-worklets": "0.8.3",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.0",
"tslib": "^2.8.1",
"uniwind": "1.8.0",
"valibot": "1.4.1",
"zustand": "5.0.14"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@biomejs/biome": "2.4.16",
"@expo/metro-runtime": "~56.0.15",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "29.5.14",
"@types/react": "19.2.17",
"babel-plugin-inline-import": "^3.0.0",
"jest": "~29.7.0",
"jest-expo": "~56.0.5",
"lefthook": "2.1.9",
"react-test-renderer": "19.2.3",
"ts-jest": "^29.4.5",
"typescript": "~6.0.3"
},
"private": true
}