-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.39 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.39 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "simply-life",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"android": "expo run:android",
"ios": "expo run:ios",
"start": "expo start",
"prebuild": "expo prebuild",
"prebuild:clean": "expo prebuild --clean",
"prettier": "prettier \"**/*.{js,jsx,ts,tsx}\" --write",
"web": "expo start --web",
"knip": "knip",
"test:e2e": "maestro test .maestro"
},
"dependencies": {
"@expo/ui": "0.2.0-beta.7",
"@gorhom/bottom-sheet": "^5.2.6",
"@legendapp/list": "^2.0.15",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-menu/menu": "2.0.0",
"@rn-primitives/hooks": "^1.3.0",
"@rn-primitives/portal": "^1.3.0",
"@rn-primitives/select": "^1.2.0",
"@rn-primitives/slot": "^1.2.0",
"@rn-primitives/toast": "^1.2.0",
"@rn-primitives/types": "^1.2.0",
"@sentry/react-native": "^7.2.0",
"@shopify/react-native-skia": "2.2.12",
"@tanstack/react-form": "^1.9.0",
"@tanstack/react-query": "^5.75.1",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"expo": "^54.0.0",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.17",
"expo-device": "~8.0.9",
"expo-document-picker": "~14.0.7",
"expo-font": "~14.0.9",
"expo-image": "~3.0.10",
"expo-image-picker": "~17.0.8",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-localization": "^17.0.7",
"expo-maps": "~0.12.8",
"expo-network": "~8.0.7",
"expo-notifications": "~0.32.12",
"expo-router": "~6.0.14",
"expo-sharing": "~14.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-symbols": "~1.0.7",
"expo-system-ui": "~6.0.8",
"expo-updates": "~29.0.12",
"expo-video": "~3.0.14",
"expo-web-browser": "~15.0.9",
"heroui-native": "1.0.0-beta.2",
"install": "^0.13.0",
"lucide-react-native": "^0.507.0",
"pressto": "^0.6.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-bouncy-checkbox": "^4.1.2",
"react-native-calendars": "^1.1313.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-ios-context-menu": "3.2.1",
"react-native-ios-utilities": "5.2.0",
"react-native-keyboard-controller": "^1.18.5",
"react-native-mmkv": "^4.0.0",
"react-native-pdf-renderer": "^2.3.0",
"react-native-reanimated": "~4.1.3",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "~4.16.0",
"react-native-select-dropdown": "^4.0.1",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-svg": "15.12.1",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"svg-path-properties": "^1.3.0",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.1.1",
"uniwind": "^1.0.1",
"victory-native": "^41.20.2",
"zeego": "^3.0.6",
"zod": "3.24.3"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@types/react": "~19.1.17",
"eas-build-cache-provider": "^16.4.2",
"expo-atlas": "^0.4.3",
"knip": "^5.61.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^4.1.17",
"typescript": "~5.9.3"
},
"overrides": {
"zeego": {}
},
"pnpm": {
"overrides": {},
"patchedDependencies": {
"react-native-select-dropdown": "patches/react-native-select-dropdown.patch"
}
},
"private": true,
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}