forked from Alovoa/alovoa-expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.14 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
{
"name": "alovoa-expo",
"version": "2.1.0",
"private": true,
"scripts": {
"android": "expo run:android",
"doctor": "npx expo-doctor@latest",
"eas": "npx eas-cli@latest",
"ios": "expo run:ios",
"f-droid": "./scripts/f-droid.sh",
"postinstall": "patch-package && husky",
"prebuild": "expo prebuild",
"start": "expo start",
"update": "./scripts/update.sh",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/montserrat": "0.2.3",
"@expo/config-plugins": "9.0.14",
"@expo/metro-runtime": "4.0.1",
"@expo/vector-icons": "14.0.4",
"@likashefqet/react-native-image-zoom": "4.3.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.5",
"@react-navigation/elements": "2.2.5",
"@react-navigation/native": "7.0.14",
"@react-navigation/stack": "7.1.1",
"axios": "1.7.9",
"expo": "52.0.30",
"expo-apple-authentication": "7.1.3",
"expo-build-properties": "0.13.2",
"expo-clipboard": "7.0.1",
"expo-constants": "17.0.5",
"expo-dev-client": "5.0.11",
"expo-device": "7.0.2",
"expo-file-system": "18.0.9",
"expo-image-manipulator": "13.0.6",
"expo-image-picker": "16.0.5",
"expo-linking": "7.0.5",
"expo-localization": "16.0.1",
"expo-location": "18.0.5",
"expo-screen-orientation": "8.0.4",
"expo-secure-store": "14.0.1",
"expo-sharing": "13.0.1",
"expo-splash-screen": "0.29.21",
"expo-status-bar": "2.0.1",
"expo-system-ui": "4.0.7",
"expo-updates": "0.26.16",
"expo-web-browser": "14.0.2",
"form-data": "4.0.1",
"i18n-js": "4.5.1",
"lodash": "4.17.21",
"mime": "4.0.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-autolink": "4.2.0",
"react-native-card-stack-swiper": "1.2.5",
"react-native-gesture-handler": "2.20.2",
"react-native-paper": "5.13.1",
"react-native-paper-dates": "0.22.32",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.4.0",
"react-native-svg": "15.8.0",
"react-native-swiper-flatlist": "3.2.5",
"react-native-toast-message": "2.2.1",
"react-native-vector-icons": "10.2.0",
"react-native-walkthrough-tooltip": "1.6.0",
"react-native-web": "0.19.13",
"reanimated-color-picker": "3.0.6",
"serve": "14.2.4"
},
"devDependencies": {
"@babel/core": "7.26.7",
"@babel/plugin-proposal-export-default-from": "7.25.9",
"@babel/plugin-syntax-export-default-from": "7.25.9",
"@babel/plugin-transform-flow-strip-types": "7.26.5",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.7",
"@types/lodash": "4.17.15",
"@types/react": "18.3.12",
"expo-module-scripts": "4.0.3",
"husky": "9.1.7",
"patch-package": "8.0.0",
"postinstall-postinstall": "2.1.0",
"react-native-svg-transformer": "1.5.0",
"typescript": "5.7.3"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"form-data",
"lodash",
"mime",
"serve"
]
}
}
}
}