-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.62 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
{
"name": "shaktigold",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/cli": "^9.3.2",
"@react-native-community/cli-tools": "^9.2.1",
"@react-native-firebase/app": "^16.5.0",
"@react-navigation/drawer": "^6.5.1",
"@react-navigation/native": "^6.0.14",
"@react-navigation/native-stack": "^6.9.2",
"expo": "~46.0.17",
"expo-background-fetch": "~10.3.0",
"expo-barcode-scanner": "~11.4.0",
"expo-blur": "~11.2.0",
"expo-device": "~4.3.0",
"expo-image-picker": "~13.3.1",
"expo-navigation-bar": "~1.3.0",
"expo-notifications": "~0.16.1",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-task-manager": "~10.3.0",
"expo-updates": "~0.14.7",
"link": "^1.5.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-animated-bottom-sheet": "^1.5.0",
"react-native-eject": "^0.1.2",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-flatlist-slider": "^1.0.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-image-slider": "^2.0.3",
"react-native-indicators": "^0.17.0",
"react-native-razorpay": "^2.3.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-web": "~0.18.7",
"react-native-webview": "^11.23.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}