-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.24 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@expo-google-fonts/raleway": "^0.2.2",
"@expo/ngrok": "^4.1.0",
"@expo/vector-icons": "^13.0.0",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/netinfo": "8.2.0",
"@react-native-firebase/app": "^15.2.0",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/material-bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"axios": "^0.24.0",
"dotenv": "^16.0.3",
"expo": "^45.0.0",
"expo-asset": "~8.5.0",
"expo-camera": "~12.2.0",
"expo-checkbox": "~2.1.0",
"expo-constants": "~13.1.1",
"expo-dev-client": "~1.0.1",
"expo-fast-image": "^1.1.3",
"expo-file-system": "~14.0.0",
"expo-firebase-recaptcha": "~2.2.0",
"expo-font": "~10.1.0",
"expo-image-manipulator": "~10.3.1",
"expo-image-picker": "~13.1.1",
"expo-image-picker-multiple": "^1.4.1",
"expo-linking": "~3.1.0",
"expo-media-library": "~14.1.0",
"expo-modules-autolinking": "~0.8.1 || ~0.9.0",
"expo-modules-core": "~0.9.2",
"expo-notifications": "~0.15.4",
"expo-permissions": "~13.2.0",
"expo-screen-orientation": "~4.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-updates": "^0.13.4",
"firebase": "^9.14.0",
"firebase-admin": "^11.0.0",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-native": "0.68.2",
"react-native-app-intro-slider": "^4.0.4",
"react-native-banner-carousel": "^1.0.3",
"react-native-emoticons": "git+https://github.com/snlbaral/react-native-emoticons",
"react-native-fast-image": "^8.6.0",
"react-native-gesture-handler": "~2.2.1",
"react-native-get-random-values": "~1.8.0",
"react-native-image-slider-box": "github:pallavi000/react-native-image-slider-box",
"react-native-insta-story": "github:snlbaral/react-native-insta-story",
"react-native-modalbox": "^2.0.2",
"react-native-optimized-flatlist": "^1.0.4",
"react-native-pager-view": "5.4.15",
"react-native-paper": "^4.11.2",
"react-native-picker-select": "^8.0.4",
"react-native-pinchable": "^0.2.1",
"react-native-reanimated": "~2.8.0",
"react-native-root-toast": "^3.3.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-web": "^0.17.7",
"react-native-webview": "11.18.1",
"react-navigation-stack": "^2.10.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"recoil": "^0.7.6",
"rn-all-nepal-payment": "^1.0.2",
"socket.io-client": "^4.5.0",
"timeago.js": "^4.0.2",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true,
"name": "Thrifted-app",
"version": "1.0.0"
}