-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 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
{
"name": "tickin",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/native": "^7.0.13",
"@react-navigation/native-stack": "^7.1.14",
"axios": "^1.7.9",
"expo": "^52.0.35",
"expo-application": "~6.0.2",
"expo-build-properties": "~0.13.2",
"expo-constants": "~17.0.6",
"expo-device": "~7.0.2",
"expo-file-system": "~18.0.10",
"expo-font": "~13.0.3",
"expo-haptics": "~14.0.1",
"expo-linking": "^7.0.5",
"expo-location": "~18.0.6",
"expo-notifications": "~0.29.13",
"expo-secure-store": "~14.0.1",
"expo-sharing": "~13.0.1",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"formik": "^2.4.6",
"lucide-react-native": "^0.465.0",
"moment": "^2.30.1",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-linear-gradient": "2.5.6",
"react-native-maps": "1.18.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.12.5",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-vector-icons": "^10.2.0",
"yup": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}