-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
124 lines (124 loc) · 4.12 KB
/
package.json
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
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "headpat-app",
"main": "index.js",
"version": "1.0.0",
"scripts": {
"prebuild": "expo prebuild",
"start": "expo start -c",
"dev": "expo start",
"dev:ios": "expo start -c --ios",
"dev:android": "expo start -c --android",
"dev:web": "expo start -c --web",
"web": "expo start -c --web",
"format": "prettier --write .",
"doctor": "npx expo-doctor@latest",
"build:ios": "eas build --platform ios",
"build:ios:local": "eas build --platform ios --local",
"build:ios:submit": "eas build --platform ios --auto-submit",
"build:android": "eas build --platform android",
"build:android:local": "eas build --platform android --local",
"build:all": "eas build --platform all",
"submit:ios": "eas submit -p ios",
"submit:android": "eas submit -p android",
"android": "expo run:android",
"ios": "expo run:ios",
"ios:clean": "expo prebuild --clean && expo run:ios",
"lint": "eslint ."
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.0.6",
"@hookform/resolvers": "^3.9.0",
"@icons-pack/react-simple-icons": "^10.2.0",
"@radix-ui/react-dialog": "^1.1.2",
"@react-native-firebase/app": "^21.6.0",
"@react-native-firebase/messaging": "^21.6.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-native/metro-config": "^0.76.2",
"@react-navigation/material-top-tabs": "^7.0.7",
"@react-navigation/native": "^7.0.0",
"@sentry/react-native": "~6.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"expo": "~52.0.28",
"expo-apple-authentication": "~7.1.3",
"expo-auth-session": "~6.0.2",
"expo-background-fetch": "~13.0.5",
"expo-build-properties": "~0.13.2",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.5",
"expo-dev-client": "~5.0.10",
"expo-device": "~7.0.2",
"expo-font": "~13.0.3",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.4",
"expo-image-picker": "~16.0.4",
"expo-insights": "~0.8.2",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.5",
"expo-localization": "~16.0.1",
"expo-location": "~18.0.5",
"expo-navigation-bar": "~4.0.7",
"expo-notifications": "~0.29.13",
"expo-router": "~4.0.17",
"expo-secure-store": "~14.0.1",
"expo-sharing": "~13.0.1",
"expo-splash-screen": "~0.29.21",
"expo-sqlite": "~15.1.0",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"expo-task-manager": "~12.0.5",
"expo-video": "~2.0.5",
"expo-video-thumbnails": "~9.0.3",
"expo-web-browser": "~14.0.2",
"i18n-js": "^4.5.0",
"lightningcss": "^1.28.2",
"lottie-react-native": "7.1.0",
"lucide-react-native": "^0.468.0",
"nativewind": "^4.1.23",
"prettier": "^3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-native": "0.76.6",
"react-native-appwrite": "^0.5.0",
"react-native-awesome-gallery": "^0.3.9",
"react-native-calendars": "^1.1304.1",
"react-native-country-flag": "^2.0.2",
"react-native-date-picker": "^5.0.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-htmlview": "^0.17.0",
"react-native-image-crop-picker": "^0.41.5",
"react-native-maps": "1.18.0",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "~3.16.6",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.13",
"sanitize-html": "^2.13.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~18.3.12",
"@types/react-native-htmlview": "^0.16.5",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9.16.0",
"eslint-config-expo": "^8.0.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
"private": true
}