-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 3.42 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
{
"private": true,
"name": "aushnative",
"version": "0.0.2",
"scripts": {
"start": "npx react-native start",
"android": "npx react-native run-android",
"ios": "npx react-native run-ios",
"test": "jest --coverage",
"dev-build-android-remote": "eas build -p=android --profile=development",
"prod-build-android": "eas build -p=android --profile=production",
"dev-build-android-debug-local": "expo run:android --variant=developmentDebug",
"dev-build-android-release-local": "expo run:android --variant=developmentRelease",
"prod-build-android-debug-remote": "eas build -p=android --profile=production",
"prod-build-android-release-remote": "eas build -p=android --profile=production"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@expo/react-native-action-sheet": "^3.13.0",
"@react-native-async-storage/async-storage": "^1.15.17",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/segmented-control": "1.6.1",
"@react-native-firebase/app": "^14.3.0",
"@react-native-firebase/auth": "^14.3.0",
"@react-native-firebase/firestore": "^14.3.0",
"@react-native-firebase/storage": "^14.3.0",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@react-navigation/stack": "^6.1.1",
"expo": "^44.0.6",
"expo-camera": "^12.1.2",
"expo-file-system": "^13.1.4",
"expo-image-loader": "^3.1.1",
"expo-image-picker": "^12.0.2",
"expo-linear-gradient": "^11.0.3",
"expo-updates": "^0.11.6",
"formik": "^2.2.9",
"graphql": "^16.3.0",
"mobx": "^6.3.13",
"mobx-react": "^7.2.1",
"mobx-state-tree": "^5.1.3",
"npm": "^8.5.0",
"radio-buttons-react-native": "^1.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.67.2",
"react-native-bootsplash": "^4.1.3",
"react-native-document-picker": "^4.1.0",
"react-native-flash-message": "^0.1.16",
"react-native-geolocation-service": "^5.2.0",
"react-native-gesture-handler": "^2.2.0",
"react-native-google-places-autocomplete": "^2.1.1",
"react-native-modal": "^11.5.6",
"react-native-modals": "^0.22.3",
"react-native-popable": "^0.4.3",
"react-native-progress-steps": "^1.3.4",
"react-native-razorpay": "^2.2.8",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "^3.10.2",
"react-native-swipe-gestures": "^1.0.5",
"react-native-webview": "^11.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/react-native": "^7.1.0",
"@types/react": "^17.0.39",
"@types/react-native": "^0.66.15",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"babel-preset-expo": "~8.1.0",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"typescript": "^4.5.5"
}
}