-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "linkbuddy",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.0",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"axios": "^1.7.7",
"eas-cli": "^13.4.2",
"expo": "~52.0.9",
"expo-clipboard": "~7.0.0",
"expo-dev-client": "^5.0.11",
"expo-linking": "~7.0.4",
"expo-secure-store": "~14.0.0",
"expo-share-intent": "^3.2.0",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "~14.0.1",
"moment": "^2.30.1",
"patch-package": "^8.0.0",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-webview": "13.12.5",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1"
},
"private": true
}