-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.89 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.89 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
76
77
78
79
80
81
82
83
84
85
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"build": "tsc"
},
"dependencies": {
"@apollo/client": "^3.2.7",
"@eva-design/eva": "^2.0.0",
"@expo-google-fonts/inter": "^0.1.0",
"@expo/vector-icons": "^12.0.0",
"@gorhom/animated-tabbar": "^2.0.0",
"@react-native-community/datetimepicker": "3.0.4",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.1.1",
"@react-navigation/drawer": "^5.9.0",
"@react-navigation/native": "^5.8.10",
"@react-navigation/routers": "^5.4.9",
"@react-navigation/stack": "^5.1.1",
"@reduxjs/toolkit": "^1.3.2",
"@types/base-64": "^0.1.3",
"@types/moment": "^2.13.0",
"@types/react-native-modal": "^4.1.1",
"@types/react-redux": "^7.1.7",
"@types/redux-persist": "^4.3.1",
"@types/webpack-env": "^1.15.1",
"@ui-kitten/components": "^5.0.0",
"@ui-kitten/eva-icons": "^5.0.0",
"axios": "^0.21.1",
"base-64": "^0.1.0",
"expo": "^40.0.0",
"expo-barcode-scanner": "~9.1.0",
"expo-camera": "~9.1.0",
"expo-constants": "~9.3.3",
"expo-firebase-recaptcha": "^1.1.0",
"expo-font": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-linear-gradient": "~8.4.0",
"firebase": "7.9.0",
"graphql": "^15.4.0",
"lottie-react-native": "~2.6.1",
"moment": "^2.28.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-firebase-hooks": "^2.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-animated-linear-gradient": "^1.2.0",
"react-native-dynamic-vector-icons": "github:WrathChaos/react-native-dynamic-vector-icons#expo",
"react-native-emoji": "^1.8.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-google-places-autocomplete": "^2.1.1",
"react-native-magnus": "^1.0.58",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "^8.5.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-svg": "12.1.0",
"react-native-web": "~0.13.12",
"react-native-web-lottie": "^1.4.0",
"react-native-webview": "11.0.0",
"react-redux": "^7.2.0",
"redux-persist": "^6.0.0",
"rgb2hex": "^0.1.10",
"subscriptions-transport-ws": "^0.9.18",
"tailwind-rn": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@expo/webpack-config": "~0.12.45",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"babel-preset-expo": "8.3.0",
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"typescript": "~4.0.0"
},
"private": true
}