-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.76 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
{
"name": "namywork",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "~7.2.2",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"eslint-plugin-react-hooks": "^4.6.0",
"expo": "^49.0.16",
"expo-image-picker": "~14.3.2",
"expo-splash-screen": "~0.20.5",
"expo-standard-web-crypto": "^1.6.0",
"expo-status-bar": "~1.6.0",
"firebase": "^9.19.1",
"libphonenumber-js": "^1.10.28",
"lottie-react-native": "5.1.6",
"moment": "^2.29.4",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-dotenv": "^3.4.8",
"react-native-element-dropdown": "^2.10.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-paper": "^5.6.0",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.33.2"
},
"resolutions": {
"@expo/config-plugins": "~6.0.0",
"@expo/prebuild-config": "~6.0.0",
"expo-modules-autolinking": "~1.1.0"
},
"private": true
}