forked from Samarth-S09/pp_mobile
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.37 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.37 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
{
"name": "krishmitra",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.1.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/voice": "^1.1.9",
"@react-native-firebase/app": "^21.8.0",
"@react-native-firebase/auth": "^21.8.0",
"@react-native-picker/picker": "^2.11.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.19",
"@react-navigation/stack": "^7.1.1",
"axios": "^1.7.9",
"expo": "~52.0.36",
"expo-barcode-scanner": "^13.0.1",
"expo-constants": "~17.0.7",
"expo-image-picker": "~16.0.6",
"expo-intent-launcher": "~12.0.2",
"expo-linear-gradient": "~14.0.2",
"expo-location": "~18.0.7",
"expo-splash-screen": "^0.29.22",
"expo-status-bar": "~2.0.1",
"firebase": "^11.3.1",
"googleapis": "^144.0.0",
"openai": "^4.85.1",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-alert-async": "^1.0.5",
"react-native-animatable": "^1.4.0",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.20.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-map-clustering": "^3.4.2",
"react-native-maps": "1.18.0",
"react-native-maps-directions": "^1.9.0",
"react-native-modal": "^13.0.1",
"react-native-modalize": "^2.1.1",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated-carousel": "^4.0.2",
"react-native-remix-icon": "^4.5.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-snap-carousel": "^1.3.1",
"react-native-svg": "15.8.0",
"react-native-vector-icons": "^10.2.0",
"react-native-video": "^6.10.0",
"react-native-voice": "^0.3.0",
"expo-camera": "~16.0.18"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@types/react": "~18.3.12",
"@types/react-native-snap-carousel": "^3.8.11",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-native-video": "^5.0.20",
"metro-react-native-babel-preset": "^0.77.0",
"typescript": "^5.3.3"
},
"private": true
}