-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 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
{
"name": "meeter",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint app",
"postinstall": "npx react-native setup-ios-permissions && npx pod-install ios"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"expo": "~49.0.8",
"expo-application": "~5.3.0",
"expo-auth-session": "~5.0.2",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-dev-client": "~2.4.8",
"expo-linking": "~5.0.2",
"expo-location": "~16.1.0",
"expo-router": "2.0.0",
"expo-sms": "~11.4.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"firebase": "^10.3.1",
"jotai": "^2.4.1",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "~2.12.0",
"react-native-maps": "1.7.1",
"react-native-permissions": "^3.8.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"socket.io-client": "^4.7.2",
"expo-updates": "~0.18.19",
"expo-task-manager": "~11.3.0"
},
"reactNativePermissionsIOS": [
"LocationAccuracy",
"LocationAlways",
"LocationWhenInUse"
],
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.48.0",
"eslint-config-universe": "^12.0.0"
},
"private": true
}