-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.74 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.74 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
{
"name": "alternate",
"main": "expo-router/entry",
"version": "2.4.5",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"build-fdroid": "npm ci && npx expo prebuild --platform android --clean && cd android && ./gradlew clean && ./gradlew assembleRelease"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@pchmn/expo-material3-theme": "^1.3.2",
"@react-navigation/elements": "^2.3.8",
"@react-navigation/native": "^7.1.6",
"@shopify/flash-list": "^1.7.6",
"expo": "53.0.19",
"expo-clipboard": "~7.1.5",
"expo-crypto": "^15.0.8",
"expo-dev-client": "~5.2.4",
"expo-document-picker": "^13.1.6",
"expo-file-system": "^18.1.10",
"expo-image-picker": "^16.1.4",
"expo-local-authentication": "^17.0.8",
"expo-router": "~5.1.3",
"expo-sharing": "^13.1.5",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"libphonenumber-js": "^1.12.23",
"react": "19.0.0",
"react-hook-form": "^7.56.4",
"react-native": "0.79.5",
"react-native-actions-sheet": "^0.9.7",
"react-native-date-picker": "^5.0.13",
"react-native-gesture-handler": "~2.24.0",
"react-native-mmkv": "^3.2.0",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "^4.13.1",
"react-native-svg": "^15.12.0",
"tslib": "^2.8.1",
"zustand": "^5.0.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@biomejs/biome": "^2.2.5",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}