-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.35 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.35 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "frontend",
"version": "1.0.0",
"type": "module",
"main": "expo/AppEntry.js",
"scripts": {
"start-c": "expo start -c",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"prepare": "husky"
},
"dependencies": {
"@clerk/clerk-expo": "^2.0.2",
"@clerk/types": "^4.11.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@gorhom/bottom-sheet": "^4",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-navigation/bottom-tabs": "6",
"@react-navigation/native": "6",
"@react-navigation/native-stack": "6",
"@reduxjs/toolkit": "^2.2.7",
"@stripe/stripe-react-native": "^0.38.4",
"babel-plugin-module-resolver": "^5.0.2",
"dotenv": "^16.4.5",
"eas-cli": "^10.2.4",
"expo": "^52.0.35",
"expo-auth-session": "~6.0.3",
"expo-camera": "~16.0.16",
"expo-dev-client": "~5.0.12",
"expo-linking": "~7.0.5",
"expo-local-authentication": "~15.0.2",
"expo-location": "~18.0.6",
"expo-secure-store": "~14.0.1",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.26.18",
"expo-web-browser": "~14.0.2",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"nativewind": "^2.0.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-awesome-slider": "^2.5.3",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-maps": "1.18.0",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-select-dropdown": "^4.0.1",
"react-native-svg": "15.8.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10",
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"@types/react-native-vector-icons": "^6.4.18",
"husky": "^9.1.5",
"pinst": "^3.0.0",
"prettier": "3.3.3",
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
},
"private": true
}